@charset "UTF-8";

body {

	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #5f4834;
	background: #fefbf8;
	margin: 0;
	padding: 0;
}

#container {
	background: url(../images/container_bg.gif) repeat-y;
	width: 710px;
	margin: 0 auto;
}

#container_top {
	background: url(../images/container_top.gif) no-repeat;
	height: 16px;
	width: 710px;
	
}
#container_bottom {
	background: url(../images/container_bottom.gif) no-repeat;
	height: 22px;
	width: 710px;
	display: block;
	margin-top:5px;

}

#content {
	width: 678px;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#copyright {
	text-align:center;
	font-size:10px;
	color:#e45300;
	width: 764px;
	margin: 0 auto;
	padding-bottom:10px;
}
#copyright a{
	color:#e45300;
}
#holder {
	background: url(../images/bg.gif) no-repeat;
	width: 678px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}

/*-----------------------------------HEADER------------------------------- */
#header{
	position:relative;
	height: 247px;
	width: 678px;
} 
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	height: 247px;
	width: 439px;
}
#header #header_img {
	position:absolute;
	top:0px;
	left:439px;
	height: 247px;
	width: 239px;
} 

/*-----------------------------------NAVIGATION------------------------------- */
	#navigation{
		height: 28px;
		width: 649px;
		background-color:#faf2ec;
		padding-left:15px;
		padding-right:14px;
	}

	#navigation span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
		line-height:0;
	}
	
	#navigation #nav_1{
		height: 28px; width: 130px; overflow: hidden; display: block; float:left;
		background: url(../images/nav_1.gif) top left no-repeat;
	}
	
	#navigation #nav_2{
		height: 28px; width: 130px; overflow: hidden; display: block; float:left;
		background: url(../images/nav_2.gif) top left no-repeat;
	}
	
	#navigation #nav_3{
		height: 28px; width: 130px; overflow: hidden; display: block; float:left;
		background: url(../images/nav_3.gif) top left no-repeat;
	}
	
	#navigation #nav_4{
		height: 28px; width: 130px; overflow: hidden; display: block; float:left;
		background: url(../images/nav_4.gif) top left no-repeat;
	}
	
	#navigation #nav_5{
		height: 28px; width: 129px; overflow: hidden; display: block; float:left;
		background: url(../images/nav_5.gif) top left no-repeat;
	}
 
	#navigation #nav_1:hover, #navigation #nav_2:hover, #navigation #nav_3:hover, #navigation #nav_4:hover, 
	#navigation #nav_5:hover{
		background-position: bottom left;
	}
	
	#navigation #nav_1.current, #navigation #nav_2.current, #navigation #nav_3.current, #navigation #nav_4.current, 
	#navigation #nav_5.current{
		background-position: bottom left;
	}
	
	#navigation #nav_1.current:hover, #navigation #nav_2.current:hover, #navigation #nav_3.current:hover, #navigation #nav_4.current:hover, 
	#navigation #nav_5.current:hove{
		background-position: bottom left;
	}

/*---------------------------------Sub-Navigation----------------------- */

#subnav {
	width: 227px;
	padding-top:10px;
	padding-left:7px;
}

#subnav_top {
	background: url(../images/subnav_top.png) no-repeat;
	height: 14px;
	width: 227px;
}
#subnav_bottom {
	background: url(../images/subnav_bottom.png) no-repeat;
	height: 14px;
	width: 227px;
}
#subnav_content {
	background: url(../images/subnav_bg.png) repeat-y;
	width: 190px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:6px;
}
#subnav_separator{
	height: 1px;
	width: 187px;
	margin-top:7px;
	margin-bottom:7px;
	background-color:#d0b8a2;
}
#subnav a{
	color: #5f4834;
}
#subnav  a:hover{
	color: #e45300;
}

/*-----------------------------------Home------------------------------- */

#flash_intro{
	height: 300px;
	width: 649px;
	padding-bottom:15px;
	padding-top:10px;
	padding-left:14px;
	padding-right:14px;
} 
#home_panels{
	height: 106px;
	width: 649px;
	padding-left:14px;
}
#home_panels #panel_1{
	display: block;
	float:left;
	height: 106px;
	width: 203px;
	margin-right:20px;
} 
#home_panels #panel_2{
	display: block;
	float:left;
	height: 106px;
	width: 203px;
	margin-right:20px;
} 
#home_panels #panel_3{
	display: block;
	float:left;
	height: 106px;
	width: 203px;
} 

#home_content {
	text-align:left;
	text-align:justify;
	position:relative;
	padding: 0px 15px 19px 15px;
}

#home_content a{
	color: #5f4834;
}
#home_content  a:hover{
	color: #e45300;
}
/*-----------------------------------Content------------------------------- */
#main {
	text-align:left;
	text-align:justify;
	position:relative;
	padding-left:12px;
	width:708px;
	padding-bottom:20px;
}

#title {
	padding-top:10px;
	padding-bottom:10px;
}
.red_title {
	color: #e45300;
	font-weight: bold;
}

#content_column {
	text-align:left;
	text-align:justify;
	display: block;
	float:left;
	width: 410px;
	padding-top:9px;
}
#content_column a{
	color: #5f4834;
}
#content_column  a:hover{
	color: #e45300;
}

#nav_column {
	display: block;
	float:left;
	width: 250px;
}
#nav_column img{
	 border: 0px solid #FF9900;
}
/* Used to clear floated divs */
p.clear { clear: both;   margin: 0; padding: 0;	border:0; font-size:0;}

ul { list-style-image: url("../images/li.gif") }

#link_column {
	text-align:left;
	width: 600;
}

#link_column img{
	 border: 0px;
}

#link_column a{
	color: #FF6600;
}
#link_column  a:hover{
	color:#FF0000;
}
