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


/* BODY */
body { 
	margin: 0px;
	background: #EEEEEE url('../images/main_bg.jpg');
}
body, p, div, span, ul, ol, blockquote, td {
	font-family: Helvetica Neue, Helvetica, Arial, San-serif;
	font-size: 13px;
	color: #444444;
	line-height: 1.3;
}

li {
	margin-bottom: 10px;
}

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


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

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

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

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

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

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

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


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

.header {
	font-size: 14px;
}


.title, h1 {
	font-weight: bold;
	font-size: 22px;
	color: #000000;
	line-height: 1.4;
	padding: 20px 0px;
}

.sub_title, h2 {
	color: #004070;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.row_title {
	font-weight: bold;
	font-size: 18px;
	text-transform: none;
	color: #666666;
	line-height: 1.4;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.page_title {
	font-size: 20px;
	font-weight: bold;
	color: #004476;
	margin: 0px 10px 10px 50px;
	padding: 3px 17px;
	border: 1px solid #BBBBBB;
	background-color: #F2F2F2;
	display: inline;
}
.section_title {
	font-size: 22px;
	font-weight: normal;
	color: #E0E0E0;
	padding: 130px 10px 0px 26px;
}
.custom_content a:link, .custom_content a:visited, .custom_content a:active{
	color: #004070;
	text-decoration: none;
}
.custom_content a:hover{ 
	color: #333333;
	text-decoration: none;
}
.pullout {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.overflow_container {
	overflow: hidden;
}
.pullout_column {
	float: left;
	width: 200px;
	margin-right: 25px;
	text-align: right;
}
.copy_column {
	float: left;
	width: 375px;
	padding-top: 8px;
}
.even_column_left {
	float: left;
	width: 280px;
	margin-right: 40px;
}
.even_column_right {
	float: left;
	width: 279px;
}
.resume_overflow_container {
	overflow: hidden;
	padding-bottom: 20px;
	margin: 20px 0px;
	border-bottom: 4px solid #CCCCCC;
}
.resume_title_column {
	float: left;
	width: 184px;
	background-color: #004070;
	background: url(../images/resume_title_tiling.jpg) repeat-y;
}
.resume_title_top {
	background: url(../images/resume_title_top.jpg) no-repeat;
}
.resume_title_base {
	background: url(../images/resume_title_base.jpg) no-repeat 0% 100%;
}
.resume_title {
	font-size: 14px;
	font-family: Garamond, Times New Roman, Serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	margin: 0px;
}
.resume_list_column {
	float: left;
	width: 395px;
	border-left: 1px solid #CCCCCC;
	margin-left: 20px;
}
.resume_list_column ul {
	padding-top: 0px;
	margin-top: 0px;
}
.my_page_quote, my_page_quote p {
	color: #5D85AB;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	border-left: 1px solid #CCCCCC;
	width: 209px;
	margin: 20px 0px 0px 365px;
}
.simple_quote, simple_quote p {
	color: #5D85AB;
	font-style: italic;
	font-weight: bold;
	padding: 3px 0px 3px 15px;
	border-left: 1px solid #CCCCCC;
}
.underline {
	border-bottom: 1px solid #CCCCCC;
}
.padded_underline {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.blue_underline {
	border-bottom: 4px solid #5D85AB;
}

.padded_blue_underline {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 4px solid #5D85AB;
}
.chart_image {
	text-align: center;
}


.special_button {
	color: #FFFFFF;
	font-family: Garamond, Times New Roman, Serif;
	font-weight: normal;
	font-size: 15px;
	margin: 15px 0px;
	text-align: right;
}

.special_button a:link, .special_button a:visited, .special_button a:active {
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #5D85AB;
	border: 2px solid #DEDEDE;
}
.special_button a:hover {
	background-color: #333333;
}
.tight_list {
	margin: 2px 0px 0px 30px;
	padding: 0px;
}
.special_article_table strong {
	color: #004476;
	font-size: 16px;
	line-height: 2.3;
}
.special_article_table td {
	
}
.special_article_table p {
	padding: 5px 5px 5px 0px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}


/*MODULE TITLE*/

.module_title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 20px;
}

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

.module_title a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.module_date {
	color: #004070;
	font-size: 10px;
	padding: 20px 20px 0px 20px;
}
.module_body {
	line-height: 1.2;
	padding: 13px 20px 10px 20px;
	font-size: 12px;
	color: #555555;
}
.module_button a:link, .module_button a:visited, .module_button a:active {
	font-size: 11px;
}

.module_button a:hover {
	font-size: 11px;
	color: #333333;
}
.page_description {
	padding-bottom: 30px;
}



/* COLORS */
.theme_color {
	background-color: #CCCCCC;
}
.theme_color_compliment {
	background-color: #5184A7;
}
.theme_color_title_row {
	background-color: #9A9A9A;
}
.blue {
	color: #004070;
}
.light_blue {
	color: #5D85AB;
}
.black {
	color: #000000;
}
.grey {
	color: #888888;
}
.white {
	color: #FFFFFF;
}
/* LIST ROW COLORS */
.color1 {
	background-color: #FFFFFF;
}
.color2 {
	background-color: #DDDDDD;
}



/* FOOTER */

#footer_container {
	overflow: hidden;
	width: 964px;
	margin: 0px auto;
	padding: 7px 0px;
	margin-top: 7px;
	border-top: 1px solid #CCCCCC;
}
#footer_info {
	float: left;
	width: 860px;
	margin-right: 20px;
}
#footer_logo {
	float: left;
	width: 80px;
}

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


