﻿body {
	background-color: #333333;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
	font-size: small;
	font-weight: normal;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;

}
img {
	border: none;
}
a{
color: #FFF;
text-decoration:none;
font-size:small;
}

/*-------------------------------------------------------*/
.siteBar{
	background-color:#3399cc;
	height:5px;
	width:100%;
}
#container { 
	margin: 0 auto; 
	width:750px;
	text-align:left;
	}
	
#pageHeader { 
	margin:0;
	padding:0;
	background:url(intro.jpg) no-repeat top right transparent;
	height:200px; 
}


#pageHeader h1 { 
	display:none;
}

/*-------------------------------------------------------*/

.toggler,.toggler1,.toggler2,.toggler3 {
	margin: 0;
	background: #bfeaff;
}
.toggler a,.toggler1 a,.toggler2 a,.toggler3 a {
	padding: 2px 5px;
	color: #000;
	width:740px;
	display:block;
	overflow:hidden;
	font-size: medium;
	font-weight: normal;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
}
.toggler1 {
	
	background: #81d3f7;
}

.toggler2 {

	background: #44c7f3;
}

.toggler3 {

	background: #00b5e9;
}
 
.element p {
	margin: 0;
	padding: 4px;
	font-size: small;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	font-style:italic;
	padding:5px 0px 5px 30px;
}

#iFishEye_example_1 {
    height:125px;
}
#iFishEye_example_1 table {
	width:600px;
	padding:0px;
    border-collapse: collapse;
	margin: 0px auto;
}
#iFishEye_example_1 td {
	vertical-align: top; 
	text-align: center;	
	padding:0px;
    border-collapse: collapse;

}
.centered
{
    text-align:center;
    margin:0 auto;
}
.contact
{
    padding:5px 0 5px 30px;
}
.input {
	font-size:medium; width:400px; border-style:none; background-color:#444444; color:#FFFFFF;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
}
.submit {
    padding: 3px 5px 3px 5px; margin: 0px 0px 10px 0px; width: 70px; border-style:none;background-color:#444444; color:#FFFFFF; margin-top:17px;
}



#frog {
	background: url(../images/little-frog.png) top left no-repeat !important;
	background: url(../images/little-frog.gif) top left no-repeat; /*stoopid ie*/
	position:relative;
	height: 100px;
	width: 100px;
	left: 0px;
	top: 0px;
	cursor: move;
}
.links
{
    list-style-type:square;
    margin-left:20px;
    padding:0px;
}
.links a
{
    text-decoration:underline;
}

