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,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
ol, ul {
	list-style: none;
}
 
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
 
 
a img, :link img, :visited img { border: none; }

html, body, td, th {
	/* Suggested arial font list */
	font-family: Trebuchet, "Trebuchet MS", "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
} 

body.smalltext  { font-size: 100%; }
body.mediumtext { font-size: 125%; }
body.largetext  { font-size: 150%; }

/* Keep superscript tags from breaking line-height */
sup {
	font-size: 13px;
	vertical-align: baseline;
	position: relative;
	bottom: 0.09em;
}
 
/* From simplebits, use the prettiest ampersand possible */
span.amp {
	font-family: "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	font-size: 110%; 
}
 
body {
	text-align: center;
	background: #F5F5F5;
}
 
#outer {
	width: 778px;
	margin: 0 auto;
	text-align: left;
	background: #F5F5F5;
}

#frame 
{
	margin-top:20px;
	border:1px solid #CCCCCC;
	background:#fff;
}

#header {
	height: 84px;
	overflow: hidden;
	position: relative;
	margin: 0 7px;
}

#header h1 {
	font-size: 30px;
	letter-spacing: -4px;
	padding: 26px 0 0 20px;
}

#header a.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff url(/naco/img/NACO.jpg) no-repeat scroll 20px 15px;
	
}

#header #secondary_logo {
	position: absolute;
	top: 0;
	left: 555px;
	padding-top:15px;
}

#nav 
{
	height: 44px;
	width:758px;
}
#nav div.button
{	
	position:relative;
	float:left;
	overflow:hidden;
	margin-left:3px;
}
#nav div.first 
{
	margin:0;
}

#nav a 
{
	display: block;
	color: white;
	background: #006599;
	width: 250px;
	height: 31px;
	float: left;
	text-decoration: none;
	overflow:hidden;
	font-weight:bold;
	line-height:2.5em;
	text-align:center;
}

#nav a:hover, #nav a.selected
{
	background: #FF6600;
}

#content-outer, #footer 
{
	border-top:1px solid #CCC;
}

#content-outer
{
	background:#E8E8E8;
	padding:20px;
}

#content 
{
	background: #FFF;
	padding:17px;
	border:1px solid #CCC;
}

#content h5.first {
	margin-top:0pt;
}
#content h5 {
	color: #525358;
	font-size: 2em;
}

#content p 
{
	color: #525358;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1em 0 1.5em 0;
}


#content #errors ul {
  list-style-type: disc;
  margin: 10px 30px;
}

#content #errors li {
	color: red !important;
	font-weight: bold !important;
}


#footer {
	background: #FFF;
	border-bottom:1px solid #CCC;
}

#footer p {
	font-size: 11px;
	line-height: 10px;
	color: #666666;
	text-align: center;
	padding: 0px 0 7px 0;
}

#footer .links {
	padding-top: 5px;
}

#footer .links a {
	padding: 0 15px;
	font-size: 10px;
	font-family:Arial;
	line-height: 10px;
	color: #00349A;
	text-decoration: none;
	background: url(/naco/img/footer_divider.jpg) no-repeat 0 2px;
}

#footer .links a.first {
	background: transparent;
	padding-left: 0;
}


fieldset {
	width: 483px;
	background: url(/naco/img/form_background.jpg) repeat-y;
	border-bottom: 12px solid #fff;
	position: relative;
}

fieldset span.wrapper {
	width: 483px;
	display: block;
	background: url(/naco/img/form_top.jpg) no-repeat;
}

fieldset span.wrapper span.wrapper {
	width: 451px;
	display: block;
	background: url(/naco/img/form_bottom.jpg) no-repeat bottom left;
	padding: 2px 16px 12px 16px;
}

fieldset label,
fieldset label span {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	color: #29292C;
	display: block;
}

.asterisk {
	color: #FF0D00;
}

fieldset .form-input-select,
fieldset .form-input-textbox,
fieldset .form-input-textarea,
fieldset .form-input-checkbox {
	padding: 12px 0 0 0;
}

fieldset .form-input-checkbox input {
	float: left;
	display: inline;
	margin: 1px 6px 0 2px;
}

fieldset .form-input-select select,
fieldset .form-input-textbox input,
fieldset .form-input-textarea input,
fieldset .form-input-checkbox span {
	font-family:inherit;
}

#enroll-form,
#replacement-form,
#tell-a-friend-form {
	position: relative;
	padding-top: 10px;	
	margin: 0pt 0pt 0pt 100px;
}

#enroll-form p#required,
#replacement-form p#required,
#tell-a-friend-form p#required,
#additional-members-form p#required {	
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	color: #29292C;
	text-align: right;
	margin: -15px 0 0 0;
	padding: 0;
	position: absolute;
	width: 470px;
}

