html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, div, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	border: 0; margin: 0; padding: 0;
}

/* body and sizers */
body {
	padding: 0px 380px 0 380px;
	margin: 0;
	text-align: center;
	background:#F1E6D9 url(/images/main-bg.gif) repeat-x left 1px;
	font:.9em Arial, Helvetica, sans-serif;
	color:#262626;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 44%;
	max-width: 230px;  /* version for IE is at the bottom of this style block */
}

#expander {
	margin: 0 -380px 0 -380px;
	min-width: 760px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { 	
	width: 100%; 
	text-align:left;
} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.container {
	background: #fff url(/images/sidebar-bg.gif)  no-repeat 10px 0px;
	width: 100%;
	clear: both;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	border-bottom: 10px solid #fff;
}

a, a:link{
	font-weight:bold;
}
a:visited{
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size:1.4em;
}
h3 {
	font-size:1.2em;
}
h4, h5 {
	font-size:1.1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 1px;
}
h1 span, h2 span, h3 span, h4 span, h5 span {
	font-size: 0.75em;
}
ul li h2 {
	font-size:1.1em;
}
table {
	border-collapse: collapse;
}
table th, table td {
	vertical-align: top;
}
blockquote {
	font-weight: bold;
	padding-left: 20px;
}

/* logo and top bar */
.logoHolder {
	float: right;
	background-color: #fff;
	text-align: right;
	width: 100%;
	height: 133px;
	background:#fff url(/images/main-bg.gif) repeat-x left 1px;	
}
.logoHolder img.logo {
	padding: 30px 0 0 0;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}

/* nav */
#sidebar {
	width: 25%;
	float: left;
	display: inline;  /*IEwin doubled margin bug fix */
	text-align: left;
	margin-right:-1px;
	margin-left: 10px;
}
ul.nav {
	display: block;
	list-style: none;
}
ul.nav li a {
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 7px;
	text-decoration: none;
	color: #fff;
	border-bottom: 0.3em solid #fff;
}
ul.nav li a:hover {
	text-decoration: underline;
}
ul.nav li.about a {
	background-color: #660033;
}
ul.nav li.members a {
	background-color: #002C58;
}
ul.nav li.resources a {
	background-color: #D98B00;
}
ul.nav li.currentSection a {
	border: 0;
}
ul.nav li.currentSection ul {
	border-bottom: 0.3em solid #fff;
}

/* sub navs */
ul.nav li ul li {
	margin: 0;
}
ul.nav li ul li a {
	padding: 0 7px 7px 27px;
	font-size: 0.9em;
	background: url(/images/subnav-bullet.png) no-repeat 10px 6px;
}

/* promos */
ul.promosSignup {
	display: block;
	list-style: none;
	color: #587592;
	font-weight: bold;
	border-bottom: 2px solid #fff;
}
.promosSignup li, .nav li {
	display: inline;
}
.promosSignup li a {
	background: #BCC7D3 url(/images/bullet-blue.gif) no-repeat 96% center;
	font-size: 0.9em;
	display: block;
	font-weight: bold;
	color: #294E73;
	padding: 7px 25px 7px 7px;
	text-align: right;
}
.promosSignup li a:hover {
	text-decoration: none;
	background-color: #D2DAE2;
	color: #7C92A9;
}
ul.homeSignupPromos {
	margin: 20px auto 0 auto;
	border: none;
	background: none;
	width: 90%;
}
ul.homeSignupPromos li a {
	/* background-color: transparent;
	background-position: 3% center; 
	padding-left: 20px; */
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #587592;
}

.promosLeft {
	width: 90%;
	margin: 20px auto 0px auto;
}
.promoBorder {
	padding: 5px;
	position: relative;
	z-index: 3;
	top: -70px;
	height: 70px;
	min-height: 70px;
	width: 50px;
}
.promoBody {
	border: 1px solid #587592;
	background-color: #CED6DF;
	padding: 6px;
	position: relative;
	z-index: 2;
}
.promoBody h1, .promoBody h1 a {
	font-size: 1em;
	color: #002C58;
}
.promoBody h1 a:hover {
	text-decoration: none;
}
.promoBody p {
	color: #587592;
	font-size: 0.8em;
}
.promoText {
	z-index: 1;
}

/* promo-specific styles */
.promoConference {
	
	float: right;
}
.promoConferenceText h1 {
	padding: 0 20px 2px 0;
}
.promoConferenceText p {
	padding-right: 40px;
}

