/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 100%;
	background-color: #EFEFEF;
}

#header {
	height: 153px;
	background: url(../images/header-bg.gif) repeat-x top left;
	z-index: 1;
}

#header h1 {
	height: 153px;
	text-indent: -5000px;
	background: url(../images/acehandyman.gif) no-repeat top left;
}

#content {
	width: 1000px;
	margin: 0 auto;
	
}
#maincontent {
	width: 585px;
	float: left;
	margin-left:10px;
	margin-top:5px;
	padding-left: 15px;
}

#maincontent p {
	font-size: 1.0em;
	line-height: 18px;
}

#maincontent h1 {
	font-size: 1.4em;
}

#maincontent h2 {
	font-size: 1.3em;
}
#righthand {
	width: 377px;
	float: right;
	background: url(../images/right-hand.gif) no-repeat top right;
	height: 950px;
	margin-top: -153px;
}
#footer {
	clear: both;
	height: 50px;
	background-color: #182753;
	border-top: 3px solid #000;
}

#footer p {
	color: #fff;
	font-size: 0.9em;
	margin-left: 40px;
	margin-top: 10px;
}

#footer a {
	color: #fff;
}

.picright {
	float: right;
	padding: 5px;
	width: 200px;
	margin: 5px;
}

.picright img {
	border: 1px solid #000;
}

.picleft {
	float: left;
	padding: 10px;
	height: 160px;
}

.picleft img {
	border: 1px solid #000;
}

/* Form Styling */
.clear {
  clear: both;
}

#maincontent form {
  font-size: 1.4em;
}


/* fieldset styling */
#maincontent fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#maincontent legend {
	font-weight: bold;
	color: #000000;
}

#maincontent form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#maincontent label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#maincontent input {
  width: 200px;
}

#maincontent  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#maincontent  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#maincontent  input:focus, textarea:focus {
	background: #ffc;
}

#maincontent  input.radio {
    float: left;
	margin-right: 1em;
}

#maincontent  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#quicknav {
	float:left;
	width:500px;
	padding-bottom:10px;
}