@import url("common.css");
@import url("dropdown.css");


html, body{
margin: 0px;
padding: 0px;
background: #ffffff;
color: #000000;
text-align: center;
font-size:0.9em;
}

#container{
width: 804px;
text-align: left;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 10px;
background: #ffffff;
padding-top: 0px;
position: relative;
}


#header{

width: 802px;
height: 104px;
position: relative;
background: #ffffff url(../images/topbg.gif) no-repeat;
}

#header .logo{
position: absolute;
top: 5px;
left: 10px;
}
#menu{
position: absolute;
top: 74px;
right: 4px;
text-align: right;
width: 100%;
background: url(../images/menubg.gif) no-repeat top right;
height: 30px;
}



#main{
width: 798px;
border-left: 2px solid #fe8c4a;
border-right: 2px solid #fe8c4a;
position: relative;
}
/* commented backslash hack \*/
#main {
height: 500px;

}/* end hack */
html>body #main {
min-height: 500px;
height: auto;
}
.pink #main{
background: #ffc29e;
}
.purple #main{
background: #D3B8BB;
background: #e9dbdd;
}

.blue #main{
background: #B3BAC6;
background: #dadde3;
}

.white #main{
background: #ffffff;
}


.pink #main.index{
background: #ffc29e; /* url(../images/indexmainbg.jpg) no-repeat bottom left; */
}

.strap{
border-bottom: 5px solid #ffffff;
margin: 0px;
position: relative;
}

.white .strap{
border-bottom: 3px solid #041C43;
}

.largerollover{
position: absolute;
right: 25px;
top: 160px;
}


#subnav{
background: url(../images/subnavbg.gif) no-repeat top right;
margin: 0px;
padding: 0px;
width: 430px;
color: #ffffff;
}

#subnav ul{
margin: 0; padding: 0px 0px 0px 30px;
}

#subnav li{
margin: 0px;
padding: 0px;
display: inline;
}

#subnav a{
color: #ffffff;
line-height: 25px;
font-size: 11px;
font-weight: bold;
padding: 0px 7px 0px 7px;
border-right: 1px solid #ffffff;
}

#subnav a.current{
color: #000000;
}

#subnav .last a{
border: 0px;
}

#footer{
text-align: right;
margin: 0px;
width: 793px;
font-size: 9px;
border: 2px solid #fe8c4a;
border-top: 0px solid #ffffff;
background: #6c131e;
color: #ffffff;
line-height: 20px;
height: 20px;
padding-right: 5px;
}

#footer a{
color: #ffffff;
}

#footer a.current{
color: #999999;
}

#footer a:hover{
text-decoration: underline;
}

#buttons{
position: absolute;
right: 0px;
top: 120px;
width: 350px;
height: 350px;
}

#buttons #button1{
position: absolute;
top: 25px;
left: 60px;
}

#buttons #button2{
position: absolute;
top: -10px;
left: 170px;
}

#buttons #button3{
position: absolute;
top: 25px;
left: 280px;
}

#buttons #button4{
position: absolute;
top: 300px;
left: 60px;
}

#buttons #button5{
position: absolute;
top: 330px;
left: 170px;
}

#buttons #button6{
position: absolute;
top: 300px;
left: 280px;
}

#hpcontent{
position: relative;
height: 240px;
background: url(../images/bluemidstrap.gif) repeat-x 0px 48px;
color: #ffffff;
padding-left: 7px;
}




#hpcontent #frame1 h1{
margin: 12px 0px 0px 35px;
padding-top: 0px;
}
#hpcontent h1{
margin: 8px 0px 8px 35px;
padding: 0px;
color: #041c43;
font-weight: normal;
font-size: 23px;
padding-top: 13px;
}

#hpcontent h2{
margin: 0px 0px 8px 35px;
padding: 0px;
color: #041c43;
font-weight: normal;
font-size: 14px;
}

#hpcontent h2 strong{
color:#fe660d;
font-weight: normal;
}

#hpcontent h3{
margin: 12px 0px 5px 35px;
padding: 0px;
color: #ffffff;
font-weight: bold;
font-size: 12px;
}

#hpcontent p{
margin: 15px 0px 8px 35px;
padding: 0px;
width: 375px;
color: #ffffff;
}

#hpcontent #frame1 p{
margin-top: 0px;
}


#hpcontent p strong{

}

#hpcontent p strong em{
color:#fe660d;
font-style: normal;
}

#hpcontent .right{
text-align: right;
font-size: 14px;
}

.content{
margin: 10px 0px 0px 40px;
padding: 0px 50px 10px 0px;
position: relative;
}

