/* CSS Document */


/* Grey #c6ccd2    Roll Over Blue #a2d4fb    Dark Blue #071052   Bright Blue #0073cc    */

body{ margin-top:0px;  font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#071052; margin-bottom:0}


.navbox{ background-image:url(images/navbk.jpg); background-repeat:repeat-x; padding-top:2px; padding-bottom:5px; background-position:bottom;}
.header{height:134px; border-left:1px solid #c6ccd2; border-right:1px solid #c6ccd2;
}
.divider{margin-bottom:10px; border-bottom:2px dotted #071052; padding-top:10px;}
.bigheadtxt{color:#071052; font-size:18px; letter-spacing:1px; }
.headtxtbox{ background-image:url(images/bul_header.gif); background-repeat:no-repeat; background-position:right; border-bottom:1px solid #c6ccd2; padding-bottom:9px; margin-bottom:10px; }
.promos{padding:5px 0 0 0 }
.address{padding-left:15px; line-height:17px;}
.tbbd{border-right:1px solid #b5b5b5; }

/* Links */

a.leftlink:link{  padding-left:50px; background-image: url(images/bul_gray.gif); background-repeat:no-repeat; background-position:left;  text-decoration:none; color:#071052 }
a.leftlink:visited{  padding-left:50px; background-image: url(images/bul_gray.gif); background-repeat:no-repeat; background-position:left;   text-decoration:none; color:#071052}
a.leftlink:hover{ padding-left:50px; background-image: url(images/leftbk.jpg); background-repeat:no-repeat; background-position:left;   color:white; text-decoration:none}


a.footlink:link{color:#0073cc; font-size:10px; text-decoration:none; }
a.footlink:visited{color:#0073cc; font-size:10px; text-decoration:none; }
a.footlink:hover{color:black; font-size:10px; text-decoration:none; }

/*Side Links */

#blueblock{
width: 180px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
background-color: white;
color: #071052;

}

* html #blueblock{ /*IE 6 only */
w\idth: 142px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #c6ccd2 ;
margin: 0;
}

#blueblock li a{
display: block;
padding: 6px 5px 6px 33px;

background-image:url(images/bul_gray.gif); background-repeat:no-repeat; background-position:left;
color: #071052;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
background-image:url(images/leftbk.jpg); background-repeat:no-repeat;
color: #fff;
padding-left:40px;
}

 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; /* set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #ffffff;
padding: 6px 3px 6px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 30px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 6px solid #c6ccd2; /*bottom border is 3px*/
letter-spacing:1px;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: white;
color:#a2d4fb ;
letter-spacing:1px;
}
 


#maincontainer{
width: 920px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/


}

#topsection{

height: 59px; /*Height of top section*/

}


#contentwrapper{
float: left;
width:918px;
background-color:white;
padding-bottom:10px;
border:1px solid #c6ccd2;
border-top:0px;
}

#contentcolumn{
margin: 13px 230px 0 210px; background-color:#FFFFFF; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
margin-left: -920px; /*Set margin to that of -(MainContainerWidth)*/
margin-top:10px;
}

#rightcolumn{
float: left;
width: 230px; /*Width of right column*/
margin-left: -230px; /*Set left margin to -(RightColumnWidth)*/
margin-top:10px;
}

#footer{
clear: left;
width: 100%;
color:  #071052; 
font-size:10px;
background-image:url(images/footbk.gif); background-repeat:no-repeat;
background-color:#dfe1e3;
line-height:17px;
padding-bottom:400px;
border-top:2px solid white;

 

}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
