/* CSS Document */

html,body{margin: 0; padding:0;}

body{
    text-align: center;
	background: #4e4e4e;
	}
	
img{border: 0px;}

ul#nav,ul#nav li{
	list-style-type:none;
	}


div#header{
	width:100%;
	overflow:hidden;
	background: #000000 url('../images/logo_mobile.gif') no-repeat center;
	}
div#header h1,div#menu{
	width:770px;
	margin:0 auto;
	text-align:left;
	}
div#menu{
	font: 85%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	position: relative;
	right: 5px;
	}
div#header h1{
	padding: 45px 0 0px;
	color: #FFF;
	}
div#subheader{
	background-color: #FFF;
	width: 100%;
	padding: 0px 0px 0px 5px;
	margin-bottom: 5px;
	}


	

	
/*Content Divs *************************************************************************/
div#container{
	width:100%;
	margin:0 auto 5px;
	padding:0px 0 10px;
	text-align:left;
	position:relative;
	top: 1px;
	}
div#buttons{
	font: 85%/1.3 "Trebuchet MS",Verdana,Arial,sans-serif;
	/*height:50px;*/
	text-align:center;
}
div#buttons a{
	color:#FFF;
	background: #8b7249;
	display:block;
	width: 100%;
	text-align:center;
	vertical-align: middle;
	margin:2px;
	padding: 5px;
	text-decoration:none;
	}

div#buttons a:hover{
	background: #6b170d;
	color: #FFFFFF;
	}

div#buttons a.activelink{	
	background: #6b170d;
	color: #FFFFFF;
	}
div#content{
	background-color: #f2f2f2;
	color:#333333;
	line-height: 18px;
	float:left;
	display:inline;
	width:100%;
	margin: 1px;
	}
div#subcontent{
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:80%;
	padding: 10px;
	margin-bottom: -3px;
	}	
	
div#subcontent img {
	width: 180px;
	height: 180px;}

div#subcontentindex{
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:100%;
	padding: 4px;
	margin-bottom: -3px;
	}	

div#subcontentserif{
	font: 14px "Times New Roman", Times, serif;
	color:#333;
	line-height: 18px;
	float:left;
	display:inline;
	width:698px;
	padding: 10px;
	}	
	
	
/*Footer Divs *****************************************************************************/
div#footer{
	font: .65em "Trebuchet MS",Verdana,Arial,sans-serif;
	clear:both;
	background: #8b7249;
	color: #FFF;
	text-align:center;
	width:100%;
	padding: 7px;
	margin:1px;
	}
	
div#footer div{
}