@charset "UTF-8";
/* CSS Document */

body{
	background:url(images/topbg.gif) repeat-x top #e2e8ef;
	margin:0px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	line-height:135%;
}
body A:link {text-decoration: none; color: #395d81;font-weight:normal;}
body A:visited {text-decoration: none; color: #395d81;font-weight:normal;}
body A:active {text-decoration: underline; color: #395d81; font-weight:normal;}
body A:hover {text-decoration: underline; color: #395d81;font-weight:normal;}
clear { clear: both; background: none; }


h1{
	font:28px Georgia, "Times New Roman", Times, serif;
	color:#395d81;
	font-weight:normal;
}

h2{
	font:20px Georgia, "Times New Roman", Times, serif;
	color:#395d81;
	font-weight:normal;
	margin-bottom:2px;
}

h3{
	font:16px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-weight:normal;
	line-height:135%;
}

#container{
	width:974px;
	text-align:left;
}

#leftCol{
	width:262px;
	float:left;
}

#rightCol{
	width:694px;
	float:left;
}

#quickLinks{
	margin-left:77px;
}

#quickLinks h2{
	margin-top:0px;
}

#quickLinks ul{
	padding-left:25px;
	margin-left:-15px;
}

#quickLinks ul li{
	list-style-type:none;
}

#quickLinks A:LINK {color: #4c4c4c; text-decoration: none;}
#quickLinks A:VISITED {color: #4c4c4c; text-decoration: none;}
#quickLinks A:ACTIVE {color: #4c4c4c; text-decoration: none;}
#quickLinks A:HOVER {color: #395d81; text-decoration: underline;
}

#nav{
	font:18px Georgia, "Times New Roman", Times, serif;
	color:#395d81;
	height:44px;
	float:right;
	padding-right:20px;
}


#nav A:LINK {color: #395d81; text-decoration: none;}
#nav A:VISITED {color: #395d81; text-decoration: none;}
#nav A:ACTIVE {color: #395d81; text-decoration: none;}
#nav A:HOVER {color: #502f4c; text-decoration: none;
}

#topImage{
	float:right;
}

#contentHolder{
	padding-top:25px;
}

#content{
	padding-left:45px;
	padding-right:25px;
}

#topShelf{
	margin-top:25px;
}

#bottomShelf{
	margin-top:15px;
}

#footer{
	background:url(images/footerBG.gif) repeat-x;
	height:475px;
	margin-top:25px;
	width:100%;
	text-align:center;
	color:#fff;
}

#footerContent{
	background:url(images/footerBird.gif) left no-repeat;
	height:475px;
}


#bottomaddress{
	margin-left:335px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}

#bottomaddress A:LINK {color: #FFFFFF; text-decoration: none;}
#bottomaddress A:VISITED {color: #FFFFFF; text-decoration: none;}
#bottomaddress A:ACTIVE {color: #FFFFFF; text-decoration: none;}
#bottomaddress A:HOVER {color: #FFFFFF; text-decoration: underline;}

#bottomaddress h2{
	margin-top:0px;
}

#bottomaddress ul{
	padding-left:250px;
	margin-left:-15px;
}

.navBar{
	padding-right:12px;
	padding-left:12px;
}

.navLink{
	padding-top:12px;
}

.bordered{
	float:left;
	padding:3px;
	margin:10px;
	margin-bottom:7px;
	margin-left:0px;
	border:1px solid #395d81;
}