@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/containerbg.png);
	font-family: "Century Gothic", Arial, sans-serif;
} 
 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 40px;
	font-size: 1.1em;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 280px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 
.twoColFixRtHdr #footer {
	background:url(images/foooter.jpg) no-repeat;
	height:121px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 50px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.center {
text-align:center;
}

.small {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}



/* LAYOUT */

.twoColFixRtHdr #header {
	height:121px;
}


.twoColFixRtHdr #container #navigation a {
	font-size:1.2em;
	color:#FFFFFF;
	text-decoration:none;
	background: url(images/bgbtn.jpg) repeat-x  0 -42px;
	display: block;
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #navigation a:hover  {
	background-image: url(images/bgbtn.jpg);
	background-position: 0 0;
}

.twoColFixRtHdr #container #navigation a.current{
	background-image: url(images/bgbtn.jpg);
	background-position: 0 0;
}


.twoColFixRtHdr #container #navigation {
	height: 32px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #d9e7e8;
	margin-top: 0px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}
.twoColFixRtHdr #container #imgwindow {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

h3 {
	color: #006666;
}


a.directLink {
	font-size: 1.4em;
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	color: #006666;
}

/* CONTACT FORM */

fieldset { 
font-family:Verdana, Arial, Helvetica, sans-serif;
border-style: none;  
float: left;  
clear: left;  
width: 100%;  
margin: 1.5em 0 0 0;  
padding: 0; 
}


label {
float:left;
width:10em;
}

legend {
	margin-left: 1em;
	font-size:1.5em;
	font-family:"Century Gothic", Arial, sans-serif;  
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none; 
} 
fieldset li {
	float: left;
	clear: left;
	width: 95%;
	color:#FFFFFF;
	background:url(images/lightgradient.gif) repeat-x;
	margin-top: 0;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: -1em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
fieldset.submit {  
float: none;  
width: auto;
border-style: none;
padding-left:1em; 
}
input.text {
	color:#333333;
	background-color: #FFFFFF;
	background-image: none;
}

textarea {
}
#mainContent a {
	color: #3B9694;
}
