html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------End of CSS Reset---------------------------*/

html {
	background: #787772;
}

body {
	background: #EAE9E1 url(../images/headerBg.png) repeat-x top left scroll;
	font-family: Arial;
}

#mainWrapper {
	background: transparent url(../images/bottomBg.jpg) repeat-x bottom left scroll;
}

p { margin: 8px; font-family: Arial; color: #000; }
h1 { font-size: 25px; font-family: Arial; font-weight: normal; }
h2 { font-size: 20px; font-family: Arial; }
h3 { font-size: 16px; font-family: Arial; }
h4 { font-family: Arial; }
ul li { font-size: 13.5px; font-family: Verdana; margin: 0px 0px 3px 0px; }
a{ color: #29485F; }

#wrapper {
	width: 960px;
	margin: auto;
}

#header {
	height: 106px;
	padding: 25px 20px 0px 0px;
}

#csLogo { 
	float: left;
}

#referralP {
	float: right;
	width: 300px;
	color: #828785;
	text-align: right;
	font-size: 22px;
	font-family: Verdana;
}

#contentWrapper {
	background: #fff;
	padding-top: 15px;
}

#footer {
	text-align: center;
	height: 50px;
	border-top: 6px solid #0D2651;
	background: #87857F;
	padding-top: 20px;
	clear: both;
	
}

#footer p {
	color: #ACAAA0;
	font-size: 13px;
}

.clear { clear: both; }


/*-----------End of Index CSS--------------*/

#captchaError {
	width: 948px;
	background: #fff;
	text-align: center;
	padding: 50px 0;
}

#topText, #topTextRef {
	width: 948px;
	height: 252px;
	margin: auto;
	background: #fff url(../images/top_textarea.png) no-repeat center center;
}

#topTextCopy {
	float: left;
	width: 610px;
	margin: 40px 0px 40px 30px;
	font-size: 15px;
	line-height: 18px;
}

#topTextRef #topTextCopy {
	float: left;
	width: 610px;
	margin: 40px 0px 40px 30px;
	font-size: 17px;
	line-height: 20px;
}

#topTextCopy ul {
	list-style: disc;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
}

#topTextCopy ul li {
	font-size: 12px;
}

#lowerContent, #lowerContentRef {
	width: 942px;
	margin: 40px auto 0px auto;
	clear: both;
	padding: 0 0px 40px;
}

#rightBox, #leftBox {
	float: left;
	width: 451px;
	background: #d4e3ea;
	margin: 0px 9px;
	border-bottom: 3px solid #568098;
	border-left: 1px solid #568098;
	border-right: 1px solid #568098;
	border-top: 1px solid #568098;
}

.boxTop {
	background: #366885 url(../images/site_sprites.png) repeat-x 0px -166px;
	padding-left: 20px;
}

.boxTop h2 {
	padding: 10px 0px 10px 0px;
	color: #fff;
}

.boxTop h3 {
	padding: 12px 0px 12px 0px;
	color: #fff;
}

.boxImg {
	float: right;
	margin: -55px -15px 20px 0px;
}

.boxContent {
	padding: 10px;
	color: #002c51;	
	font-family: Arial;	
}

.boxContent ul {
	list-style: disc;
	padding: 0px 0px 0px 30px;
}

#signUpBox {
	width: 550px;
	float: left;
	background: #d4e3ea;
	margin: 0px 0px 0px 10px;
	border-bottom: 3px solid #568098;
	border-left: 1px solid #568098;
	border-right: 1px solid #568098;
	border-top: 1px solid #568098;
}

#rightRef {
	float: left;
	width: 360px;
	margin: 0px 8px 8px 8px; 
}

#rightRef ul {
	list-style: disc;
	padding: 0px 0px 0px 20px;
	font-size: 12px;
	line-height: 15px;
}

#rightRef ul li {
	font-size: 12px;
}

#rightRef ul .subList{
	list-style: circle;
}

label {
	display: block;
	margin-left: 5px;
}

.formField {
	float: left;
	margin: 10px 0px 0px 20px;
	font-size: 16px;
	position: relative;
}

.hidden {
	display: none;	
}

#TandC {
	text-align: center;
	font-size: 13px;
	margin: 10px 0px;
	padding-top: 10px;
	clear: both;
	position: relative;
}

label.error {
	font-size: 10px;
	color: red;
	text-transform: uppercase;
}

#TandC label.error {
	position: absolute;
	bottom: -15px;
	left: 34px;
}

.formField label.error {
	position: absolute;
	top: 21px;
	right: 5px;
}

