/* INITIAL
*/

/* Neutralize styling:
   Elements we want to clean out entirely: */ html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #888888;
    font-size: 10pt;
}

/* Neutralize styling:
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, .h1 {
        margin: 0;
        padding: 0px;
}

p {
	margin-top: 1em;
}

/* Apply left margin:
   Only to the few elements that need it: */ li, dd, blockquote {
        margin-left: 3em;
        margin-bottom: 1em;
}

/* Miscellaneous conveniences: */
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0px none;
}

/*
form elements
*/

form label {
	display: block;
	float: left;
	width: 100px;
}

/*
custom styles
*/

body {
	background: #a8adb1;
}

#container {
	background: #ffffff url(/custom/images/body-bg.gif) repeat-x bottom;
	padding-bottom: 60px;
}
#container, #footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 130px;
}
#header .logo {
	float: left;
	margin-top: 16px;
}
#header .phoneNumber {
	float: right;
	margin-top: 36px;
}

#menu {
	height: 35px;
	background: url(/custom/images/yellow-menu-bg.gif) repeat-x;
}
#menu #menuContent {
	text-align: right;
	line-height: 35px;
}
#menu #menuContent .menuItem {
	display: inline;
}
#menu #menuContent a {
	background: url(/custom/images/yellow-menu-divider.gif) no-repeat right;
	padding: 10px 19px 10px 19px;
	color: #ffffff;
	text-decoration: none;
}
#menu #menuContent a:hover {
	text-decoration: underline;
}
#menu #menuContent a.noBg {
	background: none;
}


#leftColumn {
	width: 194px;
	float: left;
}
#leftColumn img {
	display: block;
	float: right;
}
#leftColumn .banner {
	margin-top: 10px;
}

#contentContainer {
	margin-top: 12px;
}

#rightColumn {
	width: 196px;
	float: right;
}
#rightColumn .banner {
	margin-top: 10px;
}
#middleColumn {
	width: 360px;
	margin-left: 200px;
}
#middleColumn #flash {
	height: 270px;
	background: url(/custom/images/man-van.jpg) no-repeat;
	margin-bottom: 12px;
}
#middleColumn a {
	color: #e7b700;
}

#searchBox {
	background: url(/custom/images/yellow-search-bg.gif) no-repeat;
	width: 186px;
	height: 107px;
	margin: 6px 0 0 1px;
}
#searchBox form {
	color: #ffffff;
	padding-left: 16px;
	padding-top: 27px;
	vertical-align: middle;
}
#searchBox input#searchText {
	border: 1px solid #b3b3b3;
	width: 129px;
	height: 16px;
	font-size: 10pt;
	color: #a9a9a9;
	margin-right: 12px;
	margin-top: 12px;
}

h1 {
	font-weight: normal;
	font-size: 14pt;
}
h2 {
	font-weight: normal;
	font-size: 12pt;
}

#footer {
	clear: both;
	color: #ffffff;
	font-size: 8pt;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

#footer a {
	color: #ffffff;
}

.formInput {
	width: 180px;
	height: 16px;
}
textarea.formInput {
	overflow: auto;
	height: 70px;
}

.clearer {
	clear: both;
}