/*#############################################################
Site: NEContracting.com 
Author: Michael Schultz {bettadesigns.com}
Date: 01.31.08
#############################################################*/

/* Rewrites */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;
	outline: none;}

body {
	background: #540000;
	color: #737373;
	font: normal 62.5% gill sans ,sans-serif;
}

p,ul,ol {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}


h1 {
	font: normal 2.4em sans-serif;
}

h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

hr {
	background: #fff;
	margin-bottom: .3em;
}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

ul,ol {
	margin-left: 2em;
}

img {
	padding: 10px 0;
	border: none;
}

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* Header */
.header {
	background: url("../images/nec-logo.gif") no-repeat;
	font: normal 2.2em sans-serif;
	margin-left: 22px;
	width: 700px;
	height: 161px;
}


/* Body */
.wrapper {

}


.container {
	position: relative;
	background: url("../images/bodybg_tile.png") repeat-y center top;
	width: 742px; 
	margin: 0 auto; 
}

.main {
	
}
.main .left {width: 62%;}
.main .right {width: 38%;}

.announcement {
	background: url("../images/ticker.png") no-repeat;
	height: 70px;
	margin: 0px;
	color: #f0f0e8;
	font: normal 10px sans-serif;
}

.announcement p {
	padding-top: 5px;
	padding-bottom: 0px;
	color: #f0f0e8;
	font: normal 10px sans-serif;
}

.announcement a {
	color: #540000;
	text-decoration: underline;
}

.announcement a:visited {
	color: #540000;
	text-decoration: underline;
}

.announcement a:hover {
	color: #f0f0e8;
	text-decoration: underline;
}


.content {
	padding: 15px 20px 0 40px;
}


/* content */
.content h1 {
	color: #737373;
	margin-bottom: 5px;
	padding: 6px 0 4px;
	font-weight: bold;
	font-family: Times, serif;
}

.content h1 a {
	color: #540000;
	text-decoration: none;
}

.content h1 a:hover {
	color:#540000;
	text-decoration: underline;
}

.content a {
	color: #540000;
	text-decoration: underline;
}
.content a:hover {color: #000;}
.content a:visted {color: #000;}


.content .descr {
float: right;
margin-top:-2.4em;
}

#emails ul li{
	margin: 5px; 0 0 0;
}


/* Nav */
.nav {background: url(../images/nav.png) no-repeat;
}
.nav a {
	color: #f0f0e8;
	float: left;
	font: bold 1.3em helvetica, sans-serif;
	line-height: 29px;
	margin: 0 0 0 40px;
	padding: 0 5px;
}
.nav a:hover {
	background: url(../images/nav_hover.gif);
	color: #540000;
}

.nav .here {
	color: #540000;
}


/* Sub-Nav */
.subnav {
	color: #f0f0e8;
	padding: 14px 20px 0 14px;
	font-family: Times, serif;
}
.subnav h1 {padding-top: 8px;
			color: #f0f0e8;
			font-size: 26px;}
.subnav ul {margin: 0;}
.subnav li {
	/*background: url(../images/bullet.png) no-repeat left top;*/
	color: #540000;
	list-style: none;
	margin: 0;
	font-size: 16px;
}
.subnav li a {
	color: #f0f0e8;
	line-height: 1.6em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #540000;}

.subnav .here {
	color: #540000;
}


/* Footer */
.footer {
	background: url("../images/footer.png") no-repeat bottom;
	color: #89200d;
	height: 92px;
	width: 742px;
	padding: 0;
	margin: 0 auto;
}

.footer a {color: #666;}
.footer a:hover {
	color: #f0f0e8;
}


/* Bottom */
.bottom {
	width: 600px;
	padding: 55px 0 0 40px;
	color: #666;
	line-height: 2.4em;
	clear: both;
	font-size: 1.1em;
}

.bottom a {
color: #666;
}

.bottom a:hover {
color: #000;

}

/* Design by */

.designby {
height: 27px
padding-top: 10px;
}
