@charset "utf-8";

/* LAYOUT ////////////////////////////////////////*/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-attachment:fixed;
    background-repeat: no-repeat; 
    background-position:top center;
}
img {border:0;}
.wrapper #container {
	width: 1004px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wrapper #header {
	background: #fff; 
	padding: 0px; 
}
.wrapper #header #topNav {
	background: #fff; 
	padding: 5px 0px 0px 0px;
	text-align: center;
	height: 49px; 
}
.wrapper #header #logo {
	float:left;
	}
.wrapper #header #msa {
	float:right;
	}
.wrapper #mainContent {
	padding: 0 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.wrapper #footer {
	padding: 40px 0px 20px 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.wrapper #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer #links {
	float: left;
	width: 729px;
	background: url(images/shooter_line.gif) no-repeat top right;
	padding-top: 30px;
}
.wrapper #footer #rider {
	float: right;
	width: 215px;
}

.clear {
	clear: both;
}


/* FONTS ////////////////////////////////////////*/

p, li {
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #2e1005;
	text-align: center;
}
a {
font-family: 'Open Sans', Verdana, Arial, sans-serif;
font-size: 14px;
line-height: 24px;
color: #d2232a;
text-decoration: underline;
}
a:hover {color: #001647;}
H1 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 36px;
line-height: 42px;
padding: 5px 0;
margin: 0px;
color: #5f100f;
text-transform: uppercase;
}
H2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 28px;
line-height: 32px;
padding: 5px 0;
color: #d2232a;
margin: 0px;
}

.wrapper #footer #links p {
font-family: 'Open Sans', Verdana, Arial, sans-serif;
font-size: 13px;
line-height: 24px;
color: #2e1005;
}
.newStyle11 {
}
