/*======================
	LAYOUT
========================*/
#header
{
	background: url(../images/header_home.jpg) no-repeat 0px 0px; 
	height:121px; 
}
#body-wrapper
{
	float:left; 
}
#container
{
	float:left;  
	
}	
#content-wrapper
{
	float:left; 
	background: url(../images/left_column_bg.gif) repeat-y; 
	
}
#center-column
{
	
	position:relative;
	padding:0 0px 0px 170px;

}	
#left-column
{
	position:relative;

	float:left; 
	width:170px;  /* for IE5/WIN */
	width:170px; /* actual value */
	margin:0px 0 0px 0px;
	padding-bottom:5px;	
}

#splash-image
{
	width:630px; 
	margin:0;
	float:left; 
	padding:0; 
	height:211px;
}
#splash-image h1
{
	float:left; 
	width:400px; 
	margin-left:25px;
	margin-top:56px; 
}
#splash-image h2
{
	float:left; 
	margin-top:25px;
	margin-left:25px;
	width:380px; 
	font-style:italic; 
}
/*======================
	CONTENT
========================*/
#content
{
	float:left; 
	width:630px; 
	padding-bottom:10px; 
	margin:0; 
	background:url(../images/content_background.gif) repeat-x left bottom;  
}
/*======================
	LEFT MENU
========================*/
#left-menu
{
	background:#000;
	
	border-bottom:solid 13px #000f14; 
	border-top:solid 13px #000f14; 
	border-right:solid 5px #002835; 
	
}
#left-menu a
{
	font-size:16px;
	color:#fff; 
	text-decoration:none; 
	display:block; 
	padding:8px 5px 9px 0px; 
}
#left-menu ul
{
	width:165px; 
	border-top:solid 1px #768e90; 
	padding:0; 
	margin:0; 
}


#left-menu li
{
	list-style:none; 
	text-align:right;
	background:url(../images/left_menu_bg.jpg) repeat-y; 
	border-bottom:solid 1px #768e90; 
}
.menu
{ 
	width:100%;

}
.menu-title
{
	background:#474746;
	padding-top:5px; 
	margin-top:5px; 
	padding-left:5px; 
	color:#fff; 
	font-size:14px; 
}
.menu ul
{
	list-style:none;
	margin:0; 
	padding:0; 
	border-top:solid 5px #474746; 
	border-bottom:solid 5px #474746;
	border-left:solid 1px #777775; 
	border-right:solid 1px #777775; 
}
.menu li
{
	padding:2px; 
	padding-left:5px; 
	padding-right:5px; 
	background:#f5f4f2; 
	border-bottom:solid 1px #ccc7c2;
}
.menu li:hover
{
	background:#fffefc; 
	cursor:pointer; 
}

.menu a
{
	color:#716e6b; 
}
/*======================
	HEADER MENU
========================*/
#header-menu
{
	
	position:relative;
	float:right; 
	top:42px; 
	color:#002b2a; 
	font-size:14px; 
	right:40px; 
	margin-left:100px; 
}
#header-menu div
{	
	font-size:10px; 
	float:left;  
	padding-right:14px; 
	padding-left:14px; 
	padding-top:5px;
	padding-bottom:6px;
}	

#header-menu a
{
	color:#002b2a; 
	font-size:14px; 
	text-decoration:none; 
}
#header-menu a.active
{
	text-decoration:underline; 
}	
/*======================
	AT THE CENTER
========================*/
#at-the-center
{
	width:630px;
	float:left; 		
}
#constituent
{
	width:250px;
	float:right; 
	margin-bottom:20px; 
	margin-right:5px; 
}
#constituent img
{
	float:left; 
	margin:0 8px 0 0px
}	
#center-content
{
	margin:0 0 0 5px;
	width:320px;	
	float:left; 
	min-height:200px;
	padding:5px 8px 10px 5px;
}
#right-column
{
	width:270px;
	
	padding-right:11px; 
	float:right; 
	
	
}
#notice
{

	float:right; 

	font-size:10px;
	font-style:italic;
	width:240px;
	margin:-36px 10px 20px 0;
	
	display:block; 
	
	
	color:#003938; 
	padding:12px; 
	border:solid 1px #eee5cf; 
	border-top:0; 
	background:#fff; 	
	
	line-height:1.4; 
	margin-bottom:20px;
	

	
}

