body{
	background:#000000;
	font-family:Verdana, Helvetica, Geneva, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
A:link, A:visited, A:active, A:hover{
	border:none;
	outline:none;
	border-bottom:none;
}
img{
	border:none;
}

#header{
	background:#000 url(img/header-bg.png) repeat-x top left;
	width:100%;
	height: 240px;
	left:0;
	right:0;
	top:0;
	text-align:center;
	position:absolute;
}

#header img{
	padding:45px 0 0 0;
}

#bobycontainer{
	width:99%;
	height:1670px;
	text-align:center;
	top:240px;
	position:absolute;
}

#maincontainer{
	background:#000 url(img/left.png) repeat-y left top;
	width:940px;
	height:1270px;
	margin:0 auto;
	overflow:hidden;
	position:static;
}
.top {
	width:100%;
	height:29px;
	background: url(img/top-left-bar.png) no-repeat left top;
}
.top span {
	display:block;
	position:relative;
	height:29px;
	background: url(img/top-right.png) no-repeat right top;
}
.center-content {
	height:1250px;
	background: url(img/right.png) repeat-y right top;
	padding:1px 40px 1px 40px;
	margin:-1px 0 -40px 0;
	text-align:left;
}
.bottom {
	height:44px;
	background: url(img/bottom-left-bar.png) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:44px;
	background: url(img/bottom-right.png) no-repeat right bottom;
}

#h2img_web{
	padding: 5px 0px 5px 0px;
	display:block;
}
#h2img_corp-id{
	padding: 60px 0px 5px 0px;
	display:block;
	display:-moz-inline-block;
}

.workbox{
	background:#000000;
	border-color:#999999;
	border-style:solid;
	border-width:2px;
	width:250px;
	height:188px;
	margin:20px 16px 10px 16px;
	display:inline-block;
	float:left;
}
.workbox-pic{
	background: #666666;
	border-color: #999999;
	border-style:solid;
	border-width:1px;
	width:240px;
	height:95px;
	margin:4px 4px 0 4px;
	padding:0;
	display:block;
}
.workbox-description{
	background:#000;
	width:232px;
	height:80px;
	margin:0 5px 5px 5px;
	padding:2px 4px 2px 4px;
	display:block;
}
.workbox-description img{
	padding:10px 5px 0 5px;
}
.logo-workbox{
	background:#000000;
	border-color:#999999;
	border-style:solid;
	border-width:2px;
	width:250px;
	height:165px;
	margin:20px 16px 10px 16px;
	display:inline-block;
	float:left;
}
.logo-workbox-pic{
	background:#000000;
	border-color: #999999;
	border-style:solid;
	border-width:1px;
	width:240px;
	height:95px;
	margin:4px 4px 0 4px;
	padding:0;
	display:block;
}
.logo-workbox-description{
	background:#000;
	width:232px;
	height:60px;
	margin:0 5px 5px 5px;
	padding:2px 4px 2px 4px;
	display:block;
}
.logo-workbox-description img{
	position:relative;
	left:75px;
	bottom:10px;
	
}


#subcontainer{
	width:940px;
	height: 420px;
	margin:0 auto;
	padding:25px 0 10px;
}

#leftbox{
	background:#000 url(img/left.png) repeat-y left top;
	border:#FFFFFF 2px;
	float:left;
	height:420px;
	width:450px;
	overflow:hidden;
	position:static;
	text-align:left;
}
#leftbox img{
	padding:0 0 15px 0;
}
.inputboxs{
	padding-bottom:5px;
}
.formbox{
	background:url(img/inputbg.gif) top left;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
	color: #009900;
}
	
.LV_invalid {
	color:#990000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #009900; !important
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #990000; !important
}



#rightbox{
	background:#000 url(img/left.png) repeat-y left top;
	border:#FFFFFF 2px;
	float:right;
	height:420px;
	width:450px;
	overflow:hidden;
	position:static;
	text-align:left;
}
#rightbox img{
	padding:0 0 15px 0;
}
#sig img{
	padding:20px 0 0 0;
}
#resume-link img{
	padding:10px 0 0 0;
}

.subcenter-content {
	position:relative;
	height:400px;
	background: url(img/right.png) repeat-y right top;
	padding:1px 25px 1px 25px;
	margin:-1px 0 -43px 0;
}


#footer{
	font-size:9px;
	margin:40px 0 0 0;
	padding:0 0 5px 0;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}