/* LINKS */
.separator_row {
	text-transform: uppercase;
	color: #999999;
	font-size: 17px;
	padding: 10px 5px 10px 23px;
}

.links_toggle_1 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 0px 3px 26px;
	background: url('../images/link_toggle_line.gif') no-repeat 0% 50%;
}

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

.links_toggle_1 a:hover {
	color: #333333;
}


.links_active_1 a:link, .links_active_1 a:visited, .links_active_1 a:hover, .links_active_1 a:active { 
}
.links_active_1 {
}

.links_toggle_2 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 2px 5px 2px 38px;
}
.links_toggle_2 a:link, .links_toggle_2 a:visited, .links_toggle_2 a:active {
	font-weight: bold;
	color: #333333;
}
.links_toggle_2 a:hover {
	color: #FFFFFF;
}
.links_expand_2 {
	height: auto;
}



.links_toggle_3 {
	font-weight: normal;
	font-size: 11px;
	padding: 2px 5px 2px 38px;
}
.links_toggle_3 a:link, .links_toggle_3 a:visited, .links_toggle_3 a:active {
	color: #333333;
	font-weight: normal;
}
.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;
}







/* MAIN SECTION LINKS */
.links_main_toggle_1 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
.links_main_toggle_1 a:link, .links_main_toggle_1 a:visited, .links_main_toggle_1 a:active {
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	display: block;
	padding: 12px 15px;
	border-right: 1px solid #DDDDDD;
}
.links_main_toggle_1 a:hover {
	color: #004070;
	display: block;
	background-color: #FFFFFF;
}

.links_main_active_1 {
	color: #004070;
	display: block;
	background-color: #FFFFFF;
}
.links_main_active_1 a:link, .links_main_active_1 a:visited, .links_main_active_1 a:active, .links_main_active_1 a:hover {
	color: #004070;
	display: block;
	background-color: #FFFFFF;
}



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


.articles_date {
	color: #666666;
	font-style: italic;
	font-size: 10px;
}
.articles_author {
	font-weight: bold;
	color: #004476;
}
.articles_content, articles_content p {
	padding: 10px 0px 20px 0px;
	margin-right: 25px;
}
.articles_content strong {
	color: #000000;
	font-size: 15px;
}

.articles_content table {
	margin: 20px 0px;
}
.articles_content table td {
	border-bottom: 1px solid #CCCCCC;
}
.articles_content table td p{
	padding: 8px 0px;
	margin:0px;
}


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


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










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

.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: #CC3300;
}
.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: #333366;
	font-weight: bold;
	}
.alert a:link, .alert a:visited, .alert a:hover, .alert a:active {
	color: #333366;
	}
.error {
	color: #CC3300;
	font-weight: bold;
	padding: 10px;
	}
.error a:link, .error a:visited, .error a:hover, .error a:active {
	color: #CC3300;
	}




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

/*CALCULATOR*/

#calculator_table {
	background-color: #FFFFFF;
	border: 3px solid #DEDEDE;
	padding: 0px 20px 20px 25px;
}
#calculator_table td {
	border-bottom: 1px solid #CCCCCC;
}
.calculator_number {
	font-weight: bold;
	font-size: 17px;
	color: #5D85AB;
	padding: 20px 0px;
	margin: 15px 20px 15px 0px;
}
.calculator_prompt {
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding: 20px 0px;
	margin: 15px 0px;
	
}
.calculator_input {
	padding: 20px 0px;
	margin: 15px 0px 15px 35px;
}



