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


/* BODY */
body { 
	background-color: #8B907C;
	margin: 0px;
}
body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #30251E;
	line-height: 1.4;
	vertical-align: top;
}

/* 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{
	color: #409AAE;
	text-decoration: none;
}
a:hover { 
	color: #30251E;
	text-decoration: none;
}




/*------------------------*/
/* IMAGES */
/*------------------------*/
img {
border: 0px; border:none
}

/* add photograph border with shadow */
.img_square_sample-s
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}
.img_square_sample
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}
.img_square-s
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}
.img_square
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}
.img_system
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}

.img_s
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}

.img_m
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}

.img_l
{
	padding: 8px;
	background-color: #30251E;
	background-image: none;
	
}

.img_xl
{
	padding: 0px;
	background: none;
}

.img_custom {
	padding: 8px;
	background-color: #30251E;
	background-image: none;
}


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

.header {
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-size: 14px;
}


.title {
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-bottom: 20px;
}
.title a:link, .title a:visited, .title a:active {
	color: #333333;
	font-weight: normal;
}

.title a:hover {
	color: #666666;
}

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

.page_title {
	font-size: 16px;
	color: #409AAE;
	border-bottom: 1px solid #ABA085;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.section_title {
	color: #950000;
	font-size: 11px;
	font-family: Georgia, Garamond, Times New Roman, Serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 2px;
	padding: 0px 0px 12px 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}



.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #409AAE;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #30251E;
	text-decoration: none;
}


/*MODULE TITLE*/

.module_title {
	font-size: 14px;
	font-weight: bold;
	color: #409AAE;
	line-height: 1.4;
	text-decoration: none;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	font-size: 14px;
	font-weight: bold;
	color: #409AAE;
	line-height: 1.4;
	text-decoration: none;
	padding: 10px 0px;
}

.module_title a:hover {
	color: #ABA085;
	text-decoration: none;
}
.module_date {
	font-size: 11px;
	line-height: 1.5;
	color: #999999;
}
.module_body {
	line-height: 1.5;
	padding-top: 10px;
}

.page_description {
	padding-bottom: 30px;
}



/* 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: 10px;
	color: #30251E;
	line-height: 1.6;
	text-align: center;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #30251E;
}
.footer a:hover {
	color: #B7ECEF;
}


/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 20px 0px 5px 0px;
	margin-left: 12px;
}

.links_toggle_1 {
	font-weight: normal;
	font-size: 13px;
	color: #409AAE;
	padding: 5px 0px;
	margin-left: 12px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #409AAE;
}

.links_toggle_1 a:hover {
	color: #30251E;
}

.links_toggle_2 {
	font-family: Georgia, Garamond, Times New Roman, Serif;
	font-variant: small-caps;
	font-size: 12px;
	color: #30251E;
	padding-bottom: 2px;
	margin: 3px 10px 3px 27px;	
	border-bottom: 1px dotted #999999;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-size: 12px;
	color: #30251E;
}
.links_toggle_2 a:hover {
	color: #666666;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #888888;
	margin: 5px 10px 5px 27px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	display: block;
	color: #888888;
}
.links_toggle_3 a:hover {
	color: #30251E;
}
.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 SECTION LINKS */
.links_main_toggle_1 {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #30251E;
	padding: 0px 20px;
	border-right: 1px solid #C6C3B5;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	text-decoration: none;
	color: #30251E;
}
.links_main_toggle_1 a:hover {
	color: #409AAE;
}

/* LAYOUT */
.float_container {
	overflow: hidden;
}