.content h1{
padding: 0px;
margin: 20px 0px 8px 0px;
color:#fe660d;
font-weight: normal;
font-size: 24px;
line-height: 26px;
z-index: 80;

}

.purple .content h1{
color: #6c131e;
}
.blue .content h1{
color: #041c43;
}

.white .content h1{
color: #041c43;
}

.white .content p{
color: #041c43;
}


.content h2{
padding: 0px;
margin: 20px 0px 8px 0px;
color:#6c131e;
font-weight: bold;
font-size: 18px;
line-height: 20px;
}

.content h3{
padding: 0px;
margin: 25px 0px 8px 0px;
color:#6c131e;
font-weight: bold;
font-size: 14px;
line-height: 16px;
}

.content p{
padding: 0px;
line-height: 1.5em;
margin: 10px 0px 10px 0px;
}

.content table{
margin: 10px 0px 10px 0px;
}

.content h2.errormsg{
color: #ff0000;
font-size: 12px;
font-weight: bold;
margin: 8px 0px 8px 0px;
}

.content form table th{
font-weight: normal;
padding: 0px 0px 0px 5px;
}

.content form table th.req{
font-weight: bold;
}

.content form table input, .content form table select{
border: 1px solid #6c131e;
background: #ffffff;
color: #000000;
width: 170px;
}

.content form table option, .content form table select{
font-size: 10px;
margin: 0px;
padding: 0px;
width: 172px;
}

.content form .button{
width: auto;
}


.midstrap{
height: 180px;
padding: 15px 0px 0px 0px;
margin: 0px;
position: relative; z-index: -1;
}

/* commented backslash hack \*/
.layerme {
z-index: -3;
top: -2px;

}/* end hack */
html>body .layerme {
z-index: 0;
top: 0px
}


/* commented backslash hack \*/
.midstrap {
z-index: -1;

}/* end hack */
html>body .midstrap {
z-index: 0;
}
.purple .midstrap{
background: url(../images/purplemidstrap.gif) repeat-x;
color: #ffffff;
}
.pink .midstrap{
background: url(../images/orangemidstrap.gif) repeat-x;
color: #ffffff;
}

.blue .midstrap{
background: url(../images/bluemidstrap.gif) repeat-x;
color: #ffffff;
}

.white .midstrap{
background: transparent url(../images/whitemidstrip.gif) repeat-x;
color: #041c43;
}

.midstrap p{
width: 300px;
padding: 0px 0px 0px 40px;
line-height: 1.6em;
}

.pink .midstrap p{
width: 310px;
}


.midstrap p{

}



.loginbox{

border: 1px solid #6c131e;
font-size: 10px;
padding: 5px;
}
.loginarea{
position: absolute;
width: 180px;
right: 58px;
top: 50px;
font-size: 11px;
}
.loginarea table{
margin: 0px; padding: 5px;
}


.loginbox .button{
background: #ffffff;
background: #D3B8BB;
border: 0px;
margin: 0px;
padding: 0px;
font-size: 11px;
font-family: arial;
line-height: 10px;
width: auto;
}

.blue .loginbox{
border: 1px solid #041c43;
}

.blue .loginbox .button{

background: #b3bac6;
}
.loginbox input{
width: 100px;font-size: 11px;

}
.loginbox td{
font-size: 11px;
line-height: 22px;
}


#frame1 p, #frame2 p, #frame3 p, #frame4 p, #frame5 p, #frame6 p, #frame7 p{

}

.corplinks{
width: 100%;
}

.corplinks td{
text-align: center;
height: 100px;
}

.newstable{
line-height: 20px;
width: 100%;
}
ul.nobullets{
margin-left: 0px
}

ul.nobullets li{
list-style-type: none;
margin-left: 0px
}

.clear { clear: both; line-height: 1px; font-size: 1px; height: 1px; visibility: hidden; }

.pullquote
{     
    height: auto;
    text-align: center;
	width: auto;
	padding: 12px 0px 6px 0px;
    margin: 0px;
}

#testimonial-holder {
   width:100%;
   height:auto;
}
.testimonial {
   width:300px;
   height:auto;
   float:left;
   margin:0 0 10px 15px;
   font-weight:bold;
   padding:15px;
   background-color:#efefef;
   color:#666;
}

div#callout-image {position:absolute;right:-100px;top:-60px;}
span.orange {color:#FE660D;}
span.blue {font-weight:bold;color:#00244F;}
a.acsol:link, a.acsol:visited {color:#041C43;text-decoration:underline;}
a.acsol:hover, a.acsol:active {color:#FE660D;text-decoration:underline;}