@charset "UTF-8";
/* CSS Document */
* { margin: 0; padding: 0; }

a:link {text-decoration:none;color:#336666;}     /* unvisited link */
a:visited {text-decoration:none;color:#336666;}  /* visited link */
a:hover {text-decoration:underline} /* hover link */

p {
	font-size:.7em;
	font-family: 'Trebuchet MS';
	padding-bottom: 18px;
}

h1 {  
 margin-bottom: 11px;  
 padding-top: 15px;  
 padding-bottom: 21px;  
 border-bottom: 1px solid #ccc;  
 font: normal italic 1.5em/18px Georgia, serif;  
 color: #633;  
}  
h2, h3{  
 font-weight: normal;  
 font-size: 1em;  
 line-height: 18px;  
}  
h2 {  
 padding-top: 10px;  
 padding-bottom: 20px;  
 font-size: 1.25em;  
 text-transform: uppercase;  
 color: #999;  
}  
h3 {  
 padding-bottom: 6px;  
 font-weight: bold;  
 text-transform: uppercase;  
 letter-spacing: -1px;  
 color: #633;  
}

#Container {
	width: 600px;
	margin: 0 auto 0 auto;
}
#Header {
	height:82px;
	background-image: url(../Images/bkg_header.png);
	background-repeat:no-repeat;
	background-color:#487b7b;
}
#MenuBar {
	background-color:#ADC8E4;
}
#MenuBar ul {
	font-size:0.8em;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#MenuBar li {
	display:inline;
	list-style:none;
}
.logo {
	font-family: 'Trebuchet MS';
	letter-spacing:-2px; 
	color: #fff; 
	font-size: 2em; 
	line-height: 32px; 
	padding: 0px; 
	margin: 0px;
	float:left;
	padding-top: 20px;
	padding-left: 40px;
}
.logocaption {
	font-family:'Trebuchet MS';
	font-size: .7em;
	color: #fff;
	float: right;
	padding-top: 20px;
	padding-right: 40px;
}
.lcMain {
	font-size: 1.5em;
	letter-spacing:-1px;
	border-bottom: solid 1px #fff;
}
#MainContent {
	font-family: 'Trebuchet MS';
	}
	
#MainContent h1, h2 {
	display: block; 
	padding: 5px 0px 5px 0px; 
	margin: 10px 0px 10px 0px; 
	color:#336666; 
	font-size:18px; 
	font-weight: bold;;
}
#MainContent h2 {
	overflow:hidden;
	border-bottom: dashed 1px #cccccc; 
}
#MainContent li {
	color:#333;
	font-size:.7em;
	margin-left: 15px;
}
#Footer {
	text-align:center;
	background-color:#F2F8FF;
	padding: 10px 0px 10px 0px;
}
.Wrapper1 {
	background-color:#F2F8FF;
	padding: 1px 5px 5px 5px;
	margin: 4px 0px 0px 0px;
}
.Wrapper3 {
	color:#666;
	border: solid 1px #e1ebef;
	padding: 0px 20px 0px 20px;
}
.fancy {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1em;
	font-style:italic;
	padding-top:15px;
}
.copyright {
	font-size: 10px; 
	color: #336666;
}
.highlight {
	font-size: .8em;
	font-weight:bold;
	color:#336666;
	padding-top: 10px;
}
.img {
	display:block;
	padding:10px
}
.fltright {float:right;}
.fltleft {float:left;}

.error { color:#F00; }
.clearing { clear: both; }


******************* Rotator

#rotator {
	background:#FFF;
	color:#000;
	position:relative;
	padding-bottom:2.6em;
	margin:0; 
	font-size:16px;
}

#rotator .ui-tabs-hide {
	display:none;
}

/* Background Images */  
#rotator #fragment-1 { background:transparent url() no-repeat top left;}  
   
#rotator #fragment-2 { background:transparent url() no-repeat top left;}  
   
#rotator #fragment-3 { background:transparent url() no-repeat top left;}
   
#rotator #fragment-4 { background:transparent url() no-repeat top left;} 

******************* Form Styling

ol.forms {
	float: left;
	width: 100%;
}

ol.forms li {
	clear: left;
	float: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
	list-style:none;
}

ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: right;
	width: 10%;
}

ol.forms input { width: 39%; }

ol.forms textarea {
	height: 20em; 
	width: 64%; 
}

ol.forms input, ol.forms textarea, ol.forms button { font: 1em Georgia, "Times New Roman", Times, serif; }

ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}

*****************
