/*********************************
General layout styles
*********************************/

html{
	height:100%;;
}

body {
	height:100%;;
	font-family: Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0px;
	padding:0px;
	color:#666666;
	background:#003366;
}

img{border:none;}

table {border-collapse: collapse;}

table, td, img, div, form
{
padding: 0px;
margin: 0px;
}

p
{
margin:0 0 1em 0; 
}

.left{display:block; float:left;}
.right{display:block; float:right;}
.clear{clear:both;line-height:0px;font-size:0px;height:0px;padding:0px;margin:0px;border:none;}
.hide{display:none;}


/*********************************
Container styles
*********************************/
.container
{
	width:950px;
	margin:0px auto;
	padding:0px;
	margin-top:10px;
}

.header
{
height:200px;
background-image:url(../../images/header_background.png);
background-position:top center;
background-repeat:no-repeat;
margin-top:15px;
}

.mainwhite
{
background-image:url(../../images/mainstrip_background.png);
background-position:top center;
background-repeat:repeat-y;
}

.menuholder
{
margin-left:15px;
padding-top:10px;
padding-bottom:10px;
font-size:1.2em;
display:block;
float:left;
width:200px;
}

.middleholder
{
margin-left:20px;
padding-top:10px;
padding-bottom:10px;
font-size:1.2em;
display:block;
float:left;
width:470px;
text-align:justify;
}

.rightholder
{
margin-right:15px;
padding-top:10px;
padding-bottom:10px;
font-size:1.2em;
display:block;
float:right;
width:210px;
}

.footer
{
/*width:920px;*/
border-top:1px solid #CCCCCC;
padding-top:10px;
display:block;
margin:0px auto;
height:45px;
background-image:url(../../images/footer_background.png);
background-position:top center;
background-repeat:no-repeat;

}

div.line
{
	width:99%;
	border-top:1px solid #CCCCCC;
	height:15px;
}



/*********************************
Promo styles
*********************************/
div.pr_grey210_top
{
	display:block;
	width:210px;
	height:15px;
	background-image:url(../../images/promo_210g_top.png);
	background-position:top center;
	background-repeat:no-repeat;
}
div.pr_grey210_bot
{
	display:block;
	width:210px;
	height:15px;
	background-image:url(../../images/promo_210g_bot.png);
	background-position:top center;
	background-repeat:no-repeat;
}
div.pr_grey210_mid
{
	display:block;
	width:210px;
	background-color:#CCCCCC;
}

div.pr_blue200_top
{
background:#003366;
background-image:url(../../images/nav_top_active.png);
background-position:top center;
background-repeat:no-repeat;
}
div.pr_blue200_bot
{
background:#003366;
background-image:url(../../images/nav_bottom_active.png);
background-position:bottom center;
background-repeat:no-repeat;
}
div.pr_blue200_mid
{
display:block;
width:200px;
background-color:#003366;
text-align:center;
}

/*********************************
Form styles
*********************************/
.formlabel
{
display:block;
float:left;
width:200px;
font-weight:bold;
padding-bottom:0.8em;
}
.formfield
{
display:block;
float:left;
width:260px;
padding-bottom:0.8em;
}