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

*
{
	margin:0px;
	padding:0px;
}

body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#bc7d00;
	background-image:url(../images/top_background.jpg);
	background-repeat:repeat-x;

}

.clearify
{
	clear:both;
}		

#top_container
{
	text-align:center;
	background-image:url(../images/header_background.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#top
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
	height:265px;
}

#top_logo
{
	width:260px;
	height:265px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	float:left;
}

#top_header
{
	width:690px;
	float:right;
}

#menu
{
	height:58px;
}

#flash_area
{
	height:207px;
	background-image:url(../images/flash_area.jpg);
	background-repeat:no-repeat;
}

#middle_containter
{
	text-align:center;
	background-image:url(../images/middle_background.png);
	background-repeat:no-repeat;
	background-position:center;

}

* html #middle_containter
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/middle_background.png", sizingMethod="crop");
}

#middle
{
	width:940px;
	text-align:left;
	margin:0px auto 0px auto;
	padding-left:10px;
	height:154px;
}

.column
{
	float:left;
	width:33%;
	margin-top:12px;
}

.column_text
{
	font-size:12px;
	color:#FFFFFF;
	padding-right:10px;
	line-height:18px;
}

.column a:link, .column a:visited
{
	color:#000000;
	text-decoration:none;
	font-size:14px;
	padding:2px 10px 4px 10px;
	background-color:#bc7d00;
}

.column a:hover
{
	color:#FFFFFF;
}

#details_area_container
{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#details_area
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
	background-image:url(../images/details_area_middle.jpg);
	background-repeat:repeat-y;
}

#details_area_left
{
	width:650px;
	float:left;
	padding-left:20px;
}

#details_area_left a:link, #details_area_left a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#details_area_left a:hover
{
	color:#000000;
}

h1, h2
{
	font-size:22px;
	color:#FFFFFF;
	font-weight:normal;
}

.details_text, .right_text
{
	font-size:14px;
	color:#FFFFFF;
	line-height:22px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:justify;
}

hr
{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
	color:#e1c897;
	background-color:#e1c897;
	height:1px;
	border:none;
}

h3
{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#946406;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}
.heading-3
{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#946406;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

#details_area_right
{
	width:264px;
	margin-right:10px;
	float:right;
	background-image:url(../images/details_area_right_middle.jpg);
	background-repeat:repeat-y;
}

#details_area_right a:link, #details_area_right a:visited
{
	color:#000000;
	text-decoration:none;
}

#details_area_right a:hover
{
	color:#FFFFFF;
}

h2
{
	padding-left:25px;
	color:#000000;
}

#details_area_right h4
{
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	padding-left:25px;
}

.right_text
{
	text-align:left;
	padding-right:15px;
	color:#000000;
}

#footer
{
	font-size:14px;
	color:#000000;
	line-height:20px;
}

#footer a:link, #footer a:visited
{
	color:#000000;
	text-decoration:none;
}

#footer a:hover
{
	color:#FFFFFF;
}

/*********************************** Menu ********************************************/

#ButPane
{
	width:100%;
}

.menu 
{
	position:relative; 
	height:30px; 
	padding-top:5px; 
}

.menu ul 
{
	list-style:none; 
	z-index:10; 
	position:absolute; 
	z-index:100; 
	line-height:46px; 
	width:730px;
}

.menu li 
{
	float:left;
}

.menu a  
{
	text-decoration:none; 
	color:#FFF; 
	padding-right:10px; 
	padding-left:10px; 
	font-size:16px;
}

.menu a:active 
{
	text-decoration:none; 
	color:#FFF; 
	padding-right:10px; 
	font-size:16px;
}

.menu a:visited  
{
	text-decoration:none; 
	color:#FFF; 
	padding-right:10px; 
	font-size:16px; 
}

.menu a:hover 
{
	text-decoration:none; 
	color:#0a4e62; 
	padding-right:10px; 
}

#slide 
{
	position:absolute; 
	top:5px; 
	height:45px; 
	z-index:10; 
	background-image:url(../images/butBG.jpg); 
	background-repeat:repeat-y; 
	background-color:#40cdf0;
}

