@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#toppanel {
	background: url(images/background.png) repeat;
	height:401px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
body {
	margin:0;
	background:url(images/background2.png) repeat;
}
#wrapper {
	width:790px;
	margin:0 auto;
	position:relative;
	z-index:2;
}
#header {
	width:784px;
	height:103px;
	position:relative;
	background:url(images/header.gif) no-repeat right;
	text-indent:-9999px;
	margin:0 1px 0 0;
}
#contents {
	background-color:#FFFFFF;
}
#leftcol {
	float:left;
	width:200px;
}
#rightcol {
	float:right;
	width:200px;
}
#centercol {
	float:left;
	width:390px;
}
.block {
	margin:2px;
	padding:5px;
	background-color:#FFFFFF;
}
.blockcen {
	margin:2px;
	padding:5px;
	background-color:#FFFFFF;
	height:452px;
}
.blockleft {
	margin:2px;
	margin-top:5px;
	padding:5px;
	background-color:#FFFFFF;
	height:192px;
}

* html .blockleft
{
	padding:4px 5px 0;
}
.blocktopleft {
	margin:2px;
	padding:5px;
	background-color:#FFFFFF;
	height:245px;
}
.blocktopright {
	margin:2px;
	padding:5px;
	background-color:#FFFFFF;
	height:186px;
}
.postitimage {
	margin-top:4px;
	padding-left:2px;
}
.postit {
	padding-left:2px;
}
#footer {
	clear:both;
	text-align:right;
	color:#000000;
	font-size:10px;
	margin-right:2px;
}

#footer a {
	color:#000000;
	font-size:10px;
}

#contactintro {
	color:#000000;
	font-size:10px;
	margin-right:2px;
	text-align:left;
	padding-left:75px;
}

#contactintro a {
	color:#000000;
	font-size:10px;
}

#Scroller {
	overflow:auto;
	height:220px;
}
/* NAVIGATION */

#navcontainer li {
	margin-bottom:0.5em;
}
#navcontainer ul {
	list-style-type: none;
	text-align: left;
	font-size:12px;
	margin:0 2em;
}
#navcontainer ul li a {
	background: transparent url(images/bullet.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration:none;
	color:#000000;
}
#navcontainer ul li a:hover {
	background: transparent url(images/bullet.gif) left center no-repeat;
	color:#999999
}

#submit	{
	text-align:right;
}

p {
	margin-bottom:1em;
}
dt {
	font-weight:bold;
}
/*Form Stylin'*/

form {
	margin: 0 0 1em 0;
}

label span {
	float:left;
	margin-right:1em;
	text-align:right;
	width:14em;
}

textarea, input[type="text"], select {
	border:1px solid #999999;
	vertical-align:top;
	width:14em;
	font-weight: normal;
}

label {
	margin: 1em 0 0.3em 0;
	display: block;
	font-weight: bold;
	font-size: smaller;
}

.formjob {
	overflow:auto;
	height:340px;
}

.client
{
	overflow:auto;
	height:452px;
}