/*
Hersemlaw.com
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #680f00;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	padding: 0 0 10px 0;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: left;
}

blockquote {
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

hr {
	height: 0px;
	border-top: 1px dotted #b8d3e1;
	color: #b8d3e1;
}

a {
	color: #0066FF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(../images/img02.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 38px 0 38px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0px auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(../images/img04.jpg) repeat-x left bottom;
	border-top: 2px;
	border-top-color: #ccc;
	border-top-style:solid; 
	
}

.imgright {
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
	border-style: solid;
	border-color: #CCCCCC;
}

.imgleft {
	border-left: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-top: 1px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border-style: solid;
	border-color: #CCCCCC;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(../images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(../images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(../images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #333;
}

#footer a {
	color: #fff;
}

/***********************************
 Forms
***********************************/

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

fieldset {
	padding: 10px;
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

legend {
	color: #333;
	font-weight: bold;
	font-size: 11px;
	padding: 10px;
}

input, select {
	background: url(../images/formbg.gif) repeat-x;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	margin: 0 0 2px 0;
	width: 200px;
	font-size: 10px;
	color: #494949;
}

textarea {
	background: url(../images/messagebg.gif) repeat-x;
	border:1px solid #bbb;
	padding: 2px;
	margin: 0 0 2px 0;
	font:10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color:#5E616C;
	overflow:auto;
	width: 200px;
	height: 100px;
}

input:focus, select:focus, textarea:focus {
	background:#b8d3e1;
	color:#333;
}

.searchform input {
	width: 100px;
}

.largeinput {
	width: 270px;
}

.medinput {
	width: 100px;
}

.smallinput {
	width: 50px;
}

.stateinput {
	width: 30px;
}

.button {
	padding: 1px;
	font-size: 10px;
	width: 60px;
}

.buttonbig {			/* adds room for longer button titles for employment site */
	padding: 1px;
	font-size: 10px;
	width: 100px;
}

.check {
	background: url(../images/empty.gif) repeat-x;
	border: 0px;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	float: left;
}

label {
    float: left;
    width: 125px;
    padding: 0 10px 0 9px;
    text-align: left;
}

.rightlabel {
	width: auto;
	padding: 0 0 0 4px;
}

.required {				/* adds star to input labels */
	background: url(../images/astr.gif) no-repeat -1px 4px;
}

.required2 {			/* adds star to input labels with more indention */
	background: url(../images/astr.gif) no-repeat -1px 4px;
	padding-left: 10px;
}

.inputwrapper {			/* wraps an input and label */
	clear: left;
	padding: 10px 0 10px 0;
}

.formindent {			/* indents a form's right column */
	padding: 0 0 0 145px;
}

.formindentsmall {		/* indents a form's right column slightly for check boxes */
	padding: 0 0 0 23px;
	clear: left;
}

