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

body { 
	margin:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
	text-align:center;
	background: #000000 url(../images/bg.jpg) top center no-repeat;
	background-attachment:fixed;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;  /*Lucida Hybrid*/
	
}

p {
	margin:0px;
}
.spacer {
	width:100%;
	line-height:25px;
}
#wrapper {
	width:950px;
	margin:0 auto;
	margin-bottom:0;
	padding-bottom:0;
	text-align:left;
}

#headerMenu {
	width:950px;
	height:150px;
	float:left;
	position:relative;
}

#headerMenu .logo {
	width:318px;
	height:150px;
	float:left;
	position:relative;
	background:url(../images/logo.png) no-repeat;
}

#headerMenu .menuBioCon {
	width:632px;
	height:150px;
	float:left;
	position:relative;
}
#headerMenu .menuBioCon .menu {
	width:632px;
	float:left;
	position:relative;
}


#headerMenu .menuBioCon .menu .topNav  ul {
	width:100%;
	height:20px;
	text-align:right;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}

#headerMenu .menuBioCon .menu .topNav ul li {
	display:inline;
	font-size:11px;
	color:#FFFFFF;
}


#headerMenu .menuBioCon .menu .topNav ul li a {
	color:#ff9000;
	text-decoration:none;
	font-size:11px;
	font-weight:400;
}

#headerMenu .menuBioCon .menu .topNav ul li a:hover  {
	color:#ff6600;
}


#headerMenu .menuBioCon .bio {
	width:632px;
	height:100px;
	float:left;
	position:relative;
	color:#FFFFFF;
	font-size:18px;
	margin-top:18px;
}

#content {
	width:950px;
	min-height:400px;
  	height:auto !important;
	height:400px;
	margin:20px 0 10px 0;
	float:left;
	position:relative;
}

#content .sideNav {
	width:318px;
	height:300px;
	float:left;
	position:relative;
}
#content .sideNav .title {
	font-size:13px;
	color:#ff9000;
	margin-bottom:15px;
}
#content .sideNav .list {
	font-size:11px;
	margin-bottom:5px;
	width:318px;
	float:left;
}
#content .sideNav .list a {
	color:#FFFFFF;
	text-decoration:none;
}
#content .sideNav .list a:hover {
	color:#999999;
	text-decoration:none;
}


#content .leftPanel {
	width:632px;
	float:left;
	position:relative;
}

#content .leftPanel .contactCon {
	width:632px;
	color:#FFFFFF;
	padding-top:12px;
	border-top:#333333 1.5px dotted;
	font-size:11px;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .rightCon{
	width:200px;
	margin-left:30px;
	margin-top:30px;
	color:#FFFFFF;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .leftCon{
	width:380px;
	margin-left:10px;
	color:#FFFFFF;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .leftCon .form{
	width:380px;
	margin-top:30px;
	color:#FFFFFF;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .leftCon .form .label{
	width:80px;
	min-height:24px;
  	height:auto !important;
	height:24px;
	color:#FFFFFF;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .leftCon .form .textBox{
	width:300px;
	min-height:24px;
  	height:auto !important;
	height:24px;
	color:#FFFFFF;
	float:left;
	position:relative;
}
#content .leftPanel .contactCon .leftCon .form .textBox input {
	width: 250px;
	height:15px;
	padding:2px 3px 2px 3px;
	background-color:#161616;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	border:#333333 1px solid;
	font-size:11px;
	color:#848484;
}

#content .leftPanel .contactCon .leftCon .form .textBox textarea {
	width: 280px;
	height:150px;
	padding:2px 3px 2px 3px;
	background-color:#161616;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	border:#333333 1px solid;
	font-size:11px;
	color:#848484;
}
#content .leftPanel .contactCon .leftCon .form .textBox input:focus {
	background-color:#2c2c2c;
	border-color:#333333;
	color:#848484;
}
#content .leftPanel .contactCon .leftCon .form .textBox textarea:focus {
	background-color:#2c2c2c;
	border-color:#333333;
	color:#848484;
}
#content .leftPanel .tabFolioCon {
	width:632px;
	float:left;
	position:relative;
}
#content .leftPanel .tabFolioCon .image a img {
	width:622px;
	height:190px;
	float:left;
	position:relative;
	border:solid 5px #EEEEEE;
	filter:alpha(opacity=60); 
	opacity: .60; 
	
}

