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

#header {
	background-image:url(../images/layout/top_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	height:145px;
}


	#nav {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
	}
	
			#nav ul {
			    margin:10px 0px 0px 0px;
			    padding:0px 0px 0px 0px;
			    list-style:none;
			}
			
			#nav li {
			    float:left;
				list-style:none;
				background-image:url(../images/layout/nav_left.gif);
				background-position:top left;
				background-repeat:no-repeat;
			    margin:0px 5px 0px 0px;
			    padding:0px  0px 0px 0px;
			}
			
			#nav a, #nav strong, #nav span {
			    display:block;
				height: 25px;
				padding:10px 10px 0px 00px;
				margin-left:10px;
				background-image:url(../images/layout/nav_right.png);
				background-repeat:no-repeat;
				background-position:right top;
				
				font-size: 12px;
				color: #76776d;
				text-decoration: none;
				
				float:left;
				list-style:none;
			}
			#nav #current {
				background-image:url(../images/layout/nav_left_hover.gif);
				background-repeat:no-repeat;
				background-position:top left;
			
			}
			#nav #current a {
				background-image:url(../images/layout/nav_right_hover.gif);
				background-repeat:no-repeat;
				background-position:right top;
			
			
			}
			#nav a:hover {
				background-image:url(../images/layout/nav_right_hover.gif);
				background-repeat:no-repeat;
				background-position:right top;
			}
			#nav li:hover {
				background-image:url(../images/layout/nav_left_hover.gif);
				background-repeat:no-repeat;
				background-position:left top;
			}

#main_body {
	background-color:#e6e8e3;
	clear:both;
	padding-bottom:10px;
}

	#main_body_content {
		width:900px;
		margin-left:auto;
		margin-right:auto;
		padding-top:30px;
	}
	
	#white_bg {
		background-color:#FFFFFF;
		padding:10px 10px 0px 10px;
		clear:both;
		margin-top:15px;
	}
	
	.float_left {
		float:left;
	}
	
	.float_left_text {
		float:left;
		margin-left:30px;
		margin-top:5px;
		width:600px;
	}
	
	.border_vertical {
		float:left;
		width:10px;
		height:280px;
	}
	
	.border_horizontal {
		clear:both;
		height:10px;
	}

#footer {
	background-image:url(../images/layout/bottom_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
	height:140px;
	
	clear:both;
}

	#footer_content {
			width:900px;
			margin-left:auto;
			margin-right:auto;
			padding-top:10px;
	}
	
	#footer_content p, #footer_content a {
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		text-decoration:none;
	}
	
	#footer_content a:hover {
		text-decoration:underline;
	}
	
	
.white11_nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
}

.white11_nav a, .white11_nav strong, .white11_nav span{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
}

.white11_nav a:hover, .white11_nav a:visited {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	text-decoration:none;
}

#logo_nav {
	width:900px;
		margin-left:auto;
		margin-right:auto;
		height:100px;
}
	

			#nav2 {
				margin-top:30px;
				padding:00px 0px 0px 0px;
				width:430px;
				font-size: 12px;
				color: #fff;
				text-decoration: none;
				
				float:right;
			}

