@charset "utf-8";

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: "Myriad Web", Calibri, Arial, sans-serif;
	font-size: 0.7em;
}
a img {
	border: none;
}



#container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/background_image.gif) repeat-y center top;
}
#header {
	position: relative;
	height: 95px;
	border-bottom: 2px solid #2b2b2b;
	background: url(../images/gradient_top.png) no-repeat center top;
	padding-top: 20px;

}
#logo {
	position: absolute;
	left: 30px;
	height: 95px;
}
#information {
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/orange_top.png) no-repeat right bottom;
	width: 259px;
}
#information a, #information a:visited {
	color: #85878a;
	text-decoration: none;
}
#information a:hover {
	color: #E95F20;
	text-decoration: none;
}


#image_header {
	background: url(../images/header_image.jpg) no-repeat center top;
	height: 268px;
	margin-top: 30px;
	position: relative;
}
#tagline {
	width: 420px;
	position: absolute;
	bottom: 50px;
	left: 40px;
	font-size: 2em;
}
#enter_site {
	width: 150px;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 33px;
}
#enter_site a, #enter_site a:visited {
	text-decoration: none;
	color: #FFFFFF;

}
#enter_site a:hover {
	text-decoration: none;
	color: #E95F20;
}








#mainContent {
	width: 450px;
	margin: 40px auto;
	background: url(../images/orange_block.gif) no-repeat left top;
	border-left: 2px solid #2b2b2b;
	line-height: 0;

}
#mainContent    p {

















	font-size: 1
.em;
	font-size: 1.1em;
	padding-left: 35px;
	line-height: 1.4;
	padding-bottom: 3px;
}
#mainContent a, #mainContent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #E95F20;
	text-decoration: none;
}
#mainContent h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #E95F20;
	padding-left: 35px;
	padding-top: 7px;
}




#footer {
	padding: 0 10px;
	height: 95px;
	background: url(../images/gradient_bottom.png) no-repeat center bottom;
	border-top: 2px solid #2b2b2b;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-size: 0.85em;
	font-weight: bold;
	color: #4a4b4c;
}
.right_align {
	text-align: right;
	font-weight: bold;
}


.strong {
	font-weight: bold;
}
.orange {
	color: #e95f20;
}


.float_left {
	float: left;
	font-weight: bold;
	color: #4a4b4c;
	display: block;
	padding-bottom: 10px;
}
.float_right {
	float: right;
	font-weight: bold;
	color: #85878a;
	padding-right: 3px;
}
