@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/brownLeather.jpg) repeat;
	margin: 0 0 0 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border:none;	
}

#wrapper {
	/* background: url(../images/container_long.jpg) no-repeat; */
	background: #facc9b;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
}

.home {
	height: 920px;	
}

.resume {
	height: 1800px;
}

.outcomes {
	height: 1400px;
}

.contact {
	height: 950px;
}

#header {
	background: url(../images/bg_header.jpg) no-repeat;
	width: 750px;
	height: 419px;
	left: 0px;
	top: 0px;
}

#footer {
	background: url(../images/bg_footer.jpg) no-repeat;
	width: 750px;
	height: 511px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#copyright {
	position: absolute;
	bottom: 24px;
	left: 277px;
}

#page_content {
	width: 690px;
	height: 325px;
	position: absolute;
	left: 28px;
	top: 167px;
	z-index: 100;
}

#portrait {
	float: right;
}

.logoLinks {
	text-align:center;	
}

#services li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/* CONTACT FORM STYLES */

#contactForm {
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {    
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
	padding-top: .4em;
}

input {
	font-size: 12px;
}

input.text {
	width: 180px;
	background-color:#fee0c0;
	border: 1;
	border-color: #d0a67f;
	border-style:solid;
	padding: .2em;
	margin-right: 1em;
}

textarea {
	width: 400px;
	height: 200px;
	background-color:#fee0c0;
	border: 1;
	border-color: #d0a67f;
	border-style:solid;
	padding: .2em;
}

fieldset {
	width: 100%;    
	margin: 0 0 1.5em 0;    
	padding: 0; 
	border: 0 none #FFF;
}

fieldset ol {
	padding-top: 0em;
	padding-bottom: 0em;
	list-style: none;
}

fieldset li {    
	float: left;    
	clear: left;
	width: 100%;    
	padding-bottom: 1em;
}

li.submit {
	padding-left: 457px;
}

li.error {
	padding-left: 132px;
	color: #a71f0d;
	font-weight: bold;
	font-size: 12px;
	width: 320px;
}

li.required {
	padding-left: 11em;
}

.error{
	float:none;
	color: #a71f0d;
	font-weight: bold;
	font-size: 12px;
}
