body {
	background-color: #cccccc;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table.container {
	background-color: #CCCCCC;
}

table.main_content {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;	
	vertical-align: top;	
	padding-bottom: 5px;
}

table.top_nav {
	background-image:url("../images/home/logo.gif");
	background-repeat: no-repeat;
	background-position: top left;
}

table.top_nav td {
	
}

a.top_link, a.top_link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
} 

a.top_link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

a.top_nav, a.top_nav:visited {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #CCCCCC;
	border-style: solid;	
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: 600;
	padding-right:15px;
	padding-left:15px;
	text-decoration: none;
	display: block;
	white-space: nowrap; 		
}

a.top_nav:hover {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-color: #E11E25;
	border-style: solid;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: 600;
	padding-right:15px;
	padding-left:15px;
	text-decoration: none;	
}

td.top_nav_link {
	border-top: 7px solid #CCCCCC;	
	padding-right: 15px;
	padding-bottom:0px;
}

td.top_nav_link_on {
	border-top: 7px solid #E11E25;	
	padding-right: 15px;
	padding-bottom:0px;
}

td.top_nav_border {
	border-top: 1px solid #E11E25;
	padding-top: 0px;
	margin-top: 0px;
}

/* 
	This allows to push down the table containing the top nav links 
	so it is flush with the red border below
*/
#push_down
{
	position:relative;
	top: 1px;	
}


#push_right
{
	position:relative;
	left:1px;
}

#hide_overflow
{
	overflow: hidden;
}

div.home_content 
{
	padding-top: 5px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-size: 11px;
	width: 550px;
}

div.home_feature 
{
	vertical-align:top;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
}

div.home_feature_subtitle
{
	padding-bottom: 3px;
	font-size: 12px;
}

div.home_feature a, div.home_feature a:visited
{
	text-decoration: none;
	color: #666666;
}	

div.home_feature a:hover
{
	text-decoration: underline;
	color: #E11E25;
}	

div.home_feature td.image img {
	padding-top: 5px;
}

td.feature 
{
	border-right: 1px solid #000000;
}

.title
{
	color: #E11E25;
	font-weight: 600;
	text-align:left;
	font-size: 12px;
	padding-bottom: 5px;
}

table.specs {
	border-top: 1px solid #000000;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table.specs td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #000000;
}

td.right_border {
	border-right: 1px solid #000000;
	padding-left: 5px;
	width: 180px;
}

#mini-nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
}

/* styles for the overlay atop the section image */
#section_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	position: relative;
	right: 110px;
	top: 7px;
}

#section_icon
{
	position:relative;
	bottom: 35px;
	right: 30px;
}

#section_header_container
{
	position: relative;
	bottom: 120px;
}

/* container for the lower area of the page */
#section_body
{
	position:relative;
	bottom: 70px;
}

/* left navigation area links */

div.section_link {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
}

div.section_link2
{
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
}


div.section_link a, div.section_link a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

div.section_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

div.section_link2 a, div.section_link2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

div.section_link2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 11px;
	text-decoration: none;
}

div.section_link a.selected, div.section_link a.selected:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

div.section_link a.selected:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

/* the indented links for sub sections */

div.subsection_link {
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 11px;
}

div.subsection_link a, div.subsection_link a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

div.subsection_link a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E11E25;
	font-size: 11px;
	text-decoration: none;
}

/* the page content section */
#content_area 
{
	padding-left: 22px;
	padding-right: 10px;
	line-height: 15px;
}

#page_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #E11E25;
}

#locator_container div
{
	font-size:10px;
	padding-top: 5px;
}

/* links on landing pages to subsections */
a.sub_sec_link , a.sub_sec_link:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

a.sub_sec_link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E11E25;
	text-decoration:none;
}

/* links appearing for additional pages in the section, under the title */
div.page_links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E11E25;
	padding-top: 10px;
	padding-bottom: 15px;
}

div.page_links span.border{
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
}


div.page_links a, div.page_links a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

div.page_links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E11E25;
	text-decoration: none;
}

div.mid_section
{
	padding-top: 15px;
	padding-bottom: 15px;
}

td.bullet_bottom
{
	border-right: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E11E25;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.bullet_mid
{
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E11E25;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px;

}

td.bullet_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E11E25;
}

div.bullet_image
{
	padding-top: 3px;
	padding-right: 5px;
}

div.page_text {
	padding-right: 20px;
	width: 95%;
	font-size: 12px;
	overflow: hidden;
}

div.page_document {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	width: 95%;
	font-size: 12px;
	color: #E11E25;
	font-weight: 600;
}

div.page_document a, div.page_document a:visited {
	text-decoration:none;
	color: #000000;
	font-weight: 500;
}

div.page_document a:hover {
	text-decoration:none;
	color: #E11E25;
	font-weight: 500;
}

div.document_link {
	display:block;
	margin-top: 10px;
}


div.document_link a, div.document_link a:visited
{
	padding-top: 15px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

div.document_link a:hover
{
	padding-top: 15px;
	font-size: 11px;
	color: #E11E25;
	text-decoration: none;
}

div.page_image {
	padding-bottom: 15px;
}

#gallery_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #E11E25;
	display: inline;
	padding-left: 15px;
}

div.gallery_image_title
{
	position:relative;
	left: 15px;
	display: inline;	
}

div.gallery_image_description 
{
	font-size: 11px;
	padding-top: 15px;
}

.main_content {
	/*padding-right: 25px;
	padding-top: 0px;
	padding-left: 8px;*/
	color: #000000;
	font-size:11px;
}

.install_warning {
	color: #E11E25;
	font-size:10px;
}

/* home page links */
div.home_page_link_container {
	position: relative;
	display: inline;
	width: 225px;
	vertical-align: top;
	padding-top: 10px;
}

a.home_page_link_text, a.home_page_link_text:visited {
	font-size: 10px;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.home_page_link_text:hover {
	font-size: 10px;
	color: #E11E25;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.hp_link_description {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 4px;
}

.form_text {
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

.form_button {
	border: 1px solid #000000;
	background-color: #CCCCCC;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

.feature_drop, .top_nav_drop {
	background-color:#FFFFFF; 
	z-index:1000; 
	display:none; 
	position:absolute; 
	border-style: solid;
	border-width:1px;
	border-color: #000000;
}

.top_nav_drop {
	/*width: 80px;*/
}

.feature_drop {
	width: 120px;
}

.top_nav_drop div, .feature_drop div {
	padding-left: 5px;
	padding-right: 5px;
}

.feature_drop a, .top_nav_drop a, .feature_drop a:visited, .top_nav_drop a:visited {
	color: #000000; 
	text-decoration: none;
	font-size:9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.popup_active {
	background-color: #CCCCCC;
}

.popup_inactive {
	background-color: #FFFFFF;
}

