
/* = General Tag Styles 
*******************************************/

body {
	background: url(images/bg.jpg) top center #001F7A no-repeat;
	margin: 0 auto 2em;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333;
}

p, h1, h2, h3, h4, h5, ul, ol, div {
	padding: 0;
	margin: 0;
}


/* = Layout 
*******************************************/

#wrapper {
	margin: 0 auto;
	width: 1000px;
	padding: 0;
}

#header {
	padding-top: 724px;
	height: 0px;
	overflow: hidden;
}

#content {
	background: url(images/page-bg.jpg) top left repeat-y;
	padding: 0 40px;
	text-align: left;
}

#leftcolumn {
	margin-top: -532px;
	width: 420px;
	padding-left: 31px;
	float: left;
}

#rightcolumn {
	margin-top: -532px;
	width: 408px;
	padding-right: 32px;
	text-align: center;
	float: right;
}

#widecolumn {
	clear: both;
	border-top: 1px solid #ccc;
	padding: 15px 90px 1px 32px;
}

#footer {
	clear: both;
	background: url(images/footer-bg.jpg) top left no-repeat;
	height: 195px;
	text-align: left;
	padding: 0 38px 0 74px;
}


/* = Content Formatting
*******************************************/

h1 {
	font-size: 26px;
	margin-bottom: 40px;
}

h1.cta {
	font-size: 30px;
	font-weight: normal;
	margin: 10px auto 0;
	color: #003399;
}

h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

h2.cta {
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #333;
}

h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

p {	
	margin-bottom: 10px;
	line-height: 1.3em;
}

ul,ol {
	padding-left: 30px;
}

#rightcolumn div.video {
	position: relative;
}

#rightcolumn div.cta {
	padding-left: 128px;
	text-align: left;
}

#rightcolumn div.cta a img {
	position: relative;
	z-index: 5;
	border: none;
}



/* = Image Quotes 
*******************************************/

.imgquote {
	height: 0px;
	margin: 0 0 10px;
	overflow: hidden;
}

.quote1 {
	background: url(images/quote1.png) top left no-repeat;
	padding: 61px 0 0;
}

.quote2 {
	background: url(images/quote2.png) top left no-repeat;
	padding: 86px 0 0;
}

.attribution {
	text-align: right;
	font-size: 13px;
	margin-bottom: 25px;
}


/* = Flash Player
*******************************************/

#player img {
	display: block;
}



/* = Footer Info
*******************************************/

#footer h2 {
	font-weight: normal;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	padding-top: 15px
}

#footer h3 {
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	margin-bottom: 3px;
}

#footer p {
	font-size: 16px;
	color: #ccc;
}

#footer p.small {
	font-size: 13px;
	margin-top: 15px;
}

#footer p.footnote {
	font-size: 13px;
	font-style: italic;
	color: #839db9;
	text-align: right;
	margin-top: 55px;
}

#footer a {
	color: #ffffcc;
	text-decoration: none;
}

#footer a:hover {
	color: #ffcc33;
}
	

