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


*{
	margin:0;
	padding:0;
}

/*div{
	outline:1px solid #FF0000;
}*/

h3.clear {
	clear: both;	
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color: #A48B4B;
	background:url(images/headerBG.png) repeat-x #1f1c12;
	margin:0;
	padding:0;
	text-align:justified;
	width:100%;
	
	
}



a{
	text-decoration:none;
	color:#A48B4B;
	outline:none;
	
}

a:link, a:active{
	outline:none;
	
}

a:hover{
	color:#F41919;
	
}

h3.clear{
	clear:both;	
}

ul{
	list-style-type:none;
}



#container{
	margin:0 auto;
	width:1024px;
	height:100%;
	top:0px;
}

a.resume{
	background:url(images/resume.png);
	background-repeat:no-repeat;
	height:69px;
	width:100px;
	display:block;
}

a.resume:hover{
	background:url(images/resume_hover.png);
	background-repeat:no-repeat;
	height:69px;
	width:100px;
}

a.resume span{
	display:none;
}



#logo{
	
	width:194px;
	height:87px;
	top:5px;
	left:25px;
	margin-left:30px;
	position:relative;
	z-index:20;
}

#headerBG{
	width:1024px;
	height:131px;
	
	position:relative;
	background:url(images/headerBG2.png);
	background-repeat:no-repeat;
	
}


#secNav{
	position:relative;
	height:10px;
	width:140px;
	z-index:20;
	bottom:70px;
	float:right;
	right:60px;
	
}
#secNav li {
	display: inline;
	padding: 0 6px;
}

#nav{
	width:150px;
	float:left;
	margin-top:40px;
	margin-left:55px;
	/*background:url(images/navBg.png);
	background-repeat:no-repeat;*/
	
}

#mainNav{
	width:140px;
	

	
}

#secondaryNav{
	margin-top:80px;
	width:140px;
	
}


/*Below are the image btns for the main nav*/
/*LAUNCH Button*/
a.launch{
	background:url(images/launchBtn_hover.png);
	background-repeat:no-repeat;
	height:13px;
	display:block;
	z-index:10;
}

a.launch:hover{
	background:url(images/launchBtn.png);
	background-repeat:no-repeat;
	height:13px;	
	z-index:10;
}

a.launch span{
	display:none;
}

a.launch2{
	background:url(images/launchBtn_hover2.png);
	background-repeat:no-repeat;
	height:13px;
	display:block;
	z-index:10;
}

a.launch2:hover{
	background:url(images/launchBtn2.png);
	background-repeat:no-repeat;
	height:13px;	
	z-index:10;
}

a.launch2 span{
	display:none;
}

#contentWrapper{
	width:650px;
	float:right;
	position: relative;
	right: 200px;
	bottom: 165px;
	margin-top:130px;
	
	
}

#contentPreview{
	width:630px;
	position:relative;
	float:right;
	padding:5px;
	
	/*z-index:10;*/
	
	
}

#content-textarea{
	width:630px;
	padding:0 5px;
	margin-top:10px;
	position: relative;
	bottom: 150px;
}

#primaryContent{
	width:300px;
	float:left;
	margin-top:150px;
	position:relative;
	left:95px;
	
}

#secondaryContent{
	width:300px;
	float:right;
	margin-top:150px;
	position:relative;
	left:170px;
	
}

#indicator{
	position:relative;
	width:250px;
	size:60%;
	margin-left:20px;
	
	
	

}

#footer{
	width: 100%;
	background:url(images/footerBG2.png) repeat-x;
	height:113px;
	margin: 0 auto;
	font-size:9px;
	position:fixed;
	bottom:0px;
	text-align:center;	
}
#footer p {
	position: relative;
	top: 90px;
}