/*--------------------*/
/*--------------------*/
/*--------------------*/
/* STANDARD HTML TAGS */
/*--------------------*/
/*--------------------*/
/*--------------------*/


/* BODY */
body { 
	background: #6A8F8A url('../images/main_tiling_background.jpg') repeat-x;
}
body, p, div, span, ul, ol, blockquote, td {
	font-family: Verdana, Helvetica, Arial, San-serif;
	font-size: 12px;
	color: #554B26;
	line-height: 1.4;	
}

/* IMAGE */
img {
	border: 0px;
}

/*
input, select, textarea {
	font-size: 8pt;
	background-color: #EEEEEE;
}
*/

/* TABLE */
table {
	border: 0px;
}
table td {
	vertical-align: top;
}



/* GENERAL LINKS */
a:link, a:visited, a:active{
	font-weight: bold;
}
a:hover { 
	color: #6A8F8A;
	text-decoration: none;
}




/*--------------------*/
/*--------------------*/
/*--------------------*/
/* TEMPLATE SPECIFIC  */
/*--------------------*/
/*--------------------*/
/*--------------------*/

.header {
	font-size: 13px;
	font-weight: normal;
	color: #4D431E;
	margin-top: 20px
	margin-bottom: 7px;
}
.header a:link, .header a:visited, .header a:active {
	color: #79938F;
	font-size: 17pt;
}

.h2 {
	color: #4D431E;
	font-size: 13px;
}
.h2 a:link, .h2 a:visited, .h2 a:active {
	color: #4D431E;
	font-size: 13px;
}
.h2 a: hover {
	color: #6A8F8A;
}

.header_light {
	font-size: 17pt;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 20px
	margin-bottom: 7px;
}

.title {
	font-weight: bold;
	font-size: 12pt;
	color: #433914;
	line-height: 1.4;
	margin-top: 20px
	margin-bottom: 7px;
}
.title a:link, .title a:visited, .title a:active {
	color: #433914;
}
.title a:hover {
	color: #000000;
}

.title_light {
	font-weight: bold;
	font-size: 12pt;
	color: #FFFFFF;
	line-height: 1.4;
	margin-top: 20px
	margin-bottom: 7px;
}

.row_title {
	color: #433914;
	font-size: 13px;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #433914;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.row_title a:hover {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.row_title_light {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}


.sub_title {
	color: #433914;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px 0px;
}

.page_title {
	font-size: 28px;
	font-weight: normal;
	color: #493F1A;
	border-bottom: 1px solid #D3B747;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

.section_title {
	color: #4A3B27;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
	background: url('../images/link_ornament.png') no-repeat;
	padding: 0px 0px 10px 15px;
}


.quote {
	color: #333333
}
/*MODULE TITLE*/

.module_title {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 11px;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
}

.module_title a:hover {
	color: #695141;
	text-decoration: none;
}

.module_date {
	font-size: 8px;
	font-weight: bold;
	color: #666666;
	padding-bottom: 15px;

}


.module_body {
	color: #666666;
	padding-bottom: 15px;
}

.module_button {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

.module_button a:link, .module_button a:visited, .module_button a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 22px;
	background: url('../images/buttons/b_blank_button.png') no-repeat;
}

.module_button a:hover {
	text-decoration: none;
	background: url('../images/buttons/b_blank_button_on.png') no-repeat;
}

/*BLOG*/

.blog_title {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 11px;
}

.blog_title a:link, .blog_title a:visited, .blog_title a:active {
	font-size: 20px;
	font-weight: normal;
	color: #433914;
	line-height: 1.4;
	text-decoration: none;
}

.blog_title a:hover {
	color: #30251E;
	text-decoration: none;
}
.blog_archives_header {
	font-size: 15px;
	font-weight: normal;
	color: #4D431E;
	display: block;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	background-color: #94C9C2;
}


.page_description {
	padding-bottom: 30px;
}


.box { border: 1px solid #999999; }


.button {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	background-color: #FFFFFF;
}
.button a:link, .button a:visited, .button a:active{
	text-decoration: none;
	color: #999999;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px 5px;
	margin: 2px;
}
.button a:hover { 
	background-color: #EEEEEE;
}


/* COLORS */
.theme_color {
	background-color: #CCCCCC;
}
.theme_color_compliment {
	background-color: #5184A7;
}
.theme_color_title_row {
	background-color: #9A9A9A;
}


/* LIST ROW COLORS */
.color1 {
	background-color: #FFFFFF;
}
.color2 {
	background-color: #DDDDDD;
}


.footer {
	font-size: 9px;
	color: #433914;
	line-height: 1.4;
	text-align: center;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #433914;
}
.footer a:hover {
	color: #B1D8D3;
}


/* LINKS */
.separator_row {
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

.links_toggle_1 {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #493F1A;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #493F1A;
	padding: 0px 1px;
}
.links_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #6A8F8A;
}

.links_expand_1 {
	font-weight: normal;
}

.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:active { 
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #493F1A;
}
.links_active_1 a:hover {
	color: #FFFFFF;
}

.links_toggle_2 {
	font-size: 13px;
	text-decoration: none;
	color: #567470;
	margin-left: 6px;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 13px;
	color: #567470;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 1px 0px 18px;
	background: url('../images/link_ornament.png') no-repeat;
}
.links_toggle_2 a:hover {
	color: #FFFFFF;
	background: #567470 url('../images/link_ornament_on.png') no-repeat;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 20px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_3 a:hover {
	color: #333333;
}
.links_expand_3 {
	height: auto;
}



.links_toggle_4 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 30px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_4 a:hover {
	color: #333333;
}
.links_expand_4 {
	height: auto;
}



.links_toggle_5 {
	display: block;
	font-size: 7pt;
	font-weight: bold;
	color: #666666;
	width: auto;
	text-decoration: none;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	display: block;
	color: #666666;
	padding: 4px 4px 4px 40px;
	margin: 1px 0px;
	width: auto;
}
.links_toggle_5 a:hover {
	color: #333333;
}
.links_expand_5 {
	height: auto;
}





/* MAIN LINKS */
.links_home_toggle_1 {
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #493F1A;
}
.links_home_toggle_1 a:link, .links_home_toggle_1 a:visited, .links_home_toggle_1 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #493F1A;
	padding: 0px 1px;
}
.links_home_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #6A8F8A;
}

.links_home_toggle_2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #817B68;
	padding: 2px 10px 3px 10px;
}
.links_home_toggle_2 a:link, .links_home_toggle_2 a:visited, .links_home_toggle_2 a:active {
	font-size: 11px;
	text-decoration: none;
	color: #817B68;
}
.links_home_toggle_2 a:hover {
	color: #91B0AC;
}



