/* tag redefines */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #fefde4;
}



/*=TYPOGRAPHY --------------------------------------------------*/

body { 
	font-family: georgia;
	font-size: 12px;
	line-height: 20px;
	color: #996600;
}

td, th, label, input, select {
	font-family: georgia;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	font-weight: bold;
}

h1 {
	font: 20px georgia;
	color: #000; 
	margin: 0;
	padding: 0;
	line-height: 24px;
	text-transform: uppercase;
}

h2 {
	font: 16px georgia;
	color: #000; 
	margin: 0;
	padding: 0;
	line-height: 22px;
	text-transform: uppercase;
}

h3 {
	text-align: left;
	font: bold 13px georgia;
	color: #996600; 
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h4 {
	text-align: left;
	font: bold 13px georgia;
	color: #000; 
	line-height: 20px;
	margin: 0;
	padding: 0;
}


a {
	font-family: georgia;
	font-size: 13px;
	line-height: 20px;
	color: #996600;
	text-decoration: underline;
}

a.on {
	font-family: georgia;
	font-size: 13px;
	line-height: 20px;
	color: #996600;
	text-decoration: underline;
}


div#container {
	width: 950px;
	background: #fefcd5;
	margin: 24px auto 0px;
	padding: 0;
	position: relative;	
	border: 1px dashed #d0b875;
}

body#home div#container {
	width: 950px;
	height: 528px;
	background: #fefcd5 url("../images/home.jpg") top no-repeat;
	margin: 24px auto 0;
	padding: 0;
	position: relative;	
	border: 1px dashed #d0b875;
}
	
div#logo {
	float: left;
	width: 950px;
	height: 113px;
	padding: 0 0 0px 0;
	margin: 0;
	background: url("../images/logo.jpg") no-repeat;
}

div#logo h1 {
    position: absolute;
    margin: 0;
    padding: 0;
}

div#logo h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 950px;
    height: 100px;
    top: 0px;
    left: 0px;
    text-decoration: none;
}

div#logo h1 span {display: none;}

div#cmsContentArea {
	margin: 10px 0 10px 80px;
	width: 782px;
	float: left;
	display: inline;
}

div#cmsContentArea span {color: #000;}

body#home div#cmsContentArea {
	margin: 201px 0 0px 254px;
	width: 444px;
	height: 172px;
	float: left;
	display: inline;
	 text-align: center;
}

body#home div#cmsContentArea p {text-align: center;}


div#footer
	{
	text-align: center;
	width: 950px;
	padding: 4px 0;
	margin: 5px auto 10px auto;
	clear: both;
	color: #996600;
	font-family:georgia;
	line-height: 14px;
	font-size: 11px;
	position: relative;
	background: none;
	}
	
div#footer a {
    color: #996600;
    line-height: 14px;
    font: 11px georgia;
	padding: 0 5px;
	margin: 0;
	text-decoration: none;
	text-transform: none;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {text-align: center;}

hr.cleaner {
	border:medium none;
	clear:both;
	height:1px;
	margin:-1px 0 0;
	padding:5px;
	visibility:hidden;
}