/* @override http://localhost:8888/wn/vitalhealthsolutions/default.css */

/*@charset "utf-8";*/
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #228cc8 url(images/bg.png) repeat-x;
	color: #333;
}

#wrapper {
	width: 762px;
	margin: 0 auto;
	padding: 3px;
	background: #FFF;
	position: relative;
}

#head {
	height: 128px;
	overflow: hidden;
}

h1, h2, h3 {
	margin: 0;
	padding: 0.3em 0;
	font-size: 1.75em;
}   

h2{
	font-size: 1.3em;
}

.strong{
	font-weight: bold;
}

a {
	color: #104FA0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#head h1 {
	padding: 0;
}

#headtitle a {
	width: 359px;
	background: url(images/VitalHealthSolutions.png) no-repeat;
	height: 97px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: 12px;
	left: 28px;
}

#head p#telephone {
	position: absolute;
	background: url(images/telephone.png) no-repeat;
	width: 185px;
	height: 16px;
	top: 53px;
	right: 73px;
}

#head p#telephone span {
	visibility: hidden;
}

ul#topnav {
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 106px;
	right: 28px;
	height: 25px;
	padding: 0;
	margin: 0;
/*	width: 284px;*/
	width: 357px;
/*border:1px solid red;*/
}

ul#topnav li {
	display: inline;
}

ul#topnav a {
	display: block;
	float: left;
	width: 117px;
	height: 25px;
	text-indent: -9999em;
}
ul#topnav li#index a {background: #104fa0 url(images/nav/Home.png) no-repeat center; margin: 0 2px 0 0 ;}
ul#topnav li#about a {background: #104fa0 url(images/nav/AboutUs.png) no-repeat center; margin: 0 2px 0 0 ;}
ul#topnav li#contact a {background: #104fa0 url(images/nav/ContactUs.png) no-repeat center;}

#banner {
	border-bottom: 3px solid #e30028;
	border-top: 3px solid #104fa0;
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0 23px;
	clear: both;
}

#nav li {
float:left;

}

#nav li a {
	display: block;
	width: 117px;
	height: 50px;
	margin: 0 1px;
	text-indent: -9999em;
}

#nav li#knowledge a { background: #e30028 url(images/nav/VitalHealthKnowledge.png) no-repeat center; }
#nav li#executive a { background: #e30028 url(images/nav/VitalHealthExecutive.png) no-repeat center; }
#nav li#onetoone a { background: #e30028 url(images/nav/VitalHealthOneToOne.png) no-repeat center; }
#nav li#bodyfocus a { background: #e30028 url(images/nav/VitalHealthBodyFocus.png) no-repeat center; }
#nav li#awareness a { background: #e30028 url(images/nav/VitalHealthAwarenessDays.png) no-repeat center; }
#nav li#dropin a { background: #e30028 url(images/nav/VitalHealthDropIn.png) no-repeat center; }

#title {
	clear: both;
	font-family: Georgia, Times, Times New Roman, serif;
	margin: 5px 0 ;
}

#content {
	padding: 15px 25px 10px 25px;
	border-bottom: 3px solid #104fa0;
	font-size: 1.2em;
	clear: both;
	margin: 0 0 3px 0;
	padding-top: 5px;
}

#content p, #content li {
	padding: 0;
	line-height: 20px;
}

#content p{
	margin: 10px 0;
}

#content li{
	margin: 3px 0;
}

blockquote.right{
	width: 200px;
	float: right;
	margin: 10px 0 20px 20px;
	padding: 10px;
	border: 1px solid #104fa0;
	color: #666;
	font-style: italic;
}

cite{
	font-style: normal;
	font-size: 80%;
	display: block;
	margin-top: 5px;
	text-align: right;
}

cite:before{
	content: '- ';
}

#content img.right {
	float:right;
	border: 3px solid #104fa0;
	margin: 0 0 10px 10px;
}

#foot {
	background: #e30028;
	padding: 10px;
	clear: both;
	color: white;
	text-align: center;
}

#foot a{
	color: white;
	font-weight: 700;
}

.nobold{
	font-weight:normal;
}