/* MAIN LAYOUT*/
#home_bg {
	margin-top: 10px;
	height: 656px;
	border-top: 5px solid #30251E;
	border-bottom: 5px solid #30251E;
	background: url('/templates/fillmore_general/site/images/home_bg.jpg') no-repeat top center #C9B77E;
}
#home_main {
	width:969px; 
	margin: 0px auto;
	padding-top: 6px;
	padding-bottom: 17px;
	background: url('/templates/fillmore_general/site/images/shell_base.png') no-repeat bottom center;
}
#links_area {
	width: 969px;
	height: 86px;
	text-align: center;
	background: url('/templates/fillmore_general/site/images/fillmore_top.png') no-repeat;
}
#sign_in {
	height: 21px;
	padding: 23px 0px 13px 0px;
}
#main_links {
	height: 27px;
	width: 895px;
	text-align: center;
	border-top: 1px solid #665B50;
	border-bottom: 1px solid #665B50;
	margin: 0px 37px 6px 37px;
	background-color: #FFFFFF;
}
#home_phone {
	text-align: center;
	font-size: 14px;
	color: #4299AC;
	padding-top: 5px;
}
#content_container {
	width: 919px;
	background: url('/templates/fillmore_general/site/images/home_content_tiling.jpg') repeat-y bottom center;
	padding: 0px 25px;
}
#main_content {
	overflow: hidden;
	width: 800px;
	padding: 0px 60px 0px 59px;
	background: url('/templates/fillmore_general/site/images/shell_content_base.jpg') no-repeat bottom center;
}
.module_column {
	float: left;
	border-top: 1px solid #ABA085;
}
#featured_home_area {
	overflow: hidden;
}
#featured_home_text {
	float: left;
	width: 113px;
	text-align: right;
}
.featured_home_title {
	font-size: 14px;
	font-weight: bold;
	color: #409AAE;
	line-height: 1.4;
	text-decoration: none;
	padding-bottom: 10px;
}
#featured_home_image {
	float: left;
	width: 112px;
	margin-left: 17px;
}
#featured_thumb {
	border: 6px solid #30251E;
	width: 100px;	
	overflow: hidden;
}

.featured_details {
	padding: 15px 0px;
	width: 125px;
}
#footer_container {
	overflow: hidden;
	width: 969px;
	padding-top: 10px;
	margin: 0px auto;
}
#footer_info {
	float: left;
	width: 899px;
}
#footer_logo {
	float: left;
	width: 70px;
}

#shell_bg {
	margin-top: 10px;
	border-top: 5px solid #30251E;
	border-bottom: 5px solid #30251E;
	background: url('/templates/fillmore_general/site/images/tiling_bg.jpg') top center repeat-y #C9B77E;
}
#shell_main {
	width:969px; 
	margin: 0px auto 6px auto;
	padding: 6px 0px 17px 0px;
	background: url('/templates/fillmore_general/site/images/shell_base.png') no-repeat bottom center;
}
#shell_content_container {
	width: 919px;
	overflow: hidden;
	background: url('/templates/fillmore_general/site/images/shell_content_tiling.jpg') repeat-y bottom center;
	padding: 0px 25px;
}
#shell_content {
	overflow: hidden;
	min-height: 350px;
	padding: 0px 10px 35px 9px;
	background: url('/templates/fillmore_general/site/images/shell_content_base.jpg') no-repeat bottom center;
}
#shell_content_menu {
	float: left;
	width: 168px;
	margin-left: 25px;
	padding: 44px 10px 25px 10px;
	min-height: 350px;
	background: url('/templates/fillmore_general/site/images/side_menu_top.gif') no-repeat top center;
}
#shell_content_body {
	float: left;
	width: 600px;
	padding: 55px 45px 40px 42px;
}


.logged_in {
	color: #950000;
	font-size: 10px;
	font-family: Georgia, Garamond, Times New Roman, Serif;
	text-align: center;
	padding: 3px 20px;
	background-color: #E0DDDD;
}

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

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

#image_rotator_home,
#image_rotator_home .rotator_item {
	width: 985px;
	min-height: 114px;
	max-height: 270px;
}

#image_rotator_home_2 img,
image_rotator_home_2 a {
	max-width: 800px;
}

#image_rotator_home_2_position {
	position: relative;
	margin: -18px 8px 0;
	text-align: right;
	z-index: 255;
}

#image_rotator_home_2_position .content_rotator_position_handle {
	float: right;
	background: url('../images/slideshow_control.png') left top no-repeat;
	width: 10px;
	height: 9px;
	margin: 0 0 0 5px;
}

#image_rotator_home_2_position .content_rotator_position_handle_active {
	background: url('../images/slideshow_control.png') left bottom no-repeat;
}