#sendMethod label.error { 
	position: absolute;
	top: 35px;
	right: -35px;
}

#infoType label.error {
	position: absolute;
	top: 27px;	
	left: 12px;
}

.field {
	width: 220px;
}

.field2 {
	width: 470px;
}

label, input, select {
	clear: both;
	padding: 0;
	margin: 0 0 0 5px;
}


#TandC label{
	display: inline;	
}

#submitButton {
	height: 150px;
	width: 100%;
	display: block;
	margin: auto;
	position: relative;
	top: 0;
	left: 0;
}

#captcha {
	position: absolute;
	top: 10px;
	left: 0;	
}

#submit {
	display: block;
	background: url(../images/site_sprites.png) no-repeat 0px 0px;
	width: 170px;
	height: 35px;
	text-decoration: none;
	border: 0;
	color: #fff;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: 60px;
	cursor: pointer;
}

.join a {
	display: block;
	background: url(../images/site_sprites.png) no-repeat 0px 0px;
	width: 138px;
	height: 30px;
	padding: 8px 0px 0px 37px;
	color: #fff;
	text-decoration: none;
}

.join a:hover {
	display: block;
	background: url(../images/site_sprites.png) no-repeat 0px -39px;
	width: 138px;
	height: 30px;
	padding: 8px 0px 0px 37px;
	color: #fff;
	text-decoration: underline;
}

#purlLeft {
	float: left;
	width: 700px;
	background: #fff;
	padding: 10px;
}

#purlTextCopy {
	padding: 0px 8px;
	line-height: 20px;
}

#purlLeft ul {
	list-style: disc;
	padding: 0px 0px 0px 35px;
}

#purlTextCopy blockquote {
	margin: 30px;
}

#purlRight {
	float: left;
	width: 230px;
	background: #fff;
	padding: 10px 10px 10px 0px;
}

#refInfo {
	width: 211px;
	border: 1px solid #000;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	font-size: 12px;
}

#refInfo img {
	display: block;
	text-align: center;
	width: 100%;
	cursor: pointer;	
}

#emailpurl {
		display:none;	
		z-index: 10000;
		background: #fff;
		border: 2px solid #1d3647;
		padding: 20px;
		width: 320px;
}

#emailpurl h4 {
	margin-bottom: 10px;
	color: #1d3647;	
}

#emailpurl input {
	margin-bottom: 10px;
	display: block;
}

#emailpurl textarea {
	clear: both;
	margin: 0 0 0 5px;
	width: 90%;
	height: 60px;
	margin-bottom: 10px;
	padding: 5px;
}

#emailpurl .close {
	background-image:url('/onsiteads/images/close.png');
	position:absolute;
	top: -10px;
	right: -10px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#emailpurl #captcha {
	position: relative;
	display: block;	
	margin-bottom: 20px;
}

#enrollCall #offer {
	margin-bottom: 1em;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.2em;
}

#enrollCall {
	text-align: center;
}

#enrollCall p {
	margin: 0px;
}

#enrollCall h2 {
	margin: 3px 0 10px;
	font-size: 24px;
}

#moreInfoBox {
	width: 229px;
	background: #d4e3ea;
	margin: 0px auto;
	border-bottom: 3px solid #568098;
	border-left: 1px solid #568098;
	border-right: 1px solid #568098;
	border-top: 1px solid #568098;
}
	
/*--------------- Form Styles -----------------*/



#form1 {
	width: 195px;
	padding: 0px 10px 0px 10px;
}	
	
#LeadTypeFieldset, #ProgramTypeFieldset {
	font-size: 13px;
	
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
	
#LeadTypeFieldset h3, #ProgramTypeFieldset h3 {
	font-weight: bold;
	
	display: block;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#ProgramTypeFieldset label {
	display: block;
	line-height: 1.3em;
	clear: none;
}

#ProgramTypeFieldset input {
	float: left;
	clear: left;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

#LeadTypeFieldset label {
	display: inline;
}
	
#LeadTypeFieldset label.error, #ProgramTypeFieldset label.error {
	color: #cc7777;
	width: 195px;
	display: block;
	margin: 0px 0px 0px 0px;
}
	
#LeadTypeFieldset input.error#LeadTypeMail {
	color: #cc7777;
	margin: 0px 0px 4px 0px;
	diplay: block;
}

#ProgramTypeTranscriptionLabel { margin-right: 30px; }

#ProgramTypeCodingLabel { margin-right: 0px; }
	
#ContactInfoFieldset {
	text-align: left;
	padding-right: 20px;
}
	
