/*Page*/
a img
{
    border:none;
}
body
{
    margin:0px;
    text-align:center;
    background: url(../i/content_bkg.png) repeat-x;
    background-position: 0 175px;
    font-family: Tahoma,Verdana,Arial,Helvetica;
    font-size: 12px;
}
body.default
{
    background-position: 0 285px;
}

a:link, a:visited {
	color: #db0000;
	text-decoration: none;
}

a:hover {
	color: #485459;
	text-decoration: underline;
}

#page
{
    position:relative;
    margin:auto;
    width:1000px;
    text-align:left;
}

/*Banner*/
#banner {
    position:absolute;
    top:85px;
	background: url(../i/banner_front_bkg.png);
	width:100%;
	z-index:-1;
    height: 198px;
    text-align:center;
}

#items 
{
    position:relative;
    display:block;
    overflow:hidden;
    width:650px;
    height:160px;
    margin:0px auto 0px 100px;
}

#slogan_image  {
    text-align:center;
	margin:29px 0px 0px 700px;
}

#smallBanner
{
    position:absolute;
    top:85px;
	background: url(../i/banner_front_bkg.png) 0px -118px;
	width:100%;
	z-index:-1;
    height: 80px;
    text-align:center;
}

/*Main*/
#main
{
    margin-top:100px;
    width:100%;
}

#defaultMain
{
    margin-top:210px;
    width:100%;
}

#left
{
    width:565px;
    float:left;
    padding: 20px 0px 20px 40px;
}

#seperator
{
    width:70px;
    height:360px;
    float:left;
    background: url(../i/content_col_separator.png) no-repeat center top;
    
}

#right
{
    width:325px;
    float:left;
    padding: 20px 0px 20px 0px;
}

#informationRequest div.informationRequestTop
{
    background: url(../i/block_request.png);
    width:279px;
    height:40px;
}
#informationRequest div.content
{
    background-color:#CDCDCD;
    width: 279px;
}
#informationRequest div.content div
{
    padding:10px;
}
#informationRequest div.informationRequestBottom
{
    background: url(../i/block_footer.png);
    width:279px;
    height:9px;
}

#keyBenefits div.keyBenefitsTop
{
    background: url(../i/keyBenefits_top.png);
    width:279px;
    height:40px;
}
#keyBenefits div.content
{
    background-color:#CDCDCD;
    width: 279px;
}
#keyBenefits div.content div
{
    padding:10px;
}
#keyBenefits div.keyBenefitsBottom
{
    background: url(../i/block_footer.png);
    width:279px;
    height:9px;
}

/*footer*/
#footer {
    background: url(../i/footer_bkg.png);
    height:58px;
    padding-top:20px;
    font-size: 11px;
}
#copywrite,
#footerNav 
{
    margin-right:200px;
    text-align:right;
}

#footerNav a
{
    color:White;
    text-decoration:none;
}

#footerNav a:hover
{
    color:Black;
    text-decoration:underline;
}

/*Fonts*/

h2 {
	font-size: 1.2em;
	color: #5d6e74;
	border-bottom: 1px dotted #5D6E74;
	
}

h3 {
	font-size: 1.05em;
	color: #79969D;
}

.legalcontent
{
    font-size:smaller;
	color:Gray;
}
/*Tables*/
.grid
{
    border-bottom:solid 1px gray;
    border-right:solid 1px gray;
    background-color:#EEEEEE;
}
.grid td,
.grid th
{
    padding:5px;
    border-top:solid 1px gray;
    border-left:solid 1px gray;
}

.line
{
    border-top:solid 1px gray;
    border-right:solid 1px gray;
    border-left:solid 1px gray;
    background-color:#EEEEEE;
}
.line td,
.line th
{
    padding:5px;
    border-bottom:solid 1px gray;
}

/*Information Request*/
.error
{
    display:none;
}

.content ul li
{
    font-weight:bold;
    color: #5d6e74;
    clear:both;
    margin-top:5px;
}
.field-validation-error,
.validation-summary-errors
{
    color:Red;
}

.code
{
     width:500px;
     height:50px;
}