/* VARNISH STRIPPING */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
* { margin:0; padding:0; }
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:100%; }
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/* #####vv##### overall #####vv##### */

/* #####^^##### overall #####^^##### */

body {
	height:100%;
	width:auto;
	margin:0;
	padding:0;
	text-align:center;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size:100%;
	background:#a1d3ea url(../images/background.jpg) top center repeat-x;
}
#wrapper {
	width:1036px;
	height:auto;
	margin:0 auto;
	text-align:left;
}
#header {
	width:1034px;
	height:176px;
	margin:0 0 0 4px;
	text-align:center;
	background:url(../images/header.jpg) top center no-repeat;
}
#header #login {
	text-align:left;
}
#header .txt_user_login {
	float:left;
	width:auto;
	margin-left:33px;
	margin-top:10px;
}
#header .username {
	float:left;
	height:18px;
	width:137px;
	padding:5px;
	margin:6px 0 0 1px;
	background:url(../images/txt_name_field.png) top center no-repeat;
	font-size:14px;
	border:none;
}
#header .btn_log_in {
	float:right;
	width:147px;
	height:26px;
	margin:1px 21px 0 0; 
}
#header .remember_check {
	float:right;
	width:auto;
	margin:6px 6px 0 0; 
}
#header .remember_txt {
	float:right;
	width:auto;
	margin:4px 4px 0 0;
}
#header .forgotten {
	clear:both;
	float:right;
	width:auto;
	margin-right:22px;
	text-align:right;
}
#login {
	float:right;
	width:460px;
	height:112px;
	margin-right:8px;
}
#main_nav {
	float:right;
	width:780px;
	height:55px;
	margin-right:22px;
	text-align:left;
	background:url(../images/main_nav.png) bottom center no-repeat;
	margin-top:9px;

}
#students, #residency, #students {
 	float:left;
	height:55px;
}
#students {
	float:left;
	width:256px;
	margin-left:5px;
}
#students a, #students a:visited {
	float:left;
	width:256px;
	height:35px;
	margin-top:20px;
}
#students a:hover {
	width:256px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_students_clerks.jpg) top center no-repeat;
}
#students_active {
	float:left;
	width:256px;
	margin-left:5px;
}
#students_active a, #students_active a:visited, #students_active a:hover {
	float:left;
	width:256px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_students_clerks.jpg) top center no-repeat;
}
#residency {
	float:left;
	width:257px;
	margin-left:1px;
}
#residency a, #residency a:visited {
	float:left;
	width:255px;
	height:35px;
	margin-top:20px;
}
#residency a:hover {
	width:255px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_residency_programs.jpg) top center no-repeat;
}
#residency_active {
	float:left;
	width:257px;
	margin-left:1px;
}
#residency_active a, #residency_active a:visited, #residency_active a:hover {
	float:left;
	width:255px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_residency_programs.jpg) top center no-repeat;
}
#physicians {
	float:left;
	width:257px;
	margin-left:-2px;
}
#physicians a, #physicians a:visited {
	float:left;
	width:257px;
	height:35px;
	margin-top:20px;
}
#physicians a:hover {
	width:257px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_practicing_physicians.jpg) top center no-repeat;
}
#physicians_active {
	float:left;
	width:257px;
	margin-left:-2px;
}
#physicians_active a, #physicians_active a:visited, #physicians_active a:hover {
	float:left;
	width:257px;
	height:55px;
	margin-top:0;
	background:url(../images/tab_practicing_physicians.jpg) top center no-repeat;
}
#sub_nav {
	width:1024px;
	height:29px;
	background:url(../images/subnav_bar.jpg) 10px 0 no-repeat;
}
#sub_nav p {
	margin-left:115px;
	color:#ffffff;
	font-size:95%;
}
#sub_nav a, #sub_nav a:visited {
	line-height:29px;
	font-size:100%;
	color:#ffffff;
	margin:0 34px;
}
#sub_nav_active {
	color:#f6cf70;
}
#sub_nav a:active, #sub_nav a:hover {
	color:#f6cf70;
}
#page_border {
	width:1028px;
	height:100%;
	margin:0 auto;
	background:url(../images/page_border.jpg) top center repeat-y;
}
#home {
	width:1028px;
	height:100%;
	margin:0 auto;
	text-align:center;
	background:url(../images/home.jpg) top center no-repeat;
}
#students_background {
	width:1028px;
	height:auto;
	margin:0 auto;
	background:url(../images/students_clerks_background.png) top center no-repeat;
}
#residency_background {
	width:1028px;
	height:auto;
	margin:0 auto;
	background:url(../images/residency_programs_background.png) top center no-repeat;
}
#physicians_background {
	width:1028px;
	height:auto;
	margin:0 auto;
	background:url(../images/practicing_physicians_background.png) top center no-repeat;
}
#content {
	width:1007px;
	height:auto;
	margin:0 0 20px 9px;
	text-align:left;
}
#content h1 {
	text-transform: uppercase;
	margin:10px 10px 0 10px;
	padding:20px 0 0 0;
	font-size:125%;
}
#content h2 {
	margin:5px 0 0px 10px;
}
#content #mini_nav {
	text-align:center;
	width:360px;
}
#content .title_line {
	margin:0 0 0 10px;
}
#content h2 a, #content h2 a:visited {
	color:#000000;
	font-weight:normal;
	text-transform:uppercase;
	font-size:85%;
	letter-spacing:0px
}
#h2_active {
	color:#3b8bca;
}
#content p {
	margin:10px;
	width:626px;
	font-size:85%;
}
#content ul, #content ol {
	font-size:80%;
	padding:0 40px 20px 40px;
width:566px;
}
#content a, #content a:visited {
	color:#3b8bca;
}
#content .spacer1 {
	padding-top:15px;
}
#content .spacer2 {
	padding-top:10px;
}
#paragraph_line {
	margin-left:10px;
}
.multi_paragraph_line {
	margin-left:10px;
}

#practicing_physicians {
	margin-top:-11px;
	background:url(../images/practicing_physicians_background.png) no-repeat;
}

/* success stories */
#success_stories {
	float:right;
	margin:10px;
	width:293px;
	font-family: Century Gothic, sans-serif;
}
#success_top {
	width:293px;
	height:20px;
	margin:0;
	padding:0;
	background:url(../images/success_top.png) top center no-repeat;
}
#success_content {
	width:293px;
	margin:0;
	padding:0;
	background:url(../images/success_middle.png) top center repeat-y;
}
#success_content p {
	width:auto;
	padding:5px 15px;
	margin:0;
	font-size:80%;
	width:auto;
}
#success_content h1 {
	margin:0 0 10px 0;
	padding:0 15px 6px 15px;
	width:auto;
	font-size:105%;
	background:url(../images/success_line.jpg) bottom center no-repeat;
}
#success_content ul {
	font-size:75%;
	padding:0 28px;
	width:233px;
}
#success_bottom {
	width:293px;
	height:16px;
	margin:0;
	padding:0;
	background:url(../images/success_bottom.png) top center no-repeat;
}

/* footer */
#footer {
	clear:both;
	margin:0 auto;
	width:1024px;
	height:79px;
	font-size:90%;
	background:url(../images/footer.jpg) top left no-repeat;
}
#footer p {
	text-align:center;
	padding-top:35px;
	color:#94a7b0;
}
#footer a, #footer a:visited {
	text-decoration:none;
	color:#94a7b0;
	margin:0 10px;
}
#footer .spacer {
	padding-left:10px;
}

.clearl {
	clear:left;
}
.clearb {
	clear:both;
}
.bold {
	font-weight:bold;
}
.hidden {
	display:none;
}
