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


/* BODY */
body { 
	background-color: #E8E8E8;
	margin: 0px;
}
body, p {
	font-family: Arial, Helvetica, San-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.4;
	font-weight: normal;
}

/* 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: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover { 
	color: #CC0000;
	text-decoration: none;
}



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

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

.img_s
{
	padding: 10px;
	background-color: #BFC7CC;
	background-image: none;
}

.img_m
{
	padding: 10px;
	background-color: #BFC7CC;
	background-image: none;
}

.img_l
{
	padding: 10px;
	border: 1px solid #E7E7E7;
	background-color: #BFC7CC;
	background-image: none;
	
}

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

.img_custom {
	padding: 10px;
	background-color: #BFC7CC;
	background-image: none;
}

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

.header {
	font-size: 19px;
	color: #000000;
}


.title {
	font-size: 16px;
	color: #000000;
	line-height: 1.4;
	padding-bottom: 20px;
}
.title a:link, .title a:visited, .title a:active {
	color: #666666;
}

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

.page_title {
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

.section_title {
	color: #950000;
	font-size: 11px;
	font-family: Times, Times New Roman, Serif;
	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: #000000;
	font-weight: bold;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}


/*MODULE TITLE*/

.module_title {
	font-size: 19px;
	font-weight: bold;
	font-family: Times, serif;
	color: #000000;
	line-height: 1.4;
	text-decoration: none;
	padding: 10px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999999;
}

.module_title a:link, .module_title a:visited, .module_title a:active {
	font-weight: bold;
	font-family: Times, serif;
	color: #000000;
	line-height: 1.4;
	text-decoration: none;
	padding: 6px 0px;
}

.module_title a:hover {
	color: #666666;
	text-decoration: none;
}
.module_body {
	color: #666666;
}
.module_date {
	color: #A8B0B4;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 3px;
	background-color: #FFFFFF;
	display: inline;
}

.page_description {
	padding-bottom: 30px;
}


/*BORDERS (ONLY INCLUDED FOR TEMPLATES W NON-WHITE CONTENT AREAS*/


.border_top {
	border-top: 1px solid #BBBBBB;
}
.border_right {
	border-right: 1px solid #BBBBBB;
}
.border_bottom {
	border-bottom: 1px solid #BBBBBB;
}
.dotted_border_bottom {
	border-bottom: 1px dotted #AAAAAA;
}
.border_left {
	border-left: 1px solid #BBBBBB;
}




/*FOOTER*/


.footer {
	font-size: 10px;
	color: #666666;
	line-height: 1.6;
}
.footer a:link, .footer a:visited, footer a:active { 
	color: #666666;
}
.footer a:hover {
	color: #000000;
}


/* LINKS */
.separator_row {
	text-transform: uppercase;
	font-size: 14px;
	color: #CCCCCC;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	margin: 15px 20px 5px 0px;
	padding: 2px 5px;
}

.links_toggle_1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	color: #FFFFFF;
	padding: 0px 5px;
}

.links_toggle_1 a:link, .links_toggle_1 a:visited, .links_toggle_1 a:active {
	color: #FFFFFF;
	font-weight: bold;
}

.links_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}

.links_toggle_2 {
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	padding: 2px 0px;
	line-height: 1.1;
}

.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	color: #666666;
	font-weight: normal;
	text-decoration: none;	
	padding: 2px 5px;
	margin: 2px;
}
.links_toggle_2 a:hover {
	color: #999999;
}
.links_active_2 a:link, .links_active_2 a:visited, .links_active_2 a:hover, .links_active_2 a:active { 
	color: #FFFFFF;
	background-color: #CC0000;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	display: block;
	color: #999999;
	padding: 2px 4px 2px 25px;
	width: auto;
}
.links_toggle_3 a:hover {
	color: #FFFFFF;
}
.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;
}




.links_home_toggle_1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1;
	color: #FFFFFF;
}

.links_home_toggle_1 a:link, .links_home_toggle_1 a:visited, .links_home_toggle_1 a:active {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 3px;
}

.links_home_toggle_1 a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}




/* 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;
}





/* MAIN */

