/* General Files */

/* Reset parameters */

* {
  margin: 0px;
  padding: 0px;
}

/* Establish specific site parameters */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 1.35em;
	color: #000000;

/* Temporarily disable background

End background disable */	

 	background-color: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: auto;
	padding: 0px;
	background-attachment: fixed;
	

	
	
}

p + p {
	margin-top: 1.2em;
}

.p_headline {
	margin-top: 1.2em;
	line-height: 1.35em;
}

a {
	color: #f06a32;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: f06a32;
	text-decoration: underline;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 155%;
	color: #000000;
	line-height: 1.2em;
}

h2 {
	font-size: 130%;
	color: #000000;

}

ul {
	margin-left: 35px;
	margin-top: 1.4em;
	margin-bottom: 1.2em;
}

li {
	line-height: 1.4em;
}

blockquote {
	margin-left: 35px;
}


#wrapper {
	clear: both;
	margin: 0 auto;	
	width: 100%;	
    padding: 0;
	overflow: hidden;
	
}

/* ------------------------------------- HEADER -------------------------------------- */

#header_wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	background: #FFFFFF;

/* ---- BETTER BACKGROUND COLOR
	background: #bc5c18;
 -------- */
	height: 200px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.65);
}

#header_container {
	margin: 0 auto;
	padding: 0px;
	width: 1100px;
	background-image: url(../images/header-logo.png);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 200px;
	
}

#logo_container {
	float: left;
	min-height: 200px;
}

#social_icons {
	float: right;
	display: block;
	min-height: 30px;
	margin: 0 10;
	margin-top: 130px;
	width: auto;
	text-align: right;
}

/* ----------------------------------- END HEADER ------------------------------------ */

/* ------------------------------------- MENU -------------------------------------- */

#menu_container {
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	width: 1100px;
	min-height: 67px;
}

/* ------------------------------------- END MENU -------------------------------------- */

/* ------------------------------------- CONTENT -------------------------------------- */

#content_wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	overflow: hidden;
}

#content_interior_wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 1116px;
	background-image: url(../images/background-xparency.png);
	background-repeat: repeat;

}

#content_container {
	margin: 0 auto;
	padding: 0px;
	width: 1100px;
	min-height: 450px;
	overflow: hidden;
}

#sidebar {
	position: relative;
	float: left;
	display: inline;
	width: 300px;
	margin: 0;
	padding-top: 10px;
	margin-bottom: 25px;
	padding-left: 15px;
	padding-right: 20px;
	text-align: left;
	border-right: thin;
	border-right-style: solid;
	border-left-color: #000000;
	min-height: 450px;
	padding-bottom: 99999px;
	margin-bottom: -99999px;
}

#info {
	position: relative;
	padding-top: 75px;
	float: left;
	display: inline;
	width: 300px;
	margin: 0;
	text-align: left;
	overflow: auto;
	

}

#main_content {
	float: right;
	display: inline;
	width: 725px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: left;
}

/* ----------------------------------- END CONTENT -------------------------------------- */

hr {
	border: 0;
	margin: 0 auto;
	width: 90%;
	background: #024eae;
	height: 1px;
}

	
img.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.floatright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img.flushright {
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: -10px;
}

img.floatcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.smallprint {
	font-size: 80%;
	line-height: 1.35em;
}

.callout {
	font-family: Times New Roman, Times, serif; 
	font-size: 140%;
	color: #000000;
	font-style: italic;
	font-weight: bold;
	line-height: 1.35em;
	text-align: center;
}

.credit {
	font-size: 85%;
	line-height: 1.35em;
	font-style: italic;
	text-align: right;
}

p.blocktext {
	text-align: center;
}

.footertext {
	font-size: 85%;
	line-height: 1.35em;
	color: #ffffff;
	text-align: center;
}

a.footerlink {
	color: #0686e8;
}

a:visited.footerlink {
	color: #999999;
}


.caption {
	font-size: 90%;
	font-style: italic;
	line-height: 1.2em;
}

.emphasized {
	font-weight: bold;
}

table.t-floatright {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.t-floatleft {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.helper {
	display: inline-block;
	height: 100%;
	margin-top: 10px;
	vertical-align: top;
}

img.down {
	margin-top: 9px;
}