/*--------------- hardy basic css ---------------*/
/*--------------- body and wrappers ---------------*/
html, body {
	height:100%;
}

body {
	padding:0;
	margin:0;
	background-color: #e4d5bd;
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	color: #87755f;
	font-size: 12px;
}


a:link, a:visited {
	color: #ee880b;
	text-decoration: underline;
}

a:hover {
	color: #ee880b;
	text-decoration: none;	
}

html>body #subWrapper {
	/*height:auto;
	min-height:100%;*/
}

html>body #subWrapper {
	height:auto;
	min-height:100%;
	}

#wrapper {
	margin: 0 auto;
	width:782px;
	height:100%;
}

#subWrapper {
	width:782px;
	height:100%;
	position:relative;
	background-image:  url("../resources/images/common/body_tile.gif");
}

/*-------------------Banner-----------------*/
#pageHeader{
	width: 782px;
	height: 176px;
	margin-top: 0;
	background-image:  url("../resources/images/common/banner01.jpg");
	}
	
/*-------------------Left hand side-----------------*/
#lefthandside {
	width: 170px;
	float:left;
	/*border:solid thin green;*/
	}
	
#nav {
	font-size: 12px;
	width: 120px;
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	color: #6c5c4b;
	font-weight: bold;
	float:left;
	line-height: 200%;
	margin-left: 34px;
	padding-top: 20px;
	color: #a05b07;
	
	/*border:solid thin black;*/
}

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	color: #a05b07;
	font-style: normal;
	text-decoration: none;

}

#nav  a:link {
	color: #6c5c4b;
	text-decoration: none;
}
#nav  a:visited {
	color: #6c5c4b;
	text-decoration: none;
}

#nav  a:hover {
	color: #ee880b;
	text-decoration: underline;	
}

#bottom_lhs {
	width: 185px;
	float:left;
	padding-left: 7px;
	padding-top: 30px;
	/*border:solid thin blue;*/
	}
	
#bottom_lhs_text {
	width: 160px;
	float:left;
	padding-left: 15px;
	padding-top: 0px;
	font-size: 11px;	
	/*border:solid thin red;*/
	}

/*-------------------content-----------------*/

#content{
	width:575px;
	padding:0px 0px 0px 0px;
	float:right;
	/*border:solid thin red;*/
	
}

#content_rigth{
	width:200px;
	padding:20px 10px 0px 0px;
	float:right;
	font-size: 11px;
	/*border:solid thin black;*/
	
}

#content_left{
	width:332px;
	padding:20px 0px 0px 0px;
	float:left;
	line-height: 120%;
	/*border:solid thin green;*/
}

#content_trailer{
	width:200px;
	padding:00px 10px 0px 0px;
	float:right;
	font-size: 11px;

	
}

.h1 {
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	color: #87755f;
	font-size: 14px;
	font-weight: bold;
}
.bold {
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	color: #87755f;
	font-weight: bold;
}
.bold_italic {
	font-family: Tahoma, Arial, Verdana, "Trebuchet MS";
	color: #87755f;
	font-weight: bold;
	font-style: italic;
}

/*-------------------footer-----------------*/
#footer {
	width:775px;
	position:absolute;
	bottom:0px;
	/*border:solid thin red;*/
}

#footerR {
	float:right;
	padding:4px 13px 0 0;
	font-family:Arial;
	font-size:10px;
	color:#aea59cb;
	/*border:solid thin black;*/
}

#footerR a, #footerR a:visited {
	font-family:Arial;
	font-family:Arial;
	font-size:10px;
	color:#aea59c;
	padding-left:5px;
	padding-right:10px;
	text-decoration:none;
}

#footerR a:hover {
	color:#ee880b;
	text-decoration: underline;
}

#news {
    float:left;
	width:342px;

}
#news_top{
	width:342px;
	height:37px;
	padding:0px 0px 0px 0px;
	background-image:  url("../resources/images/common/news_top.jpg");
	background-repeat: no-repeat;

}

#news_bottom{
	width:342px;
	background-image:  url("../resources/images/common/news_bottom.jpg");
	background-position: bottom;

}
#news_text{
	line-height: 120%;
	padding:5px 0px 50px 20px;
	width:300px;
	font-size: 11px;
}




