.clear{clear: both;}
.left{float: left;}
.right{float: right;}
body {
	margin: 0px;
	font-family: Verdana;
	font-size: .9em;
	background: #ffffff url('../images/menu-background.jpg') repeat-y top left;
}
body.nomenu {
	background: #ffffff;
}
a {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #ff0000;
}
#canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#head {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #4A4849 url('../images/banner-background.jpg') repeat top center;
	height: 124px;
}
#head .text {
	position: absolute;
	top: 3.5em;
	left: 600px;
	color: #b2b2b2;
	font-variant: small-caps;
	vertical-align: top;
	width: 17em;
	font-weight: bold;
}
#logo {
	position: relative;
	top: 20px;
	vertical-align: top;
}
#wrapper {
	position: relative;
}
#content {
	position: relative;
	margin-left: 165px;
	text-align: center;
	width: 700px;
}
.nomenu #content {
	text-align: center;
	margin: 0;
	width: 700px;
}
#content .text {
	width: 600px;
	margin-left: 50px;
}
#navMenu {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 160px;
}
#navMenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navMenu ul li {
	color: #b2b2b2;
	text-transform: uppercase;
	text-align: right;
	padding: 7px 3px 7px 0px;
	font-size: .75em;
	font-weight: bold;
}
#navMenu a {
	color: #b2b2b2;
	text-decoration: none;
	padding-right: 17px;
}
#navMenu a:visited {
	color: #b2b2b2;
}
#navMenu a:hover {
	color: #FFFFFF;
	background: url('../images/marker.png') no-repeat center right;
}
#navMenu a.select {
	color: #ffffff;
}
.marker {
	position: relative;
	width: 20px;
	text-align: center;
}
.redTitle
{
	color: red;
	font-size: 1.5em;
}
.homePageText {
	font-weight: bold;
	text-align: left;
	font-size: .9em;
	width: 230px;
}
#convenient {
	position: absolute;
	top:  100px;
	left: 50px;
}
#nationwide {
	position: absolute;
	top: 120px;
	left: 370px;
	width: 280px;
}
#fast {
	position: absolute;
	top: 550px;
	left: 150px;
	width: 300px;
}
#footer {
	position: relative;
	bottom: 10px;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
}
#footer li {
	display: inline;
	margin-right: 10px;
	white-space: nowrap;
}
#footer p {
	font-size: .75em;
}
tr.row{
	background-color: #b2b2b2;
}
.register th {
	width: 150px;
	text-align: right;
}
.register {
	text-align: left;
}
.error {
	color: red;
}
.small {
	font-size: .6em;
	font-style: italic;
}
#logout {
	background-color: #000000;
	font-size: 1em;
	position: absolute;
	top: 0px;
	left: 700px;
	padding: 2px;
}
#logout a {
	color: white;
	text-transform: uppercase;
}

/*ul Menu */
ul.limenu  {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.limenu li {
	display: inline;
	padding: 0px 10px;
}
/* End ul Menu */

/* Listing Table */
#inputTable {
	text-align: left;
}
#inputTable tr {
	vertical-align: top;
}
tr.odd {
	background-color: #cccccc;
}
#listing th {
	text-align: right;
	vertical-align: top;
}
#listing td {
	padding-left: 30px;
	text-align: left;
}
#value th, #value td {
	text-align: right;
} 
#thumbnails {
	width: 200px;
}