/* ********** [ GENERAL ] ********** */

body {
	margin: 0px; padding: 0px;
	cursor: default;
	background-color: #f0d5ca;
	font: 12px Trebuchet MS, tahoma;
	color:#FFF;
}

div.clear {
	clear: both; }



/* ********** [ PAGE ] ********** */

div#page_wrap { }

	div#page { }



/* ********** [ HEADER ] ********** */

	div#header {
		margin: 0px auto 0 auto;
		width: 968px; height: 81px;
		display:block;
  		background: url('header.png') no-repeat; }

		div#header h1 {
			margin: 0 0 0 20px;
			padding: 0px 0px 0px 60px;
			height:66px;
			float: left;
			width:400px;
			font: 30px/90px Trebuchet MS, tahoma;
			font-weight: bold; }

			div#header h1 span { display:none; }

.location_wrap .location ul {
	display:none;	
}



/* ********** [ NAVIGATION ] ********** */

a img {
	border:none;
}

div#headernav_wrap {
	margin:0px auto;
	width:968px;
	border-bottom: 2px solid #000;
	display:block;
	position: relative; }

	div#headernav {
		margin: 0px auto;
		background: #282828;
		width: 968px; }
		
		div#headernav_wrap img {
			display:block;
		}
		
		div#headernav ul {
			margin: 0px;
			padding: 0px;
			height: 36px;
			list-style-type: none; }

			div#headernav ul li {
				margin: 0px; padding: 0px;
				float: left; width:193px; }
				
			div #headernav ul.six li {
				width:160px;
			}
				
				#nav1 { background:#000;}
				#nav2 { background:#111111;}
				#nav3 { background:#181818;}
				#nav4 { background:#202020;}
				#nav5 { background:#252525;}
				#nav7 { background:#99202a;}

				div#headernav ul li a {
					padding: 0px 10px;
					height: 36px;
					display: block;
					float: left;
					font: 12px/36px arial;
					width:173px;
					outline: none;
					color: #ffffff;
					text-decoration: none; }

					div#headernav ul li a:hover {
						background: #ca303e;
						color: #ffffff; }
				
				div#headernav ul.six li#nav6 { background:#282828; width:148px;}
				div#headernav ul.six li#nav6 a { width:148px;}
				
				div#headernav ul li#nav6 { background:#282828; width:196px;}
				div#headernav ul li#nav6 a { width:176px;}
				
/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	width: 948px;
	background: #841621; }

	div#footer {
		height: 30px;
		font: 11px/30px verdana;
		color: #ffffff;
		text-align: center; }

		div#footer a {
			font: 11px/30px verdana;
			color: #ffffff;
			text-decoration: none; }

		div#footer a:hover {
			text-decoration: underline; }


/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	padding: 0 10px 0 0;
	width: 958px;
	background: #FFF; }

  	div#container {
		margin: 0px auto;
		width: 948px;
  		background: #ffffff; }

/* ********** [ INTRO ] ************ */

div#introduction {
	background:#841621;
	height:320px;
	width:968px;
	margin:0 auto;
}

div#intro-left {
	float:left;
	width: 603px;
	margin:10px 0 0 10px;
}

div#intro-right {
	background: url(intro_right.png) no-repeat;
	width:337px;
	height:299px;
	float:left;
	margin:10px 0 0 0;
}

div#intro-right h3 {
	text-align: center;
	margin-top:13px;
	font-family: Verdana, Sans;
	color:#FFF;
	padding:0px;
}

div#intro-right form {
	margin:30px 0 0 20px;
	color:#FFF;
}

div#intro-right label, div#intro-right dd {
	color:#FFF;
}

div#intro-right .legend {
	display:none;
}


/* ********** [ SIDEBAR ] ********** */

div#sidebar_wrap {
	margin: 10px 0 0 0 ;
	padding: 0px;
	width: 140px;
	float: left;
	background: #ffffff; }

  	div#sidebar { }


/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 645px; }

  	#content { }


/* ********** [ MESSAGES ] ********** */

div#info_message {
	margin: 0px 10px 0px 10px;
	padding: 20px 10px;
    font: 12px arial;
	color: #FFF;
	background: url(wide_content_bottom.png) no-repeat bottom #99202a;
    width:601px; }

	div#info_message a {
		font: 12px arial;
		color: #aa571b;
		text-decoration: none; }

	div#info_message a {
		text-decoration: underline; }

div#error_message {
	margin: 0px 10px 0px 10px;
	padding: 10px;
    font: 12px arial;
    width:601px;
	color: #FFF;
	background: url(wide_content_bottom.png) no-repeat bottom #99202a; }

	div#error_message a {
		font: 12px arial;
		color: #FFF;
		text-decoration: none; }

	div#error_message a {
		text-decoration: underline; }
		
/* ********** [ Login Box ] ********** */
	
	div.loginbox h3, div#sidebar h3.header, div#sidebar .sidebarbox h3 {
		background: url(sidebar_title.gif) no-repeat bottom;
		margin:0px;
		width:301px;
		height:35px;
		padding:12px 0 0 0;
		color:#FFF;
		font-size:16px;
		font-weight: bold;
		font-family: Verdana, sans;
		text-align: center;
	}
	
	#sidebar .loginbox {
		background:red;
	}
	
/* ********** [  Page  ] ********** */
	div.page_homepage div.content_page, div.page_homepage div.content_page div.flatheader, div.page_homepage div.content_page div.flatgrid, div.page_homepage div.content_page div.flatgrid div.single
	{
		background:none;
		border:none;
		padding:0px;
	}
	
	h3.members {
		background: url(newest_members.png) no-repeat bottom;
		margin:0px;
		width:227px;
		height:31px;
		padding:10px 0 0 0;
		color:#f4e102;
		font-size:16px;
		font-weight: bold;
		font-family: Verdana, sans;
		text-align: center;
	}
	
	div.page_homepage div.right h3 {
		background: url(home_title.png) no-repeat bottom;
		margin:0px;
		width:390px;
		height:32px;
		padding:10px 0 0 0;
		color:#FFF;
		font-size:16px;
		font-weight: bold;
		font-family: Verdana, sans;
		text-align: center;
	}
	
	div.page_homepage div.left
	{
		width:237px;
		float:left;	
	}
	
	div.page_homepage div.right
	{
		float:left;
		width: 380px;
		line-height: 22px;
	}
	
	div.page_homepage div.right .content
	{
		padding:0 10px;
		font-size:12px;
		font-family: Verdana, sans;
	}
	
	h4 a.link_title 
	{
		color:#000;
		font-size:16px;
	}
	
	.new_members
	{
		padding-top:5px;
		width:220px;
	}
	
	.new_members .image
	{
		margin:5px;
		float:left;	
	}
	
	.breadcrumbs {
		color:#000;
		text-align: center;
	}
	
	.breadcrumbs p {
	}
	
	.breadcrumbs a {
		color:#000;
	}