#ContactInfoFieldset label {
	font-size: 13px;
	/*width: 65px;*/
	display: inline-block;
}
	
#ContactInfoFieldset input, select {
	font-size: 13px;
	width: 190px;
	margin: 2px 0px;
	border: 1px #777 solid;
	color: #555;
}
	
#ContactInfoFieldset label.error {
	color: #cc7777;
	width: 213px;
	display: block;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}
	
#ContactInfoFieldset select.error, #ContactInfoFieldset input.error#Email {
	margin: 2px 0px 3px 0px;
}

#form1Submit {
	display: block;
	background: transparent url(../images/site_sprites.png) no-repeat 0px 0px;
	width: 170px;
	height: 35px;
	text-decoration: none;
	border: 0;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	margin-top: 5px;
	text-align: center;
}

/*----------------- End Form CSS ----------------*/

#moreInfoBox .formField{
	font-size: 13px;
	margin: 5px 0px 0px 7px;
}

.field3 {
	width: 190px;
	margin-left: 3px;
	font-size: 10px;
}

.field4 {
	width: 85px;
	margin-left: 3px;
	font-size: 10px;
}

#stateZip .formField {
	float: left;
	width: 95px;
}

#infoType {
	font-size: 14px;
	margin: 10px 5px 5px 5px;
	clear: both;
	position: relative;
	padding-top: 10px;
}

#infoType label, #sendMethod label {
	clear: none;	
	margin-top: 6px;
}

#infoType p {
	margin-bottom: 12px;	
}

#cbTranscription, #cbCoding, #sendEmail, #sendMail {
	float: left;
	margin: 1px 5px 4px 0;	
}

.step {
	height: 72px;
	width: 742px;
	display: block;
	margin: 20px 100px;
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	padding: 10px 0 0 0;
	position: relative;
	text-indent: 40px;
}

.step a {
	color: #fff;
	text-decoration: none;	
	border-bottom: 3px solid #fff;
}

#step1 {
	background: #00487a url('../images/thankyou_sprite.png') no-repeat 0 0;
}
#step2 {
	background: #00487a url('../images/thankyou_sprite.png') no-repeat 0 -97px;
}
#step3 {
	background: #00487a url('../images/thankyou_sprite.png') no-repeat 0 -194px;
}

#step1info, #step2info, #step3info {
	display: block;
	width: 100%;
	text-align: right;
	color: #fff;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 200%;
	color: #fff;
}

#resourceTitle {
	color: #555;
	margin-left: 15px;
}

#tranRes, #codRes {
	float: left;
	width: 410px;
	margin: 25px;
}

#pharmRes {
	clear: both;
	margin: 25px 25px 0px 25px;
	padding-bottom: 25px;
}

.resources {
	margin-left: 20px;
}

#mtBrochure a, #mtSyllabus a, #iomcbBrochure a, #outSyllabus a, #iomcbSyllabus a, #coupon a, #mteBrochure a, #mteSyllabus a, #promoFlier a, #ptBrochure a, #ptSyllabus a {
	display: block;
	width: 345px;
	height: 80px;
	text-indent: -9999px;
	margin: 5px 0px;
}

#ptBrochure a {background: #fff url(../images/downloads.jpg) no-repeat 0px -720px;}
#ptSyllabus a {background: #fff url(../images/downloads.jpg) no-repeat 0px -800px;}
#mtBrochure a {background: #fff url(../images/downloads.jpg) no-repeat 0px -320px;}
#mtSyllabus a {background: #fff url(../images/downloads.jpg) no-repeat 0px -240px;}
#mteBrochure a {background: #fff url(../images/downloads.jpg) no-repeat 0px -480px;}
#mteSyllabus a {background: #fff url(../images/downloads.jpg) no-repeat 0px -560px;}
#iomcbBrochure a {background: #fff url(../images/downloads.jpg) no-repeat 0px 0px;}
#outSyllabus a {background: #fff url(../images/downloads.jpg) no-repeat 0px -160px;}
#iomcbSyllabus a {background: #fff url(../images/downloads.jpg) no-repeat 0px -80px;}
#coupon a {background: #fff url(../images/downloads.jpg) no-repeat 0px -400px;}
#promoFlier a {background: #fff url(../images/downloads.jpg) no-repeat 0px -640px;}

#otherRes {
	clear: both;
	margin: 25px 25px 0px 25px;
	padding-bottom: 25px;
	font-size: 12px;
}


#disclaimer { font-size: 10px; line-height: 10px; }

.content {
	width: 80%;
	margin: 20px auto;
	padding-bottom: -20px 0 20px;	
}

