@charset "utf-8";
/* Quitter's Guide -- CSS Document */


/* CSS RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
}

table {   
    border-collapse:collapse;   
    border-spacing:0;   
}

ol,ul {   
    list-style:none;  
}

h1,h2,h3,h4,h5,h6 {   
    font-size:100%;   
    font-weight:normal;   
}

img {
	border:0;
}

body {
	font:11px normal Tahoma, Verdana, Arial;
	color: #6C6B6B;
	background-color: #f1f5c3;
	text-align: center;
}

body {
	text-align: -moz-center;
}

a {	color: #FF6911; }

#main {
	width:100%;
	text-align:left;
	background-color: #f3f6c9;
	text-align:center;
}

#main {
	text-align: -moz-center;
}

/* TOP BAR */
#top_bar {
	background: #f3f6c9 url(banner_upper_bar_strip.gif) repeat-x;
	width:100%;
	height: 35px;
	text-align: center;
}

#top_bar {
	text-align: -moz-center;
}

/* TOP MENU  */
#top_menu {
	width: 939px;
	height: 35px;
	background: #f3f6c9 url(top_nav.jpg) no-repeat;
}

#top_menu ul , #top_menu li {
	float: left;
}

#top_menu li a {
	display: block;
	padding-top: 8px;
	width: 128px;
	height: 26px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	border-right: 1px solid #acb354;
}

#top_menu li a:hover {
	background-color: #60662c;
}

#top_menu .menu_div {
	border-right: none;
}

#p_active {
	background-color: #60662c;
}

#a_active {
	color: #acb354;
}

/* HEADER */
#header {
	background: #f3f6c9 url(banner_mid_strip.gif) repeat-x;
	width:100%;
	height: 150px;
	text-align: center;
}

#header {
	text-align: -moz-center;
}

#banner {
	width: 939px;
	height: 150px;
	background: #f3f6c9 url(logo.jpg) no-repeat;
	text-align: left;
	text-indent: -9999px;
}

#banner a {
	display: block;
	width: 379px;
	height: 150px;
}

/* BOTTOM BAR */
#bot_bar {
	background: #f3f6c9 url(banner_lower_bar_strip.gif) repeat-x;
	width:100%;
	height: 25px;
	text-align: center;
	border-bottom: 1px solid #60662c;
}

#bot_bar {
	text-align: -moz-center;
}

#bar_links {
	width: 1240px;
	height: 25px;
	text-align: right;
	font-weight: bold;
}

#bar_links table {
	width: 300px;
	height: 25px;
}

/* MIDDLE CONTENT */
#main_content {
	width: 100%;
	text-align: left;
}

/* LEFT NAVIGATION */
#left_pane {
	width: 198px;
	padding: 6px;
	background-color: #FFF;
	vertical-align: top;
	text-align: left;
}

#left_nav li a {
	display: block;
	height: 45px;
	border-bottom:1px dotted #acb356;
	color: #ff6d1a;
	font-size: 10px;
	font-weight: bold;
	background: #FFF url(nav_item_btn.gif) no-repeat;
	padding-left: 35px;
	margin-top: 10px;
	text-decoration: none;
}

#left_nav li a span {
	font-size: 9px;
	font-weight: normal;
	color: #acb356;
	text-decoration: none;
}

/* Google Bread Crumb */
#breadcrumb {
	width: 1240px;
	text-align: center;
	height:20px;
	background-color: #FFF;
}

#breadcrumb {
	text-align: -moz-center;
}

/* ARTICLE CONTENT */
#art_content {
	width:1240px;
	border-left: 2px solid #acb356;
}

#content {
	width: 550px;
	padding: 8px;
	background-color: #FFF;
	text-align: justify;
	vertical-align: top;
}

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color:#d2742c;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 8px;
}

#content a { color: #6C6B6B; font-weight:bold; text-decoration: none; }

#content p {
	text-align: justify;
	font: normal 1.2em/12px Tahoma, Verdana;
	line-height: 1.2em;
	margin-bottom: 12px;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color:#d2742c;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 6px;
}

/* CONTACT US */
#contact td {
	padding: 4px;
	vertical-align: top;
}

/* RIGHT SIDE ADS */
#right_pane {
	width: 160px;
	padding: 6px;
	background-color: #FFF;
	vertical-align: top;
}


/* HOME PAGE CONTENT */
#hp_content {
	width: 1041px;
}

#hp_content h1 {
	color: #2a6197;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#hp_left_top {
	width: 52px;
	height: 130px;
	background: #f3f6c9 url(hp_left_top.jpg) no-repeat;
}

#hp_left_mid {
	width: 52px;
	height: 128px;
	background: #f3f6c9 url(hp_left_mid.jpg) no-repeat;
}

#hp_left_bot {
	width: 52px;
	height: 159px;
	background: #f3f6c9 url(hp_left_bot.jpg) no-repeat;
}

#hp_top {
	width: 939px;
	height: 130px;
	background: #f3f6c9 url(hp_top.jpg) no-repeat;
}

#hp_mid {
	position: relative;
	width: 939px;
	height: 128px;
	background: #f3f6c9 url(hp_mid.jpg) no-repeat;
}

#hp_bot {
	width: 939px;
	height: 159px;
	background: #f3f6c9 url(hp_bot.jpg) no-repeat;
	text-align: left;
}

#hp_bot .d1 {
	float: left;
	padding-left: 300px;
	width: 195px;
	color: #13436e;
}

#hp_bot .d2 {
	width: 195px;
	float: left;
	padding-left: 155px;
	color: #13436e;
}

#hp_bot div h1 {
	font-size: 14px;
}

#hp_copy_bg {
	width: 947px;
	height: 199px;
	text-align: left;
	background: #e1e5b3 url(hp_doctor.jpg) right no-repeat;
}

#hp_copy {
	text-align: left;
	width: 730px;
	height: 190px;
	font-size: 12px;
	color: #13436e;
}

#hp_copy ul li {
	list-style: disc;
	margin: 5px 10px 5px 35px;
}

#hp_copy h1 {
	font-size: 18px;
	margin: 5px 5px 5px 20px;
}

#hp_copy p {
	margin: 5px 10px 5px 20px;
}

/* FOOTER */
#thin_bar {
	width: 100%;
	height: 10px;
	background-color:#acb356;
	border-top:1px solid #FFF;
	text-align: center;
}

#thin_bar {
	text-align:-moz-center;
}

#footer_bar {
	width: 100%;
	height: 20px;
	background-color:#87901d;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
	text-align: center;
}

#footer_bar {
	text-align: -moz-center;
}

#footer ul, #footer li {
	display: inline;
}

#footer li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

#error {
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#2e6b80;
	font-weight: bold;
	background-color: #ffd5d5;
	border-bottom:1px solid #fa2f2f;
}

#right-box { width: 300px; border-left: 2px solid #acb356; }