/*
************************************************************
*                  Default - Style Sheet                   *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


/* GENERAL STYLES
************************************************************/
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCC99;
}

/* Misc Styles */
#table_page_container {
	width: 780px;
}

/* Copy Related Stles */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;
	margin-left: 130px;
	width: 420px;
}

.page_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
}

/* Standard Hyperlink Style */
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CC99;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CC99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	color: #66CC99;
}


/* PAGE HEADER RELATED STYLES
*******************************************************************************/

/* Page Header Bar Styles */
#page_header_bar_part_1 {
	background-color: #573513;
	/* background-image: url(../../images/header/header_background_part_1.jpg);
	background-repeat: no-repeat; */
	height: 124px;
	width: 167px;
}

#page_header_bar_part_2 {
	background-color: #573513;
	background-image: url(../../images/header/header_background_part_2.jpg);
	background-repeat: no-repeat;
	height: 124px;
	width: 613px;
}

div#page_header_bar_text {
	margin-top: 85px;
	margin-left: 250px; /* 250px */
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}

div#page_header_bar_facebook_icon {
	margin-top: 85px;
	margin-right: 23px;
	float: right;
}

/* Top Navigation Styles */
#page_top_nav {
	background-color: #FFFFFF;
	border-top: solid 2px #66CC99;
	border-bottom: solid 2px #66CC99;
	height: 20px;
	width: 780px;
}

/* Top Navigation Buttons - Off */
.table_top_nav_container {
	width: 780px;
}

.top_nav_button_container {
	text-align: center;
	float: left;
	width: 130px;
}

a.top_nav_button_off {
	padding-top: 3px;
	background-color: #FFFFFF;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
}

a.top_nav_button_off:visited {
	padding-top: 3px;
	background-color: #FFFFFF;
	color: #333300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
}

/* Top Navigation Buttons - On */
a.top_nav_button_off:hover {
	padding-top: 3px;
	background-color: #66CC99;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	vertical-align: bottom;
	height: 18px;
}


/* HOME PAGE RELATED STYLES
*******************************************************************************/
#home_page_background {
	background-color: #FFFFFF;
	background-image: url(../../images/home/home_background.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 307px;
}

#table_home_page_content {
	width: 554px;
	height: 307px;
}

/* Content Row 1 */
#table_home_page_content_row_1 {
	width: 554px;
	height: 46px;
}

/* Content Row 2 */
#table_home_page_content_row_2 {
	width: 554px;
	height: 238px;
}

/* Mission Statement Styles */
.mission_statement_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #66CC99;
	text-transform: capitalize;
	line-height: 25px;
	padding-top: 31px;
	margin-left: 125px;
}
	
.mission_statement_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #563E23;
	line-height: 25px;
	margin-left: 125px;
}

/* Home Page Footer */
#page_footer_home_only {
	background-color: #66CC99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
	height: 20px;
	width: 780px;
}


/* SECONDARY PAGE RELATED STYLES
*******************************************************************************/

/* Secondary Page Content Area */
#secondary_page_background {
	background-color: #FFFFFF;
	/* background-image: url(../../images/home/home_background.jpg);
	background-repeat: no-repeat; */
	width: 780px;
}

#table_secondary_page_content {
	width: 780px;
}

#table_secondary_page_left_column {
	background-color: #66CC99;
	width: 130px;
}

.secondary_page_left_nav_graphic {
	border-bottom: solid 3px #FFFFFF;
}

.secondary_page_take_pain_quest_small {
	padding-top: 7px;
}

.secondary_page_patient_forms {
	padding-top: 7px;
}

#table_secondary_page_right_column {
	padding-top: 43px;
	width: 650px;
}

/* Secondary Page Footer */
#table_secondary_page_footer {
	background-color: #FFFFFF;
	width: 780px;
}

#table_page_footer_row_1_col_1 {
	background-color: #66CC99;
	height: 42px;
	width: 130px;
}

#table_page_footer_row_1_col_2 {
	background-color: #FFFFFF;
	height: 42px;
	width: 650px;
}

.go_to_mapquest_button {
	border-top: solid 2px #FFFFFF;
	border-bottom: solid 2px #FFFFFF;
}

#table_page_footer_row_2_col_1 {
	background-color: #66CC99;
	width: 130px;
}

#table_page_footer_row_2_col_2 {
	background-color: #FFFFFF;
	width: 650px;
}

#table_page_footer_row_3_col_1 {
	background-color: #66CC99;
	width: 130px;
}

#table_page_footer_row_3_col_2 {
	background-color: #FFFFFF;
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	padding-top: 11px;
	padding-bottom: 10px;
	padding-left: 145px;
	text-transform: capitalize;
}

#bottom_navigation {
	list-style-type: none;
	border-top: solid 2px #66CC99;
	margin-left: 130px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 420px;
}

#bottom_navigation li {
	float: left;
	display: block;
	text-align: center;
	width: 70px;
}

a.bottom_nav_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	text-decoration: none;
	text-transform: lowercase;
}

a.bottom_nav_button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	text-decoration: none;
	text-transform: lowercase;
}

a.bottom_nav_button:hover {
	text-decoration: underline;
}


/* CREDENTIALS PAGE RELATED STYLES
*******************************************************************************/
.certifcations_title {
	background-color: #E0F5EB;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
	margin-left: 130px;
	padding-top: 18px;
	padding-bottom: 14px;
	padding-left: 25px;
	width: 495px;
}

.certifications {
	background-color: #E0F5EB;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #330000;
	margin-left: 130px;
	padding-bottom: 18px;
	padding-left: 25px;
	line-height: 25px;
	width: 495px;
}


/* TESTIMONIAL PAGE RELATED STYLES
*******************************************************************************/
.testimonial_signature {
	color: #66CC99;
}

/* HIPAA PAGE RELATED STYLES
*******************************************************************************/
.hipaa_title_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #330000;
	text-transform: uppercase;
}

.hipaa_title_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #330000;
}


/* CONTACT US PAGE RELATED STYLES
*******************************************************************************/
.contactus_map {
	margin-left: 130px;
}

.contactus_location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #330000;	
}

a.contactus_photos {
	display: block;
	border: 1px solid #CCC;
	width: 74px;
	height: 74px;
}

a.contactus_photos:hover {
	display: block;
	border: 1px solid #66CC99;
	width: 74px;
	height: 74px;
}