@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #D0BF9F;
	text-align: center;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
}


#global_container {
	width: 1034px;
	margin: 0 auto;
	text-align: left;
}

h3 a{
	text-decoration: none;
}
hr{
	color: #cccccc;
	height: 1px;
	border: 0;
	background-color: #cccccc;
}

/* ----------------------------------------------------------------------------------------- Start Home CSS */

#home_header {
	padding: 0px;
	margin: 0px;
	background: url(../images/homeheaderbg.jpg) no-repeat center;
	width: 1034px;
	height: 367px;
}

#home_content {
	float: left;
	width: 1034px;
	padding-left: 5px;
	background: url(../images/fringe_bg.gif) repeat-y;
}

#home_content p {
	margin-left: 25px;
	margin-right: 20px;
}
#left_col, #right_col{
	float: left;
	width: 253px;
}

#center_col p {
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	color: #635e8b;
}


/* ----------------------------------------------------------------------------------------- Start News Listing */
#news_list{
	float: left;
	padding-left: 11px;
	width: 220px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#news_list a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #835e8b;
}
#news_list ul{
	width: 220px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#news_list ul li{
	margin-bottom: 14px;
	margin-left: 13px;
	padding-left: 32px;
	background-image: url(../images/news_tiny.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* ----------------------------------------------------------------------------------------- Start Navigation */

#navigation {
	width: 1052px;
	float: left;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#navigation ul {
	margin: 0px auto;
	padding: 0;
	width: 841px;
	list-style: none;
}

#navigation ul li {
	position: relative;
	float: left;
	padding-bottom: 3px;
}
	
#navigation ul li a {
	display: inline;
	text-decoration: none;
}

#navigation ul li ul {
	position: absolute;
	display: list-item;
	text-align: left;
	width: 150px;
	display: none;
	top: auto;
	left: auto;
	margin-top: 7px;
	background: #FFFFFF;
	padding: 5px;
}

#navigation ul li:hover {
	border-bottom: 4px solid #FFFFFF;
}

#navigation ul li:hover ul{
	display: block;
}

#navigation ul li:hover ul li ul{
	display: none;
}

#navigation ul li:hover ul li:hover ul{
	display: block;
	left: 150px;
	top: -20px;
}

#navigation ul li ul li{
	position: relative;
	float: left;
	width: 150px;
	color: #0033CC;
	padding: 0px;
	border-bottom: 1px dashed #CCCCCC;
}

#navigation ul li ul li:hover{
	background: #655f8b;
	border-bottom: 1px dashed #CCCCCC;
}

#navigation ul li ul li a{
	color: #333333;
	display: block;
	padding: 5px;
}

#navigation ul li ul li a:hover{
	background: #655f8b;
	color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------------- Start footer */

#home_full_bottom{
	padding: 0px 30px;
	font-size: .8em;
	color: #ffffff;
	clear: both;
}



#footer{
	width: 1034px;
	float: left;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footer_left{
	float: left;
	margin: 0px;
}
#footer_middle{
	float: left;
	width: 662px;
	margin: 0px;
	padding-top: 30px;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#footer_right{
	float: left;
	width: 176px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	text-align: right;
	font-size:10px;
	color:#FFFFFF;
}



/* ----------------------------------------------------------------------------------------- Search */


#search_form{
	float: right;
	margin-bottom: 20px;
	width: 230px;	
}