/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial, sans-serif;
 color: #999999;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

body
{
	background: url(images/bg_Yellow.gif) repeat-x;
	padding: 10px 0px 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.floatleft {
	float: left;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.floatright {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.floatleft_box
{
float: left;
margin: 0 .5em .5em;
border: 1px solid #666;
padding: 2px;
}
.floatright_box
{
	float: right;
	margin: 0 .5em 0.5em;
	border: 1px solid #666;
	padding: 5px;
	width: 300px;
}
#outer
{
	z-index: 2;
	position: relative;
	width: 800px;
	border: 1px none #CCCCCC;
	background-color: #fff;
	margin: 0 auto;
}

#bannertop {
	width: 800px;
	height: 90px;
	margin: 0px;
}
#bannertop_logo {
	padding: 5px;
	position: relative;
	float: left;
}
#bannertop-right-bg {
	background-image: url(images/bannertop_right_bg.gif);
	float: right;
	height: 90px;
	width: 166px;
}
#bannertop_phonenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	position: absolute;
	left: 568px;
	top: 100px;
	width: 221px;
}
#bannertop h1 {
	color: #CCCCCC;
}
#bannertop h2 {
	color: #CCCCCC;
}
#banner {
	background-color: #666666;
	width: 100%;
	position: relative;
	background-image: url(images/W_banner-3---Rotation.gif);
	height: 5px;
}

.divider1
{
position: static;
background: #fff url('images/border2.gif') repeat-x;
height: 14px;
margin: 2em 0em 1.5em;
clear: none;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}




/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 4px;
	right: 5px;
	color: #919999;
	left: 676px;
	width: 117px;
	height: 18px;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}



/************* globalNav styles ****************/

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url(glbnav_background.gif);
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 299px;
	z-index: 100;
}

a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

#menu
{
	position: relative;
	background: #893D5D url(images/menubg.gif) repeat-x left top;
	height: 2em;
	padding: 0em;
	margin: 0px;
	clear: both;
}

#menu ul
{
	margin: 0em;
	padding: .5em;
	text-align: center;
}

#menu ul li
{
	display: inline;
	background-image: url(#);
}

#menu ul li a
{
padding: 0.5em 1.0em 0.9em 1.0em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
text-decoration: underline;
}

#menu ul li a.active
{
background: #7F8400 url('images/menuactive.gif') repeat-x top left;
}
#menubottom
{
	background: #fff url('images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 1.5em;
}

#primaryarea {
	margin: 0px;
	padding: 0px;
}
/************** pageName styles ****************/
#pageNavLeft{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-family: Verdana, sans-serif;
}
#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-bottom: 1px solid #cccccc;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-family: Verdana, sans-serif;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url(bg_nav.jpg);
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#content{
	margin:0px 0px 0px 178px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccd2d2;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	padding-right: 1em;
}

.CustomerInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	padding: 10px;
	margin-top: 15px;
}

.boxlong-white {
	border: thin dotted #999999;
	margin: 5px 40px;
	padding: 5px;
	text-align: center;
}
.boxlong-white_h1 {
	font-size: 14px;
	background-color: #CCCCCC;
}
.BigGreenFont {
	font-size: 2em;
	color: #7F8400;
}

#box-right {
	border: 1px solid #CCCCCC;
	width: 200px;
	top: 5px;
	right: 5px;
	float: right;
	margin: 5px;
}
#box-right h1 {
	background-color: #CCCCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
}
#box-left {
	border: thin dashed #999933;
	width: 300px;
	left: 5px;
	top: 5px;
	float: left;
	margin: 5px;
	padding: 5px;
}

#footer
{
	position: relative;
	height: 4em;
	clear: both;
	padding-top: 5em;
	background: #fff url('images/border2.gif') repeat-x 0em 2.5em;
	font-size: 0.8em;
}

#footer .left
{
	position: absolute;
	left: 331px;
	bottom: 1.2em;
	top: 73px;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

#footer_menu {
	font: 1em Verdana, sans-serif;
	color: #919999;
	width: 635px;
	height: 18px;
	float: right;
	position: absolute;
	left: 96px;
	top: 43px;
	clear: both;
}

.box_test {
	width: 400px;
	border: thin dashed #999999;
	margin: 1em;
	padding: 5px;
}
.box {
	border: thin solid #CCCCCC;
	width: 500px;
	position: relative;
}
.sitemap {
	margin-left: 5em;
}
.logo_BW_BottomRight {
	background-image: url(images/Logo_samll_BW_light.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#Logo_Sentence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #999999;
	position: absolute;
	left: 197px;
	top: 31px;
}
#pageNavButton {
	padding: 0px;
	margin: 12px;
}
#BottomLogos {
	clear: both;
	width: 100%;
	text-align: center;
}
#VideoBottom {
	padding-left: 1em;
	margin-left: 178px;
	padding-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccd2d2;
}
.term {
	border: none;
	margin: 1em;
	padding: 5px;
	font-size: 7pt;
}
.PromotionBox {
	background-color: #FFFFCC;
	border: thin dashed #F00;
}