/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #4A3B27;
	padding: 6px 15px 5px 15px;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 11px;
	text-decoration: none;
	color: #4A3B27;
	padding: 1px 0px 0px 17px;
	background: url('../images/link_ornament.png') no-repeat;
}
.links_main_toggle_1 a:hover {
	color: #F4ECCE;
	padding: 1px 0px 0px 17px;
	background: url('../images/link_ornament_on.png') no-repeat;
}






/* ARTICLES SECTION */
.articles_title{
	font-weight: bold;
	font-size: 14px;
}


.articles_date {
	color: #666666;
	font-style: italic;
	font-size: 10px;
}
.articles_author {
	font-weight: bold;
}
.articles_content {
	border-top: 1px solid #888888;
	padding: 10px 0px 20px 0px;
	margin-right: 25px;
}



.small {
	font-size: 7pt;
	color: #666666;
}


.disclaimer {
	font-size: 7pt;
	color: #666666;
}










/* BASIC */
.comment {
	color: #666666;
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
}

.comment a:link, .comment a:visited, .comment a:hover, .comment a:active {
	color: #666666;
}














/*-------------------*/
/*-------------------*/
/*-------------------*/
/* CSS STYLES FOR CMS*/
/*-------------------*/
/*-------------------*/
/*-------------------*/

/* CONTROLS THE PREV-NEXT DISPALY ON LONG DATABASE LISTS */
.pager {
	padding: 10px;
	text-align: right;
} 
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
	text-decoration: none;
	color: #333333;
}
.pages {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 7pt;
	color: #333333; 
	background-color: #CCCCCC;
}




#action_results {
	width: auto;
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 20px;
}






/* IDENTIFYING USERNAME AND SIGN OUT INFORMATION */
.user_info {
	text-align: right;
	font-size: 8pt;
	color: #666666;
	padding-bottom: 20px;
} 



/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
}

#nav_path .section {
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
}





/* AUTO FORM VALUES */
.form_prompt {
	width: 100px;
	font-size: 8pt;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #BF8814;
}
.form_input {
	font-size: 8pt;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}
.form_comment a:link, .form_comment a:visited, .form_comment a:hover, .form_comment a:active{
	color: #000000;
	font-weight: bold;
}

.form_note {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EEEEEE;
	color: #666666;
	font-size: 7pt;
	font-weight: normal;
}



