body {
background: repeat fixed;
background-image: url(images/logo-bg.jpg);
color:#333333;
font-family:Arial;
margin:0 0 0;
padding:0;
}


a {color: #FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF;text-decoration:none}
a:hover {color: #E8CE79;text-decoration:none}
a:active { color:#FFFFFF;text-decoration:none}



A.set1:link {color: #564b47}
A.set1:hover {color: #E8CE79; text-decoration:underline}
A.set1:visited {color:#564b47}
A.set1:active {color: #564b47}


h2 {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.5em;
	font-weight:bolder;
	letter-spacing:.15em;
	color:#000000;
}


h1.green{
	font-family: "ITC Avant Garde", Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #76B900;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin:0px;
}


#header h1 {
	margin:0 0 -14px 10px;
	padding:10px 0 0 .9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:lighter;
	letter-spacing:.15em;
	color:#000000;
}

#header h2 {
	margin:0 0 0 0;
	padding:1em 0 0 30px;
	font-size:.9em;
	font-weight:300;
	letter-spacing:.1em;
	color:#000000;
}



/* ----------header-------------- */


#header-wrap {
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;	
}


#header-flash {
	width:920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	
}


/* ----------body-content------------- */

#centerColumn-intro {
	width:920px;
	text-align:left;
	vertical-align: middle;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 100px;
	margin-bottom: 10px;
	background-image:url(images/bg-opacity.png);
	background-repeat:repeat;
}


#top-left {
	float: left;
	width: auto;
	height: 270px;
	margin-top: 0px;
	margin-left: 30px;
}


#top-right{
	float: left;
	width: 600px;
	height: 220px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 30px;
	background-repeat: no-repeat;
	margin-left: 32px;
	background-color: #FFFFFF;
}


#twitter{
	float: left;
	width: 250px;
	height: 410px;
	margin-top: 25px;
	margin-left: 18px;
	background-image: url(images/twitter-bg.jpg);
	background-repeat: no-repeat;
}



#home-cell-1{
	float: left;
	width: 150px;
	height: 285px;
	margin-top: 25px;
	margin-left: 12px;
	background-color: #FFFFFF;
}




#home-cell-2{
	float: left;
	width: 150px;
	height: 285px;
	margin-top: 25px;
	margin-left: 5px;
	background-color: #FFFFFF;
}



#home-cell-3{
	float: left;
	width: 150px;
	height: 285px;
	margin-top: 25px;
	margin-left: 5px;
	background-color: #FFFFFF;
}



#home-cell-4{
	float: left;
	width: 150px;
	height: 285px;
	margin-top: 25px;
	margin-left: 5px;
	background-color: #FFFFFF;
}



#home-cell-contact{
	float: left;
	width: 615px;
	height: 108px;
	margin-top: 14px;
	margin-left: 12px;
	background-color: #000000;
	margin-bottom: 20px;
}




#home-cell-header{
	float: left;
	width: 145px;
	height: 47px;

}


#home-cell-image{
	float: left;
	width: 145px;
	height: 100px;

}


#home-cell-text{
	float: left;
	width: 130px;
	height: 130px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin-left: 0px;
}



#left-footer-image{
	width: 190px;
	height: 1000px;
	margin-left: 20px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-position: bottom;
	background-image: url(images/left-footer-image.png);
	background-repeat: no-repeat;
	margin-right: auto;
	float: left;
	z-index: 1;
	margin-bottom: -100px;
}


#footer {
	bottom:0;
	padding:0;
	height:120px;
	line-height:2em;
	text-align:left;
	font-size:0.7em;
	width: auto;
	margin-left: 20px;
}



.menu{
	width:auto;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #000000;
	height: 30px;
 }
		
.menu ul{
        margin-left: 20px; 
		padding: 0;
        float: left;
		width: 880px;
}
		

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; 
		text-decoration: none;
        color: #FFFFFF;
        padding:0px 35px;
   }

.menu ul li a:visited{
        color: #FFFFFF;}

.menu ul li a:hover, .menu ul li .current{
        color: #FEC700;
}
 

