@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #cacfca;
	background-image:url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position:top center;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 100%;
}
P,TH,TD {
	font-size:10px;
	color:#212121;
}

h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	font-style:normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	color: #0b214b;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	}	
		
h2	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	7pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:	10pt;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	normal;
	color: #000000;
	margin: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px; 
	}	









/*  MAIN LAYOUT  */

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 576px;
	vertical-align: baseline;
}

.thrColAbsHdr #header {
	height: 58px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image:url(images/headerlogo.jpg);
}

.thrColAbsHdr #footer {
	position: absolute;
	font-size: 9px;
	top: 580px;
	right: 0px;
	width: 960px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 24px;
	left: 2px;
}
.thrColAbsHdr #footer a:link, visted, active {
	text-decoration:	none;
	color:#000000;
}
.thrColAbsHdr #footer a:hover {
	text-decoration:	underline;
	color:#000000;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.highlights	P  {
font-size: 8px;
margin:0px;
}
.white	P  {
color:#FFF;
}
.spacer  {
	background-color:#FFF;
}


/*  WELCOME LAYOUT  */

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 58px;
	left: 0px;
	width: 131px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 518px;
}
.thrColAbsHdr #WelcomeContent {
	position: absolute;
	top: 380px;
	left: 136px;
	height: 181px;
	width: 554px;
	background: #c1c7c1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.welcomevideo {
	position: absolute;
	top: 58px;
	right: 0px;
	width: 824px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 320px;
	left: 136px;
}
.Highlight2 {
	position: absolute;
	top: 380px;
	left: 724px;
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 196px;
	background-image:url(images/bg-highlight2.jpg);
	overflow:auto;
	color:#FFFFFF;
}


/*  EXTENDED  */

.thrColAbsHdr #Extended {
	position: absolute;
	top: 259px;
	height:302px;
	left: 0px;
	width: 930px;	
	background: #c1c7c1; 
	padding: 0px 0px 0px 0px;
	}

.thrColAbsHdr #footerE {
	position: relative;
	font-size: 9px;
	width: 930px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #WelcomeContent-subE {
	position: relative;
	width: 930px;	
	background: #c1c7c1; 
	padding: 15px 15px 0px 15px;
	}




/*  SUB LAYOUT  */

.thrColAbsHdr #sidebar1-sub {
	position: absolute;
	top: 58px;
	left: 0px;
	width: 131px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 196px;
}
.thrColAbsHdr #WelcomeContent-sub {
	position: absolute;
	top: 259px;
	left: 0px;
	height: 302px;
	width: 930px;	
	background: #c1c7c1; 
	padding: 15px 15px 0px 15px;
	overflow:auto;
}
.thrColAbsHdr #WelcomeContent-sub2 {
	position: absolute;
	top: 259px;
	left: 0px;
	width: 930px;	
	background: #c1c7c1; 
	padding: 15px 15px 0px 15px;
	}

.thrColAbsHdr #WelcomeContent-sub2boxleft {
	position: absolute;
	top: 259px;
	left: 0px;
	height: 302px;
	width: 500px;	
	background: #c1c7c1; 
	padding: 15px 15px 0px 15px;
	overflow:auto;
}
.thrColAbsHdr #WelcomeContent-sub2boxright {
	position: absolute;
	top: 259px;
	left: 530px;
	height: 302px;
	width: 400px;
	background: #c1c7c1;
	padding: 15px 15px 0px 15px;
	overflow:auto;
}
.thrColAbsHdr #banner-sub {
	position: absolute;
	top: 58px;
	left: 136px;
	height: 196px;
	width: 582px;
	padding: 0px 0px 0px 0px;
}
.thrColAbsHdr #Highlight2-sub {
	position: absolute;
	top: 58px;
	left: 724px;
	width: 237px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 196px;
	background-image:url(images/bg-highlight2.jpg);
	overflow:hidden;
	color:#FFFFFF;
}

/*  REVIEWS LAYOUT  */

.thrColAbsHdr #WelcomeContent-reviews {
	position: absolute;
	top: 58px;
	left: 136px;
	height: 517px;
	width: 564px;
	background: #c1c7c1;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
}
.thrColAbsHdr #reviews {
	position: absolute;
	top: 58px;
	left: 705px;
	width: 256px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #c1c7c1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 518px;
	overflow: auto;
	color:#FFFFFF;
}
.ReviewsHeader {
	background: #c0c4a6; /* the background color will be displayed for the length of the content in the column, but no further */
	color:#FFFFFF;
	padding: 5px 5px 5px 5px;
}
.ReviewsContent {
	padding: 0px 20px 0px 20px;
	overflow: auto;
	height: 125px;
}






/* Nav */	

.nav {
	position: absolute;
	font-size: 12px;
	top: 1px;
	right: 0px;
	width: 950px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	height: 30px;
	left: 21px;
}
.footer a:link, visted, active {
	text-decoration:	none;
	color:#000000;
}
.footer a:hover {
	text-decoration:	underline;
	color:#000000;
}


/* Links */		
a:link	{
	text-decoration:	none;
	color:#000000;
	}	
		
a:visited	{	
	text-decoration:	none;
	color:#000000;
	}	
		
a:active	{	
	text-decoration:	none;
	color:#000000;
	}	
		
a:hover	{
	text-decoration:	underline;
	color:#000000;
	}	

/* Form elements and buttons */

.formbutton {
background-color: #0b214b;
padding: 3px;
color:#FFFFFF; !important
text-decoration: none;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.formbutton P {
color:#FFFFFF; !important
text-decoration: none;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.formbutton a:link, visted, active {
color:#FFFFFF; !important
text-decoration: none;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
.formbutton:hover {
background-color: #011A27;
color:#FFFFFF;
text-decoration: none;
}
