* {
	margin:0;
	padding:0;
}

html {
	height:100%;
	overflow-y:scroll;
}

body {
	background:#313236;
	height:100%;
	font:14px/140% Georgia, serif;
	color:#5f7295;
}

a {
	color:#5f7295;
	outline:none;
}

/* layout */

#container {
	background:url(../images/body-bg.jpg) repeat-y;
	margin:0 auto;
	width:990px;
}

#header {
	margin:0 15px;
	height:176px;
	width:960px;
}

#home {
	background:url(../images/logo.jpg);
	float:left;
	height:136px;
	width:640px;
}

a.home {
	display:block;
	height:136px;
	width:640px;
}

#topImage {
	background:url(../images/header-image.jpg);
	float:right;
	height:176px;
	width:320px;
}

#nav {
	background:url(../images/nav.gif);
	float:left;
	height:40px;
	width:640px;
}

#content {
	margin:0 15px;
	width:960px;
}

#leftCol {
	background:url(../images/maindot.jpg) no-repeat 15px 55px;
	float:left;
	padding:0 20px 0 18px;
	width:602px;	
}

#rightCol-content {
	padding:0 20px 0 20px;
}

#rightCol {
	background:url(../images/newsdots.jpg) no-repeat 10px 58px #dde1e8;
	float:right;
	width:320px;
	font-size:12px;
}

#rightCol-btmCap {
	background:url(../images/newsBase.jpg);
	width:320px;
	height:28px;
}

#footer {
	background:url(../images/footer-bg.gif);
	height:65px;
	width:990px;
	margin:0 auto;
	padding:25px 0 20px 0;
	text-align:center;
	font-size:12px;
	clear:both;
}

h1 {
	margin:25px 0 30px 0;
	font-size:30px;
}

h2 {
	margin:25px 0 30px 0;
	font-size: 22px;
}

h3 {
	font-size: 14px;
	line-height:120%;
	margin:20px 0 5px 0;
}

.contentTitle {
	margin:25px 0 15px 0;
	font-size:22px;
	font-weight:bold;
	line-height:120%;
}

#leftCol li {
	margin-left:20px;
}

#leftCol img.left {
	float:left;
	margin:0 20px 0 0;
}

#leftCol img.right {
	float:right;
	margin:0 0 0 20px;
}

/*nav*/

#nav li {
	display:inline;
	list-style:none;
}

#nav li a {
	float:left;
	display:block;
	height:40px;
}

#nav li.item1 a { width:121px; }
#nav li.item2 a { width:128px; }
#nav li.item3 a { width:135px; }
#nav li.item4 a { width:81px; }
#nav li.item5 a { width:84px; }
#nav li.item6 a { width:91px; }

body.index #nav {background-position: 0 0px;}
body.future #nav {background-position: 0 -40px;}
body.testimonials #nav {background-position: 0 -80px;}
body.patientboard #nav {background-position: 0 -120px;}
body.videos #nav {background-position: 0 -160px;}
body.articles #nav {background-position: 0 -200px;}
body.contact #nav {background-position: 0 -240px;}

/*footer*/

#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/*index table*/
.main_table {width: 600px; background-color:#fff; color:#5f7295; font:12px/125% verdana,tahoma,arial,sans-serif; border:0; text-align:center;}
.main_table td {background-color:#dde1e8; padding:10px;}
.main_table td.headings {background-color: #5f7295; color:#fff; font-size:12px;}
