/* CSS Main Stylesheet, 4-30-2010 
	This is used by all sections within the main controller, including the homepage, excluding those 
	pages in the admin controller
*/

body {
	background: url('../img/body_bg.png') top left repeat;
}

#mainarea {
	width: 1007px;
	margin: 0 auto;
	background: url('../img/mainarea_bg.png') top left repeat-y;

}

#main {
	width: 961px;
	margin: 0 auto;
	background: url('../img/main_bg.png') top left repeat-y;
	padding-bottom: 30px;
}

#header {
	width: 961px;
	height: 208px;
	background: url('../img/header_bg.png') bottom right no-repeat;
	position: relative;
	z-index: 100; /* for IE7 bug */
}

#org_title_holder {
	position: absolute;
	top: 50px;
	left: 170px;
	width: 380px;
	height: 60px;
	text-align: center;
}

#org_title_holder h1 {
	font: bold 1.7em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	line-height: 1.4em;
}

#nav_main_horz_container {
	width: 777px;
	height: 59px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../img/nav_main_horz_container_bg.png') bottom right no-repeat;
	padding-left: 20px;
}

ul#nav_main_horz {
	list-style: none;
	padding-top: 14px;
}

ul#nav_main_horz>li {
	float: left;
	height: 30px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

ul#nav_main_horz>li:hover {
	background-color: #383839;
}

ul#nav_main_horz>li>a {
	text-decoration: none;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}


ul#nav_main_vert {
	width: 168px;
	padding-top: 15px;
	
}

ul#nav_main_vert>li {
	width: 158px;
	padding: 5px 0 5px 10px;
	position: relative;
}

ul#nav_main_vert>li:hover {
	background-color: #404041;
}

ul#nav_main_vert>li>a {
	text-decoration: none;
	color: #231f20;
	padding: 5px 0;
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

ul#nav_main_vert>li>a:hover {
	color: #fff;
}

	/* sub nav flyouts */
ul#nav_main_vert li ul {
	list-style: none;
	position: absolute;
	top: 0;
	left: 168px;
	display: none;
	min-width: 200px;
}

ul#nav_main_vert li ul>li {
	background-color: #404041;
	color: #fff;
	border-bottom: 1px solid #737373;
}

ul#nav_main_vert li ul>li {
	background-color: #404041;
	padding: 4px 0 5px 15px;
}

ul#nav_main_vert li ul>li a {
	color: #fff;
	text-decoration: none;
	
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

ul#nav_main_vert li ul>li>a:hover {
	color: #f6921e;
}

	/* sub nav dropdowns */

ul#nav_main_horz>li>ul {
	list-style: none;
	position: absolute;
	display: none;
	left: 0;
	top: 45px;
	background-color: #383839;
	min-width: 240px;
}

ul#nav_main_horz li ul>li {
	color: #fff;
	border-bottom: 1px solid #737373;
}

ul#nav_main_horz li ul>li {
	padding: 4px 15px 5px 15px;
}

ul#nav_main_horz li ul>li a {
	color: #fff;
	text-decoration: none;
	
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}

ul#nav_main_horz li ul>li>a:hover {
	color: #f6921e;
}


/* end nav */

#col_left {
	float: left;
	width: 168px;
	padding-bottom: 150px;
}

#col_mid {
	float: left;
	width: 471px;
	padding: 15px;
	
}

#col_right {
	float: left;
	width: 292px;
	background-color: cyan;
}

address {
	font-size: 1.2em;
}

h1 {
	font: bold 1.7em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	margin-bottom: 10px;
}

h2 {
	font: bold 1.5em "Arial Black", Arial, Helvetica, sans-serif;
	color: #fff;
}

h2 a, h1 a {
	text-decoration: none;
	color: inherit;
}

h3 {
	font: bold 1.3em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #000;
	margin-bottom: 5px;
}

#col_mid p, #col_mid ul, #col_mid ol {
	font-size: 120%;
	line-height: 1.5em;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

