@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
	background: #f0eed9 url(../images/bg5.jpg) top center no-repeat;
	-webkit-background-size: 2394px 1714px;
}

h1{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 8px;
	
}

h2{
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 8px;
}

h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 8px;
}

p{
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #93a600;	
}

#wrapper{
	width: 980px;
	margin: 0 auto;
}

#header{
	height: 175px;
	width: 980px;
	margin: 0 auto;
}

#header-wrapper{
	width: 100%;
	height: 175px;
	background-color: #171717;
	float:left;
	margin-bottom: 20px;
}
	

#logo{
	background:url(../images/logo.jpg);
	width: 321px;
	height: 99px;
	float:left;
	margin: 38px 0;
}

#contact-banner{
	background:url(../images/contact.jpg) right no-repeat;
	width: 274px;
	height: 73px;
	margin-left: 360px;
	margin-top: 25px;
	float: left;
}

#read-more{
	background:url(../images/read-more.png);
	width: 105px;
	height: 32px;
	float:left;
	margin: 10px 0;
}

#read-more:hover{
	background-position: 0 -32px;
}

/**********************************************NAV******************************************************/

#nav{
	width: 600px;
	float:right;
	margin-left: 40px;
	margin-top: 25px;
}

#nav ul{
	display: inline;
	color: #fff;
	list-style: none;
}

#nav li{
	float: left;
	font-size: 14px;
	margin-left: 20px;
}

#nav li a{
	color:#FFF;
	padding: 3px;
}

#nav li a:hover{
background-color: #ccc;
-moz-border-radius: 55px;
border-radius: 5px;	
color:#000;
}


/************************************************END NAV*************************************************/


/*********************************************COLUMNS *************************************************/

.column960{
	float: left;
	width: 920px;
	padding: 20px;	
}

.column640{
	float: left;
	width: 600px;
	padding: 20px;	
}

.column480{
	float: left;
	width: 440px;
	padding: 20px;	
}

.column320{
	float: left;
	width: 280px;
	padding: 20px;	
}

#dark-gray{
	background-color: #171717;
	color:#FFF;
}

#medium-gray{
	background-color: #242424;
	color:#FFF;
}

#light-gray{
	background-color: #eeeeee;
}

#thumbnail-wrapper{
	width: 320px;
	height: 460px;
	float:left;
	background-color: #eeeeee;
}

/******************************************************END COLUMNS **********************************************/

/*****************************************************FOOTER*****************************************************/

#footer{
	width: 980px;
	float:left;
	margin-top: 20px;
}


#footer p{
	font-size: 10px;
}



/*****************************************************END FOOTER*****************************************************/



/*********************************************** SLIDESHOW **********************************************************/




#slideshow {
    position:relative;
    height:414px;
	width: 640px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



#slideshow2 {
    position:relative;
	height: 60px;
}

#slideshow2  div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    width: 880px;
    height:60px;
    text-align: center;
    background-color:#171717;
}

#slideshow2 div.active {
    z-index:10;
}

#slideshow2 div.last-active {
    z-index:9;
}





/*************************************************** END SLIDESHOW ***************************************************/


/*************************************************** TWEET ***************************************************/

.tweet{
font-size: 12px;
}

.tweet ul{
list-style: none;
}

/*************************************************** END TWEET ***************************************************/
