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

body {
	background: #113C66 url(images/back.jpg) repeat-x;
	margin: 0px;
	padding: 30px 20px 20px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background: #FFFFFF;
	width: 805px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#layout {
	width: 780px;
	border: 1px solid #000000;
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: -15px;
}
#header {
	height: 94px;
	position: relative;
	background: url(images/header_back.png) repeat-x;
}
#header #logo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#header #phone {
	position: absolute;
	z-index: 2;
	left: 447px;
	top: 8px;
}
#header #header_nav {
	height: 30px;
	width: 780px;
	position: absolute;
	z-index: 3;
	left: 0px;
	bottom: 0px;
	background: url(images/header_nav.png) no-repeat left bottom;
	text-align: right;
}

#header #header_nav a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	display: block;
	float: left;
	white-space: nowrap;
}
#header #header_nav a:hover {
	color: #FFFF00;
}

#header #header_nav #schedule {
	position: absolute;
	left: 447px;
	top: 0px;
}
#header #header_nav #message {
	position: absolute;
	left: 620px;
	top: 0px;
}
#nav {
	height: 35px;
	background: #4a4a4a;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	width: 155px;
	height: 20px;
	line-height: 20px;
	border-left: 1px solid #646464;
	overflow: hidden;
	margin-top: 8px;
}
#nav a:hover {
	color: #FFFF00;
}
#nav #first {
	border-left-style: none;
}
#main {
	text-align: left;
	position: relative;
}
#main #banner {
	background: url(images/main_header.jpg) no-repeat;
	height: 72px;
	padding-right: 10px;
	padding-left: 10px;
}
#main   #banner #title  {
	color: #0b2d4f;
	font-size: 25px;
	margin: 0px;
	padding: 10px 0px 5px;
	font-weight: bold;
}
#main #banner #crumbs {
	font-size: 12px;
	color: #0b2d4f;
	font-weight: bold;
}
#main #banner a {
	color: #0b2d4f;
}
#main #content {
	width: 550px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #333333;
	font-size: 11px;
	color: #000000;
	float: left;
}#main .testimony {	width: 160px;	padding: 10px;	font-size: 11px;	color: #000000;		font-style: italic;	text-align: justify;}
#main #content h1 {
	color: #2a69aa;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#main  #content  .divider {
	border-bottom: 1px dotted #333333;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
#main #content a {
	color: #2a69aa;
	text-decoration: underline;
}
#main #content a:hover {
	background: #FFFF00;
}
#main #content .caption {
	font-size: 9px;
}
#main #content .row_head {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #3870A8;
	padding: 2px;
}
#main #right {
	float: right;
	padding: 10px;
	text-align: center;
	width: 185px;
	margin-top: -75px;
	z-index: 99;
}
#main .right_photo {
	margin-bottom: 10px;
	border: 2px solid #999999;
}

#main #biophoto {
	z-index: 2;
	border: 2px solid #999999;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main #signature {
	margin-bottom: 10px;
}
#main #newsletter {
	background: #3870a8;
	width: 175px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	margin: auto;
}
#main .photo_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
#main #form_newsletter {
	margin: 10px 0px 0px;
	padding: 0px;
}
#main #form_newsletter input {
	width: 140px;
}

#divider {
	background: url(images/divider.png) repeat-x;
	height: 4px;
	clear: both;
}
#subnav {
	height: 25px;
	background: #4a4a4a;
	border-top: 1px solid #3e3e3e;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
	width: 155px;
	line-height: 10px;
	border-left: 1px solid #646464;
	overflow: hidden;
	margin-top: 7px;
}
#subnav a:hover {
	color: #FFFF00;
}
#subnav #first {
	border-left-style: none;
}
#footer {
	height: 25px;
}
#bottom {
	margin: 5px auto 10px;
	width: 805px;
	font-size: 10px;
	color: #FFFFFF;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.red {
	color: #FF0000;
}
#juicePlus{
	text-align:center;
}
