body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ccc;
	font-size: 11px;
	background-color:#102144;
}

a:focus{outline:none;}

#container_wrap{
	width: 100%;
	background-color: #5678B8;
	height:540px;}
	
#container { 
	width: 1000px;  
	margin: 0 auto; 
	text-align: left; 
	overflow-x:hidden;
} 

#header_wrap{
	width: 100%;
	background-image: url('../images/header_gradient.png');
	background-repeat: repeat-x;
	/*background: #102144; */
	padding: 0;
	margin-top: -12px;
	overflow: hidden;
	}
	
#header { 
	padding: 0; 
	background-image: url('../images/header_scene.png');
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	width: 1000px;
	margin: 0 auto;
} 
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: left; 
	width: 220px; 
	background:url(../images/new/contact_bg.jpg) no-repeat scroll 0 80px;	
	padding: 15px 10px 15px 20px; 
	border-right: 1px dashed #3C63B0;
		min-height: 400px;

}

	#sidebar1 h1{height:50px;margin-bottom:20px;	}

	#sidebar1 p{
	margin-bottom:10px;
	}
	
#sidebar2 {
	float: right; 
	width: 180px;
	background: #3c63b0; 
	padding: 15px 10px 15px 20px; 
	border-left: 1px dashed #ddd;
	min-height: 400px;
}
#mainContent { 
	margin: 0 220px; 
	margin-top: -15px;
	padding: 0 75px; 
} 
#mainContent h1{
	padding: 15px 0 0 0;
	}
	
#footer { 
	padding: 0 10px 0 20px; 
	background-color: #000;
} 

.footer{
	position:relative;
	top:10px;
}

#footer p {
	margin: 0; 
	padding: 10px 0; 
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#topbar{
	background-image:url(../images/topbar.png);
	background-repeat: repeat-x;
	height: 30px;
	}

#navbar li{
	display:inline;
	float:right;
	padding: 10px;
	}
	
#navbar a{
	text-decoration: none;
	font-size: 16px;
	text-transform:lowercase;
	font-family:Arial, Helvetica, sans-serif;
}
	
a:link, a:visited{
	color:#102144; 
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#102144;
	font-weight:bold;
	text-decoration:underline;
}

#active{ 
	color: #3C63B0;
	border-bottom: thick solid #3C63B0;
	}
	
#form{
	width: 200px;
	margin-bottom: 20px;}

#form form{
position: relative;
left:5px;}
	
#form label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 160px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

input#submitbutton{
float:left;
width: 90px;
margin-left:20px;
border:1px;
cursor: pointer;
background:url(../images/new/submit_bg.png) no-repeat center 2px;
height:41px;
width:122px;
color:#ccc;
}

	input#submitbutton:hover{
	cursor: pointer;}

#social{
width: 250px;
}

#social a{
float:left;
display:inline;
margin-right: 15px;
padding-top: 10px;
}


h1{
font-family:Georgia, "Times New Roman," sans-serif;
color: #102144;
font-size: 20px;
position: relative;
left:-3px;
float:left;
}

h2{font-family:Georgia, "Times New Roman," sans-serif; font-size: 18px;}

#resume{
background:transparent url(../images/new/resume_bg.jpg) no-repeat scroll center top;
clear:left;
color:#CCCCCC;
float:left;
height:55px;
left:-20px;
padding-top:5px;
position:relative;
text-align:center;
width:214px;
top:-15px;
}

	#resume a:link, #resume a:visited, #resume a:hover{
	color:#ccc;
	text-decoration:none;
	}

.overlay{
background:transparent url(../images/new/overlay.png) no-repeat scroll center top;
float:left;
height:333px;
left:-20px;
position:relative;
top:-303px;
width:670px;
display: none;
}

#mywork{
background:transparent url(../images/new/overlay2.png) no-repeat scroll center top;
float:left;
height:333px;
width:670px;
position:relative;
left:-20px;
top:-15px;
}

#thanks{
background:transparent url(../images/new/thanks2.png) no-repeat scroll center top;
height:50px;
margin-left:-60px;
position:absolute;
top:318px;
width:265px;
z-index:11;
display:none;
}

	#thanks p, #error p{
	text-align: center;
	margin-left:20px;
	}

#error{
background:transparent url(../images/new/thanks2.png) no-repeat scroll center top;
height:50px;
position:absolute;
top:318px;
width:265px;
z-index:11;
/*margin-left:150px;*/
margin-left:-60px;
display: none;
}

#footer_wrap{
width:100%;
height:50px;
}