/* 
/	MedHelp Inc. CSS Document
/	Author: (Michael A. Karr - mike[at]advp.com) Adventure Web Productions - http://www.advp.com
/	Date: 12/2006
*/


/* [ Globals ] */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	/* Center Website for IE */
	text-align: center;
	background: url(../images/mainBG.jpg) repeat;
}
p {
	margin: 0px 0px 10px 0px;
}
img {
	border: none;
}
h1 {
	color: #0C2C70;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: url(../images/h1BG.jpg) repeat-x;
	padding: 5px 10px;
	margin: 3px 3px 5px 3px;
}
p.left {
	font-size:10px;
	padding:0;
	margin:0;
}
h3 {
	color: #0C2C70;
	font-weight: bold;
	font-size: 16px;
	margin: 0px 0px 10px 15px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #0C2C70;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
/* [ Class Library ] */

.imgRight {
	float: right;
	margin: 0px 0px 10px 10px;
}
.lastNav {
	margin-right: 0 !important;
	border: none !important;
}
/* [ Wrapper ] */

#wrapper {
	position: relative;
	width: 775px;
	/* Center Website Container */
	margin: 0 auto;
	text-align: left;
}
/* [ Background ] */

#background {
	background: url(../images/stretcher.jpg) top center repeat-y;
	position: relative;
	width: 775px;
	float: left;
}
/* [ Header ] */

#header {
	background: url(../images/headerBG.jpg) top center no-repeat;
	width: 750px;
	padding: 0px 12px;
	float: left;
	position: relative;
	z-index: 20;
}
#logo {
	width: 185px;
	margin: 45px 0px 10px 20px;
}
#memberLogin {
	position: absolute;
	top: 83px;
	right: 30px;
}
#memberLogin a {
	color:#CCCCCC;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#memberLogin a:hover {
	color:#FFFFFF;
}
/* [[[[[ Navigation Menu ]]]]] */

#mainNavigation {
	width: 480px;
	position: absolute;
	top: 122px;
	right: 23px;
	text-align: left;
}
#mainNavigationNEW {
	width: 540px;
	position: absolute;
	top: 122px;
	right: 0px;
	text-align: left;
}
/* all lists */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	/* For Mozilla Browsers */
	z-index: 1000;
}
#nav li a {
	display: block;
	color: #0C2C70;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 7px;
}
#nav li a:hover {
	color: #000000;
}
#nav li ul li {
	clear: both;
}
#nav li ul li a {
	color: #FFFFFF;
	width: 150px;
	padding: 4px 10px;
	background: #0C2C70;
	border-bottom: 1px solid #FFFFFF;
}
#nav li ul li a:hover {
	color: #FFFFFF;
	background: #000000;
}
/* all list items */
#nav li {
	float: left;
}
/* second-level lists */
#nav li ul {
	position: absolute;
	/* using left: instead of display: to hide menus because display: none isn't read by screen readers */
	left: -999em;
}
/* third-and-above-level lists */
#nav li ul ul {
	margin: -15px 0 0 152px;
 // margin: -15px 0 0 130px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* [ Home Page Presentation ] */

#presentationArea {
/* Flash Movie Container */
}
/* [ Side Navigation Menu ] */

.services #billing_services {
	/* display:none; Brent Changed this 12/04/08 */
}


.sideNav {
	margin: 0px 0px 0px 4px;
}
.sideNav li {
	list-style: none;
	/* For statuc list - Remove the 8 rules below when turning into a "real" nav menu */
	width: 160px;
	display: block;
	padding: 3px 10px;
	background: #0C2C70;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
/* If sideNav is turned into a nav menu... */

.sideNav li a {
	width: 150px;
	display: block;
	padding: 3px 10px;
	background: #0C2C70;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}
.sideNav li a:hover {
	display: block;
	background: #A75100;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* [ Body Container ] */

#bodyContainer {
	clear: both;
	width: 750px;
	padding: 0px 12px;
	margin: 0px 0px 3px 0px;
	float: left;
	position: relative;
}
/* [ Columns ] */

#leftColumn {
	clear: both;
	width: 187px;
	float: left;
	padding: 3px;
	background: url(../images/columnBG.jpg) top repeat-x;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 3px solid #FFFFFF;
	margin-left: 6px;
	margin-right:0px;
}
#leftColumn h1 {
	margin-bottom: 0px;
}
#rightColumn {
	width: 531px;
	float: left;
	position: relative;
	padding: 3px 3px 10px 3px;
	background: url(../images/columnBG.jpg) top repeat-x;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
}
#leftColumn p, #rightColumn p {
	margin-left: 15px;
	margin-right: 15px;
}
#rightColumn ul {
	margin: 10px 0px;
}
#rightColumn li {
	list-style: outside;
	margin: 0px 0px 0px 40px;
}
/* [ Footer ] */

#footer {
	background: url(../images/footerBG.jpg) top center no-repeat;
	float: left;
	clear: both;
	width: 710px;
	padding: 100px 20px 20px 20px;
	text-align: center;
	position: relative;
}
/* [ Bottom Cap ] */

#bottomCap {
	width: 750px;
}
/* [ Contact Form ] */

#contactForm {
	width: 490px;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px;
}
/* [ Jobs Table ] */

#dataTable {
	width: 528px;
	margin: 0 auto 10px auto;
}
#dataTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
#dataTable td {
	vertical-align: top;
	text-align: left;
	padding: 5px 10px;
}
.jobDescription p {
	margin: 0px 0px 10px 0px !important;
}
.descriptionRow {
	display: none;
}
.jobLinks {
	margin: 8px 0px;
	padding: 10px;
	text-align: center;
	border: 1px solid #0C2C70;
}
.jobLinks a {
	font-size: 12px;
	text-transform: uppercase;
}
/* [ Pagination Container ] */

.resultsDiv {
	font-weight: bold;
	padding: 0px 10px;
}
.pagination {
	font-weight: bold;
	text-align: center;
	margin: 15px 0px;
}
.pageLink {
	border: 1px solid #000066;
	background: #EAEAEA;
	padding: 1px 4px;
	margin: 0px 2px;
	cursor: pointer;
	text-decoration: none;
}
.pageLink:hover {
	background: #000066;
	color: #FFFFFF;
	text-decoration: none;
}
.pageLinkActive {
	border: 1px solid #000066;
	background: #000066;
	padding: 3px 7px;
	margin: 0px 2px;
	color: #FFFFFF;
	cursor: pointer;
}
/* [ Ajax Close Button ] */

#jobDetailContainer {
	position: relative;
}
.closeButton {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	cursor: pointer;
}
/* [ Testimonials ] */

.testmonialHolder {
	width: 528px;
	height: 90px;
	margin: 0 auto 10px auto;
}
.quoteLeft {
	background: url(../images/quoteLeft.gif) top left no-repeat;
	width: 70px;
}
.testimonialText {
	vertical-align: top;
	padding: 10px 0px;
}
.quoteRight {
	background: url(../images/quoteRight.gif) bottom right no-repeat;
	width: 70px;
}
/* [[[[[[[[[[ KEEP AT BOTTOM ]]]]]]]]]] */

/* [ Optimization Content ] */

#opt {
	display: none;
}


/*News Feed*/
#news_feed {text-align:left; height:200px; overflow:scroll; background:#FFFFFF;}