.promoHome .promoHomeText {
	width: 190px;
}
.promoHome {
	float: right;
	margin: 3px 0 10px 15px;
	background: #FBF6F2 url(/images/border-orange.gif) no-repeat bottom right;
}
.promoHomeHeader {
	background: transparent url(/images/border-home-promo.gif) no-repeat top right;
	padding: 5px 15px 5px 10px;
	width: auto;
	font-size: 0.8em;
	color: #FFF;
}
.promoHomeText {
	background: #FBF6F2 url(/images/border-orange.gif) no-repeat bottom left;
	padding: 5px 10px 10px 10px;
	width: 100%;
	margin-right: 1px;
}
.promoHomeText p {
	font-size: 1em;
	line-height: 1.3em;
}

/* header images and content blocks */
.mainColumn {
	width: 72%;
	float: left;
	margin-right: auto;
	padding-left: 1%;
	display: inline;
	background-color: #fff;
}
.contentHome {
	padding: 0 2% 1% 2%;
	width: auto;
}
.content {
	padding: 0 2% 1% 1%;
	width: auto;
	margin-right: auto;
}
.content p, .contentHome p {
	font-size: 0.9em;
	line-height: 1.3em;
	padding-bottom: 10px;
	text-align: justify;
}
.content table, .contentHome table {
	font-size: 0.9em;
}
.content ul, .contentHome ul, .content ol, .contentHome ol {
	padding: 0 0 10px 30px;
}
.content ul, .contentHome ul {
	list-style: square;
}
.content ul li p, .contentHome ul li p ,.content ol li p, .content ul p, .contentHome ul p ,.content ol p {
	color: #262626;
	padding: 1px;
}
.content ol li, .content ul li {
	padding-bottom: 2px;
}
.content ol li h4 {
	font-size: 1em;
}

.headerHome, .headerHomeContainer, .headerHome .border {
	width: 100%;
	height: 250px;
	background: transparent url(/images/headers/home.jpg) no-repeat top left;
}
.headerHome {
	border-top: 1px solid #DFB880;
	background: transparent url(/images/border-home.gif) no-repeat bottom right;	
}
.headerHome .border {
	width: 96%;
	background: transparent url(/images/border-home.gif) no-repeat bottom left;	
}
.headerHome .border h1, .headerHome .border p {
	padding: 20px 0 5px 0;
	font-size: 1.4em;
	width: 37%;
	text-align: right;
	float: right;
}
.headerHome .border p {
	font-size: 0.8em;
	padding-top: 0;
	clear: right;
	color:#333333;
}
.headerHomeContainer {
	margin-bottom: 10px;
}

.header {
	width: 166px;
	float: right;
	margin: 0 0 15px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
}

.headerImg, .headerImgSubnav {
	height: 200px;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
}

/* header images */
.headerImgMain {
	background: transparent url(/images/headers/doctor-outside-hospital.jpg) no-repeat center left;
}

/* header images - about */
.headerAboutLocums {
	background-image: url(/images/headers/doctor-outside-hospital.jpg);
}
.headerEducation {
	background-image: url(/images/headers/tools-closeup.jpg);
}
.headerEducationPhysician {
	background-image: url(/images/headers/smiling-female-doctor.jpg);
}
.headerEducationClient {
	background-image: url(/images/headers/smiling-male-doctor.jpg);
}
.headerHelpfulLinks {
	background-image: url(/images/headers/paper-with-computer.jpg);
}
.headerAdvantages {
	background-image: url(/images/headers/woman-board-meeting.jpg);
}
.headerChoosingFirm {
	background-image: url(/images/headers/doctor-at-computer.jpg);
}
.headerEthics {
	background-image: url(/images/headers/group-of-doctors.jpg);
}
.headerStandards {
	background-image: url(/images/headers/chart-closeup.jpg);
}
.headerWhatIs {
	background-image: url(/images/headers/two-radiology-doctors.jpg);
}

/* header images - contact */
.headerContact {
	background-image: url(/images/headers/contact-main-computer.jpg);
}
.headerSignUp {
	background-image: url(/images/headers/doctor-stethoscope.jpg);
}
.headerJobOrder {
	background-image: url(/images/headers/hand-offering.jpg);
}
.headerSitemap, .headerPrivacyPolicy {
	background-image: url(/images/headers/radiology-map.jpg);
}

/* header images - member resources */
.headerMemberResources {
	background-image: url(/images/headers/computer-desk.jpg);
}
.headerArbitrationProcedures {
	background-image: url(/images/headers/arbitration-procedures.jpg);
}
.headerBoardOfDirectors {
	background-image: url(/images/headers/group-of-professionals.jpg);
}
.headerCalendar {
	background-image: url(/images/headers/calendar.jpg);
}
.headerMarketingMaterials {
	background-image: url(/images/headers/marketing-meeting.jpg);
}
.headerMembershipInfo {
	background-image: url(/images/headers/contact.jpg);
}
.headerVendorMembers {
	background-image: url(/images/headers/vendor-members.jpg);
}

