/**
* PAGE WRAPPER
*/
#wrapper {
	width: 996px;
	text-align: left;
}


/**
* - HEADER
*/
#header_logo {
	float: left;
	width: 141px;
	text-align: center;
	border-bottom: 6px solid #767676;
	background-color: #ff6d1d;
	height: 121px;
}

#header_slogan_nav {
	float: left;
	width: 855px;
	border-bottom: 6px solid #767676;
	background-color: #2f2f2f;
}

#slogan {
	border-left: 2px solid #fe5a00;
	height: 84px;
}

#slogan {
	float: left;
}

#slogan img {
	padding-top: 21px;
	padding-left: 40px;
}

#search {
	float: right;
	text-align: left;
	padding: 21px 10px 0 0;
}

#search form {
	margin: 0 0 5px 0;
}

#search a {
	color: #949494;
	text-decoration: none;
	font-size: 10px;
}

#search a:hover {
	color: #fff;
}

/**
* - NAVIGATION
*/
#nav {
	border-top: 2px solid #fe5a00;
	background-image: url('/assets/images/nav_grad.gif');
	height: 35px;
	border-left: 2px solid #fe5a00;
}

#nav span {
	display: block;
	height: 25px;
	padding: 9px 13px 0 13px;
	float: left;
	border-right: 1px solid #fff;
}

#nav span:hover {
    background-color: #ffb186
}

#nav span.current {
	background-color: #fff;
}

#nav span:hover a, #nav span.current a {
	color: #333;
}

#nav a {
	font-size: 14px;
	font-family: Tahoma;
	text-decoration: none;
	color: #fff;
}

/**
* BREADCRUMBS
*/
#breadcrumbs {
	background-color: #f3f3f3;
	padding: 7px 10px 7px 35px;
	border-bottom: 1px dotted #333;
	clear: both;
}

/**
* WRAPPER
*/
#innerwrapper {
	background-color: #fff;
	padding: 35px;
	clear: both;
}

	
/**
* - SIDEBAR
*/
#sidebar {
	float: left;
	width: 180px;
}

/**
* - CONTENT
*/
#content {
	float: right;
	width: 720px;
	text-align: justify;
}


/**
* FOOTER
*/
#footer {
	background-color: #2f2f2f;
	color: #5f5f5f;
	height: 58px;
	font-size: 11px;
	padding: 16px 35px 0 35px; 
}

#footer #social {
	float: right;
	padding-top: 5px;
}

#footer #social img {
	padding-left: 15px;
}

#footer #copy {
	float: left;
	width: 700px;
}

#footer a {
	color: #949494;
	text-decoration: none;
}

#footer a:hover,
#footer a.current {
	color: #fff;
}