@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
background: #fff url(../images/bg.jpg) no-repeat;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
line-height: 1.5em;
height: auto; }

#container {
width: 780px;
height: 500px;
margin: -10px auto 0 auto;
background-color: #fff;
-moz-border-radius: 10px;
-webkit-border-radius: 5px; }

#branding {
z-index: 5;
position: relative;
width: 780px;
margin: 10px auto  0 auto;
}

	#branding h1 {
	text-indent: -9999px;
	width: 304px;
	height: 79px;
	background: transparent url(../images/nms-logo.gif) no-repeat; }


#header {
width: 780px;
height: 40px;
background-color: #E0EEF6;
/* border-bottom: 1px solid #486d52; */
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
z-index: -10;
}
	#divide {
	width: 780px;
	height: 2px;
	}

	#url {
	margin: 0 0 0 10px;
	width: 200px;
	height: 40px;
	float: left;
	}
#apply {
margin: 5px 5px 0 0;
width: 115px;
height: 30px;
float: right;
text-align: center;
z-index: 5;
border: 1px solid #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px; 
background-color: #27537a;
}
#apply a {
/*color: #27537a;*/
color: #FFF;
text-decoration: none;
font-weight: bold;
padding: 5px;
font-size: 14px;
letter-spacing: -1px;
}
#sub_content {
clear: both;
width: 780px;
height: 200px;
background: url(../images/sub_content-bg.jpg) no-repeat;
}
	
	#gonms {
	margin: 25px 7px 0 0;
	float: right
	}
	
		#gonms h2 {
		font-size: 22px;
		font-weight: bold;
		color: #486D52;
		margin-bottom: 5px;
		font-family: Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		}
		#gonms h3 {
		color: #072B61;
		font-size: 16px;
		line-height: 22px;
		font-weight: normal;
		letter-spacing: -1px;
		}
		
	#intro {
	margin: 10px 0 0 0;
	width: 360px;
	}
	
		#intro p {
		font-size: 11px;
		line-height: 1.25em;
		color: #636363;
		font-weight: bold;
		margin: 0 0 7px 0;

		}
	
	.tagline-g {
	font-weight: bold;
	font-size: 16px;
	color: #486D52;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	.tagline-b {
	font-weight: bold;
	font-size: 16px;
	color: #072B61;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	}
	
#content {
position: relative;
padding: 20px 0 0 0;
clear: both;
width: 690px;
}

/*
#sidebar {
width: 130px;
margin: 50px 0 0 25px;
float: left;
}
*/

#solution {
	padding: 20px 70px 20px 50px;
/* background: url(../images/solution-bg.jpg) no-repeat; */
}
#about {
	padding: 20px 70px 20px 50px;
/* background: url(../images/about-bg.jpg) no-repeat; */
}
	#nms {
	width: 780px;
	}
	#nms p {
	font-size: 14px;
	color: #242424;
	margin-bottom: 20px;
	line-height: 1.62em;
	}
	#nms p:first-letter {
	font-size: 17px;
	}
	
	#nms h4 {
	font-weight: bold;
	font-size: 16px;
	color: #486D52;
	margin: 0 0 10px 0;
	}
	
	#options {
		padding: 20px 70px 20px 50px;
	/* background: url(../images/options-bg.jpg) no-repeat; */
	}
	#options ul {
	margin: 0 0 10px 0;
	font-size: 14px;
	}
	
	#options li {
	list-style-type: circle;
	list-style: outside;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}
	
	#how {
		padding: 20px 70px 20px 50px;
	/* background: url(../images/how-bg.jpg) no-repeat; */
	}
	#how ol {
	margin: 0 0 10px 0;
	}
	
	#how li {
	list-style-type: decimal;
	margin-left: 30px;
	list-style: outside;
	font-weight: bold;
	color: #333;
	font-size: 12px;
	}
	
	.bill {
	font-weight:bold;font-size:14px;color:#27537A;
	margin: 0; }
	
	#resources table {
	margin: 0 auto;
	width: 650px;
	}
	
	#resources td {
	width: 325px;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: top;
	}
	
	#resources span {
	font-weight: bold;
	font-size: 12px;
	color: #333;
	}
	
	#resources a {
	text-decoration: none;
	color: #06F;
	border-bottom: 1px solid #06F;
	}
	#resources a:visited {
	text-decoration: none;
	color: #06F;
	border-bottom: 1px solid #06F;
	}
	
	#contact {
	/* background: url(../images/contact-bg.jpg) no-repeat; */
	padding-left: 30px;
	}
	
	#contact h4 {
	font-weight: bold;
	font-size: 16px;
	color: #486D52;
	margin: 0 0 10px 0;
	}
	
	#contact a {
	color: #27537a;
	font-size: 12px;
	}
	#contact a:hover {
	color: #27537a;;
	}
	#contact a:visited {
	color: #27537a;
	}
	
	#contact table {
	clear: left;
	margin: 0 auto;
	width: 680px;	
	}
	#contact td {
	width: 340px;
	padding: 0 0 20px 0;
	}
	#contact span {
	display: block;
	font-size: 14px;
	}
	#contact address .name {
	padding: 20px 0 0 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #333;
	}
	#contact .founder_name {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #27537a;
	}

	#contact address .title {
	margin: 0 0 20px 0;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #666;
	}
	#contact a {
	color: #06F;
	}
	#contact a:visited {
	color: #06F;
	}
	
	#contact address img {
	float: left;
	margin: 0 10px 0 0;
	}
	
#siteinfo {
background-color: #E0EEF6;
margin: 10px 0 10px 0;
padding: 5px 0 0 0;
clear: both;
width: 780px;
height: 110px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-top: 1px solid #999;

}
#credit {
clear: both;
width: 780px; }

	#credit p {
	text-align: center;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	}
	#credit a {
	color: #27537a;
	font-size: 11px;
	}
	#credit a:hover {
	color: #27537a;;
	}
	#credit a:visited {
	color: #27537a;
	}
	#logo {
	margin: 0 0 0 30px;
	float: left;
	width: 200px;
	}


	#contactinfo {
	width: 330px;
	float: left;
	}
		#contactinfo p {
		text-align: center;
		font-size: 12px;
		color: #242424;
		font-weight: bold;
		}
		
	#ehl {
	margin: 5px 0 0 0;
	width: 205px;
	float: left;
	}
		#ehl p {
		font-size: 10px;
		color: #333;
		line-height: 11px;
		}
.column {
width: 240px;
float: left;
}