/* subnav */
.subnav, .promoHomeText {
	background-repeat: no-repeat;
	background-position: bottom left;
}
.subnav {
	padding: 5px 5px 10px 15px;
	font-size: 0.8em;
}
.subnav ul, .promoHomeText ul {
	list-style: none;
}
.promoHomeText ul {
	padding-top: 3px;
}
.subnav ul li, .promoHomeText ul li {
	padding-left: 10px;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: left 4px;
	background-color: transparent;	
}
.promoHomeText ul li {
	font-size: 0.9em;
	padding-bottom: 3px;
}
/* footer */
.clearBoth{
	clear:both;
}
#footer {
	text-align:center;
	font-size:.8em;
	margin:-10em 0 0 0;
	padding: 0 0 0 10px;
	width:25%;
	float:left;
	clear: both;
	color:#002C58;
	font-weight:bold;
}
#footer p {
	padding: 0 20px 0 20px;
}
#footer a {
	color: #002C58;
}
#footer a:hover {
	text-decoration: none;
	color: #D2DAE2;
}
#footer .copyright {
	padding-top: 15px;
	font-size: 0.95em;
}

/* printable directory */
#printable {
	padding: 10px;
	margin: 0;
	text-align: center;
	background: none;
	font:.8em Arial, Helvetica, sans-serif;
	color:#262626;
	text-align: left;
}
#printable a, #printable a:link{
	font-weight:normal;
	color: #002C58;
}
#printable a:visited{
	text-decoration:underline;
	color: #406182;
}
#printable a:active{
	text-decoration:none;
	color: #406182;
}
#printable a:hover{
	text-decoration:none;
	color: #A5B4C4;
}
#printable table {
	width: 100%;
	border: 1px solid #002C58;
}
#printable table td {
	padding: 3px 5px 3px 3px;
	border: 1px solid #C0CBD6;
}
#printable table th {
	padding: 5px;
	background-color: #E6EAEF;
	border-right: 1px solid #002C58;
	border-bottom: 2px solid #002C58;
}

/* forms */
table.quickForm {
	width: 100%;
	width: auto !important;
	margin-right: 3%;
}
table.contact {
	width: 70% !important;
}
table.quickForm th, table.quickForm td {
	border-width: 1px;
	border-style: solid;
	padding: 3px 3px 3px 5px;
}
table.quickForm th {
	font-weight: normal;
	text-align: left;
	width: 30%;
}
table.quickForm td {
	width: 70%;
}
table.quickForm tr.required th {
	font-weight: bold;
}
table.quickForm td input, table.quickForm td select, table.quickForm td textarea {
	border-width: 1px;
	border-style: solid;
	background-color: #FFF !important;
	width: 85%;
	padding: 2px;
}
table.quickForm td input.formSpacer {
	margin-bottom: 3px;
}
table.quickForm td textarea {
	height: 80px;
}
table.quickForm td input.button {
	width: 130px;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	background-color: #8096AC !important;
}

/* marketing materials logo table */
table.logos {
	width: 95%;
}
table.logos td {
	text-align: center;
	border: 10px solid #fff;
	padding: 5px;
	vertical-align: middle;
}
table.logos td.blackBG {
	background-color: #000;
}

/* education center */
h2.articleTitle {
	padding-bottom: 10px;
}
p.articleCount {
	text-align: right;
	font-size: 0.9em;
	width: auto;
	padding: 3px 5px 3px 0;
	border-top: 1px solid #E6D8DF;
	border-bottom: 1px solid #E6D8DF;
}
p.articleDate {
	padding-bottom: 0;
	font-style: italic;
	font-weight: bold;
}
p.articleContact {
	
}
.locumlifeLogo {
	float: right;
	padding: 0 0 5px 10px;
	border: 0;
}

/* sitemap */
.sitemap h3 {
	padding-top: 10px;
}
.sitemap ul {
	padding-bottom: 0;
}

/* privacy policy */
th.privacyPolicy {
	vertical-align: middle;
	font-size: 0.9em;
}

/* general spacer */
.spacer {
	padding-top: 10px;
}

.formInstruction {
	font-size: 0.85em;
}
.headerList li {
	margin-bottom: 3px;
}
.headerList li h2, .headerList li h3 {
	margin-bottom: 0;
}
.headerList h3 {
	font-size: 1em;
}

/* company logo rotator container */
.logoRotator {
	width: 100%; 
	height: 130px;
	margin-bottom: 20px;
	margin-top: 10px;
}