@charset "UTF-8";
/* CSS Document */

body {
	background-color:#666666;
	padding:0px;
	margin:0px;
}

.container {
	width:1072px;
	margin:-65px auto;
}

.background {
	background-image:url(images/home_background.jpg);
	background-repeat:no-repeat;
	background-position:center; 
}

#footer {
  text-align:center;
  margin: -20px auto;
  padding-top:40px;
  width:1072px;
  height:213px;
  background-image:url(images/home_footer.jpg);
  background-position:center;
  background-repeat:no-repeat;
}

#header {
	width:1072px;
	height:229px;
	background-image:url(images/home_header.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#content {
	background-image:url(images/home_content.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.background {
	background-image:url(images/home_background.jpg);
	background-repeat:no-repeat;
	background-position:center; 
}

.lefthome {
	text-align:center;
	padding-top:84px;
	width:310px;
	float:right;
}

.lefthome p {
	font-size:13px;
	line-height:16px;
	text-align:center;
	color:#FFFFFF;
	margin-top:10px;
	margin-bottom:0px;
	font-weight:normal;
}

.center {
	padding-top:48px;
	width:260px;
	margin:0px auto;
}

.center p {
	font-size:13px;
	line-height:16px;
	margin-left:12px;
	margin-right:12px;
	color:#FFFFFF;
	font-weight:normal;
}

.nacdb_logo {
	text-align:center;
	padding-top:20px;
}

.ccc_logo {
	text-align:center;
	padding-top:50px;
}

.right {
	text-align:center;
	padding-top:78px;
	width:310px;
	color:#FFFFFF;
	float:left;
}

.right p {
	font-size:13px;
	line-height:16px;
	margin-left:3px;
	margin-right:17px;
	margin-bottom:5px;
	margin-top:0px;
	color:#FFFFFF;
}

.right .niftysubmit {
	background:url(images/home_submit.jpg);
	margin-top:15px;
	width:79px;
	height:20px;
	border:none;
}

/* Home Page Specific Footer Nav Formatting */

#footer a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	color:#868586;
	padding: 0 1%;
}

#footer a:hover {
	text-decoration: none;
	color:#CC0000;
}

#footer a.active {
	color:#CC0000;
}

#footer p.copywrite {
	color: #b4b4b4;
	text-align:center;
	margin-top:-10px;
}

#footer p {
	text-align:center;
}

#social {
	text-align:left;
	margin-top:-10px;
	padding-left:155px;
	display:inline;
	float:left;
	width:100px;
}

.designbuild {
	text-align:right;
	padding-right:155px;
	margin-top:-10px;
	line-height:10px;
	float:right;
	font-size:7pt;
	display:inline;
}