/* ------------------------------------ 
	GENERAL PAGE SETUP
------------------------------------ */

html, body {
	margin:0px;
	background-image: url(../images/page-BG.gif);
	background-repeat: repeat-x;
	vertical-align: top;
}

p {
	font-size: 100%;
}

/* holder styles */
#holder {
	width: 800px;
	margin: 0px auto 0px auto;
}
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}




/* ------------------------------------ 
	HOME PAGE
------------------------------------ */

#logo {
	float:left;
	width:800px;
	margin-bottom: 12px;
	margin-top: 0px;
}
#background {
	float:left;
	width:800px;
	margin-top: 65px;
	background-image: url(../images/main-BG.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}






/* ------------------------------------ 
	MAIN NAV STYLES
------------------------------------ */
#main-nav {
	float:left;
	width:800px;
	margin: 15px 0px 20px 0px;
	text-align: center;
	vertical-align: bottom;
}
.main-nav{
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #80716A;
}
.main-nav a {
	color: #80716A;
	text-decoration: none;
}
.main-nav a:hover {
	color: #EAE0BF;
	text-decoration:none;
}







/* ------------------------------------ 
	MAIN AREA 
------------------------------------ */
#content {
	width: 720px;
	margin: 40px 40px 0px 40px;
	height: 433px;
}
#content2 {
	width: 720px;
	margin: 40px 40px 0px 40px;
	height: 489px;
}
#content-text {
	float: none;
	margin: 0px 7px 7px 7px;
}
#content-heading {
	margin: 7px;
	float: none;
	text-align: left;
}
#content-subheading {
	margin: 7px;
	float: none;
	text-align: left;
}
#content-subheadingRHS {
	margin: 7px 7px 0px 7px;
	float: left;
	text-align: left;
}











/* ------------------------------------ 
	MAIN STYLES 
------------------------------------ */
.text{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #EAE0BF;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 0.5px;
}
.text a {
	color: #EAE0BF;	
	text-decoration: underline;
}
.text a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.text2{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #EAE0BF;
	list-style-position: outside;
	list-style-type: square;
	letter-spacing: 1px;
}
.text2 a {
	color: #EAE0BF;	
	text-decoration: underline;
}
.text2 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}


.h1{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#EAE0BF;
	letter-spacing: 1px;
	font-weight: bold;
}
.h2{
	font: 12px Arial, Helvetica, sans-serif;
	color: #EAE0BF;
	line-height: 17px;
	font-weight: bold;
}








/* ------------------------------------ 
	FOOTER STYLES
------------------------------------ */

#footerarea {
	margin:0px 0px 0px 0px;
	width: 100%;
	text-align: center;
}
.footer {
	font: 10px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color:#666666;
}
.footer a {
	color: #666666;
	text-decoration:none;
}
.footer a:hover {
	color: #1E0300;
	text-decoration:underline;
}
