@charset "utf-8";

/*************************************
Header, Footer, and Nav Elements
*************************************/
header, section, footer, aside, nav, main, article, figure {
    display: block;
} 
body {
	background: #FFFFFF;
	font-size: 100%;
}
#wrapper {
	width: 1050px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 5px 0px;
	clear: both;
}
/*************************************
HEADER SEARCH ELEMENTS
*************************************/
#header {
	width: auto;
	height: auto;
	margin: 0;
	padding: 7px 0 2px 7px;
	background: #303338;
}
#logo {
	width: 1030px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	overflow:auto;
}
.logo_wrapper {
	width:60%;
	height:auto;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.search_wrapper {
	width:30%;
	height:auto;
	float:right;
	padding:0;
	margin:0 0 0 0;	
}
/*************************************
END HEADER SEARCH ELEMENTS
*************************************/
#nav {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #0B4C84;
}
#nav a {
	font-family: 'Teko', sans-serif;
	font-size: 1.50em;
	font-weight: 400;
	text-shadow: 1px 1px #000000;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-decoration: none;
}
#nav a:link {
	color: #FFFFFF;
}
#nav a:visited {
	color: #FFFFFF;
}
#nav a:hover {
	color: #000000;
	text-shadow: none;
}
#nav a:active {
	color: #303338; 
}
#footer {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #303338;
	clear: both;
}
#footer_content {
	width: 1050px;
	height: auto;
	padding: 2px;
	margin: 0px auto 0px auto;
}
#footer_content p {
	color: #EBEBEB;
	font-size: 0.813em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
#footer_content a {
	color: #EBEBEB;
	text-decoration: underline;
}
#main {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#content {
	width: 800px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 20px;
}
#content h3 {
	text-align: left;
	margin: 0px;
	padding: 3px 0px 2px 0px;
	color: #303338;
	font-weight: 900;
	font-size: 0.875em;
	font-family: "Arial Black", Gadget, sans-serif;
}
#content p {
	margin: 0px;
	padding: 5px;
	font-size: 0.875em;
	font-family: 'Open Sans', sans-serif;
}
#content a {
	color: #303338;
	text-decoration: underline;
	font-weight: bold;
}
.notes {
	font-size: 0.750em !important;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}
#sidebar {
	width: 200px;
	height: inherit;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	background: #E1E5E5;
}
#topad {
	width: auto;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 10px;
	background: #E1E5E5;
}
#contact_box {
	width: auto;
	height: auto;
	padding: 10px;
	margin: 0px;
	display: inline-block;
	white-space: nowrap;
}
input[type="text"] {
	color: #000000;
	background: #E1E5E5;
	border: 1px solid #000000;
}
input[type="email"] {
	color: #000000;
	background: #E1E5E5;
	border: 1px solid #000000;
}
textarea {
	color: #000000;
	background: #E1E5E5;
	border: 1px solid #000000;
}
#share {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
}
#related {
	width: auto;
	height: auto;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #303338; 	
	box-shadow: 0px 1px 0px #CCCCCC;
}
#related a {
	text-align: left;
	margin: 0px;
	padding: 0px;
	color: #303338;
	font-weight: 900;
	font-size: 0.750em;
	font-family: "Arial Black", Gadget, sans-serif;
	text-transform: uppercase;
	text-decoration: underline;
}
#rel_img {
	width: 75px;
	height: 50px;
	float: left;
	padding: 2px;
	margin: 0px 7px 0px 0px;
	border: 1px solid #303338
}
/************
Clear Fix
************/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

