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

/* blue: 275497 */

html, body {
margin:0;
padding:0;
height:100%;
}

body {
background-color:#275497;
background-image:url(bluewhitebg1.png);
background-position:top left;
background-repeat:repeat-y;
}

#wrap {
position:relative;
width:100%;
min-width:1150px;
margin:0;
padding:0;
padding-bottom:50px;
min-height:100%;
height:auto !important;
height:100%;
}

#header {
float:left;
margin:10px 5px 10px 10px; 
width:900px; 
min-width:900px;
}

#logo {
padding:2px;
}

#headtext {
float:left; 
margin-left:10px; 
margin-top:8px;
}

#headphoto {
float:right; 
width:230px; 
height:150px; 
}

#headerhome {
float:left;
margin-left:10px;
width:900px;
text-align:center;
}

#main {
float:left;
/*margin-left:220px;*/
width:900px; 
min-width:900px;
padding:5px 15px;
}

#sidebar {
float:left;
width:220px;
color:#fff;
}

#footer {
position:absolute;
width:100%;
max-width:1150px;
bottom:0 !important;
bottom:-1px;
height:45px;
text-align:center;
padding-top:5px;
}

#slideshow {
width:510px;
height:300px;
margin:auto;
}


table#photostable {
border-collapse:collapse;
}

table#photostable td {
border:1px solid #CCC;
padding:6px;
}

table#photostable td img {
padding:4px;
border:1px solid #666;
}


table#icontable {
width:75%;
margin:0 auto;
margin-top:1em;
}

table#icontable td {
padding:4px;
text-align:center;
}

div#email {
float:right;
width:230px;
padding:4px;
margin:0 0 8px 8px;
text-align:center; 
background-color:#FFF; 
border:1px solid #666;
}

div#counter {
float:left;
width:220px;
text-align:center; 
font-size:0.8em; 
color:#FFFFFF;
}

div#counter a {
color:#FFF;
text-decoration:none;
}

div#counter a:hover {
text-decoration:underline;
}


ul#nav {
list-style-type:none;
margin-left:0.2em;
}

#nav > li {
margin:0;
padding:0;
display:block;
}

body#home li.home, body#about li.about, body#regions li.regions, body#news li.news, body#events li.events, body#articles li.articles, body#photos li.photos, body#members li.members, body#cars li.cars, body#links li.links, body#contact li.contact {
background-image:url(star1.png);
background-position:0.5em center;
background-repeat:no-repeat;
}

#nav > li > a {
text-decoration:none;
display:block;
padding:5px 0;
margin-left:2em;
margin-right:0.5em;
border-bottom:1px solid #275497;
}

#nav > li > a:hover {
border-bottom:1px solid #000000;
}


ul#subnav {
margin-left:1.7em;
margin-top:0;
list-style:inside;
list-style-type:disc;
}

#subnav li a {
text-decoration:none;
font-size:0.8em;
font-weight:normal;
}

















