* {
	padding:				0;
	margin:					0;
}

body, html {
	height: 100%;
}

body {
	margin:					0px;
	padding: 				0px;
	font-family:			verdana;
	font-size:				12px;
	background:				#C8B8A0;
	color:					#493B1C;
}

#wrap {
	margin:					0 auto;
	background-color:		#E6DDC9;
	-moz-border-radius:		0 0 8px 8px;
	-webkit-border-radius:	0 0 8px 8px;
	border-radius:			0 0 8px 8px;
}

#head {
	clear: 					both;
	padding: 				20px;
	padding-top: 			10px;
	height:					70px;
	background-color:		#492D0E;
	background-image:		url('/images/headbg.png');
}

#headbanner {
	height:					140px;
	width:					100%;
	background-color:		#492D0E;
	position:				absolute;
	z-index:				-1000;
	display:				none;
}

#head h1 {
	color:					#F2EDE1;
	font-size:				32px;
	text-decoration:		none;
}

#head h2 {
	color:					#F2EDE1;
	font-size:				14px;
	text-decoration:		none;
	font-style:				italic;
	padding-left:			20px;
}

/* for single colum layout */

#content {
	float:					left;
	display:				inline;
	position:				relative;
	padding: 				10px;
}

#foot {
	clear:					both;
	padding: 				10px;
	text-align:				center;
	color:					#6C572A;
	font-size:				10px;
}

#foot a, #foot a:visited, #foot a:hover {
	color:					#6C572A;
	text-decoration:		none;
}
#foot a:hover {
	text-decoration:		underline;
}
/* navigation */

#navi {
	clear: 					both;
	padding: 				0px;
	height:					30px;
	overflow:				hidden;
	background:				#80592A;
	border-top:				0;
	border-bottom:			0;
}

#navi ul {
	width:					100%;
}

#navi ul li {
	display:				inline; 
}

#navi ul li a {
	color:					#ffffff;
	background:				#80592A;
	text-align:				center;
	text-decoration: 		none;
	float:					left;
	font-weight:			bold;
	padding:				0 27px;
	/* NEED TO BE THE SAME */
	height:					30px;
	line-height:			30px;
}

#navi ul li a:hover {
	color:					#ffffff;
	background-color:		#966E3E;
	font-weight:			bold;
}

#navi ul li a.active {
	color:					#ffffff;
	background-color:		#C49853;
	font-weight:			bold;
}

/* page elements */

/* headings */

h1 {
	color:					#543713;
	text-decoration:		none;
	font-size:				20px!important;
}

h2 {
	color:					#80592A;
	text-decoration:		none;
	font-size:				12px!important;
}

h2.test2 {
	color:					#80592A;
	text-decoration:		none;
	font-size:				12px!important;
}

hr {
	color: 					#C49853;
	background-color:		#C49853;
	height:					0px;
	border:					0px;
	margin:					18px;
	width:					80%;
}

a{
	color: 					#C49853;
}

a:hover {
	color: 					#C49853;
}

a:visited {
	color: 					#C49853;
}

/* other formattings */

img {
	border:					0px;
}

a {
	border:					0px;
}
a:hover {
	border:					0px;
}

a:visited {
	border:					0px;
}

td {
	vertical-align:			top;
	text-align:				justify;
}

/* Gallery formatting */

#gallery {
	align:					center;
	border-collapse:		collapse;
}

#gallery td{
	align:					center;
	text-align:				center;
	padding-right:			4px;
	padding-bottom:			4px;
}

#gallery td a {
	display: 				block;
	border:					2px solid #80592A;
	height:					100px;
}
#gallery td a:visited {
	display: 				block;
	border:					2px solid #80592A;
	height:					100px;
}
#gallery td a:hover {
	display: 				block;
	border:					2px solid #C49853;
	height:					100px;
}

/* form formatting */

input, textarea {
	background-color:		#F4EEE2;
	border:					1px solid #543713;
	font-family:			verdana;
	font-size:				12px;
}

input.btn {
	background-color:		#543713;
	color:					#ffffff;
	font-weight:			bold;
	padding:				4px;
}

/* lists */
td ul {
	margin-left:			10px;
}

td li {
	margin-left:			10px;
	margin-bottom:			4px;
}

/* Sitemap List */
ul.sitemap {
	list-style:				none;
	margin:					0;
	border:					1px solid #d4cbb6!important;
}
ul.sitemap li {
	margin:					0;
}
ul.sitemap li a {
	display:				block;
	margin:					0;
	padding:				5px 10px;
	background:				#d8cbaf;
	text-decoration:		none;
	color:					#493B1C;
}
ul.sitemap li a:hover {
	text-decoration:		underline;
}
ul.sitemap li:nth-child(even) a {
	background:				#d4cbb6!important;
}
ul.sitemap li:nth-child(odd) a {
	background:				#e6ddc9!important;
}

/*smart-traffic*/
#fpfooter ul li{
	display:inline;
	list-style-type:none;
}

#fpfooter ul{
	margin:0;
}

#fpfooter{
	margin:-5px auto;
	text-align:center;
	width:900px;
	font-size:9px;
}

#fpfooter a{
	color:#6C572A;
	font-size:9px;
	text-decoration:none;
}

#fpfooter a:hover{
    text-decoration:underline;
}
#fpfooter ul li{
    padding:0;
}
#seo1{text-transform:uppercase;}
#seo2{text-transform:capitalize;}
#cds-container{
	border:1px #422D10 solid;
	padding:8px;
}
#cds{
	overflow:auto;
	height:180px;
	font-family:verdana;
}
#cds h2{
	margin:0;
	font-size:15px;
}
#cds p{
	padding:12px 8px 12px 0;
}
#cdsheader{
	background-color:#C49853;width:150px;padding:2px 8px; border:1px #4F340A solid; border-bottom:0px
}
/*smart-traffic */
