@charset "UTF-8";

/* ------ basic styling ------- */
* {
    margin: 0px;
	padding: 0px;
}

a:active {
  outline:none;
}

a { outline: 0; }


a.email {
	text-decoration:none;
	font-style:italic;
	color: #EE0F13;

}

img {
	padding:0;
	margin:0;

}

body {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	background:#FFF;
	width:100%;

}

#header {
	position: relative;
	width: 1000px;
	height:150px;
	margin: 0 auto;
	background:url(images/usnc_logo-header2.jpg) no-repeat;
	background-position:0px 20px;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 20px;
}

#header ul li {
	float: left;
	padding: 0 1.3em;

}

#header ul a {
	font-size: 16px;
	font-weight:bolder;
	line-height: 2em;
	text-decoration: none;
	color:#878787;
	float: left;
	display: block;
	text-transform: uppercase;
}

#header ul a:hover{
	color:#000;
	background:url(images/btnTop.jpg) top repeat-x;

}


#header #planroom a {
	border:none;
	outline:none;
}

.currentPage {
	background:url(images/btnTop.jpg) top repeat-x;
}



#headerspacer{
	width: 900px;
	height: 20px;
}

#headerspacer img{
	float:right;
	position:absolute;
	right: 14px;
}

#homeMain {
	width:100%;
	height:500px;
	background:#808080;
}

.greyDiv {
	width:100%;
	background:#808080;
	padding:0;
	margin:0;
}

.greyDiv2 {
	width:100%;
	background:#E0E0E0;
	padding:30px 0;
	margin:0;
}

.whiteDiv {
	width:100%;
	background:#FFF;
	padding:0;
	margin:0;
}

.whiteDiv2 {
	width:100%;
	background:#FFF;
	padding:30px 0;
	margin:0;
}

.copyDiv {
	width:100%;
	height:175px;
	background:#FFF;
}


.wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#moneyWrapper {
	position: relative;
	width:100%;
	height:700px;
	background:url(images/money.jpg) center no-repeat;
	 -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
	margin: 0 auto;
	padding:0;
	text-align: left;
}

#tag {
	position: relative;
	width: 1000px;
	height:700px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	background:url(images/tag_trans---NO-WORDS.png) no-repeat center;

}

.whiteCopy {
	color:#FFFFFF;

}

h1 {
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	color: #EE0F13;
	margin-bottom:10px;
	border-bottom:thin #EE0F13 dotted;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color: #EE0F13;
	margin:0;
	padding:0;
	}

#dottedLine {
		border-bottom:thin #EE0F13 dotted;
}

#clear {
	clear: both;
}

/* ------ position container elements ------- */

/* CUSTOM */

.copyDiv {
	margin-top: 30px;
}

.copyDiv p {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
	margin-bottom: 20px;
}

.copyDiv p span.Emphasis {
	text-transform: uppercase;
	color: #EE0F13;
}

#AnchorLinks {
	text-align: left;
  width: 1000px;
  margin: 30px auto 0;
}

#AnchorLinks ul {
	list-style-type: none;
}

#AnchorLinks li {
	display: inline-block;
	text-transform: uppercase;
}

#AnchorLinks li.Divider {
	margin: 0 5px;
}

#AnchorLinks a, #AnchorLinks a:link, #AnchorLinks a:visited, #AnchorLinks a:hover {
	color: #EE0F13;
	text-decoration: none;
	font-weight: 800
}

.introList {
	text-align: center;
  list-style-type: none;
}

.introList li {
    display: inline-block;
    margin: 0 15px 13px;
}

#FooterTagline {
	text-align: center;
  margin: 20px 0;
}

#FooterTagline h3 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	color: #EE0F13;
}
