html, body {
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d3d3d;
	background-image: url(../images/bg-color.gif); background-repeat;
}
.hidden {
	display:none;
}
a {
	color:#006600;
	text-decoration:none;
}
a, a img {
	outline:none;
	border:none;
}
h1 {
	font-size:24px;
	font-weight:normal;
}
h1#hdr_home {
	font-size:28px;
	text-align:center;
}
h1#hdr_home .altColor {
	/*color:#7a9c76; */
	color:#696969; 
}
h1.pad {
	padding-top:40px;
}
h2 {
	font-size:16px;
	color:#c46628;
	font-weight:normal;
}
h2.underlined {
	border-bottom:1px solid #c46628;
}
h2.pad {
	padding-top:25px;
}
fieldset {
	margin-bottom:20px;
}
legend {
	font-size:16px;
	font-weight:normal;
	color:#c46628;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	/*background:#FFF;
	min-height:600px;
	height:auto !important;
	height:600px;*/
}
#logo {
	text-align:center;
}
ul#mainMenu {
	list-style:none;
	margin:0;
	padding:0 auto;
	height:32px;
	background:transparent;
	width:720px;
}
ul#mainMenu li {
	list-style-type:none;
	margin:0;
	padding:0;
	height:32px;
	float:left;
}
ul#mainMenu li#menu1 {
	width:178px;
	margin-right:2px;
}
ul#mainMenu li#menu1 a {
	display:block;
	width:178px;
	height:32px;
	background:url(../images/menu_viewRidesOffered.png) top left no-repeat;
}
ul#mainMenu li#menu2 {
	width:179px;
	margin-right:2px;
}
ul#mainMenu li#menu2 a {
	display:block;
	width:179px;
	height:32px;
	background:url(../images/menu_viewRidesRequested.png) top left no-repeat;
}
ul#mainMenu li#menu3 {
	width:179px;
	margin-right:2px;
}
ul#mainMenu li#menu3 a {
	display:block;
	width:179px;
	height:32px;
	background:url(../images/menu_offerRide.png) top left no-repeat;
}
ul#mainMenu li#menu4 {
	width:178px;
}
ul#mainMenu li#menu4 a {
	display:block;
	width:178px;
	height:32px;
	background:url(../images/menu_requestRide.png) top left no-repeat;
}
p.home_intro {
	line-height:150%;
	text-align:center;
	padding:0 50px;
	font-size:13px;
}
p.disclaimer {
	margin:30px 0;
	font-style:italic;
	font-size:11px;
	border:1px solid #c46628;
	border-width:1px 0;
	padding:10px 0;
}
p.error_text {
	color:red;
	font-size:14px;
}
p.thank_you_text {
	font-size:14px;
}
p.delete_text {
	font-size:14px;
}
.required {
	color:red;
	font-size:15px;
}
table.tableRideListing,
table.tableRideDetails {
	width:80%;
}
table.tableRideListing th {
	text-align:left;
	padding:2px;
	border-bottom:2px solid #3d3d3d;
}
table.tableRideListing td {
	width:20%;
	border-bottom:1px solid #3d3d3d;
	padding:2px;
}
table.tableRideListing td.col1 {
	width:20%;
}
table.tableRideListing td.col2 { 
	width:25%;
}
table.tableRideListing td.col3 {
	width:25%;
}
table.tableRideListing td.col4 {
	width:15%;
}
table.tableRideListing td.col5 {
	width:25%;
}
table.tableRideDetails td {
	padding:2px 4px 2px 2px;
}
table.tableRideDetails td.col1 {
	width:25%;
	text-align:right;
}
input#submitFormBTN {
	background:#C46628;
	color:#FFF;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	padding:4px;
	border:1px solid #ccc;
	border-width:0 1px 1px 0;
	text-transform:uppercase;
}
.styleTextArea {
	width:350px;
	height:100px;
}

