@charset "UTF-8";
/* CSS Document */

body{
	height: 100%;
	border: 0;
	margin: 0;
	background-image: url(../images/assets/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

html{
	height: 100%;
	border: 0;
	margin: 0;
}

hr {
  border: 0;
  color: #E8E8E8;
  background-color: #e8E8E8;
  height: 1px;
}

#wrapper{
    margin: auto;
	width: 894px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
	border: #e7e8e8 solid 1px;
	background-color: #FFF;
}

.header{
	background-color: #9EBFDC;
}

.bodyFont{
	font: Georgia, "Times New Roman", Times, serif;
	color: #22446f;
	font-size: 12px;
	margin: 0px;
}

.titleFont{
	font: Georgia, "Times New Roman", Times, serif;
	color: #22446f;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.subTitleFont{
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #22446f;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}


.whiteBodyFont{
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
}

.whiteTitleFont{
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

.featuredNews{
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight:lighter;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.specialists{
	font: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #4e75a6;
	font-size: 16px;
	font-weight:lighter;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.footer{
	font: Georgia, "Times New Roman", Times, serif;
	color: #22446f;
	font-size: 10px;
	font-weight:lighter;
}

.info{
	font: Georgia, "Times New Roman", Times, serif;
	color: #22446f;
	font-size: 11px;
	font-weight:lighter;
}

#sidenavigation{
	background-color:#e8e8e8;
	height: 20px;
	width: 100%;
	margin: 0;
	padding-top: 5px;
	border-bottom: #FFFFFF solid 2px;
}

/*-----START NAV STYLES--------*/

.chromestyle{
	width: 100%;
	font-weight: lighter;
	font: Georgia, "Times New Roman", Times, serif;
	color: #616161;
	font-size: 16px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background: url(../images/assets/navBackground.gif);
	background-repeat: no-repeat;
	padding: 4px 0;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #616161;
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	padding: 4px 10px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	color: #4E75A6;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	top: 0;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	z-index:100;
	background-color: #E7E8E8;
	width: 185px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #616161;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

/*-----END NAV STYLES--------*/


.bodyFont a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline; 
	color:#679238;
}
.bodyFont a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline; 
	color:#679238;
}
.bodyFont a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline; 
	color:#679238;
}
.bodyFont a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline; 
	color: #4E75A6;
}

.sidenavigation a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color:#616161;
	padding-left: 5px;
}

.sidenavigation a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #616161;
	padding-left: 5px;
}

.sidenavigation a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #4E75A6;
	padding-left: 5px;
}

.sidenavigation a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	text-decoration: none;
	color: #4E75A6;
	padding-left: 5px;
}
