@import "global_reset.css";
@import "nav.css";
@import "typography.css";

body{
background:url(images/background.gif) repeat-x;
background-color:#8c5008;
}

.sbContainer{
width:100%;
}

#main{
margin:auto;
width:948px;
}

#header{
width:948px;
height:107px;
}

#nav{
width:472px;
height:40px;
float: right;
margin: 67px 181px 0 0;
display:inline;
}

#container{
width:948px;
overflow:hidden;
}

#left_wrapper{
width:732px;
height:auto;

float:left;
background-color:#FFFFFF;
background-image:url(images/main.gif);
background-position:bottom;
background-repeat:no-repeat;
}


.logo{
margin:-72px 0 0 15px;
position:relative;
float:left;
width:164px;
height:82px;
}

#left_wrapper h1{
background-image:url(images/win.gif);
height:52px;
width:374px;
text-indent:-5000px;
}

#right_wrapper{
width:200px;
height:731px;
float:right;
}

#sidebar{
width:194px;
background-color:#fff;
border-left:3px solid #ca9860;
border-right:3px solid #ca9860;
border-top: 7px solid #ca9860;
border-bottom:5px solid #ca9860;

background-position:bottom right;
background-repeat:no-repeat;
}

#sidebar h3{
background-color:#ca9860;
display:block;
padding:10px;
}

#footer{
width:100%;
height:25px;
clear:both;
border-top: 3px solid #ca9860;
background-color:#ca9860;
margin-top:50px;
float:left;
}

#blue{
width:374px;
height:192px;
background-color:#ca9860;
float:left;
margin-left:30px;
padding-left:5px;
}

.imgBorder{
float:right;
border:5px solid #ca9860;
margin-right:20px;
}

#mainContent{
width:600px;
margin: auto auto;
padding-top:20px;
clear: both;
}

.blueBar{
width:700px;
height:25px;
margin:auto;
background-color:#ca9860;
display:block;
padding:5px 8px 5px 8px;
}

.listLeft{
float:left;
margin:5px 0 0 60px;
}

.listRight{
float:right;
margin:5px 60px 0 0;
}

.listLeft li{
list-style-image:url(images/list_arrow.png);
margin: 0 0 0 20px;
}

.listLeft a{
color:#67523b;
}

.listRight li{
list-style-image:url(images/list_arrow.png);
margin: 0 0 0 20px;
}

.listRight a{
color:#67523b;
}

#topBorder{
background-image:url(images/top_main.gif);
height:9px;
}

#topBorderInt{
background-image:url(images/top_main_int.gif);
height:9px;
}

.inputBox{
background-color:#FFFFFF;
background-image:url(images/search_background.gif);
width:191px;
height:41px;
border:none;
padding:5px 0 0 10px;
margin-top:15px;
}

.submit{
background-image:url(images/btn_submit.gif);
border:3px solid #065295;
width:104px;
height:26px;
text-indent:-5000px;
margin-top:10px;
}

.img{
margin:10px 0 0 0;
}

a[href$=".pdf"]{
background-image:url(images/pdf.gif);
background-repeat:no-repeat;
padding-left:20px;
}

.phone{
float:right;
background-image:url(images/phone.gif);
background-position: 5px -4px;
margin-top:30px;
padding-left:35px;
color:#FFF;
}

.rollover{
background-image:url(images/btn_repeat.gif);
height:27px;
width:150px;
display:block;
border:3px solid #ca9860;
text-decoration:none;
}

.rollover:hover  {
background-image:url(images/btn_over_repeat.gif);

}