/* CSS Styles for Charlottesville Surgical Center Site */

body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #E6F7D6;
	font: 14px Arial, Helvetica, sans-serif;
}

hr {
    height:.5px;
    width:50%;
    background: #2E5F93;
   }

h1,h2,h3,h4,h5 {
	color: #666666;
	font: Arial, Helvetica, sans-serif;
}

.comingsoon {
	color: #396DB4;
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.footer {
	color: #335F92;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.navigation{
	max-height:158px;
	background-color:#335F92;
	padding:0;
	width: 153px;
	vertical-align: top;
	border-bottom:1px solid #fff;
}

.navigation ul{
	display:block;
	list-style:none;
	background-color:#335F92;
	margin: 0px;
}

.navigation li{
	padding:0;
	margin:0;
	display:inline;
	text-align:right;
}

.navigation a{
	font-weight:bold;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	padding:7.16px 10px 7.16px 10px;
	border-bottom:1px solid #fff;
	border-left:3px solid #fff;
	font-size: 10px;
}

.navigation a:hover{
	color:#335F92;
	background-color:#EAF8DD;
}

.navigation a.last {
	border-bottom: 0;
}

.navigation li.currentSection a {
	background-color:#BEE892;
}

.text a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #335F92;
}

.text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #EAF8DD;
}