/* towFleet Main Site - Screen */
body {
	font-family: Lucida Grande,Arial,Tahoma,sans-serif;
	background: #bbbdc0;
	padding: 0px;
	margin: 0px auto;
	font-size: 11px;
	line-height: 1.5em;
	color: #323234;
	width: 910px;
}
h1, h2, h3, h4, h5, p, blockquote , ul, li {
	margin: 0pt;
	padding: 0pt;
}
h1 {font-size: 200%;}
h2 {font-size: 150%;}
h3{font-size: 120%;}

p {margin-bottom: 15px;}

input, select , textarea {
	font-size: 10px;
	color: #025D8C;
	padding: 2px;
	background: #ffffff url(input_bg.png) repeat-x top;
	_background: #ffffff;
	border-color: #bbbbbb #eeeeee #eeeeee #bbbbbb;
	border-style: solid;
	border-width: 1px;
}

img {
	border: none;
}

.focus,
input:focus,
textarea:focus {
	background: #e4fce3 url(input_bg.png) repeat-x top;
	_background: #e4fce3;
}

fieldset {border: 1px solid #CCCCCC;}

legend {
	text-transform: uppercase;
	color: #323234;
}

.header {
	width: 100%;
	height: 230px;
	background: url(banner.jpg) no-repeat;
}
.content {
	width: 98%;
	padding: 1%;
	background: url(content_bg.jpg) repeat-y;
}
.menu {
	width: 100%;
	border-top: 1px solid #8E8785;
	border-bottom: 1px solid #8E8785;
	margin-bottom: 10px;
}
.menu a {
	float: left;
	padding: 5px 10px;
	margin: 3px 0px;
	text-decoration: none;
	text-transform: uppercase;
	color: #8F341B;
}
.menu a:hover {
	color: #D5DED9;
	background: #99B2B7;
}
.columnLeft {
	width: 48%;
	_width: 45%;
	float: left;
	margin: 10px 2% 0% 0%;
}
.columnRight {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.footer {
	color: #C4C2C2;
	font-size: 80%;
	text-align: center;
	line-height: 28px;
	background: url(footer_bg.jpg);
}

.featureBox {
	width: 100%;
}
.featureBox ul {
	float: left;
	width: 38%;
	margin-right: 2%;
}
.featureBox li {
	list-style: none;
	line-height: 2em;
	color: #8F341B;
	text-indent: 1em;
	cursor: pointer;
	background: #E5E5E5 url(../site/hover_right.png) no-repeat center right;
	margin-bottom: 5px;
}
.featureBox li:hover {
	color: #D5DED9;
	background: #99B2B7 url(../site/hover_right.png) no-repeat center right;
}
.featureDescription {
	float: right;
	width: 60%;
	_width: 55%;
	.width: 55%;
}

.contact,
.signIn {
	padding: 1% 0%;
	width: 100%;
	color: #B3ABA8;
	background: #6B6665;
	margin-bottom: 10px;
}

.contact table,
.signIn table {
	margin: 0px auto;
}

.contact a,
.signIn a {
	color: #F4F2F2;
	text-decoration: none;
}

.contact a:hover,
.signIn a:hover {
	text-decoration: underline;
}

.contact textarea {
	width: 272px;
}

.box {
	background: #ffffff;
	padding: 5%;
	border-top: 5px solid #B3ABA8;
	margin-top: 5px;
}

.page_curl_box {
	background: #D5DED9 url(white_page_curl.png) no-repeat bottom right;
	padding: 15px;
	border-top: 1px solid #F4F2F2;
}

.box div {margin: 0px 0px 5px 0px;}

.formList {list-style: none;}

.formList li {padding: 5px 0px;}

.formList .label {
	display: block;
	float: left;
	width: 180px;
	text-align: right;
	padding-right: 10px;
}

.controls a:hover {color: #222222;}

.required {
	background: #FFF5C7 url(input_bg.png) repeat-x top;
	_background: #FFF5C7;
}

.invalid {
	background: #fce4e3 url(input_bg.png) repeat-x top;
	_background: #fce4e3;
}

.success {
	color: green;
	background: #e4fce3;
	border: 1px solid green;
	padding: 10px;
	margin-bottom: 15px;
	display: none;
	font-size: 125%;
}

.success:before {
	content: url(tick.png);
	vertical-align: middle;
	margin-right: 5px;
}

.error {
	color: red;
	background: #fce4e3;
	border: 1px solid red;
	padding: 10px;
	margin-bottom: 15px;
	display: none;
}

.error:before {
	content: url(exclamation.png);
	vertical-align: middle;
	margin-right: 5px;
}

.belt {
	width: 118px;
	height: 118px;
	background: url(belt.png) no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}

.coming_soon {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #F4F2F2 url(../site/coming_soon.png) no-repeat center center;
	z-index: 99;
	opacity: 0.9;
	/* Stupid IE hack for transparency */
	filter: alpha(opacity = 90);
	zoom: 1;
}

.dontStyleMe {
	border: none;
	padding: none;
	background: none;
}

.clear {clear:both;}
.show {outline: 1px solid red;}