#home_main {
	width: 999px;
	margin: 0px auto;
	overflow: hidden;
	border-bottom: 15px solid #E1E1E1;
	background: #FFFFFF url('../images/home_tiling.jpg') repeat-y;
}
#home_diagonal_corner {
	padding: 0px 15px;
	background: url('../images/top_right.jpg') top right no-repeat;
}
#home_upper {
	overflow: hidden;
}
#home_squares {
	float: left;
	width: 13px;
	margin: 15px 5px 0px 4px;
}
#home_slideshow {
	float: left;
	width: 600px;
	height: 526px;
	padding: 0px 30px 30px 30px;
	margin: 15px 5px 0px 0px;
	background-color: #000000;
}
img.home_site_images {
	min-width: 600px;
	min-height: 496px;
}
div.home_site_images {
	width: 600px;
	height: 496px;
	overflow: hidden;
	position: absolute;
}
#home_site_name_element_container {
	background-color: #CC0000;
	position: relative;
	left: 404px;
	top: 15px;
	height: 135px;
	width: 161px;
	padding: 10px 10px 10px 10px;
	display: block;
	text-align: center;
	overflow: hidden;
}
#home_site_name_element {
	font-size: 15px;
	text-transform: uppercase;
	color: #EDEDE9;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#home_sign_in {
	height: 30px;
}
#home_links_column {
	float: left;
	width: 267px;
	margin-top: 15px;
}
.welcome_text, .welcome_text p{
	font-family: Times, Times New Roman, Serif;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	line-height: 1.2;
	overflow: hidden;
	height: 65px;
	padding: 50px 10px 15px 10px;
	margin-bottom: 10px;
}
#main_link_area {
	padding: 30px 8px 8px 8px;
	height: 184px;
	overflow: hidden;
	background-color: #000000;
}
#home_main_links {
	padding: 0px 15px;
}
#home_special_image {
	background-color: #000000;
	width: 250px;
	height: 166px;
	padding: 19px 8px 9px 9px;
}
#home_special_image_wrapper {
	width: 250px;
	height: 166px;
	overflow: hidden;
}
#home_special_image_wrapper img {
	min-width: 250px;
	min-height: 166px;
}
#home_modules {
	overflow: hidden;
	margin: 5px 15px;
	padding: 20px;
	background: #BFC7CC url('../images/blue_module_base.gif') bottom left no-repeat;
}
#home_slogan {
	float: left;
	width: 250px;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
}
.module_column {
	float: left;
	width: 254px;
	padding-left: 31px;
	margin-left: 29px;
	border-left: 1px solid #999999;
}
#footer_bgcolor {
	padding: 20px;
	margin: 0px 15px;
	background-color: #CCCAC2;
}
#footer_container {
	color: #666666;
	text-align: center;
	margin: 0px auto;
}

#shell_main {
	width: 932px;
	margin: 0px auto;
	padding: 0px 18px 0px 22px;
	overflow: hidden;
	border-right: 15px solid #E1E1E1;
	border-left: 15px solid #E1E1E1;
	background: #FFFFFF url('../images/shell_tiling.gif') repeat-y;
}
img.shell_site_images {
	min-height: 233px;
	min-width: 600px;
}
div.shell_site_images {
	width: 600px;
	height: 233px;
	overflow: hidden;
	position: absolute;
}
#shell_site_name_element_container {
	background-color: #CC0000;
	position: relative;
	left: 404px;
	top: 15px;
	height: 135px;
	width: 161px;
	padding: 10px 10px 10px 10px;
	display: block;
	text-align: center;
	overflow: hidden;
}
#shell_site_name_element { 
	text-transform: uppercase;
	color: #EDEDE9;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#shell_content_column {
	float: left;
	width: 660px;
	margin-right: 5px;
	border-top: 17px solid #FFFFFF;
	background-color: #FFFFFF;
}
#shell_sidebar_column {
	float: left;
	width: 267px;
	border-top: 11px solid #FFFFFF;
	background-color: #BFC7CC;
}
#shell_image_login {
	padding: 0px 30px 30px 30px;
	background-color: #000000;
	height: 263px;
}
#shell_sign_in {
	height: 30px;
}
#shell_content_base {
	height: 7px;
	background: #E8E8E8 url('../images/content_base.jpg') no-repeat;
}
#shell_content {
	margin-top: 7px;
	padding: 29px;
	background: #E8E8E8 url('../images/content_top.jpg') no-repeat;
}

#shell_link_area {
	padding: 30px 8px 120px 8px;
	background-color: #000000;
}
#shell_main_links {
	padding: 0px 15px;
}
#gutensite_spot {
	padding: 20px 0px;
	text-align: center;
}
#white_bottom_border {
	width: 932px;
	height: 19px;
	margin: 0px auto;
	padding: 0px 18px 0px 22px;
	border: 15px solid #E1E1E1;
	border-top: none;
	background-color: #FFFFFF;
}


.logged_in {
	color: #999999;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 10px;
}

.logged_in a:link, .logged_in a:visited, .logged_in a:active {
	color: #999999;
	font-size: 9px;
	text-transform: uppercase;
	padding-top: 10px;
}

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