@charset "utf-8";
/* CSS Document */

/*********** BASIC ELEMENTS **********/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#043e72;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:35px;
	background:url(../structure/bg.jpg) top left repeat-x;
	background-color:#043e72;
}
img {
	border: 0;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float:right;
}
.not {
	display:none;
}
/*********** STRUCTURE **********/
#wrapper {
	width:1000px;
	background:url(../structure/bg_wrapper.gif) repeat-y;
	position:relative;
	margin:0 auto;
}
div.frame {
	position:absolute;
	top:0px;
	width:25px;
	height:667px;
}
#tl {
	background:url(../structure/container-left.jpg) top left no-repeat;
	left:0px;
}
#tr {
	background:url(../structure/container-right.jpg) top right no-repeat;
	right:0px;
}
#header {
}
#container {
	width:950px;
	margin-left:25px;
	background-color:#ffffff;
}
#col_left {
	width:280px;
	float:left;
	padding-top:3px;
}
#col_main {
	width:670px;
	float:left;
	padding-top:25px;
	padding-bottom: 25px;
}
#col_main img {
	float:left;
}
#footer {
	height:95px;
	background:url(../structure/bg_footer.gif) top left no-repeat;
	padding:0 50px 0 50px;
}
#footer img {
	margin-top:15px;
}

#embed-container{
	text-align: center;
	margin-bottom: 20px;
}

/*********** NAVIGATION **********/
#nav {
	width:176px;
	clear:both;
	margin-left:25px;
	padding-top:5px;
	font-size: 1px;
}
#nav li, #nav a {
	display:block;
	width:176px;
}
#nav li {
	list-style-type:none;
	margin-top: 10px;
}
#nav a {
	display:block;
	height:0px !important;
	padding:44px 0 0 0;
	overflow:hidden;
	background-position: 0 0;

}

#nav a:hover{
	background-position: -176px 0;	

}

#nav-item-1 a {
	width:176px;
	height:70px;
	padding-top: 70px;
	background: url(../structure/nav-about.png) no-repeat;
}

#nav-item-2 a{
	width:176px;
	height:70px;
	padding-top: 70px;
	background: url(../structure/nav-bio.png) no-repeat;
}

#nav-item-3 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-media.png) no-repeat;
}

#nav-item-4 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-program.png) no-repeat;
}

#nav-item-5 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-online-signup.png) no-repeat;
}

#nav-item-6 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-offline-signup.png) no-repeat;
}

#nav-item-7 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-directions.png) no-repeat;
}

#nav-item-8 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-medical.png) no-repeat;
}

#nav-item-9 a{
	width:176px;
	height:44px;
	background: url(../structure/nav-contact.png) no-repeat;
}

/*********** TYPOGRAPHY **********/
h1 {
	font-size:30px;
	font-weight:normal;
	color:#000000;
	clear:both;
	padding-bottom:25px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#333;
	padding-bottom:15px;
	padding-right:22px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #B60A08;
	padding-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6EDF5;
	margin-right: 30px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding-bottom:15px;
}
h4#please {
	padding-top:20px;
}
h4.red {
	color:#aa0000;
}

#col_main p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#4E5974;
	padding-bottom:15px;
	line-height:22px;
	padding-right:22px;
	padding-top: 10px;
}

#col_main p.error {
	color:#bb0000;
	padding-bottom:0px;
}

#footer p, #footer a {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
}
#footer p.links {
	padding-top:25px;
}
#footer p.links, #footer p.links a {
	color:#95c6f3;
	text-transform:uppercase;
	text-decoration:none;
}
#footer p.links a:hover {
	text-decoration:underline;
}
#footer p.copy {
	color:#f3f9ff;
	padding-top:5px;
}

#col_main ul{
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	color: #053E73;
	padding-bottom: 10px;
}

#col_main ul li{
	padding: 5px;
}

#col_main p.small{
	font-size: 12px;
}

#col_main a{
	text-decoration: none;
	color: #1E3288;
}

#col_main a:hover{
	color: #FFF;
	background-color: #1E3288;
}

#col_main p.h-small{
	font-size: 12px;
	padding-bottom: 5px;
}

/*********** FORMS **********/
#refer_form label {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#4e5974;
}
#refer_form input {
	width:189px;
	height:18px;
	padding:3px 3px;
	border:2px solid #cfe2ec;
}
#refer_form div.formrow label {
	width:110px;
	float:left;
	margin-top:5px;
}
#refer_form div.formrow {
	clear:both;
	margin-bottom:12px;
}
#refer_form ol {
	margin-left:25px;
	font-size:12px;
	font-weight:bold;
	color:#010101;
	font-family:Arial, Helvetica, sans-serif;
}
#refer_form li {
	clear:both;
	margin-bottom:10px;
	padding-left:10px;
}
#refer_form li input { 
	margin-left:30px;
	margin-right:28px;
}
#refer_form #submitbutton {
	width:136px;
	height:33px;
	background:url(../images/refer.png) top left no-repeat;
	padding:0;
	border:0;
	margin:20px 0;
	cursor:pointer;
}
#refer_form div.formrow label.error {
	clear:both;
	margin-left:110px;
	width:100%;
	color:#bb0000;
	font-weight:normal;
	margin-bottom:10px;
}

/*********** TABLES *********/
/* 
	Cusco Sky table styles
	written by Braulio Soncco http://www.buayacorp.com
*/
table {
	margin-right:25px;
	width: 640px;
	padding: 5px;
	margin-bottom: 20px;
}
table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: #053E73;
	font-size: 12px;
}

caption {
	font-size: 100%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 5px;
	text-align: center;
}

thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #F7F9FC; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

#col_main td img { float:none; }

tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }

tbody tr:hover {
	background-color: #C9D8E9;
  }
tbody tr:hover th,
tbody tr.odd:hover th {
	background: #C9D8E9;
  }

