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


/*******************************************************************************

 RESET

 *******************************************************************************/


html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}








/*******************************************************************************

 HTML AND BODY

 *******************************************************************************/

html, body {
	height: 100%;	
}

body {
	margin-top: 0;
	background-image: url(../images/bg.gif);
	background-color: #191a1b;
	background-repeat: repeat-x;
	font-size: 13px;
}









/*******************************************************************************

 CONTENT

 *******************************************************************************/

#contentcontainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #aeaeae;
}

h1 {
	margin: -50px 0 0 0;
	color: #d7d7d7;
	text-align: center;
	font-weight: normal;
	letter-spacing: .08em;
}

h2 {
	background-image: url(../images/h2_bar_short.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 105%;
	padding: .5em 0 .5em 1em;
}

h2.wide {
	background-image: url(../images/h2_bar_long.gif);
	background-repeat: no-repeat;
	margin-left: 35px;
}

p {
	line-height: 1.9em;
}

p.eoe {
	font-size: 12px;
	padding: 1em 0;
}

a {
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
	font-weight: bold;
}

a:link {
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
} 

a:visited {
	color: #ddd;
	text-decoration: none;
	background-color: transparent;
} 

a:active { 
	color: #ddd;  
	text-decoration: underline;
	background-color: transparent;
} 

a:hover { 
	color: #eee; 
	text-decoration: underline; 
	background-color: transparent;
}

ul.naics {
	list-style: none;
	line-height: 1.8em;
	padding: 0 0 0 .5em;
}

li.naics {
	list-style: none;
}

#leftside {
	float: left;
	width: 460px;
	text-align: left;
	margin: 73px 0 0 35px;
}

#leftside p {
	margin: 0 15px 0 0;
}

#rightside {
	float: right;
	width: 470px;
	text-align: left;
	margin: 13px 35px 0 0;
}

#rightside p {
	margin: 0 30px 0 16px;
}

#twocolumn {
	width: 1024px;
	clear: both;
	text-align: left;
}

#contentleft {
	float: left;
	width: 210px;
	text-align: left;
	margin: -.25em 0 0 0;
}

#contentright {
	float: right;
	width: 255px;
	text-align: left;
	margin: -.25em -.5em 0 0;
}

#featureparagraph {
	margin: 4em -.5em 0 0;
	height: 240px;
}

#experience {
	margin: 150px 0 0 0;
	background-color: #d7d7d7;
	border-top: solid thick #191a1b;
	border-width: 65px;
	width: 450px;
}

#experience img {
	text-align: center;
	margin: 3em 0 2em 33px;
}

#naicsleft {
	float: left;
	width: 460px;
	text-align: left;
	margin: 0 0 0 45px;
}

#naicsright {
	float: right;
	width: 460px;
	text-align: left;
	margin: 0 35px 0 0;
}

#emptyspace {
	padding-top: .8em;
}

img.button {
	padding: 2em 0 .5em 0;
}

#nav {
	list-style: none;
	text-align: right;
	padding: 0 2em 1.5em 1em;
}

#nav li {
	list-style-type: none;
	display: inline;
}

#nav a {
	padding-left: 1em;
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}

#nav a.off {
	font-weight: normal;
	color: #aaa;
	text-decoration: none;
	background-color: transparent;
}

#nav a:hover { 
	color: #eee; 
	text-decoration: none; 
	background-color: transparent;
}



/*******************************************************************************

 FOOTER

 *******************************************************************************/



#footer {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	top: 1670px;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	color: #aeaeae;
	padding: 0 0 2em 0;
	width: 1024px;
}

#footer p.left {
	text-align: left;
	float: left;
	margin: 0 0 0 45px;
}

#footer p.right {
	text-align: right;
	float: right;
	margin: 0 55px 0 0;
}

#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddd;
	text-decoration: none;
	margin-left: 15px;
}

#footer a:hover {
	color: #eee;
	text-decoration: underline;
}