@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 100%;
}
#wrapper {
	width: 940px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	float: left;
	clear: both;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	text-align: right;
	width: 925px;
}
#pageFooter {
	background-attachment: fixed;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 65px;
	clear: both;
	visibility: inherit;
}
#pageHeader {
	background-image: url(../images/toprunner.gif);
	background-repeat: repeat-x;
	height: 45px;
	float: none;
	clear: both;
}
#logoHeader {
	height: 85px;
	background-color: #333333;
}
#logoHeaderBlack {
	height: 85px;
	background-color: #333333;
}
#logoWhite {
	background-image: url(../images/drsLogoLargeWhite.gif);
	height: 65px;
	width: 940px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left center;
}
#wrapperHeader {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 45px;
	clear: both;
	float: none;
}
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #999999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 1.6em;
	width: 170px;
	float: left;
	text-align: left;
	list-style-type: circle;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainPic {
	background-image: url(../images/about_pic.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 940px;
	float: left;
	clear: both;
	margin-top: 15px;
}
#homePic {
	background-repeat: no-repeat;
	height: 350px;
	width: 940px;
	float: left;
	clear: both;
	margin-top: 15px;
}
#careersPic {
	background-image: url(../images/careers_pic.jpg);
	background-repeat: no-repeat;
	height: 275px;
	width: 940px;
	float: left;
	clear: both;
	margin-top: 15px;
}
#aboutPic {
	background-image: url(../images/about_pic.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 940px;
	clear: none;
	margin-top: 15px;
	float: left;
}
#clientsPic {
	background-image: url(../images/clients_pic.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 940px;
	clear: none;
	margin-top: 15px;
	float: left;
}
#paymentPic {
	background-image: url(../images/payment_pic.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 940px;
	clear: none;
	margin-top: 15px;
	float: left;
}
#eventsPic {
	background-image: url(../images/events_pic.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 940px;
	clear: none;
	margin-top: 15px;
	float: left;
}
#contactPic {
	background-image: url(../images/contact_pic.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 940px;
	clear: none;
	margin-top: 15px;
	float: left;
}
#mainContent {
	width: 910px;
	padding: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	float: left;
	clear: both;
}
#mainText {
	float: left;
	width: 690px;
	border-right-style: dotted;
	border-right-color: #999999;
	text-align: left;
	margin-bottom: 50px;
	border-right-width: 1px;
}
#mainNav {
	float: left;
	width: 210px;
	text-align: left;
}
input, textarea, select	{
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	background: #fff;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#mainNav a {
	padding-left: 4px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#mainNav a:hover {
	color: #999999;
}
#navHeader {
	height: 20px;
	width: 210px;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EE220E;
	line-height: 0.8em;
	margin-bottom: 12px;
}
#totalContent {
	width: 910px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EE220E;
}
#textHeader {
	width: 630px;
	font-size: 28px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: left;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contactBox {
	float: right;
	width: 190px;
	text-align: justify;
	padding: 10px;
	line-height: 16px;
}
#contactHeader {
	font-size: 16px;
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	text-align: left;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 26px;
	padding-bottom: 5px;
	width: 190px;
}
#contactTextBlock {
	width: 190px;
	clear: both;
	float: none;
	padding-top: 20px;
	line-height: 14pt;
	text-align: left;
}
#navSub {
	padding-left: 10px;
	color: #999999;
}
#navSub a {
	color: #666666;
}
#navSub a:hover {
	color: #CCCCCC;
}
#textBlock {
	width: 650px;
	clear: both;
	float: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 14pt;
}
#textBlock a {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
#textBlock a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#mainPicWhite {
	background-image: url(../images/main_header_white.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 940px;
	float: left;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#logo {
	background-image: url(../images/drsLogoLargeWhite.gif);
	height: 65px;
	width: 940px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: left center;
}
#topNav {
	float: left;
	height: 18px;
	width: 940px;
	margin-top: 6px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


#topNav ul {
	list-style-type: none;
	padding: 8px 0 0 0;
	padding /**/: 5px 0 0 0;
	margin: 0 0 0 0;
}
#topNav li {
	font-weight: bold;
	/*	float: left;*/
	display: inline;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding: 0px 26px 0 26px;
}
#topNav li.noBorder {
	border-left: 0;
}
#topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:link:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}
#topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}

#topSubNav {
	width: 190px;
	margin-top: 0px;
	text-align: left;
	padding-left: 0px;
}

#topSubNav ul {
	list-style-type: none;
	padding: 8px 0 0 0;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topSubNav li {
	font-weight: bold;
	/*	float: left;*/
	display: block;
	color: #DF220F;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#topSubNav li.noBorder {
	border-left: 0;
}
#topSubNav    a:link    {
	color: #DF220F;
	text-decoration: none;
}
#topSubNav    a:link:hover    {
	color: #333333;
	text-decoration: none;
}
#topSubNav   a:visited  {
	color: #DF220F;
	text-decoration: none;
}
#topSubNav   a:visited:hover  {
	color: #333333;
	text-decoration: none;


#footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	height: 45px;
	background-position: bottom;
	clear: both;
	float: none;
	padding-top: 50px;
}
#contactBoxRight {
	float: right;
	width: 220px;
	padding: 0px;
	line-height: 16px;
	clear: both;
}
#footer a,
#footer a:link,
#footer a:visited
 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	text-decoration: none;
}
