



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


/* BODY */
body {
	background: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #383427;
	margin:0;
	padding:0;
	height:100%;
}

p, div, span, ul, ol, blockquote, td {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

hr {
	height: 0px;
	border: 0px solid #554E43;
	border-top-width: 1px
}

/*
We wanted to justify all content.
But we can't put full justification on .custom_content (my pages) because if they
have centered text it gets overwritten with full justification.
So we need to also have a class that can be applied to center content, that will
overwrite this.
But even still it's not centering... so I don't think we can do it site wide
*/
/*
#main_content p, #main_content div {
	text-align: justify;
}
.center {
	text-align: center;
}
*/






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

/* add photograph border with shadow */
img.img_system
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-system.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_s
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-s.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_m
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-m.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_l
{
	padding: 5px 6px 15px 10px;
	background-image: url(/content/site/images/graphics/image_bg-l.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

img.img_xl
{
	padding: 5px 6px 15px 10px;
	background-image: url(../images/graphics/image_bg-xl.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

img.img_custom {
	background: url(../images/graphics/image_bg-xl.png) left bottom no-repeat;
	padding: 5px 6px 15px 10px;
	border-right: 1px solid #EEEEEE;
}

input, select, textarea
{
	font-size: 9pt;
}

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

/* GENERAL LINKS */
a:link, a:visited, a:active
{
	color: #65737C;
	text-decoration: underline;
}
a:hover
{
	color: #8A97A1;
	text-decoration: none;
}



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



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



.header {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #443B1D;
}

.header_light {
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	color: #C5C0AF;
}

.title {
	font-size: 10pt;
	font-weight: bold;
	color: #443B1D;
}

.title_light {
	font-weight: bold;
	color: #C5C0AF;
}


.row_title {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #938D7F;
	margin-top: 10px;
}

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


.sub_title
{
	color: #72744F;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	padding: 2px 0px;
}

.quote {
	color: #6B5D40;
}

.page_title {
	color: #BFBEB1;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px dashed #D0CDC5;
	padding-bottom: 15px;
}

.page_description {
	padding-bottom: 30px;
}



/* COLORS */
.theme_color { background-color: #6B5D40; }
.theme_color_compliment { background-color: #798028; }
.theme_color_title_row { background-color: #6B5D40; }

/* LIST ROW COLORS */
.list_header_row { background-color: #6B5D40; }
.color1 { background-color: #E7E0D2; }
.color2 { background-color: #C2BBA6; }



.button a:link, .button a:visited, button a:active
{
	color: #979381;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 10px;
	border: 1px solid #979381;
	background-color: #F9F6E0;
}
.button a:hover
{
	color: #F8F5DF;
	background-color: #7C7D38;
}



.account_info {
	font-size: 9pt;
	font-weight: bold;
	color: #252118;
	margin-bottom: 20px;
} 
.account_info a:link, .account_info a:visited, account_info a:active { 
	color: #252118;
	text-decoration: none;
}
account_info a:hover { 
	color: #E9891E;
}

/* FOOTER */
.footer {
	font-size: 9px;
	color: #666666;
	line-height: 15px;
	padding-top: 10px;
}
.footer a:link, .footer a:visited, .footer a:hover, footer a:active { 
	color: #666666;
	text-decoration: none;
}






/* LINKS */

.separator_row {
	text-transform: uppercase;
	color: #443B1D;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}




.links_toggle_1 {
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B9B9AB;
	width: 166px;
	height: 24px;
	padding: 1px 0px;
}
.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	height: 100%;
	display: block;
	color: #B9B9AB;
	text-decoration: none;
	padding: 4px 0px 1px 10px;
	background: url('../images/sitemap_bground_off.jpg');
	background-repeat: no-repeat;
}
.links_toggle_1 a:hover {
	height: 100%;
	color: #FFFFFF;
	background: url('../images/sitemap_bground_on.jpg');
	background-repeat: no-repeat;
}

.links_home_toggle_1 {
	font-family: helvetica, arial, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B9B9AB;
	width: 166px;
	height: 24px;
	padding: 1px 0px 0px 0px;
	margin: 0;
}
.links_home_toggle_1 a:link, .links_home_toggle_1 a:visited, .links_home_toggle_1 a:active {
	height: 100%;
	display: block;
	color: #B9B9AB;
	text-decoration: none;
	padding: 4px 0px 1px 10px;
	background: url('../images/sitemap_bground_off.jpg');
	background-repeat: no-repeat;
	margin: 0 !important;
}
.links_home_toggle_1 a:hover {
	height: 100%;
	color: #FFFFFF;
	background: url('../images/sitemap_bground_on.jpg');
	background-repeat: no-repeat;
}

.links_expand_1 {
	padding: 0px;
	margin: 0px;
}
.links_under_1 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
/* 
This needs to be after the above code because it gets overwritten 
*/
.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
	color: #B9B9AB;
	background: url('../images/sitemap_bground_active.jpg');
	background-repeat: no-repeat;
}

.links_toggle_2 {
	font-family: helvetica, arial, san-serif;
	font-size: 11px;
	color: #CDC9B9;
	margin: 3px 0px;
	padding: 0px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #CDC9B9;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	
}	
.links_toggle_2 a:hover {
	color: #ECECEC;
}
.links_expand_2 {
	padding: 0px;
	margin: 0px;
}
.links_under_2 {
	padding: 0px;
	margin: 0px;
	height: 0px;
}
.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active { 
	color: #CDC9B9;
}


.links_toggle_3 {
	font-size: 11px;
	color: #CDC9B9;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #CDC9B9;
	text-decoration: none;
	padding: 3px 20px 3px 20px;
}
.links_toggle_3 a:hover {
	color: #ECECEC;
	background-image: none;
}
.links_expand_3 {
	padding: 0px;
	margin: 0px;
}
.links_under_3 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_4 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_4 a:link, .links_toggle_4 a:visited, .links_toggle_4 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_4 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_4 {
	padding: 0px;
	margin: 0px;
}
.links_under_4 {
	padding: 0px;
	margin: 0px;
}



.links_toggle_5 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	margin: 1px 0px 1px 10px;
	padding: 0px;
}
.links_toggle_5 a:link, .links_toggle_5 a:visited, .links_toggle_5 a:active {
	color: #999999;
	text-decoration: none;
	padding: 3px 20px 3px 30px;
}
.links_toggle_5 a:hover {
	color: #333333;
	background-image: none;
}
.links_expand_5 {
	padding: 0px;
	margin: 0px;
}
.links_under_5 {
	padding: 0px;
	margin: 0px;
}






/* SIDE BAR */
.sidebar {
	padding: 0px 8px 50px 31px;
}
.sidebar_body {
	font-size: 9pt;
	padding-top: 5px;
	color: #333333;
}
.sidebar_title {
	font-size: 9pt;
	font-weight: bold;
	color: #443B1D;
	margin-top: 20px;
}
.sidebar_comment {
	font-size: 8pt;
	color: #333333;
	padding: 5px 0px;
}
.sidebar_action_results {
	font-size: 8pt;
	color: #333366;
}
.sidebar_form_prompt {
	font-size: 8pt;
	font-weight: bold;
	color: #333333;
	margin: 4px 0px;
}
.sidebar_form_input {
	font-size: 8pt;
	color: #333333;
}



/* PORTFOLIO */
.portfolio_td { 
	width: 150px; 
}

.portfolio_text {
	text-align: right;
	text-transform: uppercase;
	font-size: 9pt;
	padding: 20px 0px;
}

.portfolio_text a:link, .portfolio_text a:visited, .portfolio_text a:hover, .portfolio_text a:active {
	text-decoration: none;
}

.portfolio_thumb { padding: 20px; }

.portfolio_details_image {
	padding: 0 0 20px 20px;
	text-align: center;
}

.portfolio_details_text {
	text-align: right;
	font-size: 9pt;
	padding: 20px 20px 0px 0px;
}


/* FAQ */
.faq_module_search {
	float: right;
	margin-bottom: 30px;
}
.faq_categories_list_title {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6b5d40;
}
.faq_category_title {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6b5d40;
}

.faq_category_list_column {
	width: 180px;
}

.faq_category_list {
	margin-bottom: 7px;
	font-size: 8pt;
}
.faq_category_list_current {
	color: #E9891E;
}
.faq_category_list_current a:link, 
.faq_category_list_current a:visited, 
.faq_category_list_current a:active {
	color: #E9891E;
}
.faq_category_list_current a:hover, .faq_category_list a:hover  { 
	color: #54320B; 
}

.faq_date { font-style: italic; }

.faq_details_title {
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	color: #262117;
	margin-bottom: 5px;
}

.faq_details_section {
	text-transform: uppercase;
	font-size: 9pt;
	font-weight: bold;
	color: #262117;
	margin-top: 15px;
	margin-bottom: 5px;
}


/* HOME */
.module_title {
	font-size: 13px;
	font-weight: normal;
	font-family: Helvetica;
	color: #C6C0B3;
	margin-bottom: 8px;
}

.module_title a:link, .module_title a:visited, .module_title a:active
{
	color: #C6C0B3 !important;
	text-decoration: none !important;
}

.module_title a:hover
{
	color: #9CA279 !important;
	text-decoration: none !important;
}

.module_author {
	font-size: 10px;
	font-weight: normal;
	font-family: Helvetica;
	color: #FFFFFF;
	margin-bottom: 3px;
}

.module_date {
	text-transform: uppercase;
	font-size: 8px;
	font-weight: normal;
	font-family: Helvetica;
	color: #9CA279;
	margin-bottom: 12px;
}

.module_body {
	font-size: 11px;
	font-family: Helvetica;
	color: #CCCCCC;
	margin-bottom: 9px;
}

.element_body {
	color: #423F32;
}

.announcement_date {
	font-size: 10px;
	font-weight: regular;
	color: #97B8D8;
	margin-top: 10px;
	margin-bottom: 8px;
}

.announcement_header {
	font-size: 13px;
	font-family: Helvetica;
	font-weight: regular;
	color: #BFBFB1;
	margin-bottom: 8px;
}

.announcement_header a:link, .announcement_header a:visited, .announcement_header a:active
{
	color: #BFBFB1;
	text-decoration: none;
}

.announcement_header a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.announcement_body {
	font-size: 11px;
	font-family: Helvetica;
	color: #999999;
}

/* IMAGE ROLLOVERS */
.rollover {
	display: block;
}

.rollover img {
	width: 100%;
	height: 100%;
	border: 0;
}

.rollover:hover {
	visibility: visible;
}

.rollover:hover img {
	visibility: hidden;
}