html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}
:focus {
	outline: 0;
}

body {
	background: #544939 url("images/bodyRepeat.jpg") 50% 0;
	font: 12px Arial, Helvetica, sans-serif;
    }

a {
	text-decoration: none;
	}	
a:link, a:visited {
	color: #dcb161;
	}
a:hover, a:active {
	color: #fff;
	}
	
h1, h2, h3, h4 {
	color: #e0e0b9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 1.25em 0 0 0;
	}
h2 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	color: white;
	}
h3 {
	font-size: 17px;
	font-weight: bold;
	}
h2 + h3 {
	margin-top: .5em;
	}
h4 {
	text-transform: uppercase;
	font-weight: bold;
	}
	
p {
	margin: .75em 0;
	font-size: 12px;
	}
p, li {
	color: #b7ac9b;
	}


/* LAYOUT */
#headerBox {
	background: url("images/FPOHomeHead.jpg") 50% 0 no-repeat;
	height: 372px;
	width: 100%;
	}
#skyBox {
	background: url("images/skyRepeatHome.jpg") 50% 0 repeat-x;
	height: 372px;
	width: 100%;
	}

#contentContainer {
	background: url("images/homeHighlightBack.jpg") 50% 372px no-repeat;
	}

#textContainer {
	width: 800px;
	margin: 0 auto;
	}
	
#leftText {
	width: 445px;
	float: left;
	display: inline;
	}
#rightText {
	width: 355px;
	float: left;
	display: inline;
	}

.textNav {
	display: block;
	}
	
#footerBox {
	width: 780px;
	margin: 8px auto;
	padding: 10px 0 0 0;
	background: url("images/footerBar.jpg") 50% 0 no-repeat;
	}

#secondNav {
	background: url("images/subHomenavBack.jpg") no-repeat;
	padding: 8px 33px;
	margin-left: 40px;
	}
	
#quote {
	width: 350px;
	height: 186px;
	margin: 0;
	}
#quote em {
	display: none;
	}

/* End LAYOUT styles */


/* hide unless styles are disabled */
.flashNav, .flashAlt {
	display: none;
	}

/* secondary nav */
#secondNav a {
	height: 31px;
	display: block;
	}
#secondNav strong {
	display: none;
	}

#buttonDonate {
	width: 62px;
	background: url("images/suvNavDonate.jpg") no-repeat;
	}
#buttonNews {
	width: 51px;
	background: url("images/suvNavNews.jpg") no-repeat;
	}
#buttonFoundation {
	width: 89px;
	background: url("images/suvNavFoundation.jpg") no-repeat;
	}
#buttonContact {
	width: 69px;
	background: url("images/suvNavContact.jpg") no-repeat;
	}

#secondNav a:link, #secondNav a:visited {
	background-position: 0 0;
	}
#secondNav a:hover, #secondNav a:active {
	background-position: 0 -31px;
	}

/* enews letter */
#enewsContainer {
	background: url("images/enewsBottomRivets.gif") 0 100% no-repeat;
	margin: 0;
	}

#enewsContainer h3 {
	background: url("images/enewsHeader.jpg") 0 0 no-repeat;
	height: 40px;
	}
#enewsContainer h3 em {
	display: none;
	}

#enewsSignup {
	margin-left: 42px;
	}
	
input {
	background: #695c3b;
	width: 195px;
	color: white;
	padding: 3px;
	margin: 2px;
	font: 13px "Courier New", Courier, monospace;
	border: 0;
	}	
input.submit {
	margin: 0;
	width: auto;
	padding: 0;
	background: none;
	}


#footerBox p, #footerBox li {
	color: #271e15;
	font-size: 10px;
	letter-spacing: .5px;
	}
#footerBox p {
	margin: 0;
	}
#footerBox li {
	margin: 0 5px;
	}
#footerBox li.first {
	margin: 0 5px 0 0;
	}

#footerBox li, #footerBox a:link, #footerBox a:visited {
	color: #816f5c;
	}
#footerBox a:hover, #footerBox a:active {
	color: #fff;
	}

#secondNav, #secondNav li, #mainNav, #mainNav li {
	list-style-type: none;
	}
#secondNav li, #mainNav li {
	float: left;
	}

.star {
	margin: 0 10px;
	}
	
/* quotes */
.eisenhower {
	background: url("images/quoteEisenhower.jpg") no-repeat;
	}
.schwarzkopf {
	background: url("images/quoteSchwarzkopf.jpg") no-repeat;
	}
.patton {
	background: url("images/quotePatton.jpg") no-repeat;
	}
.generic1 {
	background: url("images/quote1.jpg") no-repeat;
	}

/* home text */	
.homeCopy {
	text-align: justify;
	}
#leftText.homeCopy	{
	width: 425px;
	padding-right: 20px;
	}
#rightText.homeCopy {
	width: 350px;
	padding-left: 5px;
	}
	
	
/* clear fix */	
.clearfix:after, .textNav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix, .textNav {
    display: inline-block;
}

html[xmlns] .clearfix, html[xmlns] .textNav {
    display: block;
}

* html .clearfix, * html .textNav {
    height: 1%;
}
