@import url("reset.css");
@import url('form.css');

/* NTracts */


/*-------------------------------
			 Globals 
--------------------------------*/
body{
	background: #877F66 url(../images/bg.gif) top left repeat-x;
	font: 1.0em/1.2em Arial, Helvetica, sans-serif;
}

#container{
	width: 900px;
	margin: auto;
	background: #E0DCCE;
	/*margin-top: 25px;
	margin-bottom: 20px;*/
	padding: 0 0 10px 0;
	border: 1px black solid;
	border-top: none;
	border-bottom: none;
}

.name{
	font-weight: bold;
	font-style: italic;
}

.hack{
	width: 900px;
	margin: auto;
	height: 7px;
	text-align: center;
	display: block;
	marker-top: 0;
	padding-bottom: 20px; 
}

.top{
	padding: 25px 0 0 0;
}

/*-------   header   --------*/
#header{
	background: white url(../images/header_bg.gif) bottom left repeat-x;
	height: 100px;
	padding: 10px 10px 10px 35px;
}

#header h1{
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) top left no-repeat;
}


/*-------   main column  --------*/
#main_col{
	float: left;
	width: 530px;
	background: white url( ../images/main_col_bg.jpg) top center no-repeat;
	border: 1px solid #999179;
	padding: 250px 10px 60px 10px;
	margin: 22px 0 15px 10px;
}

#main_col h2{
	color: #A61123;
	font: 1.2em/1.6em Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main_col p{
	font: 0.8em/1.3em Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
}

#main_col .tagline{
	color: #999179;
	padding: 0;
	height: 56px;
	background: url(../images/tag_line.gif) top center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#main_col .tagline .firstline{
	color: #003F75;
}

/*----   secondary column  -----*/
#sec_col{
	float: right;
	width: 320px;
	background: #E0DCCE;
	margin: 10px 0 0 0;
}


#core_features{
	background: #E0DCCE url(../images/sec_col_bg.gif) top left no-repeat;
	height: 780px;
	padding: 20px 0 0 0;
}

#core_features h2{
	font: 1.5em/1.8em Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-align: center;
	letter-spacing: 1px;
	padding-bottom: 15px;
}

.featureimg{
	width: 230px;
	margin: auto;
	height: 225px;
}

.featureimg .featuretext{
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
	text-align: center;
	color: white;
	width: 200px;
}


/*----   footer  -----*/
#footer{
	background: white;
	clear: both;
	border: 1px solid #999179;
	margin: 10px 15px 10px 10px;
	height: 200px;
}

#footer h3{
	color: #A61123;
	font: 1.4em/1.6em Trebuchet, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	text-indent: 10px;
}

#footer ul{
	float: left;
	width: 48%;
}

#footer li{
	font: 0.8em/1.8em Arial, Helvetica, sans-serif;
	list-style: outside url(../images/list_arrow.gif);
	margin-left: 30px;
}

.clear{
	clear:both;
}