/* ERROR REPORTING */
.alert {
	color: #BF8814;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #BF8814;
	}
.error {
	color: #BF8814;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #BF8814;
	}




/* LISTS */
.list_header {
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #FFFFFF;
	font-weight: bold;
}
.list_header a:hover {
	color: #999999;
	font-weight: bold;
}

.list_header_dark {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:link, .list_header_dark a:visited, .list_header_dark a:active {
	color: #000000;
	font-weight: bold;
}
.list_header_dark a:hover {
	color: #666666;
	font-weight: bold;
}

.list_details {
	font-size: 8pt;
	color: #000000;
}



/* IMAGE ROLLOVERS */
.rollover
{
	display: block;
	background-position: 0px 200px;
	background-repeat: no-repeat;
}
.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
	background-position: 0px 0px;
}

.rollover:hover img {
	visibility: hidden;
}



/* MAIN */
#frame {
	overflow: hidden;
	width: 1094px;
	margin: 0px auto;
}
#bg_left {
	width: 59px;
	float: left;
}
#flash_blog {
	width: 60px;
	float: left;
	background: url('../images/blog_bg.png') no-repeat;
}
#bg_middle{
	width: 898px;
	float: left;
}
#bg_main {
	width: 877px;
	padding: 9px 21px 60px 0px;
	background: url('../images/main_bg_center.jpg') no-repeat;
}
#bg_right {
	width: 77px;
	float: left;
}
#name_login {
	width: 877px;
	overflow:hidden;
}
#flash_name {
	width: 785px;
	float: left;
}
#flash_login {
	width: 92px;
	float: left;
}
#links_content {
	width: 877px;
	overflow: hidden;
}
#home_links {
	width: 352px;
	float: left;
	padding-top: 15px;
}
#welcome_info {
	width: 525px;
	float: left;
}
.welcome_text, .welcome_text p {
	height: 70px;
	padding-right: 30px;
	margin-bottom: 30px;
	line-height: 1.6;
	color: #666666;
	font-size: 13px;
	overflow: hidden ;
}
#phone_address {
	width: 525px;
	height: 85px;
	overflow: hidden;
}
#phone {
	width: 90px;
	float: left;
	color: #4D431E;
	font-weight: bold;
	font-size: 9px;
	padding: 7px 0px 0px 30px;
}
.home_address {
	width: 225px;
	float: left;
	color: #000000;
	font-size: 9px;
	padding-left: 180px;
}
.home_address p{
	margin: 0px;
	color: #000000;
}
#topic {
	height: 18px;
	color: #000000;
	font-size: 9px;
	padding: 3px 0px 0px 95px;
}
#photos {
	height: 155px;
	padding-bottom: 36px;
}
#form_quote_slogan {
	width: 877px;
	overflow: hidden;
}
#say_something_form {
	width: 243px;
	float: left;
}
#form_area {
	 height: 153px;
}
#send_button {
	padding-left: 149px;
}
#quote_slogan {
	width: 634px;
	height: 145px;
	float: left;
	padding-top: 8px;
}

#shell_top {
	width: 1094px;
	margin: 0px auto;
}
#shell_frame {
	overflow: hidden;
	width: 1094px;
	margin: 0px auto;
	background: url('../images/shell_main_tiling.png') repeat-y;
}
#shell_bg_left {
	width: 59px;
	float: left;
}
#shell_blog_bg {
	width: 60px;
	float: left;
	background: url('../images/shell_blog_bg.png') no-repeat;
}
#shell_bg_middle{
	width: 898px;
	float: left;
}
#shell_bg_main {
	width: 877px;
	padding: 9px 21px 0px 0px;
	min-height: 600px;
	background: url('../images/shell_bg_center.jpg') no-repeat;
}
#shell_links_area {
	width: 877px;
	overflow: hidden;
	padding-top: 20px;
}
#shell_links {
	width: 135px;
	float: left;
}
#shell_content {
	width: 622px;
	float: left;
	padding: 20px 80px 0px 40px;
}
#shell_bg_right {
	width: 77px;
	float: left;
}
#shell_base {
	width: 1094px;
	margin: 0px auto;
}


.drop_us_a_note {
	padding: 15px 0px 0px 135px; 
	text-align: middle;
}

.logged_in {
	color: #897041;
	font-size: 10px;
	font-weight: normal;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	color: #897041;
	font-size: 10px;
	font-weight: normal;
}

.logged_in a:hover {
	color: #F4ECCE;
}