html, body
{ 
margin:0;
background-image: url('../img/homepage-bg.jpg');
background-repeat: repeat;
font-family: 'Century Gothic', sans-serif;
font-size: 13px;
height:100%;
border: none;
}

A:link {text-decoration: none; color: #939393; font-family: 'Century Gothic', sans-serif;}
A:visited {text-decoration: none; color: #939393; font-family: 'Century Gothic', sans-serif;}
A:active {text-decoration: none; color: #939393; font-family: 'Century Gothic', sans-serif;}
A:hover {text-decoration: underline; color: #fff; font-family: 'Century Gothic', sans-serif;}

A:link.nav {text-decoration: none; color: #470911; font-family: 'Century Gothic', sans-serif; display: block;}
A:visited.nav {text-decoration: none; color: #470911; font-family: 'Century Gothic', sans-serif; display: block;}
A:active.nav {text-decoration: none; color: #470911; font-family: 'Century Gothic', sans-serif; display: block;}
A:hover.nav {text-decoration: none; color: #fff; font-family: 'Century Gothic', sans-serif; display: block;}

A:link.selected {text-decoration: none; color: #fff}
A:visited.selected {text-decoration: none; color: #fff}
A:active.selected {text-decoration: none; color: #fff}
A:hover.selected {text-decoration: underline; color: #fff;}

p.copyright{
color: #939393; 
font-family: 'Century Gothic', sans-serif;
text-align:center;
font-size: 12px;
}
h3 {
margin:0;
color: #939393;
margin-left: 5px;
padding-top: 8px;
text-align: justify;
font-size: 14px;
font-weight: bold;
}

#selected li{
color: #717962;
}

li{
margin-top: 2px;
line-height: 1em;
font-family: 'Century Gothic', sans-serif;
font-size: small;
color: #939393;
margin-left: -15px;
}
span {
color: #939393;
}

ul#navTop {
margin:0;
padding:0;
margin-right: 37px;
color: #717962;
background-color: #222222;
float:right;
}
#navTop li
{
display: inline;
list-style-type: none;
font-family: 'Century Gothic', sans-serif;
margin: 10px 0 0 0;
padding: 0 2px;
color: #717962;
font-size:11px;
float:left;

}
#navTop li img{
	float:left;
}

ul#navBottom {
margin:0;
padding:0;
margin-right: 15px;
margin-top: 10px;
color: #717962;
}
#navBottom li
{
display: inline;
list-style-type: none;
font-family: 'Century Gothic', sans-serif;
margin: 0;
padding:0;
color: #717962;
}

#globalWrap {
width: 780px;

margin-left: auto;
margin-right: auto;
}


#logo {
width: 190px;
height: 37px;
background-image: url('../img/logo.gif');
background-repeat: no-repeat;
float:left;
margin-top: 40px;
margin-left: 20px;
}
html > body #logo {
width: 190px;
height: 37px;
background-image: url('../img/logo.gif');
background-repeat: no-repeat;
float:left;
margin-top: 40px;
margin-left: 40px;
}

#headerWrap {
width: 780px;
height: 111px;
background-color: #222222;
}
#topSpacing{
width: 780px;
height: 65px;
float:left;
}
#topSpacingCat{
width: 780px;
height: 65px;
float:left;
}
#centerSpacing{
width: 95px;
height: 500px;
float: left;
}

#centerCatbox{
width: 550px;
height: 200px;
float:left;
}
#footerWrap{
width: 780px;
height: 255px;
background-image: url('../img/mapbg.gif');
background-repeat: no-repeat;
}
#footerWrap p{
	margin:60px 20px 0 390px;
	padding:10px;
	display:inline;
	float:right;
	font-family: 'Century Gothic', sans-serif;
	color: #939393;
	font-size:12px;
	text-align:justify;
	
}



#centerWrap{
width: 780px;
height: 510px;
background-image: url('../img/splashbg.jpg');
background-repeat: no-repeat;
}

#centerPicturebox { 
margin-left: auto; 
margin-right: auto; 
width: 587px; 
height: 239px; 
border: 1px solid #6a6a6a; 
} 
.centerPictures_firstrow { 
padding-left:7px; 
padding-top:7px; 
padding-bottom:7px; 
float:left; 
} 
.centerPictures_secondrow{ 
padding-left:7px; 
padding-bottom:7px; 
float:left; 
}
#centerNavbox { 
margin-left: auto; 
margin-right: auto; 
width: 587px; 
height: 140px; 
} 
.centerNavrow{
padding-left: 21px;
padding-top: 20px;  
float:left; 
}
img {
border: 0;
}
.centerNavtext{
width: 117px; 
text-align:center;
float:left;
margin-top: 20px;
}
.navtextbox{
width: 117px;
float: left;
border: 1px solid #000;
}

#top-menu {
display: inline;
width: 770px;
text-align:right;
font-size: 9px;
float:right;
}

.clear {
clear:both;
}
/* Clearfix Method for clearing the floats */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* This declaration is necessary for Safari!! */
.clearfix { display: block; }