#ppo_store_link {
	width: 292px;
	height: 37px;
	padding-top: 13px;
	background: url('../img/ppo_store_link_bg.png') top left no-repeat;
	text-align: center;
	
}

#register_here_link {
	width: 292px;
	background: #f58026;
	padding-top: 17px;
	padding-bottom: 10px;
	text-align: center;
}

#register_here_link a {
	color: #fff;
	text-decoration: none;
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

span.yellowize {
	color: #fff100;
	font-weight: bold;
}

#social_networking_sites_link {
	width: 292px;
	height: 55px;
	padding-top: 9px;
	background: url('../img/social_networking_sites_link_bg.png') top left repeat-x;
	font: bold 1.2em "Arial Black", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #404041;
}

#social_networking_sites_link img {
	vertical-align: middle;
}

#events_calendar_link {
	width: 292px;
	height: 35px;
	padding-top: 17px;
	background: url('../img/events_calendar_link_bg.png') top left no-repeat;
	text-align: center;
}

#events_calendar_link p {
	color: #fff;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

.orangize {
	color: #ee7f30;
	font-weight: bold;
}

#news_header {
	width: 271px;
	height: 33px;
	padding-left: 21px;
	padding-top: 15px;
	background: url('../img/news_header_bg.png') repeat-x;
}

#news_header h2 {
	font: bold 1.7em "Arial Black", Arial, Helvetica, sans-serif;
}

#news_rss_container {
	width: 250px;
	padding: 21px;
	background-color: #666;
}



#news_items_container {
	width: 250px;
	padding: 21px 21px 40px 21px;
	background-color: #17a3de;
}

#news_rss_container a {
	color: #ddd;
	text-decoration: none;
}

#news_rss_container a:hover {
	text-decoration: underline;
}


#news_items_container h3 {
	font: bold 1.3em "Trebuchet MS", Tahoma, sans-serif;
	color: #231f20;
	margin-bottom: 3px;
}

#news_items_container p, #news_rss_container p {
	color: #fff;
	margin-bottom: 8px;
	font: normal 1.2em "Trebuchet MS", Tahoma, sans-serif;
}

#events_calendar_link a {
	color: inherit;
	text-decoration: none;
}

ul#insurancecompanylist {
	text-align: center;
}

#listcol_left {
	width: 300px;
	float: left;
}

#listcol_right {
	width: 300px;
	float: left;
}

#vanity_plate {
	margin-top: 50px;
	text-align: center;
}

.centered {
	text-align: center;
}

.justified {
	text-align: justify;
}

ul#list_left {
	float: left;
	width: 220px;
}

ul#list_right {
	float: left;
	width: 220px;
	margin-left: 20px;
}



/* physicians list table */

table#physicians_list {
	width: 100%;
	font-size: 1.2em;
	border-collapse: collapse;
	margin-bottom: 10px;
}

table#physicians_list tr.specialty_heading th {
	text-align: left;
	padding: 7px 5px 4px 5px;
	background-color: #000;
	color: #fff;
}

table#physicians_list tr.nrmrow {
	background-color: inherit;
}

table#physicians_list tr.clrrow {
	background-color: #c8c8bd;
}

table#physicians_list td {
	padding: 4px 5px;
	border-bottom: 1px dotted #555;
}

/* faq, staff tables */

table#faqs, table#staff {
	width: 100%;
}

table#faqs td, table#staff td {
	border: 1px solid #000;
	width: 24%;
	height: 80px;
	padding: 5px;
	text-align: center;
}

#footer {
	width: 961px;
	margin: -60px auto 0 auto;
	height: 60px;
	background: url('../img/footer_bg.png') bottom left no-repeat;
	position: relative;
	z-index: 5;
}

dl#newsfeeds {
	font: normal 1.3em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

dl#newsfeeds dd {
	margin-left: 25px;
	font-style: italic;
	font-size: 90%;
	margin-bottom: 10px;
}

dl#newsfeeds dt {
	margin-bottom: 3px;
	
}
