@CHARSET "ISO-8859-1";

body {
	background: #EBEBEB;
}

/* CONTAINER
----------------------------------------- */
#MainBack{
	background:url('../images/bordershade.gif') repeat-y top center;		
}

#BaseContainer {
	background:#fff;
	margin:0 auto;
	width:970px;
}

#Container{

}

#Content.hassidebar {
	width: 550px;
	float: right; 	
	margin: 0;
	text-align: left;
}

#Page{
	margin: 0;
	padding-bottom: 10px;
	min-height:300px;
}

#Layout{
	padding-bottom:15px;
}

/* HEADER
----------------------------------------- */

#Header {
	height:103px;
	padding: 0 4px;
	padding-bottom:4px;
	background: #2D2F2A;
	overflow:hidden;
	position:relative;
}

 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

#HeaderLogo a{
	/*background:url('../images/logos/logo_homehover.jpg') top left no-repeat;*/
	display:block;
	text-decoration:none;
	color:#fff;
	width:436px;
	height:80px;
}

	#HeaderLogo img{
		font-size:35px;
		font-family: font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	}

	#HeaderLogo a:hover img{
		/*display:none;*/
	}
	
#TopNavSlogan{
	color:#999;
	float:left;
	position:absolute;
	bottom:24px;
	left: 72px;
	font-family:font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}


/* Header Search Box */

#Form_HeaderSearchForm *{
	padding:0;
	margin: 0;
}

#Form_HeaderSearchForm{
	position:absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	margin:0;
	height:28px;
}
	#Form_HeaderSearchForm fieldset{
		border:none;
		float:left;
	}
	#Form_HeaderSearchForm .Actions{
		float:left;
	}
	#Form_HeaderSearchForm .label{
		float:left;
		line-height:28px;
		margin-right:5px;
	}
	#Form_HeaderSearchForm #Search{
		float:left;
		background:url('../images/searchbar_left.gif') no-repeat center left;
		height:28px;
	}
	#Form_HeaderSearchForm input.text{
		border:none;
		height:20px;
		line-height:20px;
		margin: 4px 3px 4px 6px;
		overflow:hidden;
		background:none;
	}
	#Form_HeaderSearchForm .action{
		display:block;
		width:30px;
		height:28px;
	}
	
	#Form_HeaderSearchForm legend{
		display:none;
	}
	
#ChildNav{
	float:right;
	background:#fff;
}

#ChildNav h3{
	margin-bottom:0.5em;
}

#ChildNav ul{
	margin:0;
}

#ChildNav li{
	list-style:none;
	margin-bottom:2px;
	text-transform:capitalize;
}

#ChildNav a{
	font-size:15px;
	display:block;
	text-transform:capitalize;
	text-decoration:none;
	padding: 10px 0;
	padding-left:15px;
	font-weight:bold;
	font-family:font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing:-1px;
	border-bottom:1px solid #ddd;
}

#ChildNav a:hover{
	background-color:#eee;
}

#ChildNav a.current{
	color:#222;
}