/* MAIN */

#login_area {
	width: 964px;
	margin: 0px auto;
	text-align: right;
}
.login_button {
	text-align: right;
	font-size: 9px;
	text-transform: uppercase;
	margin: 9px 5px 4px 10px;
	padding-right: 10px;
	color: #666666;
	background: url('../images/accounts_arrow.gif') no-repeat 100% 50%;
}
.login_button a:link, .login_button a:visited, .login_button a:active {
	color: #666666;
}
.login_button a:hover {
	color: #000000;
}


#main {
	width:964px; 
	margin: 0px auto;
	background: url('../images/main_shadow_tiling.jpg') repeat-y;
}
#main_gradient {
	background: #F0F0F0 url('../images/main_tiling.jpg') repeat-x;
	margin: 0px 5px;
}
#links_area {
	overflow: hidden;
	background: url('../images/main_links_bottom.gif') repeat-x bottom left;
}
#main_links {
	float: left;
	width: 766px;
	border-left: 1px solid #DDDDDD;
	margin-left: 20px;
}
#search_area {
	float: left;
	width: 147px;
	height: 21px
	padding: 3px;
	border: 1px solid #DDDDDD;
	background: url('../images/search_bg.gif') no-repeat;
}

#name_welcome_area {
	overflow: hidden;
	margin: 22px 0px;
}
#site_name_area {
	float: left;
	width: 400px;
	padding-right: 31px;
	margin-left: 30px;
	border-right: 1px solid #CCCCCC;
}

#phone_content_area {
	float: left;
	width: 402px;
	padding: 0px 45px;
}
#site_phone {
	font-size: 10px;
	color: #999999;
	padding: 7px 0px 7px 30px;
	margin-bottom: 10px;
	background: url('../images/phone_symbol.png') no-repeat 0% 50%;
}
.welcome_content p{
	color: #999999;
	font-size: 11px;
	padding-top: 30px;
}
#line_above_image {
	width: 746px;
	height: 17px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#flash_slogan_area {
	overflow: hidden;
	background-color: #333333;
}
#flash_slideshow {
	float: left;
	width: 700px;
}
#slogan_column {
	float: left;
	width: 250px;
}
#quote, #quote p {
	color: #579BE9;
	font-family: 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, San-serif;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.1;
	height: 298px;
	overflow: hidden;
	padding: 5px 20px 20px 20px;
}
#drop_note_button {
	padding: 0px 9px 10px 152px;
}
#module_grey_border {
	border-top: 4px solid #999999;
	margin-top: 5px;
}
#module_area {
	width: 944px;
	margin: 5px 5px 0px 5px;
	padding: 5px 0px;
	border-top: 4px solid #999999;
}
.module_column {
	width: 345px;
	border-right: 2px solid #F2F2F2;
	background: #A5BED0 url('../images/module_bg.gif') repeat-x;
}
#special_image_area {
	width: 250px;
}

.logged_in {
	width: 1013px;
	font-size: 10px;
	color: #898368;
	text-align: right;
	padding-bottom: 8px;
	margin: 11px auto 0px auto;
}

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

.logged_in a:hover {
	color: #FFFFFF;
}
#shell_name_area {
	padding: 25px 20px;
}
#content_container {
	overflow: hidden;
	width: 939px;
	margin: 0px 7px;
	background: url('../images/blue_sidebar_tiling.gif') repeat-y 100% 0%;
}
#shell_left_column {
	float: left;
	width: 700px;
}
#shell_content {
	padding: 30px 50px;
	margin-bottom: 7px;
	border-bottom: 20px solid #E0E0E0;
}
#shell_right_column {
	float: left;
	width: 232px;
	margin-left: 7px;
}
#side_bar_upper {
	min-height: 206px;
	padding-top: 7px;
	background-color: #333333;
}
#shell_site_phone {
	font-size: 10px;
	color: #999999;
	padding: 7px 0px 7px 28px;
	margin: 0px 0px 0px 20px;
	background: url('../images/phone_symbol.png') no-repeat 0% 50%;
}
#shell_image_area {
	padding-bottom: 18px;
	border-bottom: 1px solid #CCCCCC;
}
#page_title_line {
	width: 101px;
	height: 20px;
	margin-bottom: 3px;
	border-right: 1px solid #CCCCCC;
}
#shell_sidebar {
}
#shell_links {
	padding: 15px 0px 30px 0px;
}
