﻿/************************/
/* GENERAL ELEMENTS     */
/************************/
body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-position: 0px -20px;
	background-image: url(images/header_bkgd.gif);
	background-repeat: repeat-x;
}
form
{
	margin: 0px;
	padding: 0px;
}
input, select
{
	font-family: Arial, Helvetica, sans-serif;
}
blockquote
{
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}
blockquote p
{
	background: url(images/quote_left.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}
blockquote cite
{
	display: block;
	font-size: 10px;
	color: #006699;
	line-height: 11px;
}
hr
{
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	border: none;
	height: 1px;
}
a
{
	color: #336699;
	text-decoration: underline;
}
a:hover
{
	color: #990000;
}
a img
{
	border: none;
}
a.follow_link
{
	padding-left: 6px;
	background-image: url(images/blue_arrow_open.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-decoration: none;
}
a.follow_link:hover
{
	background-image: url(images/red_arrow1.gif);
	color: #990000;
	text-decoration: none;
}
a.follow_link_reg
{
	padding-left: 6px;
	background-image: url(images/red_arrow1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #990000;
	text-decoration: none;
}
a.follow_link_reg:hover
{
	background-image: url(images/red_arrow1.gif);
	color: #990000;
	text-decoration: none;
}
a.more_link
{
	margin-left: 25px;
	background-image: url(images/more.gif);
	background-position: left -2px;
	background-repeat: no-repeat;
	padding-left: 44px;
	padding-right: 5px;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6
{
	color: #900;
	margin: 0px;
	padding: 0px;
	/*text-transform: uppercase;*/
}
h1, h2, h3, h4, h5, h6
{
	font-size: 1.2em;
	font-style: normal;
}
h1.dynamic_image 
{
	margin:0px;
	padding:8px 0px 5px;
font-weight:normal;
}
h1.dynamic_image_top 
{
	margin:0px;
	padding:0px 0px 5px;
	font-weight:normal;
}
p
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}
hr
{
	border-color: #900;
}
li
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 8px;
}
#fade_header
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 150px;
	/*filter: alpha(opacity=0.0001);*/
	text-align: center;
}
#wrapper, .footer_inner, .wrapped
{
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 950px;
}
#navigation
{
	float: left;
	width: 150px;
	font-size: 10px;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	clear: both;
	position: relative;
}
#content
{
	float: left;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	padding-top: 25px;
	min-height: 400px;
}
#featured
{
	padding-top: 25px;
	min-height: 400px;
}
.signup
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.nav_member
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.nav_member_link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
}
.footer, .footer p
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	margin-top: 20px;
	line-height: 15px;
	padding-bottom: 5px;
}
.footer p
{
	text-align: justify;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.footer a
{
	/*color: #900;*/
}
.footer .footer_inner
{
	padding-top: 5px;
	font-size:12px;
}
table, td, th
{
	border: none;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
td, th
{
	vertical-align: top;
	text-align: left;
}
.selected
{
	/*font-weight: bold;*/
}
.transparent
{
	/*filter: alpha (opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	-khtml-opacity: 0.0;*/
}
#heading_red_bar
{
	position: absolute;
	height: 24px;
	width: 100%;
	top: 161px;
	font-size: 6px;
	left: 0px;
	filter: alpha (opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	-khtml-opacity: 0.7;
	background-color: #900;
}
.titles
{
	font-style: italic;
	color: #666666;
}

/************************/
/* FORMS				*/
/************************/
input.textbox
{
}

/************************/
/* MOUSE TOOLTIP		*/
/************************/
a.info
{
	font-variant: normal;
	position: relative; /*this is the key*/
	z-index: 24; /*background-color:#ccc;*/
}

a.info:hover
{
	z-index: 25;
	background-color: transparent;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 7px;
	left: -160px;
	width: 150px;
	border: 1px solid #666;
	background-color: #ddd;
	color: #000;
	text-align: left;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
}
/************************/
/* SECTIONS ELEMENTS    */
/************************/
#heading_bg
{
	background-position: center 35px;
	background-repeat: no-repeat;
}

/***************/
/* PANELS	   */
/***************/
.shadow_panel
{
	background-color: White;
	font-size: 12px;
}
.shadow_panel .panel_heading
{
	text-transform: uppercase;
	font-weight: bold;
	height: 24px;
	padding-left: 12px;
	color: #990000;
	background: transparent url(images/shadow_top_left.gif) no-repeat 0px 0px;
}
.shadow_panel .panel_heading .panel_heading_inner
{
	padding-top: 9px;
	background: transparent url(images/shadow_tr.gif) no-repeat right 0px;
	border-bottom: dotted 1px #999;
}
.shadow_panel .panel_content
{
	font-size: 11px;
	padding-left: 10px;
	background: transparent url(images/shadow_ml.gif) repeat-y 0px 0px;
}
.shadow_panel .panel_content .panel_content_inner
{
	background: transparent url(images/shadow_mr.gif) repeat-y right 0px;
	padding-right: 10px;
}
.shadow_panel .panel_footer, .shadow_panel .panel_footer .panel_footer_corner
{
	height: 9px;
}
.shadow_panel .panel_footer
{
	background: transparent url(images/shadow_bl.gif) no-repeat 0px 0px;
}
.shadow_panel .panel_footer .panel_footer_corner
{
	background: transparent url(images/shadow_br.gif) no-repeat right 0px;
}
.shadow_panel .scroll
{
	height: 65px;
	overflow-y: auto;
	overflow-x: hidden;
}
.panel a
{
	color: Black;
}
.panel a:hover
{
	color: #900;
	text-decoration: underline;
}
.panel
{
	background-color: White;
	font-size: 11px;
}
.panel .panel_heading
{
	background-color: #900;
	color: White;
	height: 25px;
}
.panel .panel_content
{
	/*height: 70px;*/
	overflow: auto;
}
.panel .panel_content_inner
{
	padding: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*******************/
/* GLOBAL SECTIONS */
/*******************/
#main_header
{
    height: 160px;
}
#main_header *
{
    font-size: 11px;
}
#main_header a.small_item, #main_header a.big_item, #main_header .end_cap
{
    display: block;
    float: left;
    text-align: center;
    padding-left: 1px;
}
#main_header a.big_item, #main_header .end_cap
{
    position: relative;
    height: 35px;
    background-image: url(images/tab.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    /*border-bottom: solid 16px #999;*/
    text-decoration: none;
    font-weight: bold;
    color: #999;
    letter-spacing: 0px;
}
#main_header a.big_item span
{
    font-size: 12px;
    line-height: 13px;
    display: block;
    margin-top: 18px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: solid 16px #999;
}
#main_header .end_cap
{
    width: 3px;
    border: none;
    margin-right: -1px;
    margin-left: -1px;
}
#main_header a.selected,
#main_header a.selected span
{
    border-color: #900;
    color: #900;
}
#main_header a.big_item:hover,
#main_header a.big_item:hover span
{
    border-color: White;
    color: White;
}
#main_header a.big_item img
{
    padding-top: 20px;
}
#main_header .small_items a.selected
{
    background-color: #900;
    color: White;
}
#main_header a.small_item:hover
{
    background-color: #900;
    color: White;
}
#main_header a.small_item
{
    height: 16px;
    margin-top: 35px;
    border-right: solid 1px #900;
    z-index: 10001;
}
#main_header .client_info
{
    float: right;
    margin-top: 35px;
    font-size: 12pt;
}
#top_navigation
{
    position: absolute;
    height: 35px;
    vertical-align: baseline;
}
#top_navigation .end_cap, #top_navigation a
{
    text-decoration: none;
    float: left;
    width: 100px;
    height: 100%;
    background-image: url(images/tab.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
    border-bottom: solid 16px #666;
    position: relative;
    margin-right: 1px;
    text-align: center;
}
#top_navigation .end_cap
{
    border: none;
    margin-left: -2px;
}
#top_navigation a.selected
{
    border-bottom-color: #900;
}
#top_navigation a:hover
{
    border-bottom-color: White;
}
#top_navigation a img
{
    margin-top: 11px;
    padding-top: 11px;
}

img.section_header
{
	display: block;
	padding-bottom: 3px;
	padding-top: 10px;
}
div.disclaimer p
{
	color: #666;
	font-size: 10px;
}


/***************/
/* PRINT MEDIA */
/***************/
@media print
{
	*
	{
		color: Black;
	}
	/*
	#main_header *, 
	#fade_header *, 
	#heading_red_bar *,
	#main_header, #fade_header, #heading_red_bar
	{
		display: none;
	}
	*/
	.noprint
	{
		display: none;
	}
}
