@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0;}

body {
	font: 1em "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background: #ffd638 url(../images/body-top-band.png) repeat-x;
}

div#wrap {
	min-width: 600px; max-width: 1000px;
	margin:0 auto;
	background: #ffd638;
}

header {
	margin: 5% 0;
	width:100%;
}

header img {
	padding-right: 163px;
	padding-bottom: 25px;
}

header .info {	
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-size: .80em;
	color: #565656;	
	position: relative;
	float: left;
	height: 88px;
	padding-top: .40em;

}

header a.mail {
	display: block;
	width:23px; height: 23px;
	float:left;
	background: url("../images/mail-social-dark.png") -92px 0;
	margin-left: 10px;
}

#button {
	width: 100%;
	margin-left: 40px;
	margin-right: auto;
	margin-top: 20px;
	float:left;
}

#button p a.question-button {
	display:block;
	width: 313px; height: 43px;
	background: url(../images/large_blue-button.png) 0 0px no-repeat,
				url(../images/large_blue-button.png) right -129px no-repeat;
	text-decoration: none;	
}
 
#button p a span {
	display: block;
	color: #ffffff;	
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
	font-size: .85em;
	margin-left: 30px;
	padding-top: 14px;
}

#button p a.question-button:hover {
	background-position: 0 -43px, right -172px;
}

#button p a.question-button:active {
	background-position: 0 -86px, right -215px;
}

/********* Main Menu *********/
nav {
	width:100%;
	background-color: #ffd638;
	height: 48px;
	
}

#navMain{
	list-style:none;
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;	
	font-size:1em;
	border:1px solid #a81b2f;
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:url('../images/nav-bg.jpg');
/*	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px; */
}

#navMain > li{
float:left;
position:relative;
border-right:1px solid #9b2838;
}

#navMain > li > a{
color:#f4e4e6; /* #f4e4e6 change to this color when going live */
float:left;
text-decoration:none;
padding:11px 18px;
border-right:1px solid #bf3549;
}

#navMain .currentPage a{
 background: rgb(99, 20, 32);
 /* RGBa with 0.6 opacity */
 background: rgba(99, 20, 32, 0.25);
}

#navMain ul {
display:none;
}

#navMain ul {
display:none;
position:absolute;
list-style:none;
left:0;
padding:0;
margin:0;
border-top:1px solid #a81b2f;
background:#e8edee;
}

#navMain ul li a{
color:#5d6364;
text-decoration:none;
display:block;
padding:6px 7px;
border-bottom:1px solid #d3d9da;
border-left:1px solid #d3d9da;
border-right:1px solid #d3d9da;
font-size:13px;
}

#navMain li:hover ul {
display:block;
top:39px;
min-width:200px;
}

.articlemsg {
	width: 100%;
	background-color:#ffd638;
}

.sectmsg {
	width: 405px;
	background: #f5f5f5 url(../images/section-background-top.png) repeat-x;
	float:left;
	height: 340px;
}

.codereq {
	display:none;
}

.headline {
	font-family: "Gotham", Helvetica Neue, Helvetica, Arial, sans-serif;	
	font-style: normal;
	font-size: 2em;
	font-weight: 100;
	line-height: 1em;
	color: #4F4F4F;
	float: left;
	text-align: left;
	padding: 30px 40px 15px 40px;
}

.textbox {
	font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;	
	font-size: .80em;
	line-height: 1.5em;
	color: #6E6E6E;
	float: left;
	text-align: left;
	padding: 0 40px 20px 40px;
}

/************ General Library ****************/
span {
	color: #0061BC;
	font-weight: bold;		
}

.right {
	float: right;
}

.left {
		float: left;
}

div .checkboxsize fieldset label.radiolabel {
  font-size: 1em;
  margin-top: -14px;
}

span.error {
	padding-left: 30px; 
	color: red;
	font-style: italic;
}

.articleform {
	width: 100%;
	background: #FFFFFF url("../images/article-background-top.png") repeat-x;
	float:left;
}
