@charset "UTF-8";
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}

body  {
	font: 100% "Trebuchet MS", sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#wrapper {
	margin:0 auto;
	width: 925px;
}
#headerBg {
	margin:0 auto;	
	background: #404040;
	height: 94px;
	text-align: center;
}
#header {
	left: 0;
	margin:0 auto;
	position:relative;
	width: 900px;
	text-align: left;
	padding-left: 25px;
}

#footerBg {
	margin:0 auto;	
	background: #111111;
	height: 30px;
	text-align: center;
}
#footer {
	left: 0;
	margin:0 auto;
	position:relative;
	width: 900px;
	text-align: left;
	padding-left: 25px;
	padding-top: 7px;
}
.footerTxt {
	font: 70% "Trebuchet MS", sans-serif;
	color: #4d4d4d;
}
#navBg {
	margin:0 auto;	
	height: 65px;
	text-align: center;
	background: #231f20;
}
#nav {
	margin:0 auto;
	width: 925px;
}

#navWrapper{
	float: left;
	width: 100%;
	margin-left: 25px;
}

#nav1{
	margin-right: 225px; /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
	height: 65px;
	background-image:url(../img/nav1.gif);
}

#nav2{
	float: left;
	width: 100px; /*Width of left column in percentage*/
	margin-left: -225px; /*Set left margin to -(LeftColumnWidth + RightColumnWidth)*/
	padding-left: 10px;
	height: 65px;
	background-image:url(../img/nav2.gif);
}

#nav3{
	float: left;
	width: 90px; /*Width of right column in pixels*/
	margin-left: -125px; /*Set margin to -(RightColumnWidth)*/
	padding-left: 10px;
	height: 65px;
	background-image:url(../img/nav2.gif);
}
.innerNav{
	margin: 0;
	text-align:left;
	padding-top: 14px;
}
.navMain {
	font: 80% "Trebuchet MS", sans-serif;
	color: #e6e6e6;
	margin-top: 0px;
}
.navMain a {
	color: #cccccc;
}
.navMain a:hover {
	color: #ff6600;
	text-decoration:none;
}
.navSub {
	font: 80% "Trebuchet MS", sans-serif;
	color: #e6e6e6;
	margin-top: -10px;
}
.navSub a {
	color: #cccccc;
}
.navSub a:hover {
	color: #ff6600;
	text-decoration:none;
}
.navSeparator {
	color: #404040;
	padding: 0 6px;
}
.navSelected {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #aaaaaa;
}

#content {
	left:0;
	margin: 0 auto;
	position:relative;
	margin-top: 30px;
	width:925px;
}
.post {
	left: 25px;
	position: relative;
	top:25px;
	width:900px;
	margin-bottom: 40px;
}
.leftPost {
	left: 0;
	margin-bottom: 20px;
	padding-bottom:20px;
	position:relative;
	top: 0;
	width: 425px;
}
.rightPost {
	left:472px;
	margin-bottom: 20px;
	padding-bottom:20px;
	position:absolute;
	top:0;
	width:425px;
}
.postDescription {
	font: 80% "Trebuchet MS", sans-serif;
	color: #e6e6e6;
	text-align:left;
	line-height: 140%;
	margin-bottom: -10px;
}
.postGrayText {
	color: #808080;
}
.postCompany {
	color: #f2f2f2;
	font-weight:bold;
}
div.box {
	display: inine;
	float: left;
	margin: 0 20px 20px 0;
	width: 425px;
}
div.box .postPic {
	background-color: #333333;
	padding:6px;
}

.resumePost {
	left: 25px;
	position: relative;
	margin-top: -30px;
	padding: 20px 0 100px 50px;
	width:850px;
	background: #eeeeee;
	text-align:left;
	color: #333333;
}

.resumePost h1{
	font: 100% "Trebuchet MS", sans-serif;
	font-weight:bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.resumePost h2{
	font: 90% "Trebuchet MS", sans-serif;
	font-weight:bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.resumePost h3{
	font: bold 90% "Trebuchet MS", sans-serif;
	margin-top:-10px;
}
.resumePost h4{
	font: 80% "Trebuchet MS", sans-serif;
	margin-top:-10px;
}
.resumePost p{
	font: 80% "Trebuchet MS", sans-serif;
	width: 550px;
	line-height: 20px;
}
#item
{
	margin-left: 15px;
	padding-left: 0px;
	list-style: none;
	width: 510px;
}
#item li {
	font: 80% "Trebuchet MS", sans-serif;
	padding-left: 10px;
	background-image: url(../img/itembullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .65em;
	line-height: 16px;
	margin-top: 8px;
}

#item ul {
list-style: none;
}
.resumefloatright
{
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}

.contactPost {
	left: 25px;
	position: relative;
	margin: 50px 0 300px 0;
	width:850px;
	text-align:left;
	color: #333333;
}
.contactPost p {
	font: 90% "Trebuchet MS", sans-serif;
	color: #999999;
}
.headline {
	font: 120% "Trebuchet MS", sans-serif;
	color: #666666;
	margin-left: 25px;
}

