@charset "UTF-8";
/* CSS Document */

/**********************Text**************************/
a:active {
	color: #785948;
	text-decoration: none;
}
a:link {
	color: #785948;
	text-decoration: none;
}
a:hover {
	color: #993333;
	text-decoration: none;
}
a:visited {
	color: #785948;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}
.ipl_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336666;
	font-weight: bold;
}
.ipl_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #336666;
	font-weight: bold;
}
/**********************main**************************/

#bg {
	width: 100%;
	min-height: 100%;
	background: url(Images/mainbg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 980px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
}
#headg {
	width: 980px;
	height: 180px;
	background: url(Images/headbg.jpg) no-repeat;
	float: left;
}
#main_body {
	margin-top: 20px;
	width: 980px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	float: left;
	background-color: #856d5d;	
}
#left_box {
	width: 569px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-left: 16px;
	background-color: #FFFFFF;
	background-image: url(Images/mainboxbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#right_box {
	width: 369px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: left;
	margin-left: 10px;
	background-color: #FFFFFF;
	background-image: url(Images/smallboxbg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#left_text {
	width: 539px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px;
}
#left_text2 {
	width: 539px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px;
	margin-top: 300px;
}
#left_text3 {
	width: 539px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px;
	margin-top: 47px;
}
#right_text {
	width: 339px;
	float: left;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	padding: 15px;
}
#right_images {
	border:  #FFFFFF 3px solid;
	float: right;
	margin: 25px;
}
#botbg {
	width: 980px;
	height: 20px;
	float: left;
	background: url(Images/bot_bg.jpg) bottom no-repeat;
}



/*********************Navigation*****************************/
#nav_bar {
	width: 850px;
	height: 40px;
	float: left;
	margin-top: 135px;
	margin-left: 102px;
}
#nav_item {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	border-left: #785948 solid 1px;
	display: block;
}
#nav_item:link {
	color: #785948;
	text-decoration: none;
}
#nav_item:active {
	color: #785948;
	text-decoration: none;
}
#nav_item:hover {
	color: #993333;
	text-decoration: none;
}
.navitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #785948;
}
