@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


.twoColFixLtHdr #container {
	width: 951px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #6478B5;
	border-right-color: #6478B5;
	border-bottom-color: #6478B5;
	border-left-color: #6478B5;
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	background: #fff;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index: 100;
	margin-bottom: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff;
	width: 193px;
}
.twoColFixLtHdr #mainContent {
	margin-left: 202px;
} 
.twoColFixLtHdr #footer {
	background:#fff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 2px solid #6478B5;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footernav {
	font-size: 10px;
	color: #36C;
}
.footerdisclaimer {
	font-size: 10px;
}
#po {
	color: #233e98;
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/po_gradient.jpg);
	border: 2px solid #6478B5;
	background-repeat: no-repeat;
	font-size: 28px;
	padding-left: 15px;
}
#centers {
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/currentcenters.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
}
.twoColFixLtHdr #container #mainContent table tr td {
	font-size: 14px;
}
#fellowship {
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/fellowship.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-right: 260px;
	padding-left: 20px;
	padding-top: 75px;
}
.twoColFixLtHdr #container #mainContent #fellowship p {
	font-size: 12px;
}
#fellowship2 {
	font-size: 16px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	border: 2px solid #6478B5;
	font-weight: 500;
}
#whychoose {
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/youhandle.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 115px;
	padding-left: 375px;
	font-size: 12px;
}
.bluetitle {
	font-size: 24px;
	color: #233e98;
}
#whycontent1 {
	border: 2px solid #6478B5;
	padding-left: 15px;
}
#whycontent2 {
	background-image: url(../images/doctor_recruiting/why_bottom.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 2px solid #6478B5;
}
.percent70 {
	font-size: 85%;
}
#facts {
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/important_facts.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 256px;
	font-size: 12px;
}
#facts2 {
	background-image: url(../images/doctor_recruiting/diaz.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 165px;
}
#facts3 {
	background-image: url(../images/doctor_recruiting/davies.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 165px;
}
#factscontent {
	padding-left: 15px;
	padding-right: 10px;
}
#benefits {
	background-image: url(../images/doctor_recruiting/benefits_top.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 2px solid #6478B5;
	padding-top: 120px;
}
#benefits2 {
	background-image: url(../images/doctor_recruiting/benefits_gradient.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 2px solid #6478B5;
}
#meet {
	background-image: url(../images/doctor_recruiting/colleagues.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 165px;
}
#vipond {
	background-image: url(../images/doctor_recruiting/vipond_gradient.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-top: 5px;
}
#franco {
	background-image: url(../images/doctor_recruiting/franco_gradient.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-top: 5px;
}
#corrado {
	background-image: url(../images/doctor_recruiting/corrado_gradient.jpg);
	background-repeat: repeat-y;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#whitaker {
	background-image: url(../images/doctor_recruiting/whitaker_gradient.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-top: 5px;
}
#wise {
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-top: 5px;
}
#tag {
	background-image: url(../images/doctor_recruiting/taghizadeh_gradient.jpg);
	background-repeat: repeat-y;
	border: 2px solid #6478B5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#apply {
	background-color: #FFF;
	background-image: url(../images/doctor_recruiting/apply.jpg);
	background-repeat: no-repeat;
	border: 2px solid #6478B5;
	padding-top: 150px;
}
#apply2 {
	font-size: 14px;
	padding-right: 10px;
	padding-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 14px;	
}
#apply_form {
	padding-left: 150px;
}

