/******** General tags ********/
body {
	margin: 0;
	font: small "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #363636;
	text-align: center;
	background: #e6e6e6;
}
/******** Main wrap ********/
#wrapper
{
	margin: 0 auto;
	width: 96%;
	min-width: 770px;
}
/******** Header ********/
#header {
	margin: 0;
	background: #232323;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
	float: left;
	width: 100%;
}
#header-inner, #nav-inner {
	position: relative;
	margin: 0 auto;
	padding: 0 10px 0 0;
	text-align: left;
}
#logo {
	position: relative;
	float: left;
	display: inline;
	width: 230px;
	height: 60px;
	margin: 10px;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	overflow: hidden;
}
#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("images/logo-black-matte.gif") no-repeat 0 0;
	cursor: pointer;
}

#logo a {
	text-decoration: none;
}
#header h2 {
	clear: right;
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	color: #999;
}

#mainmenu {
display: block;
}

/* @group nav */

#nav {
	float: left;
	background: #262626;
	border-top: 1px solid #2f2f2f;
	border-bottom: 1px solid #191919;
	width:100%;
}

#nav ul {
	margin: 0;
	padding: 0;
	border-right: 1px solid #191919;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	font: normal 0.95em Arial, Helvetica, Geneva, sans-serif;
}

#nav ul li a {
	display: block;
	float: left;
	margin: 0;
	padding: 8px 25px;
	color: #999;
	background: #2f2f2f;
	text-decoration: none;
	border-left: 1px solid #191919;
}

#nav ul li a:hover, #nav ul li.current a {
	padding: 5px 25px 8px 25px;
	color: #fff;
	text-decoration: none;
	background: #2f2f2f;
	border-top: 3px solid #E26523;
}

#mid {
	clear: left;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 20px 0 0 0;
	text-align: left;
	background: #f8f8f8;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #ddd;
}

#mid-inner {
	width: auto;
	margin: 0 auto;
}

/* CONTENT */

#content {
	float: left;
	display: inline;
	width: 595px;
	border: 0px solid #000000; /* */
	padding: 0 10px;
}
#content h1, #content h2 {
	margin: 0 0 .75em 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #E26523;
	line-height: 1.3em;
}
#content p a, #content li a, #content h2 a, #content h3 a, #content h4 a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#content h2 a {
	color: #E26523;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #686868;
}

#content .meta a {
	text-decoration: none;
	border-bottom: 1px solid #393939;
}
#content:hover p a, #content:hover li a, #content:hover h2 a, #content:hover h3 a, #content:hover h4 a {
	text-decoration: none;
	border-bottom: 1px solid #E26523;
}

#content:hover p a:hover, #content:hover li a:hover, #content:hover h2 a:hover, #content:hover h3 a:hover, #content:hover h4 a:hover {
	color: #f8f8f8;
	text-decoration: none;
	border-bottom: 1px solid #E26523;
	background: #E26523;
}

#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align: justify;
	font: normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

#content ul {
	margin: 10px;
	padding: 10px;
	list-style-type: none;
	background-color:#EFEFEF;
	border: 1px dashed #999999;
	width: 550px;
}
#content ul li {
	font: normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
	background: url("images/bullet.gif") no-repeat 2px 6px;
	list-style-type: none;
	padding: 2px 0px 2px 25px;
}

#content ol {
	margin: 0 0 20px 30px;
	padding: 0;
}

#content ol li {
	margin: 0 0 8px 0;
	padding: 0;
	font: normal 1em/1.5em Arial, Helvetica, Geneva, sans-serif;
}

#content blockquote {
	margin: 0 30px 20px 30px;
	padding: 15px 15px 5px 15px;
	color: #ccc;
	background: #191919;
}

#content blockquote p {
	margin: 0;
	padding: 0 0 10px 0;
	font-style: italic;
}

#content #tagline p {
	padding: 0 10px;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: none;
	color: #666;
	line-height: 1.4em;
	text-align: left;
}

#content #tagline p a {
	font-style: normal;
	color: #E26523;
	border-bottom: none;
}

#content #tagline p a:hover {
	font-style: normal;
	color: #f8f8f8;
	background: #E26523;
	border-bottom: none;
}
/* -- /Content -- */

/* SIDEBAR */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	color: #E26523;
}

#sidebar #subnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #d6d6d6;
}

#sidebar #subnav ul li {
	list-style-type: none;
	background: none;
	display:block;
	font: normal 12px Arial, Helvetica, Geneva, sans-serif;
}

#sidebar #subnav ul li a {
	display: block;
	padding: 10px 10px 9px 10px;
	color: #666;
	margin:0;
	background: none;
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
}

#sidebar #subnav ul li a:hover, #sidebar #subnav ul li.current a {
	padding: 10px 5px 9px 9px;
	color: #333;
	margin:0;
	background: #f8f8f8;
	text-decoration: none;
	border-left: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-right: 5px solid #E26523;
}

/* @end */

/******** Footer ********/

#footer {
	padding: 20px 0 0 0;
	text-align: right;
	background: #e6e6e6;
	border-top: 1px solid #f8f8f8;
}
#footer-inner {
	width: auto;
	margin: 0 auto;
}
#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	color: #696969;
	line-height: 1.4em;
}
#footer p a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #999;
}

#footer p a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

/******** Various classes ********/
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}

img a:hover {
	margin-bottom: -5px;
}