#content .leftPanel .tabFolioCon .image a:hover img {
	width:622px;
	height:190px;
	float:left;
	position:relative;
	border:solid 5px #FFFFFF;
	filter:alpha(opacity=100); 
	opacity: 1.0;
}
	
#content .leftPanel .tabFolioCon .nameUrl {
	width:632px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	margin-top:5px;
}
#content .leftPanel .tabFolioCon .nameUrl a {
	color:#ff9000;
	text-decoration:none;
}
#content .leftPanel .tabFolioCon .nameUrl span {
	color:#ff9000;
	text-decoration:none;
}
#content .leftPanel .tabFolioCon .nameUrl a:hover {
	color:#ff6600;
	text-decoration:none;
}

#content .leftPanel .tabFolioCon .description {
	width:632px;
	float:left;
	color:#FFFFFF;
	font-size:11px;
	position:relative;
	margin-top:5px;
}
#content .leftPanel .tabFolioCon .techCon {
	width:632px;
	height:19px;
	float:left;
	margin-top:10px;
	position:relative;
	padding-bottom:30px;
}
#content .leftPanel .tabFolioCon .techCon .tech img {
	width:19px;
	height:19px;
	margin-right:5px;
	float:left;
	position:relative;
}

#content .leftPanel .error {
	margin-top:-8px;
	width:632px;
	float:left;
	position:relative;
}

#content .leftPanel .error .errorTitle {
	width:100%;
	font-size:22px;
	color:#ff9000;
	float:left;
	position:relative;
}
#content .leftPanel .error .errorSubTitle {
	width:100%;
	font-size:18px;
	font-weight:bold;
	color:#ff9000;
	padding:20px 0 10px 0;
	float:left;
	position:relative;
}

#content .leftPanel .error .errorMsg {
	width:100%;
	font-size:13px;
	color:#ffffff;
	float:left;
	padding:15px 0 10px 0;
	position:relative;
}

#content .leftPanel .error .problem {
	width:500px;
	float:left;
	position:relative;
	color:#FFFFFF;
	font-size:13px;
	background:url(../images/bulletList.gif) left center no-repeat;
	padding-left:15px;
	margin-left:15px;
}

#content .leftPanel .error .problem a {
	color:#ff9000;
	text-decoration:none;
}
#content .leftPanel .error .problem a:hover {
	color:#ff6600;
	text-decoration:none;
}


#footerCon {

	margin:0;
	padding:0;
	width:100%;
	min-width:950px;
	height:31px;
	overflow:hidden;
	background:#080808;
	border-top: #16261e solid 1px;



  	/*height:31px;
	padding:0;
	background:#080808;
	border-top: #16261e solid 1px;
	text-align:center;
	width:100%;
	position:relative;*/
}

#footerCon .footer {

	width:950px;
	height:30px;
	overflow:hidden;
	margin:0 auto;
	background: url(../images/footerbg.jpg) bottom left no-repeat;
}

#footerCon .footer .leftPanel {
	width:440px;
	color:#20342b;
	font-size:11px;
	float:left;
	letter-spacing:0px;
	line-height:12px;
	margin-top:5px;
	position:relative;
	padding-left:35px;
	text-align:left;
}

#footerCon .footer .leftPanel a {
	text-decoration:none;
	color:#FF9000;
}
#footerCon .footer .leftPanel a:hover {
	text-decoration:none;
	color:#FF6600;
}
#footerCon .footer .rightPanel {
	width:475px;
	color:#20342b;
	font-size:11px;
	float:left;
	line-height:12px;
	margin-top:11px;
	position:relative;
	text-align:right;
}