@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DDDDDD;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #DDDDDD;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	background: #DDDDDD; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 20px 20px 20px;
	margin: 20px 660px 20px 0px;
}

.twoColFixLtHdr #sidebar1 p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
} 

.twoColFixLtHdr #sidebar1 li {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
	line-height: 18px;
} 


.twoColFixLtHdr #mainContent { 
	float: right;
	width: 650px;
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #666;
	margin: 20px 0px 20px 0px;

} 


.twoColFixLtHdr #mainContent H1 {
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
} 

.twoColFixLtHdr #mainContent p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
} 

.twoColFixLtHdr #mainContent li {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	padding-left: 10px;
	line-height: 18px;
} 

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#ebebeb;	
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 30px 20px 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


div.logo  {
	width:143px;
	float:left;
	margin-top: -10px;
}

div.footertxt {
	width:600px;
	float:right;
	text-align: right;
}

.footertxt  {
color: #787878;
font-family: Arial, Helvetica, sans-serif ;
font-size:10px;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
padding-left:10px;
padding-right:40px;
font-size: 11px;
}


#naacus-homepage-mockup-01 {
	width:960px;
	margin:0px auto;
	margin-top:0px;
	margin-bottom:0px;
	height:138px;
	background-image: url(../images/newheader.jpg);
	background-repeat:no-repeat;
}

#main_banner {

	width:960px;
	height:224px;
	background-color:  #60381f;
}

#naacus-homepage-mockup-03 {
	background-color:  #dddddd;
	width:280px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	float:left;
	height:340px;
	margin-top:20px;
	border-right-style: none;
	margin-top: 0px;


}

#line  { padding:4px; margin:50px 4px 4px 4px; width:3px; height:300px; float:left; text-align:center;       } 

#naacus-homepage-mockup-04 {
	background-color: #dddddd;
	width:280px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	float:left;
	height:340px;
	margin-top:0px;
	
	
}

#naacus-homepage-mockup-05 {
	background-color: #dfdddd;
	width:280px;
	height:340px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	margin-top:0px;
	
	
}

#bodycontent  {
background-color: #dfdddd;
width:950px;
height:auto;
margin:0px auto;
float:left;
padding-bottom:10px;
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}
 

#bodycontent  h3, .text, .titletext {

width:760px;
margin-left:40px; margin-right:20px;

}

#bodycontent2  {
background-color: #dfdddd;
width:950px;
height:auto;
margin:0px auto;
float:left;
padding-bottom:10px;
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
}
 

#bodycontent2  h3, .text, .titletext {

width:560px;
margin-left:40px; margin-right:20px;

}


#naacus-homepage-mockup-06 {
	
	width: 920px;
	background-color: #ebebeb;
	border-top:#999999;
	border-top-style:solid;
	border-top-width:1px;
	float:left;
	padding: 20px;


}



 Text Styles 




h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
}

h2 {
	font-size: 14px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	text-transform: uppercase;
}

.titletext {
	font-size: 12px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	text-transform: uppercase;
	font-weight:400;
}

h3 {
	font-size: 12px;
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
	
}
.eventtxt {
	font-family:Arial, Helvetica, sans-serif;
	color:#010101;
	font-size: 11px;
	padding-left:10px;
	padding-right:40px;
	
}

#nav {
float:right;
width:600px;
margin-top:10px;
font-size:12px;
color:#333333;
font-weight:400;
font-family:Arial, Helvetica, sans-serif;
text-transform: uppercase;
text-align:right;
padding-right:20px;
text-decoration:none;
}



#nav span {margin:0 15px;}
#nav #nav-active {font-weight:bold; text-decoration:none;}
#nav span {color:#333333;}
#nav #nav-active {color:#333333;}
a.a:link {color:#333333; text-decoration:none;}
a.a:visited {color:#333333; text-decoration:none;}


.twoColFixLtHdr #featuretxt_box {
	width:550px; 
	height:200px; 
	margin-top:10px; 
	float:right; 
	padding:10px 10px 0px 20px; 
	font-family:Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	font-size:14px;
}

.featuretxt  {  font-size: 1em;
	color: #ffffff;
	font-family: "Arial", Times, serif;
	line-height:25px;
	
	}

.featuretxt_title  {  
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	font-family: "Arial", Times, serif;
	
	}
.mission { font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	padding-left:10px;
	padding-right:40px}

a:link {
	color: #003399;
}
a:visited {
	color: #003399;
}
 
   a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
   .button {
    color: #ffffff;
    background-color: #003399;
    padding: 6px 10px;
	font-family:Arial, Helvetica, sans-serif;
  } 
  
