* {
	margin: 0px auto;
}

body {
	font-family: verdana, sans-serif, serif;
	font-size: 13px;
	font-weight: 500;
	color: #686a6b;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-x;
}

h1 {
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-weight:normal;
	font-size: 24px;
	color:#ffad5c;
}


a { 
	color: #fe9d28;
	text-decoration: none;
}

a:hover { 
	color: #fe9d28; 
	text-decoration: underline;
}

ul, li {
	list-style: disc none outside;
	padding:0;
	margin-left:8px;
}

ul {
	margin-bottom: 15px;
}

#site {
	width: 866px;
}

#top {
	width: 866px;
	height: 100px;
}

#nav {
	margin-left: 30px;
	float: left;
}

#title {
	width: 866px;
	height: 160px;
	background: #ffffff;
}

#content {
	background: #ffffff;
	width: 835px;	
	padding-left:31px;
}

#white_solid {
	height:auto;
	float:left;
	background:#ffffff;
	width:866px;
}

#left {
	width: 511px;
	padding-top: 18px;
	float: left;
}

#bounding_box {
	
	float: left;
	border-left: #c5c5c5 1px solid;
	border-right: #c5c5c5 1px solid;
	border-bottom: #c5c5c5 1px solid;
	width: 223px;
	padding-top: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 5px;
	color: #999999;
}

img.button {
	margin-left: 150px;
}

#right {
	
	width: 283px;
	margin-left: 41px;
	padding-top: 18px;
	float: left;
}

#span {
	padding-top: 18px;
	width: 800px;
	float: left;
	background:#ffffff;
}

#thumb_img {
	margin-top:25px;
	padding-left: 43px;
	width: 150px;
	float: left;
}

#footer { 	
	float:left;
	width: 868px; 
	margin-top: 30px;
	background-image: url("../images/footer.gif");
	background-repeat: repeat-y;
	color: #ff8601;	
	padding-top: 15px;
	padding-bottom: 20px;
	bottom: 0;
}

#footer_text {
	float:right;
	padding-right:35px;
	font-size:12px;
}

.porfolio_item { 
	border:2px solid #ffffff;
}

.porfolio_item:hover { 
	border-color:#FB9D23; 
}


input {
	display: block;
	width: 300px;
	height: 15px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px #ff9b05 solid;
	color: #878787;

	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	background-color: #fcdfb2;
}

textarea {
	display: block;
	float: left;
	width: 300px;
	border: 1px #ff9b05 solid;
	margin-top: 10px;
	margin-bottom: 10px;

	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	background-color: #fcdfb2;
	color: #878787;
}

.form_button { 
	display: block;
	float: right;
	width: 70px;
	height: 23px;
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-size: 13px; 	
	font-weight: 600;
	border: 1px #ff9b05 solid;
	background-color: #fcdfb2;
	text-decoration: none;
} 

.form_button:hover { 
	display: block;
	float: right;
	width: 70px;
	height: 23px;
	font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
	font-size: 13px; 	
	font-weight: 600;
	color: #095b84;
	border: 1px #000000 solid;
	background-color: #FAB25D;
	text-decoration: none;
} 

#form_table {
	float: left;
	width: 500px;
}

#resume {
	float: left;
	width: 220px;
	height: 115px;
	text-align: center;
	margin-top:10px;
}

.error {
	color: #F90304;
	text-decoration: none;
}

a.error {
	color: #F90304;
	text-decoration: underline;
}

.blue_type {
	float:right;
	color: #095b84;
}

a.blue_type:hover {
	text-decoration:underline;
	float:right;
	color: #095b84;
}

/*	RECAPTCHA STYLES */

div#recaptcha_widget {
	width:500px;
	margin-top:10px;
}

div#recaptcha_error {
	color: red;
	text-align: right;
}

div#recaptcha_image {
	border: 1px solid #FF9B05;
	float: right;
}

div#recaptcha_reload_btn {
	float: left;
	width:198px;
	height:59px;
}

div#recaptcha_description {
	float:right;	
}