@charset "utf-8";
body {
	background: url(images/background.jpg) #000000 no-repeat top right;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#center {
	position:relative;
	width:710px;
	margin:0px auto;
	text-align:left;
	padding: 122px 0 0 0;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	position:absolute;
	top:35px;
	left:0px;
	width:226px;
	height:45px;
}
#navbar {
	background:url(images/navbar.jpg) no-repeat;
	position:absolute;
	top:100px;
	left:0px;
	width:694px;
	height:52px;
}
#banner {
	position:absolute;
	top:160px;
	left:4px;
	width:685px;
}
#bannerabout {
	position:absolute;
	top:160px;
	left:4px;
	width:685px;
	height:240px;
}
#leftbtm {
	background: url(images/left_btm.gif) no-repeat;
	left:0px;
	top:415px;
	width:338px;
	height:179px;
	position:absolute;
}
#rightbtm {
	background: url(images/right_btm.gif) no-repeat;
	left:350px;
	top:415px;
	width:338px;
	height:179px;
	position:absolute;
}
p.home {
	margin: 40px 12px 0px 12px;
	line-height:17px;
}
img {
	border:none;
}
#btm {
	position:absolute;
	top:415px;
	left:4px;
	height:259px;
	width:685px;
	background:url(images/btm.gif) no-repeat;
}
#workc {
	background:url(images/workc.gif) no-repeat;
	position:absolute;
	top:160px;
	left:4px;
	height:503px;
	width:687px;
}
p {
	margin: .4em 1em 1em 1.2em;
	line-height:17px;
}
h1 {
	font-size:14px;
	font-weight:normal;
	color:#003399;
	text-align:center;
	margin-top:.9em;
	margin-bottom:0px;
	margin-left:1em;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#003399;
	margin-top:.9em;
	margin-bottom:0px;
	margin-left:1em;
}
form {
	width: 260px;
	margin: 0 10px;
}
div.field, div.textarea {
	border: 1px dotted #999;
	padding: 3px;
	width: 252px;
	margin-bottom: 10px;
}
div.field input, div.textarea textarea {
	border: none;
	background-color: #DDECFB;
	color: #333;
	padding: 2px;
	width: 248px;
}
div.field {
	height: 18px;
}
input.field {
	height: 14px;
}
div.textarea {
	height: 55px;
}
textarea#description {
	height: 184px;
}
label.button-label {
	display: none;
}
input.checkbox, label.checkbox-label {
	display: inline;
}
label.error {
	display: inline;
	color: red;
}
input.button {
	margin-top: 15px;
	float: right;
}
#footer {
	position:absolute;
	top:600px;
	left:0px;
	width:710px;
	height:40px;
	color:#f5f5f5;
	font-size:11px;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:#f5f5f5;
	font-size:10px;
}
#footer2 {
	position:absolute;
	top:680px;
	left:0px;
	width:710px;
	height:40px;
	color:#f5f5f5;
	font-size:11px;
	text-align:center;
}
#footer2 a {
	text-decoration:none;
	color:#f5f5f5;
	font-size:10px;
}