body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color:#a12830;
}
h1 {
	font-size:20px;
	color:#333333;
	margin-bottom:0px;
	/*padding:0;*/
}
h2 {
	font-size:20px;
	color:#333333;
}
h3 {
	font-size:15px;
	color:#333333;
	margin:0;
}
p, li {
	font-size:12px;
	color:#333333;
}
a {
	color:#2866af;
	text-decoration:underline;
}
a:visited {
	color:#5780ae;
	text-decoration:underline;
}

#container {
	min-width:900px;
	width:100%;
	height:100%;
}

#header {
	min-width:1007px;
	height:61px;
	background: #ffffff url(../images/bkg-header.gif) top left repeat-x;
}
#header .left-image {
	float:left;
}
#header .right-image {
	float:right;
}
#header .top-nav {
	position:relative;
	width:707px;
	margin:0 auto;
	padding-top:16px;
}
#header .top-nav a {
	display:block;
	height:29px;
	float:left;
	margin:0 2px;
}
#header .top-nav a .text {
	display:none;
}
#header .top-nav a#nav-how {
	width:139px;
	background: url(../images/btn-how.gif) top left no-repeat;
}
#header .top-nav a:hover#nav-how {
	background: url(../images/btn-how.gif) top right no-repeat;
}
#header .top-nav a.active#nav-how {
	background: url(../images/btn-how-on.gif) top right no-repeat;
}
#header .top-nav a#nav-faq {
	width:109px;
	background: url(../images/btn-faq.gif) top left no-repeat;
}
#header .top-nav a:hover#nav-faq {
	background: url(../images/btn-faq.gif) top right no-repeat;
}
#header .top-nav a.active#nav-faq {
	background: url(../images/btn-faq-on.gif) top right no-repeat;
}
#header .top-nav a#nav-locator {
	width:124px;
	background: url(../images/btn-locator.gif) top left no-repeat;
}
#header .top-nav a:hover#nav-locator {
	background: url(../images/btn-locator.gif) top right no-repeat;
}
#header .top-nav a.active#nav-locator {
	background: url(../images/btn-locator-on.gif) top right no-repeat;
}
#header .top-nav a#nav-contest {
	width:103px;
	background: url(../images/btn-contest.gif) top left no-repeat;
}
#header .top-nav a:hover#nav-contest {
	background: url(../images/btn-contest.gif) top right no-repeat;
}
#header .top-nav a#nav-apply {
	width:209px;
	background: url(../images/btn-apply.gif) top left no-repeat;
}
#header .top-nav a:hover#nav-apply {
	background: url(../images/btn-apply.gif) top right no-repeat;
}

#content {
	min-width:900px;
	background: #f3f4f6 url(../images/bkg-content.gif) top left repeat-x;
	z-index:1;
}
#content.index {
	position:relative;
	height:87%;
	background: none;
	background-color:#e7e8eb;
}

#flash-container {
	width:100%;
	height:100%;
	background: url(../images/bkg-no-flash.gif) center center no-repeat;
	position:relative;
	/*z-index:1;*/
}
#flash-container .spacing {
	height:50%;
	margin-bottom:-96px;
}
#no-flash {
	clear:both;
	position:relative;
	margin:0 auto;
	width:328px;
	height:192px;
}

#content .locator, #content .faq {
	padding: 25px 40px 25px 40px;
}
#content .locator .sub-head-tout {
	float:right;
}
#content .locator .logo-container, #content .faq #questions {
	padding-top:20px;
}
#content .locator .logo-container img {
	float:left;
	margin:10px 10px 10px 0;
}


#questions .toggler h2 {
	background-color:#ffffff;
	padding:6px 0 5px 0;
	margin:3px 0;
	color:#a12830;
}

#questions .togglers {
	cursor:pointer;
}
#questions .togglers img.left {
	float:left;
}
#questions .togglers img.right {
	float:right;
}

#questions .elements {
	clear:both;
}
#questions .element div.question {
	background:url(../images/img-q.gif) 0px 5px no-repeat;
	padding:5px 0 5px 30px;
	margin:20px 0 0 20px;
}
#questions .element div.question h3 {
}
#questions .element div.answer {
	background:url(../images/img-a.gif) 0px 5px no-repeat;
	padding:5px 0 5px 30px;
	margin:0 0 20px 20px;
}
#questions .element div.answer p {
	margin-top:0px;
}
#questions .element div.answer ul {
	margin-top:0px;
	margin-left:20px;
}

#footer-home {
	min-width:900px;
	position:relative;
	width:100%;
	bottom:0px;
	background-color:#a12830;
	z-index:10;
}

#footer-home table {
	width:100%;
}
#footer-home table td {
	vertical-align:top;
}
#footer-home table td.left p {
	color:#c8c8c8;
	margin:5px 5px;
	padding:0;
	font-size:9px;
	line-height:120%;
}

#footer-home table td.right p {
	color:#ffffff;
	margin:10px 10px;
	padding:0;
	font-size:10px;
	font-weight:bold;
	line-height:120%;
	text-align:right;
}
#footer-home table td.right p a {
	color:#ffffff;
	text-decoration:none;
}
#footer-home table td.right p a:hover {
	text-decoration:underline;
}


#footer {
	min-width:860px;
	padding:20px 0 10px 40px;
	background-color:#a12830;
	text-align:left;
}
#footer p.links {
	color:#ffffff;
	padding:0;
	font-size:10px;
	font-weight:bold;
	line-height:120%;
}
#footer p.links a {
	color:#ffffff;
	text-decoration:none;
}
#footer p.links a:hover {
	text-decoration:underline;
}
#footer p.legal {
	color:#ffffff;
	padding:0;
	font-size:9px;
	line-height:120%;
}


div.double-hr {
	clear:both;
	height:5px;
	background:url(../images/bkg-logo-container.gif) top left repeat-x;
	margin:20px 0 -10px 0;
	padding:0;
}
.clear {
	clear:both;
}