#enroll-form #one .form-input-radio label {
	float: left;
	display: inline;
	padding: 2px 5px 0 0;
}

#enroll-form #two #txtAddress1-div input,
#enroll-form #two #txtAddress2-div input {
	width: 370px;
}

#enroll-form #two #txtAddress1-div { padding-bottom: 2px; }
#enroll-form #two #txtAddress2-div { padding-top: 2px; }

#enroll-form #one #txtFirst-div input { width: 152px; }
#enroll-form #one #txtInitial-div input { width: 36px; }
#enroll-form #one #txtLast-div input { width: 152px; }
#enroll-form #two #txtCity-div input { width: 130px; }
#enroll-form #two #ddlState-div select { width: 105px; }
#enroll-form #two #txtZip-div input { width: 109px; }
#enroll-form #two #txtPhone-div input { width: 130px; }
#enroll-form #two #txtEmail-div input { width: 225px; }
#enroll-form #three #txtYear-div input { width: 50px; }

#enroll-form #one #genderlist-label,
#enroll-form #one #rbMale-div,
#enroll-form #one #rbFemale-div,
#enroll-form #one #txtFirst-div,
#enroll-form #one #txtInitial-div,
#enroll-form #one #txtLast-div,
#enroll-form #two #txtCity-div,
#enroll-form #two #ddlState-div,
#enroll-form #two #txtZip-div,
#enroll-form #two #txtPhone-div,
#enroll-form #two #txtEmail-div,
#enroll-form #three #ddlMonth-div,
#enroll-form #three #ddlDay-div,
#enroll-form #three #txtYear-div {
	float: left;
	display: inline;
	padding: 12px 11px 0 0;
}

#enroll-form #one #genderlist-label {
	padding: 14px 25px 0 0 ;
}

#enroll-form #one #rbMale-div { width: 56px; }
#enroll-form #one #rbFemale-div { width: 71px; }

#enroll-form #one #rbMale-div label,
#enroll-form #one #rbFemale-div label,
#enroll-form #one #rbMale-div input,
#enroll-form #one #rbFemale-div input {
	margin-left: 3px;  
	float: right;
	display: inline;
}

#enroll-form #three #ddlMonth-div,
#enroll-form #three #ddlDay-div,
#enroll-form #three #txtYear-div {
	padding-right: 5px;
}

#enroll-form #one #txtFirst-div,
#enroll-form #two #txtPhone-div,
#enroll-form #three #cbAdd-div {
	clear: left;
}

#enroll-form #four #txtIDNumber2-div {
	margin: -35px 0 0 160px;
}

#enroll-form #btnSubmit-div,
#replacement-form #btnSubmit-div,
#tell-a-friend-form #btnSubmit-div {
	padding: 4px 17px;
}

#enroll-form #btnSubmit-div span {
	padding: 12px 12px 4px 0;
}


#additional-members-grid {
    border: 1px solid #CCCCCC;
    margin: 0 0 22px 0;
    padding: 2px;
}

#additional-members-grid table {
    width:100%;
}

#additional-members-grid table tr th {
    font-weight:bold;
}

#additional-members-grid table tr th {
    padding: 7px 0 4px 7px;
}

#additional-members-grid table tr td {
    padding: 7px 0 7px 7px;
}

#additional-members-grid table tr.odd {
    background-color: #eff0ef;
}

#additional-members-grid table tr.line td {
    border-top: 1px solid #CCCCCC;
    padding: 0 0 2px 0 !important;
}

#additional-members-grid table tr th.link,
#additional-members-grid table tr td.link {
    text-align:center;
}

#default #ddlCounty-div select,
#default #ddlState-div select
{
	border: 1px solid #CCC;
	width: 160px;
	font-family: Trebuchet, "Trebuchet MS", "Helvetica Neue", arial, helvetica, sans-serif;
	font-size: 15px;
}

#default #enterzip {
  padding: 13px 16px;
  border: 1px solid #CCC;
}
#default #enterzip h5 {
  display: inline;
}
#default #enterzip .form-input-textbox {
  display: inline;
  padding: 0 12px 0 20px;
  vertical-align: 4px;
}


#default .divider {
  margin: 14px 0;
  padding: 13px 16px;
  border: 1px solid #666; 
  background-color: #CCC;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

#default #states {
	border: 1px solid #CCC;
  padding: 13px 16px;
  overflow: auto;
  width: 666px;
}

#default #states #statemap {
  float: right;
  display: inline;
}
#default #states input, 
#default #states select
{
  margin-top: 14px;
}
