/* CSS Document */
body {
	padding: 0px;
	margin: 0;
	background: #100501;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4D4D4D;
	font-size: 12px;
}

img, ul, li, h1, h2, h3, p, div {
	padding: 0;
	margin: 0;
}
	
.blank {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}	

/* MAIN CONTAINER */

#main {
	width: 100%;
	margin: 0 auto 0 auto;
}

/* HEADER */

#header {
	width: 100%;
	height: 127px;
	background-color: #060100;
	position: relative;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
	
#header img {
	margin: 0 0 0 120px;
}
	
#header h1 {
	position: absolute;
	top:56px; 
	left: 238px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;	
	font-size: 12px;
}
	
#navContainer {	
	height: 32px; 
	background: url(../images/navBG.gif) top left repeat-x;
}

/* NAVIGATION */

#navContainer {	
	width:100%;
	height: 32px; 
	background: url(../images/navBG.gif) top left repeat-x;
	float: left;
} 

#navContainer_div{
	width: 470px;
	height: 32px; 
	margin: 0 0 0 120px;
}
	
#navContainer_div ul{
	width: 470px;
	display: block;
	list-style-type: none;
	margin: 0 0 0 0;
	position: absolute;
}
	
#navContainer_div ul li{
	display: block;
	float: left;
	height: 32px;
}
		
#navContainer ul li a {
	width: 78px;
	height: 22px;
	padding-top: 10px;
	margin: 0 0 10px 0;
	color: #f5d7b4;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	
#navContainer ul li a:hover {
	color: #FFF;
	background: #4c1d0b url(../images/navArrow.gif) bottom center no-repeat;
}

#navContainer a:active {
	background: #4c1d0b url(../images/navArrow.gif) bottom center no-repeat;
	color: #fff;
}

#navContainer li#active a {
	background: #4c1d0b url(../images/navArrow.gif) bottom center no-repeat;
	color: #fff;
}


/* BODY CONTAINER */

#body {
	width: 100%;
}

/* MIDDLE CONTAINER */

#mid {
	width: 1024px;
	height: 453px;
	float: left;
	color: #FFF;
	background: #080301 url(../images/contentBG.jpg) top left no-repeat;
	margin: 0 0 0 0;
}
	
#mid h1 {
	width: 131px;
	text-indent: -2222px;
	margin: 0px 0 0 15px;
}
	
#mid h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF; 
	font-size: 24px;
	font-weight: normal;
	padding-left: 130px;
	margin-bottom: 20px;
}

#mid h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffd756; 
	font-size: 18px;
	padding-left: 130px;
	padding-top: 5px;
}

.main {
	margin: 0 0 0 119px;
}
	
#mid p {
	width: 755px;
	margin: 15px 10px 0 130px;
	line-height: 22px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
	
#mid a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffd756;
	text-decoration: none;
}
	
#mid a:hover {
	text-decoration: underline;
}

#mid ul {
	font-size: 14px;
	padding-left: 170px;
	color:  #ffd756;
	font-weight: bold;
}

.portfolioSection {
	margin-top: 5px;
	margin-bottom: 0px;
	height: 32px;
}

	
/* FOOTER */
#footer {
	width: 1024px;
	height: 195px;
	background: #100501 url(../images/footerBG.jpg) top left no-repeat;
	float: left;
	color: #FFFFFF;
	margin: 0 0 0 0;
}

#footer_div {
	width: 1024px;
	margin: 0 auto 0 auto;
}

#footer_div a {
	color: #ffd756;
}
	
#footer_div p {
	padding: 20px 0 0 0;
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 14px;
}
