/* Basic Elements */
body {
	font: 12px trebuchet ms, arial, helvetica, sans-serif;
	color: #333333;
	background: #AABDD8;
	margin:0;
	padding:0;
	min-height:100%;
}

p {
	margin: 0 0 15px 0;
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #58503a;
}
.highlight {
	background-color: #FFFFCC;
}


a:link, a:visited, a:active{
	text-decoration:none;
	color: #4F6B8B;
	font-size: 14px;
}


a:hover  {
	text-decoration: none;
	color: #27394E;
}
.special-link {
	background-color: #c2d0d1;
	padding: 2px;
	border: solid #8E9EAE 1px;
}

img{border:none; padding:0; margin:0}

.center-pic {
	padding: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	border: 1px solid #000000;
	margin-right: 12px;
}






/* specific divs */
#container {
	margin: auto;
	width:663px;
	background-color: #7F9CC5;
	padding: 20px;
	border: 20px solid #7191BE;
}

#intro {
	height:340px;
	width:663px;
	background-color:#E0ECF5;
	clear: both;
}
#intro-home {
	height:360px;
	width:663px;
	background-color:#CDD8E4;
	padding-top: 28px;
}
#intro-home p {
	font-size: 16px;
	line-height: 32px;
	color: #505E75;
}
.left-margin-p {
	margin:0 0 10px 0;
	font-family:'Times New Roman', Times, serif;
	color:#3399FF;
	text-align:center;
	font-size:26px;
}
#intro p {
	font-size: 16px;
	line-height: 20px;
	color: #505E75;
	margin-left: 10px;
}


h1 {
	margin:0 0 10px 0;
	font-family:'Times New Roman', Times, serif;
	color:#3a4754;
	font-size:28px;
}
h2  {
	font-size: 18px;
	color: #3a4754;
}
h3 {
	font-size: 16px;
	color: #8E9EAE;
	margin-left: 6px;
}

#intro ul{
	float:left;
 	text-align:center; 
	list-style-type:none; 
	color:#cadeb9; 
	font-family:'Times New Roman', Times, serif; 
	font-weight:bold; 
	padding:0 0 0 435px; 
	margin:0;
	font-size:14px;
	line-height:1.3;
}

#intro h4{
	color:#cadeb9;
	font-family:'Times New Roman', Times, serif; 	
	text-align: left;
	font-size: 18px;	
	padding:0 0 0 100px;
}

#quickSummary {
	position: relative;
	left: 103px;
	width: 439px;
	padding: 5px 14px 0 14px;
	display:inherit;
}
	

#banner{
	width:651px;
	height:50px;
	padding:6px;
	clear: both;
	background-color: #7F9CC5;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(images/blue-flower.png);
}
#banner h1 {
	color: #FFFFFF;
	font-size: 36px;
	text-align: right;
	text-shadow: 2px -2px 3px #ccc;
}

#contentArea{
	padding-top:5px;
	width: 455px;
	margin-left: 207px;
	background-color: #FFFFFF;
}
#contentArea p {
	padding: 6px;
}
#contentArea   img  {float:right; margin-left:10px;}

#contentArea h2{font-size:16px; text-align:center; margin-top:0}
#contentArea h4{font-size:12px; padding-bottom:0; margin-bottom:0;}


#footer {
	clear:both;
	text-align: center;
	padding-top: 15px;
	color: #669ACC;
}

#footer p{text-align:center; margin-bottom:0}

#footer a:link, #footer a:visited { 
	font-size: 9px;
	margin-right: 15px;
	background:#FFFFFF;
}


/* left-hand navigation */
#linkList {
	float:left;
	position:relative;
	left:1px;
	width:187px;
	font: 11px trebuchet ms, arial, helvetica, sans-serif;
	margin:0;
	border: solid #BEC7D1 1px;
	background-color: #7191BE;
}

#linkList ul {
	margin: 6px;
	padding: 0px;
}

#linkList li {
	height: 48px;
	list-style-type: none;
	display: block;
	font-size:11px;
}

#linkList li a {
	display: block;
	width: auto;
	color: #4F6B8B;
	padding: 8px 0 3px 3px;
	color: #3a4754;
	font-size: 14px;
}

#linkList li a:hover {
	color: #647a90;
	background-color: #BEC7D1;
	text-decoration: none;
}
#title {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #50587D;
}
#video {
	float: left;
	height: 300px;
	width: 320px;
	margin-right: 10px;
	padding: 5px;
}
#contact label {
	width: 60px;
	float: left;
	text-align: right;
}
#contact legend {
	font-size: 14px;
	padding: 3px;
	background-color: #C6D3E5;
	border: solid #7191BE 1px;
}
#contact fieldset {
	background-color: #7191BE;
	border: 1px solid #4D5A6F;
	padding: 8px;
	margin: 6px;
}
.strong-blue {
	font-size: 16px;
	color: #83A4CF;
}
#intro img {
	margin-right: 6px;
}

