@charset "utf-8";
/* CSS Document */

body{
margin:0px;
background-image:url(../../images/background-home.jpg);
background-position:center top;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
}

#container{
margin:0px Auto;
width:925px;
/*background-color:#FFFFFF;*/
height:600px;
}

#header{height:82px;overflow:;}
#logo{float:left;}

#horizontal-navigation{
text-align:right;
float:right;
color:#938255;
font-size:20px;
}

#horizontal-navigation a:link, #horizontal-navigation a:active, #horizontal-navigation a:visited{
font-family:Georgia, "Times New Roman", Times, serif;
display:block;
float:left;
color:#FFFFFF;
text-decoration:none;
font-size:13px;
font-weight:bold;
padding-top:8px;
padding-right:12px;
padding-left:8px;
padding-bottom:4px;
border-left:1px Solid #938255;
}
#horizontal-navigation a:hover{
display:block;
float:left;
color:#FFFFFF;
text-decoration:none;
font-size:13px;
font-weight:bold;
padding-top:8px;
padding-right:12px;
padding-left:8px;
padding-bottom:4px;
border-left:1px Solid #938255;
background-color:#a60000;
}

#splash{
margin-top:40px;
height:350px;
}

/*#splash img{
border:3px Solid #540000;
float:right;
margin-left:25px;
}

#splash h1{
font-size:34px;
color:#540000;
margin-bottom:0px;
}

#splash p{
font-size:14px;
color:#110000;
line-height:18px;
font-family:Georgia, "Times New Roman", Times, serif;
}

*/
#splashnav{
position:absolute;
left:50%;
top:435px;
margin-left:-463px;
}

#splashnav span{
display:block;
float:left;
margin-right:15px;
height:15px;
width:15px;
background-color:#540000;
text-indent:-10000px;
overflow:hidden;
}


#grid{
clear:both;
padding-top:40px;
padding-bottom:20px;
}

.grid-block{
float:left;
width:295px;
background-color:#938255;
height:200px;
}

.grid-fb{
float:left;
width:289px;
background-image:url(../../images/banners/banner-border.gif);
background-color:#938255;
height:194px;
padding-left:6px;
padding-top:6px;
}

#block2{margin-right:20px;margin-left:20px;}

#footer{
clear:both;
padding-top:62px;
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:16px;
padding-bottom:25px;
text-align:center;
color:#938255;
background-image:url(../../images/spacer.jpg);
background-position:center top;
background-repeat:no-repeat;
}
#footer a:link, #footer a:active, #footer a:visited{color:#938255;text-decoration:none;}
#footer a:hover{color:#7b6d47;text-decoration:underline;}

