/*
''template details start''
'name:NAC Home
'primary:true
'serial:8383
'cssFile:NAC_home.css
'aspFile:NAC_home.asp
''template details end''
*/


body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0;
}

.bodyStyle {
	background:#565656 url(/~images/template/NAC/background.jpg) repeat-x center top;
	margin:0;
	padding:0;
}

h1 {
	font-size:16px;
	color:#003352;
	padding: 0;
	margin: 0;
}

h2 {
	font-size:13px;
	color:#003352;
	padding: 0;
	margin: 0;
}

h3 {
	font-size:12px;
	color:#276D17;
}

a {
	color: #666666;
	text-decoration: underline;
}

#container {
	padding-top: 20px;
	width: 881px;
	margin: auto;

}


/***************************** HEADER *****************************/

#header {
	width: 881px;
	height: 223px;
	margin: auto;
	background: url(/~images/template/NAC/home_header.png) no-repeat center top;
	padding-bottom: 4px;
}

#flags {
	position: relative;
	top: -50px;
	left: 49px;
}

#image {
	position: relative;
	left: 220px;
}


/***************************** NAVIGATION *****************************/

#nav {
	width: 881px;
	height: 109px;
	background: url(/~images/template/NAC/home_nav.png) no-repeat center top;
}

#nav ul {
list-style-type: none;
margin: 0 0 0 15px;
padding: 0;
}

#nav ul li {
	display: block;
	float: left;
	width: 171px;	
}

#nav ul li a,
#nav ul li a:link,
#nav ul li a:active,
#nav ul li a:visited {
	color: #8e8e8e;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding:80px 0 0 0;
}	

#nav ul li a:hover {
	text-decoration: none;
	color: #FFF;
}


/***************************** CONTENTS *****************************/

#contentz {
	margin: 0px;
	padding-top: 4px;
}

#contentz_top {
	background: url(/~images/template/NAC/contentz_top.png) no-repeat center top;
	width: 881px;
	height: 40px;
	margin: 0px;
}

.sub_header {	
	position: relative;
	top: 15px;
	left: 20px;
}

.page_header {
	position: relative;
	top: -4px;
	left: 238px;
}

#contentz_middle {
	background: #FFF url(/~images/template/NAC/contentz_middle.png) center top;
	width: 879px;
	margin-top: 0px;
	border-left: 1px solid #272727;
	border-right: 1px solid #272727;
	overflow:auto;
}

#contentz_bottom {
	background: url(/~images/template/NAC/contentz_bottom.png) no-repeat center top;
	width: 881px;
	height: 13px;
	margin: 0;
	padding-bottom: 4px;
}

#newsbox {
	width: 170px;
	float: left;
	padding: 10px 20px;
}

#side {
	margin-top:20px;
}

.frame {
overflow:hidden;
	height: 350px; 
}

#home {
	float: right;
	padding: 15px;
	width: 630px;
}

#video {
	width: 390px;
	float: right;
	background: #9d9d9d url(/~images/template/NAC/video_background2.jpg) repeat-x center top;;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#youtube {
	margin-top: 24px;
}


/***************************** FOOTER *****************************/

#footer {
	width: 881px;
	height: 64px;
	margin: auto;
	background: url(/~images/template/NAC/footer.png) no-repeat center top;
	padding-bottom: 10px;
	color: #003352;
}

#footer_nav {
	float: right;
	position: relative;
	top: 26px;
	margin-right: 26px;
}

#footer_nav a {
	color: #a89682;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	padding: 0 6px;
	font-weight: bold;
	text-transform: uppercase;
}	

#footer_nav a:hover {
	text-decoration: none;
	color: #FFF;
}

#footer_search {
	float: right;
	position: relative;
	top: 17px;
	margin-right: 18px;
}

.search_td {
	padding-left: 2px;
}

.search_button {
	background: url(/~images/template/NAC/search.png) no-repeat center top;	
	width: 75px;
	height: 21px;
	border: 0px;
	cursor:pointer;
}

#copyright {
	font-size: 10px;
	text-align: center;
	color: #202020;
	padding-bottom: 12px;
}

#copyright a {
	color: #202020;
}


