﻿html, body, div, span, object, iframe, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd,  
fieldset, form, label, legend, caption
{
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body
{
	font-size: 13px;
	font-family: Tahoma;
	color: #353535;
	background-color: #ededed;
	background: url('../../Images/Bg_Pattern.gif');
}

.textArea ul, .textArea ol
{    
	display: block;
	padding: 5px 0;
}

.textArea ul li, .textArea ol li 
{	
    
	display: block;
	padding: 5px 0;
}

h1
{
	font-size: 16px;
	font-weight: bold;		
	color: #353535;	    
}

h2
{
	font-size: 15px;
	font-weight: bold;		
	color: #353535;	    
}

h3
{	
	font-size: 14px;
	font-weight: bold;		
	color: #353535;	    
}

h4
{
	font-size: 13px;
	font-weight: bold;		
	color: #353535;		
}

h5
{
	font-size: 12px;
	font-weight: bold;		
	color: #353535;	    
}

h6
{
	font-size: 11px;
	font-weight: bold;		
	color: #353535;	    
}

textarea
{
	background: White;
}

.largeText
{
	font-size: 14px;	
	color: #353535;	
}

.buttonArea /* Apply in <p> */
{
	padding: 10px 0;
	text-align: center;
}

.boldText {
	font-weight: bold;
}

.messageText {
	font-weight: bold;
	color: #7CB900;
}

.requiredField {
	color: #ff0000;
}

.quote
{
	width: 90%;
	margin: 0 auto;
}

.commandItem, .commandItem a
{
	text-decoration: none;
}

.commandItem img
{
	border: 0px;	
}

/********** Header **********/

#mainWrapper { margin: 0px auto; padding: 0; width: 1000px; }

/* Total 1000px = Left: 33px + Content: 934px + Right: 33px */
#topBorder { width: 934px; height: 30px; background: url('../../Images/Border_Top.gif') no-repeat;	padding: 20px 33px 0; text-align: right; }
    #topBorder a { text-decoration: none;  color: #ffffff; font-weight: bold; }

/* Total 1000px = Left: 33px + Content: 934px + Right: 33px */
#bottomBorder { width: 934px; background: url('../../Images/Border_Bottom.gif') no-repeat; font-size: 11px;	padding: 15px 33px; overflow: hidden; color: #ffffff; }

/* Total 1000px = Left: 33px + Content: 934px + Right: 33px */
#mainContainer { padding: 0 33px; margin: 0px auto; width: 934px; background: url('../../Images/Border_Body.gif') repeat-y; overflow: hidden; min-height: 500px; }

#header {
	background: url('../../Images/Header_Right.gif') no-repeat top right;
	height: 94px;
	margin: 0 0 5px 0;
	padding: 0;
	width: 934px;
}

#header img 
{
	padding: 0;
	margin: 0;
	border: 0;
}

#contentContainer
{
	clear: both;
	
}
/********** Navigation menu **********/
#nav {
	background: url('../../Images/NavMenuBg.jpg') no-repeat;
	height: 18px; /* NavMenuBg: 42px = Height: 18px + padding: 24px */
	margin: 0;
	padding: 12px 5px;
	overflow: hidden;
}

#nav a {
	color: #526a86;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover, a:active, a:focus {
	text-decoration: underline;
}

#nav ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#nav li {
	list-style: none;
	display: inline;
	padding: 5px 20px 5px 20px;
	border-right: 1px #c9d1da solid;
}

#nav .last {
	border-right: 0px;
}

#nav li a {
	text-decoration: none;
}

#nav li a:hover, a:active, a:focus {
	text-decoration: underline;
}

/********** Site Map **********/
#siteMap
{
	color: #465b75;	
	margin: 0;
	padding: 5px 10px;	
	overflow: hidden;
	font-size: 12px;	
}

#siteMap a, .#siteMap a:hover, #siteMap a:visted, #siteMap a:focus
{
	color: #465b75;	
}

#siteMap a:hover, #siteMap a:focus
{
	text-decoration: underline;
}

/********** Table **********/
.tablethinborder {
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; /*FONT-SIZE: 12px; */
	BORDER-LEFT: #cccccc 1px solid; COLOR: #666666; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	/*FONT-FAMILY: Arial, Tahoma, Verdana, Geneva; */
	BORDER-COLLAPSE: separate; TEXT-DECORATION: none;
	
}

.cellStyle
{
	padding-left : 5px;		
}

/*
.black12px
{
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 12px;
	color: #333333;
}

.glay13px
{
	font-family: Tahoma, Verdana, Geneva, Arial;
	font-size: 13px;
	color:Gray; 
}
*/

.testTr
{
	background-color: #d3d3d3;
	border-collapse: collapse;
	
}

.testQuestion
{
	text-align: left;
	vertical-align: middle;	
}

.testTd
{
	color: White;
	font-weight: bold;	
	text-align: center;
	vertical-align: middle;	
}

.leftTD
{
	padding: 2px 5px;
	text-align: right;	
	vertical-align: top;
	width: 30%;	
	color: #465b75;
	font-weight: bold;
	height: 20px;
}

