/* GENERIC STUFF */

body {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg_vertgradient.gif);
	background-repeat: repeat-x;
	/*background-color: #0076A3;*/
	background-color: #CDD2E4;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

.center { 
	text-align: center;
}

.center table.main { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 955px;
/*	border-top: 5px solid #FF9900;*/
	margin-top: 10px; 
	margin-bottom: 10px; 
	background-color: #ffffff;
	border: 1px solid #24A756;
}

/* HEADER STUFF */

#header {
	background-color: #ffffff;
	padding: 10px 17px 0 10px;
}	

#headlinks {
	color: #002B5C;
	font-weight: bold;
	font-size: 12px;
	float: right;
	padding-top: 15px;
	padding-right: 20px;
}

#headlinks a {
	color: #002B5C;
	text-decoration: none;
}

#headlinks a:hover {
	color: #24A756;
}

#headlinks ul {
	padding-top: 0;
	margin-top: 0;
}

/* CONTENT AREA STUFF */

#content {
	margin: 0;
	width: 570px;
	float: left;
	color: #666666;
	padding: 12px;
}

#medlist #content {
	width: 600px;
}


#content h1 {
	font-size: 16px;
	font-weight: bold;
	color: #335683;
	border-left: 1px solid #335683;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #395B88;
}

#content h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#content a {
	color: #395B88;
}

#content {
	line-height: 130%;
}

#sidebar {
	float: right;
	margin: 0 17px 50px 20px;
	padding: 12px 0; 
	width: 300px;
}

#medlist #sidebar {
	width: 239px;
}

#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	color: #335683;
	border-left: 1px solid #335683;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

/*
#sidebar h1 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}
*/

#sidebar div.textcontent {
	border: 1px solid #dedede;
	/*border: 1px solid #FFEDCF;*/
	background-color: #efefef;
	padding: 12px;
	color: #555;
	margin-bottom: 30px;
}

#sidebar div.textcontent h2 {
	color: #335683;
	font-size: 16px;
}

#sidebar a {
	color: #395B88;
}

#sidebar p {
	padding-top: 0;
	margin-top: 0;
}

#sidebar hr {
	border: 0;
	padding: 0;
	height: 1px;
	color: #00A866;
	background-color: #00A866;
	margin-bottom: 15px;
	text-align: center;
}


/* FOOTER STUFF */

#footer {
	text-align: center;
	background-color: #efefef;
	padding: 0;
	/*	border-top: 1px solid #0076A3; */
}

#footer td {
	text-align: center;
	padding: 3px;
}

#footer .textonly {
	background-color: #ffffff;
	margin-top: 3px;
	padding: 3px;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

/* NAV STUFF */

.nav-top {
	height: 2px;
	background-image: url(/images/nav_top.gif);
	background-repeat: repeat-x;
}

#navbar {
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 41px;
	vertical-align: bottom;
}

.navcontainer {
	height: 41px;
	background-color: #24A756;
	padding: 0 0 0 108px;
	background-image: url(/images/nav_leftside.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 12px 0 6px;
	font-size: 12px;
}

#nav li { /* all list items */
	float: left;
	border-left: 1px solid #ffffff;
	vertical-align: middle;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #24A756;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid white;
	border-left: 0;
	border-right: 0;
	margin-left: -1px;
}

#nav li ul li  { 
	border-bottom: 1px solid #ffffff;
	padding-bottom: 0;
	border-left: 0;
	border-right: 0;
}

#nav li ul li a {
	background-color: #24A756;
	width: 140px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}


#nav li ul li a:hover { 
	background-color: #91CC9E;
	width: 140px;
	padding: 4px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #12542B;
}

#nav li ul a { 
	color: #ffffff;
	font-size: 9px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* IE 7 SUCKERFISH FREAKOUT FIX */

#nav li:hover, #menu li.hover {
    position: static;
}

.question {
	background-image: url(/images/question.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	font-style: italic;
	padding-bottom: 4px;
}

.answer {
	background-image: url(/images/answer.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-bottom: 4px;
}

/* CONTENT WIDE */

/* (USED ON THE BOARD PAGE ONLY) */

#content2 {
	margin: 0;
	width: auto;
	color: #666666;
	padding: 12px;
}

#content2 h1 {
	font-size: 16px;
	font-weight: bold;
	color: #335683;
	border-left: 1px solid #335683;
	padding-top: 20px;
	padding-left: 3px;
	margin-bottom: 30px;
	margin-top: 0;
}

#content2 h2 {
	font-size: 12px;
	font-weight: bold;
	color: #395B88;
}

#content2 h3 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border-top: 1px solid #ccc;
	border-left:  1px solid #ccc;
	padding: 2px 6px;
}

#content2 a {
	color: #395B88;
}

#content2 {
	line-height: 130%;
}

.spaced li {
	margin-bottom: 1em;
}

/* search styles */

#search {
	background-repeat: repeat-x;
	/*background-image: url(/images/search_bg.gif);*/
	background-position: top;
	text-align: left;
	color: #335683;
	padding-top: 10px;
	padding-left: 630px;
}


#search input.searchbutton {
	vertical-align: middle;
	margin: 0;
}

#search input.searchbox {
	vertical-align: middle;
	margin: 0;
}

.smphoto {
	border: 1px solid #ccc;
	margin-right: 10px;
	float: left;
}

.clearfloat {
	clear: both;
}

.button {
	padding: 5px 0;
}

.button p {
	margin-top: 0;
	margin-bottom: 5px;
}

.med {
	margin: 12px auto 30px auto;
}

.med td {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 121px;
	padding: 10px;
}

.med img {
	margin: 0 auto 6px auto;
	display: block;
}

.template {
	float: left;
	text-align: center;
	width: 190px;
	height: 220px;
	margin: 10px;
	margin-left: 20px;
}

.template img {
	display: block;
	margin-bottom: 6px;
}

.brightgreen {
	color: #25A756;
}

.medlisticon{
	position: relative; 
	margin-top: -50px; /* everyone else */
	*margin-top: -80px; /* IE 6 and 7*/
	width: 202px;
}

.quickjump {
	margin: 0 auto 12px auto;
	text-align: center;
}

.quickjump td {
	padding: 0 3px;
	vertical-align: top;
}