@charset "utf-8";
/* FluidMarkup 2008 */

* { margin: 0; padding: 0; }

h1 { 
	font-size: 18px;
	margin-bottom: 10px;
}

h2 { 
	font-size: 14px;
	margin-bottom: 5px;
}

p { margin-bottom: 5px; }

ul li { margin-left: 20px; }

/*
@Link styles
----------------------------------------------------*/
a img
{
	border: none;
}

/*
color: #333;
	background: #2b2b2b url(img/bg.png) no-repeat center top;

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
	background: #2b2b2b url(img/bg.png) no-repeat center top;
}


#wrapper
{
        width: 1000px;
        margin: 0 auto;
		
		background: #D9D9D9 url(img/bg_content.png) no-repeat center top;
}


#header {
	height: 100px;
	overflow: hidden;
	background:#000000;

}



	#logo { 
		float: left;
		width: 400px;
		padding-left: 0px;
	}

	#nav {
		height: 100%;
		margin-left: 350px;
		text-align: left;
		padding-right: 20px;
	}
	
		#nav ul li {
			float: right;
			list-style: none;
			margin-top: 35px;
			margin-left: 10px;
			margin-right: 10px;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#nav ul li.current {
			border-left: 2px solid #525460;
		}
	
			#nav ul li strong {
				display: block;
				color: #dee0d4;
				font-size: 12px;
				margin-bottom: -3px;
			}
			
			#nav ul li a {
				text-decoration: none;
				color: #525460;
				font-size: 11px;
			}
			
			#nav ul li a:hover {
				color: #707078;
			}
			
				#nav ul li a:hover strong {
					color: #FFF;
				}

#tagline {
	height: 75px;
	overflow: hidden;
	background: url(img/tagline_bg.gif) repeat-x;
	padding-left: 20px;
	font-style: italic;
	font-size: 11px;
	color: #333;
}

	#tagline h2 {
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		margin-top: 10px;
		margin-bottom: 2px;
		color: #000;
	}

	#tagline_wrapper {
		width: 400px;
	}
	
#content_wrapper {
	margin-top: 12px;
}
	
#sidebar_wrapper {
	float: right;
	margin-right: 10px;
	width: 300px;
}

	#sidebar_wrapper .box {
		background: #f2f2f2;
		border: 1px solid #e0e0e0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 10px;
		margin-bottom: 12px;
	}
	
	#srchquery { 
		padding: 5px;
		height: 18px;
		font-size: 14px;
		width: 180px;
		border: 1px solid #c4c4c4;
		background: url(img/form_bg.gif) repeat-x;
	}
	
	#srchbutton {
		background: url(img/search_button.gif) no-repeat;
		width: 79px;
		height: 31px;
		border: none;
		font-size: 0;
		float: right;
	}

#main {
	margin-right: 320px;
	margin-left: 20px;
}

#main h1{
    margin-left: 0px;
}

#main p{
    text-align:justify;
}

#footer {
	clear: both;
	text-align: center;
	margin-top: 10px;
	margin-bottom:5px;
}

#footer a {
  color: #333; 
}

#footer hr {
  height: 0;
  border: 0;
  border-top: 1px solid #999999;     
}