.rightTD
{	
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	width: 70%;	
}

.dgTable td
{
	border: 1px solid #69798c; 
}

.dgTable th
{
	border: 1px solid #69798c; 
}

.dgHeader
{
	color: White;
	background-color: #69798c;
	text-align: center;
	font-weight: bold;
}


.rblTable td
{
	border: 0px; 
}

/********** Advertistment **********/
.threeColumnWrapper /* Full Ad */
{
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}

.threeColumn_Left
{
	width: 460px;
	float: left;
}

.threeColumn_Middle
{
	margin-left: 10px;
	width: 287px;
	float: left;
}
.threeColumn_Right
{
	width: 166px;
	float: right;
}

/*------------*/

.threeColumnAdWrapper /* Full Ad */
{
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
}

.threeColumnAd_Left
{
	width: 263px;
	float: left;
}

.threeColumnAd_Middle
{
	margin-left: 10px;
	width: 508px;
	float: left;
}

.threeColumnAd_Middle_Inventory
{
	margin-left: 10px;
	width: 458px;
	float: left;
	height: 314px;
	padding: 20px 25px 0;
	background: url('../../Images/Inventory_Top_2.gif') no-repeat;
}

	.threeColumnAd_Middle_Top /* Text Area */
	{	
		width: 438px;
		height: 190px;
		float: left;	
	}

	.threeColumnAd_Middle_Left
	{	
		width: 145px;
		float: left;	
	}

	.threeColumnAd_Middle_Center
	{
		width: 145px;
		float: left;
		padding-left: 15px;	
	}

	.threeColumnAd_Middle_Right
	{
		width: 145px;
		float: right;	
	}

.threeColumnAd_Middle_LearnMore
{
	margin-left: 10px;
	width: 438px;
	float: left;
	height: 294px;
	padding: 20px 35px;
	background: url('../../Images/LearnMore_Top_2.gif') no-repeat;
}

.threeColumnAd_Right_Wrapper
{
	width: 148px;
	float: right;
}

.threeColumnAd_Right
{
	margin-bottom: 6px;
}

/*------------*/

.fourColumnWrapper /* Full Ad */
{
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;	
}

.fourColumn
{
	width: 223px;
	float: left;
	padding: 0 14px 0 0;
}

.fourColumn_Last
{
	width: 223px;
	float: left;
	padding: 0;
}

/*------------------*/

.sixColumnWrapper /* Full Ad */
{
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	clear: both;	
}

.sixColumn
{
	width: 148px;
	float: left;
	padding: 0 9px 0 0;
}

.sixColumn_Last
{
	width: 148px;
	float: left;
	padding: 0;
}


/********** Button - Default**********/
.buttonWrapper
{ 
	overflow: hidden;
	height: 21px; /* Button Background Height */
}

.button
{	
	background: transparent url('../../Images/ButtonLeft.gif') no-repeat top left;	
	display: block;
	float: left;
	line-height: 11px; /* 21px (Button Background) = 5px (padding-top) + 11px (font-size) + 5px(padding-bottom) */
	height: 21px; /* Button Background Height */
	padding-left: 9px;	
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 11px;	
}

a:link.button, a:visited.button, a:active.button
{
	color: white;
	text-decoration: none;
	margin-right: 10px;
}

a.button:hover
{ 
	background-position: bottom left;
}

a.button span, a.button span 
{
	background: transparent url('../../Images/ButtonRight.gif') no-repeat top right;	
	display: block;
	padding: 5px 9px 5px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.button:hover span
{ 
	background-position: bottom right;
	color: white;
}

/********** Button - Green **********/
.buttonGreenWrapper
{ 
	overflow: hidden;
	height: 41px; /* Button Background Height */
}

.buttonGreen
{	
	background: transparent url('../../Images/ButtonLeft_Green.gif') no-repeat top left;	
	display: block;
	float: left;
	line-height: 22px; /* 21px (Button Background) = 5px (padding-top) + 11px (font-size) + 5px(padding-bottom) */
	height: 41px; /* Button Background Height */
	padding-left: 25px;	
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 22px;	
}

a:link.buttonGreen, a:visited.buttonGreen, a:active.buttonGreen
{
	color: white;
	text-decoration: none;
	margin-right: 20px;
}

a.buttonGreen:hover
{ 
	background-position: bottom left;
}

a.buttonGreen span, a.buttonGreen span 
{
	background: transparent url('../../Images/ButtonRight_Green.gif') no-repeat top right;	
	display: block;
	padding: 10px 30px 9px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.buttonGreen:hover span
{ 
	background-position: bottom right;
	color: white;
}


/********** Content **********/
.searchWrapper
{
    margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #69798c;
    background-color: #f0f2f4;
    overflow: hidden;
	/* background: url('../../Images/SearchBg.gif') repeat-x; */
}

.searchWrapper table
{
    border-collapse: collapse;
}

.searchWrapper td
{
    vertical-align: top;
}

.messageWrapper
{
    margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #a9d260;
    background-color: #fafff1;
    color: #465b75;
}
