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


/* BODY */
body { 
	background-color: #575653;
}

body, p, div, span, ul, ol, blockquote, td {
	font-family: Times, Times New Roman, Serif;
	font-size: 9pt;
	color: #444444;
}


/* 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: #465245;
	text-decoration: none;
}
a:hover { 
	color: #333333;
	text-decoration: none;
}



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


.header {
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}

.header_light {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}

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

.title_light {
	font-weight: bold;
	font-size: 10pt;
	color: #FFFFFF;
}


.row_title {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #666666;
}

.row_title a:link, .row_title a:visited, .row_title a:active {
	color: #465245;
	font-size: 13px;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}

.row_title a:hover {
	color: #993300;
	letter-spacing: .5px;
	text-decoration: none;
	padding: 15px 0px 5px 0px;
	margin-bottom: 10px;
}

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


.sub_title {
	color: #333333;
	font-size: 12px;
	text-transform: none;
	padding: 2px 0px;
}

.section_name {
	font-size: 12px;
	text-transform: uppercase;
	color: #62615D;
	display: block;
	width: auto;
	margin: 0px 17px 0px 22px;
	padding: 9px 2px;
	border-bottom: 1px solid #B8B8B8;
}

.quote {
	font-size: 11px;
	color: #333333;
}

.note {
	font-size: 7pt;
	color: #000000;
	font-style: italic;
	margin-left: 12px;
}

.address {
	font-size: 12px;
	color: #000000;
	margin-left: 12px;
}

.page_description {
	padding-bottom: 30px;
}



#side_bar {
	padding: 0px;
}


/*MODULES*/

.module_title {
	color: #993300;
	font-size: 12px;
	padding-bottom: 10px;
}

.module_title a:link, .module_title a:visited, .module_title a:active {	
	color: #993300;
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

.module_title a:hover {
	color: #000000;
	padding-bottom: 10px;
}

.module_body {
	color: #666666;
	font-size: 11px;
	line-height: 110%;
	padding-bottom: 10px;
}

.module_button {
	color: #666666;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
}

.module_button a:link, .module_button a:visited, .module_button a:active {
	color: #666666;
	font-size: 9px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	padding: 1px 3px;
}

.module_button a:hover {
	color: #000000;
	font-size: 9px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
	padding: 1px 3px;
}



/*DESIGN ELEMENTS*/

.dark_line_left
{
	border-left-color: #313131;
	border-left-width: 1px;
	border-left-style: solid;
}


/* COLORS */
.theme_color {
	background-color: #6A776F;
}
.theme_color_compliment {
	background-color: #AAA192;
}
.theme_color_title_row {
	background-color: #6D783D;
}


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



.user_info {
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
} 


.footer {
	font-size: 11px;
	color: #9D9B95;
}

/* FOOTER LINKS */
.footer a:link, .footer a:visited, footer a:active { 
	color: #9D9B95;
	text-decoration: underline;
}
.footer a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}






/* LINKS */

.separator_row {
	text-transform: uppercase;
	color: #993300;
	font-size: 12px;
	padding: 25px 17px 25px 22px;
}


.links_toggle_1 {
	font-size: 12px;
	color: #993300;
	margin: 0px 17px 0px 22px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #993300;
	text-decoration: none;
	display: block;
	width: auto;
	border-bottom: 1px solid #B8B8B8;
	padding: 7px 2px;
}
.links_toggle_1 a:hover {
	color: #666666;
}



.links_toggle_2 {
	font-size: 12px;
	text-transform: none;
	color: #666666;
	margin: 0px 17px 0px 32px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #666666;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 7px 2px;
	border-bottom: 1px solid #B8B8B8;
}
.links_toggle_2 a:hover {
	color: #333333;
	background-image: none;
}



.links_toggle_3 {
	font-size: 13px;
	text-transform: none;
	color: #8F8877;
	margin: 0px 17px 0px 42px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #8F8877;
	text-decoration: none;
	display: block;
	width: auto;
	padding: 7px 2px;
	border-bottom: 1px solid #B8B8B8;
}
.links_toggle_3 a:hover {
	color: #333333;
	background-image: none;
}


.permanent_side_links {
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	margin: 0px 3px 0px 10px;
}

.permanent_side_links a:link, .permanent_side_links a:visited, .permanent_side_links a:active {
	color: #333333;
	text-decoration: none;
	display: block;
	width: auto;
	border-bottom: 1px solid #777772;
	padding: 5px 12px;
}
.permanent_side_links a:hover {
	color: #993300;
}	



.upper_links {
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background-image: url(../../site/images/upper_links_background.jpg);
	background-repeat: repeat-x;
	min-height: 24px;
	height: auto;
	height: 24px;
	vertical-align: middle;
}
.upper_links a:link, .upper_links a:visited, .upper_links a:active {
	padding: 0px 0px 0px 17px;
	vertical-align: middle;
	text-decoration: none;
	color: #C6C3B6;
	background-image: url(../../site/images/upper_link_ornament.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
.upper_links a:hover {
	color: #FFFFFF;
}


.tab_links {
	font-size: 9pt;
	text-transform: uppercase;
	text-align: right;
	vertical-align: bottom;
	min-height: 27px;
	height: auto;
	height: 27px;
}

.tab_links a:link, .tab_links a:visited, .tab_links a:active {
	border: 1px solid #6E6C68;
	border-bottom: none;
	padding: 7px 15px 0px 15px;
	margin-left: 3px;
	text-decoration: none;
	color: #323232;
	background-image: url(../../site/images/tab_links_background.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.tab_links a:hover {
	color: #000000;
	background-image: url(../../site/images/tab_links_background_on.jpg);
	background-repeat: repeat-x;
}





/* ARTICLES SECTION */
.articles_title {
	font-weight: bold;
	font-size: 12pt;
}


.articles_date {
	color: #666666;
	font-style: italic;
}
.articles_author {
	font-style: bold;
}
.articles_content {
	padding: 10px 0px 20px 0px;
}




.small {
	font-size: 10px;
	color: #666666;
}


.disclaimer {
	font-size: 10px;
	color: #666666;
}



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

.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: 12px;
	color: #333333;
	font-weight: bold;
}
.prev_next {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.pager form text {
	font-size: 11px;
	color: #333333; 
	background-color: #CCCCCC;
}




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






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



/* COOKIE CRUMB PATH INFO */
#nav_path {
	padding-bottom: 20px;
	font-size: 12px;
	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: 12px;
	font-weight: bold;
	color: #474747;
	text-transform: none;
}
.form_prompt .error {
	font-weight: bold;
	color: #CC3300;
}
.form_input {
	font-size: 12px;
	color: #474747;
	background-color: #EEEEEE;
	text-transform: none;
}
.form_input .error {
	color: #FFFFFF;
	background-color: #CC3300;
}
.form_comment {
	font-size: 12px;
	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 {
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #EEEEEE;
}



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




/* LISTS */
.list_header {
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
}
.list_header a:link, .list_header a:visited, .list_header a:active {
	color: #EEEEEE;
	font-weight: bold;
}
.list_header a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

.list_header_dark {
	font-size: 12px;
	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: 12px;
	color: #000000;
}