
/**********************
* Common Colors
* 
* Brown: #703222
*
***********************/

/*********************
* base tags
*********************/


blockquote, div, fieldset, form, dl, dd, dt, h1, h2, h3, h4, h5, h6, hr, ol, p, table, ul {
	margin: 0px;
	padding: 0px;
}
	
* {
	font-family : 'Trebuchet MS', 'Lucida Grande', Helvetica, Arial, sans-serif;
}

h1, h2, h3, input, textarea, th {
	color: #000;
}

strong, .strong {
	color: #000;
	font-weight:bold;
}

img {
	border: 0px;
}

body {
	background: #703222;
	color: #333;
	margin: 0px;
}

#wrapper {
	min-width: 900px;
	background: #fff;
}

* html #ie6minwidth {border-left:900px solid #fff; background: #fff;position:relative; float:left; z-index:1;}
* html #ie6container {margin-left:-900px; position:relative; float:left; z-index:2;}

body, table {
	font-size: 12px;
}

table {
    border-collapse: collapse;
}

td {
	vertical-align:top;
}

li {
	list-style-type: none;
}

p, .bulleted, .numbered, .p {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 20px;
}

td p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.spaced li {
    margin-bottom: 12px;
}

a {
	color: #703222;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #707277;
	font-size: 37px;
	letter-spacing: 3px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#contentwrapper {
	background: url('/images/bg_leftnav.gif') top left repeat-y #fff;
}

#contentwrapper #content {
	margin-left: 230px;
}

#content {
	background: #fff;
	width: 660px;
	padding-top: 35px;
}

.msg {
	border: 1px solid #ff4200;
	padding: 10px 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	background: #fee5bd;
}
.msg.home { width: 700px; font-size: 18px; }

.errList {
	border: 1px solid #a00;
	background: #fdd;
}

.errList li {
	margin: 3px 0px;
}

/*********************
forms
*********************/

fieldset {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 5px;
}

fieldset legend {
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

form input {
    margin-bottom: 3px;
	width: 280px;
}

form input.date {
    width: 100px;
}

form input.phone {
    width: 100px;
}

form input.num {
    width: 80px;
}

form input.checkbox, form input.radio {
    width: auto;
}

form label.horizontalList {
    padding-right: 15px;
}

form textarea {
	font-size: 12px;
	height: 100px;
	width: 400px;
}

form label.required {
	font-weight: bold;
	color: #000;
}

form label.error {
	font-weight: bold;
	color: #a00;
}

/***********************
 header
***********************/


#header {
	background: url('/images/bg_pagetop.gif') top repeat-x #fff;
	position: relative;
	height: 225px;
}

#header #logo {
	position: absolute;
	left: 30px;
	top: 43px;
}

#header #topnav {
	position: absolute;
	right: 30px;
	bottom: 120px;
}

#header #topnav li {
	float: left;
	margin-left: 25px;
	font-size: 14px;
}

#header #topnav a {
	color: #000;
}

#header #topnav a.selected {
    color: #777;
	font-weight: bold;
}

#header #people {
	height: 100px;
	width: 100%;
	background: url('/images/people.jpg') top left no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/**************************
 left nav bar
**************************/

#leftnav {
	width: 198px;
	padding: 50px 0;
    padding-right: 7px;
	float: left;
	background: url('/images/bg_leftnav.gif') top left repeat-y;
}

#leftnav ul {
	border-bottom: 2px solid #fff;
}

#leftnav li {
	border-top: 2px solid #fff;
	padding: 13px 0;
	padding-left: 30px;
}

#leftnav a, #leftnav li.selected {
	display: block;
	font-family: Geogria, Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: #703222;
	letter-spacing: 1px;
}

#leftnav li.selected {
	color: black;
}


/****************************
footer
***************************/

#biglinks {
	font-size: 18px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
#biglinks td {
	padding: 10px 30px;
	text-align: center;
}

#footer {
	clear: both;
	background: url('/images/bg_footer.gif') top left repeat-x #703222;
	color: #fff;
	padding: 20px 0px;
	text-align: center;
	font-size: 11px;
}

/*****************
special per-page rules
*****************/

/* history */

#historyTable {
	width:100%;
}
#historyTable td {
	padding: 15px 0 10px 0;
	border-bottom: 1px dashed #703222;
}
#historyTable td.date {
	color: #703222;
	width: 40px;
}

/* quotes */
.quoteform input {
    width: 300px;
}
.quoteform label {
    color: #666
}

#stepdiagram {
	margin-bottom: 25px;
}
#stepdiagram li{
	display: inline;
	color: #888;
	font-size: 16px;
	font-weight: bold;
}

#stepdiagram li a {
	color: #888;
	font-size: 16px;
	font-weight: bold;
}

#stepdiagram a:hover {
	text-decoration: underline;
}

#stepdiagram li.selected {
	color:#000;
}

/* our team */
#teamTable .photo {
	padding-right: 10px;
}

#teamTable td {
	padding-bottom: 10px;
}

/* news */
.newsitem {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

#adminEdit { position: fixed; background: #000; padding: 5px; bottom: 0px; right: 0px; z-index: 1000; }
#adminEdit a { color:#fff;  width: 100px; }