/* CSS Document */
*
	{
	padding: 0;
	margin: 0;
	}
body
	{
	text-align: center; /*IE 5.x and 6 center offset (see wrapper)*/
	font-family: verdana, geneva, sans-serif;
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	padding: 25px 0;
	background: #9c7339 url(../images/bodybg.png) no-repeat 50% 30%;
	}
#wrapper
	{
	text-align: left; /*IE 5.x and 6 center offset (see body)*/
	width: 968px;
	margin: 0 auto;
	background: transparent url(../images/wrap05.png) repeat-y top center;
	border: 1px solid #695839;
	}
/*Main nav-------------------------------------------*/
.mainnav
	{
	width: 850px;
	display: block;
	margin: 0 auto;
	font-size: 1.4em;
	font-weight: normal;
	word-spacing: 25px;
	text-align: center;
	border-top: 1px solid #6e6148;
	border-bottom: 1px solid #6e6148;
	}
.mainnav li
	{
	line-height: 2.0em;
	display: inline;
	list-style-type: none;
	}
/*Main nav anchor stylings----------------------------*/
.mainnav a
	{
	padding-right: 5px;
	padding-left: 5px;
	border-right: 3px solid #5a4b2f;
	border-left: 3px solid #5a4b2f;
	}
.mainnav a:link, a:visited
	{
	text-decoration: none;
	color: #ffffff;
	}
.mainnav a:hover
	{
	text-decoration: none;
	color: #d0c7be;
	border-right: 3px solid #6e6148;
	border-left: 3px solid #6e6148;
	}
.mainnav a:active
	{
	text-decoration: none;
	color: #ffffff;
	}
/*You are here anchor stylings---------------------------*/
#home .mainnav .home a,
#custom .mainnav .custom a,
#templates .mainnav .templates a,
#support .mainnav .support a,
#portfolio .mainnav .portfolio a,
#contact .mainnav .contact a,
#partners .mainnav .partners a
	{
	border-right: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	cursor: default;
	}
/*Inline list word separation fix---------------*/
.mainnav span
	{
	word-spacing: normal;
	}
/*Contact Anchor styling-----------------------------*/
h3.clinks
	{
	margin-top: 20px;
	text-align: center;
	color: #white;
	line-height: 1.7em;
	background-color: #ba7828;
	font-weight: normal;
	font-size: 1.4em;
	}
/*Document head------------------------------------*/
#header
	{
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
	padding-top: 5px;
	background: transparent url(../images/header09.png) no-repeat top center;
	}
#header .mainnav
	{
	margin-top: 175px;
	}
/*Style Switch List-----------------------------------*/
#stylemode
	{
	margin-top: 75px;
	margin-left: 30px;
	font-size: 1.3em;
	list-style-type: none;
	}
#stylemode a
	{
	text-decoration: none;
	color: white;
	}
/*Primary content area-------------------------------*/
#content1
	{
	float: left;
	width: 406px;
	margin-left: 45px;
	padding-right: 30px;
	color: #d0c7be;
	border-right: 1px solid #a77533; 
	}
#content1 h1
	{
	font-size: 2em;
	font-family: tahoma;
	color: #ee9211;
	font-weight: 300;
	}
#content1 h2
	{
	font-size: 1.4em;
	color: white;
	margin-top: 20px;
	padding-left: 35px;
	background: url(/images/bullet.png) no-repeat left;
	}
#content1 p
	{
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.3em;
	word-spacing: .01em;
	line-height: 1.3em;
	}
#content1 ul
	{
	margin-bottom: 10px;
	font-size: 1.3em;
	color: white;
	line-height: 1.5em;
	list-style-type: none;
	}
/*#content1 li
	{
	padding-left: 35px;
	background: url(/images/bullet.png) no-repeat left;
	}*/
#content1 strong
	{
	color: #a77533;
	}
#content1 em
	{
	color: white;
	}
#content1 a
	{
	text-decoration: underline;
	color: #ee9211;
	font-size: 1.2em;
	}
/*Secondary content area--------------------------*/
#content2
	{
	float: right;
	width: 410px;
	margin-right: 45px;
	padding-left: 26px;
	color: #d0c7be;
	}
#content2 h1
	{
	font-size: 2em;
	font-family: tahoma;
	color: #a77533;
	font-weight: 300;
	}
#content2 h2
	{
	font-size: 1.4em;
	color: white;
	margin-top: 20px;
	padding-left: 35px;
	background: url(/images/bullet.png) no-repeat left;
	}
#content2 p
	{
	margin-bottom: 10px;
	text-align: justify;
	font-size: 1.3em;
	word-spacing: .01em;
	line-height: 1.3em;
	}
#content2 ul
	{
	margin-bottom: 10px;
	font-size: 1.3em;
	color: white;
	line-height: 1.5em;
	list-style-type: none;
	}
/*#content2 li
	{
	padding-left: 35px;
	background: url(/images/bullet.png) no-repeat left;
	}*/
#content2 strong
	{
	color: #a77533;
	}
#content2 em
	{
	color: white;
	}
#content2 a
	{
	text-decoration: underline;
	color: #ee9211;
	font-size: 1.2em;
	}
/*Document foot-------------------------------------*/
#footer
	{
	clear: both;
	width: 100%;
	height: 140px;
	padding-top: 5px;
	background: transparent url(../images/footer05.png) no-repeat bottom center;
	}
#footer .mainnav
	{
	margin-top: 75px;
	}
/*Copyright info area----------------------------------*/
#footer p
	{
	margin-top: 10px;
	text-align: center;
	color: #d0c7be;
	}
/*Contact form area-----------------------------------------*/
#formarea
	{
	width: 90%;
	margin: 0 auto;
	}
/*Headings image repacement (text-indent: -5000;)
#welcome
	{
	width: 128px;
	height: 29px;
	background: transparent url(../images/welcome.png) no-repeat;
	}
#essnews
	{
	width: 128px;
	height: 29px;
	background: transparent url(../images/essnews.png) no-repeat;
	}
#contactess
	{
	width: 164px;
	height: 29px;
	background: transparent url(../images/contact.png) no-repeat; 
	}
	---------------------------*/