@CHARSET "ISO-8859-1";
/* CSS Document for Universal Rental
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Core Styles */
@import url('/styles/core.css');

/* Header =============================== */
#header {
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#logo {
	width: 337px;
	float: left;
	position: relative;
	top: 32px;
}

/* Top Navigation ======================= */
#nav {
	width: 603px;
	float: left;
	text-align: right;
	padding: 0 20px 0 0;
	background: none;
}
	ul#main-nav li a#current {
		color: #000;
	}

/* Home Page Styles */
#columns-wrap {
	margin: 0;
	padding: 0;
}
	#columns-wrap h1 {
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	
.left-column {
	width: 472px;
	float: left;
	margin-right: 16px;
}
.right-column {
	width: 472px;
	float: left;
}

.dkgreen {
	background: #00704a;
	padding: 0 15px;
	height: 186px;
	overflow: hidden;
	margin-bottom: 16px;
}
	.dkgreen-content {
		width: 250px;
		float: left;
		padding: 10px 0 5px 5px;
		color: #fff;
		font-size: 13px;
	}
		.dkgreen-content a {
			color: #fff;
		}
	.dkgreen-images {
		width: 183px;
		float: left;
	}

.orange {
	background: #f59e3f;
	padding: 0 15px;
	height: 186px;
	overflow: hidden;
	margin-bottom: 16px;
}
	.orange-content {
		width: 240px;
		float: left;
		padding: 10px 5px 5px 0;
		color: #fff;
		font-size: 13px;
	}
		.orange-content a {
			color: #fff;
		}
	.orange-images {
		width: 183px;
		float: left;
	}

.ltgreen {
	background: #edf6e0;
	padding: 15px;
	height: 313px;
	overflow: hidden;
}
	.ltgreen-content {
		font-size: 12px;
		width: 220px;
		float: left;
		padding-right: 10px;
	}
		.ltgreen-content h2 {
			color: #a0ae8d;
			font-size: 14px;
			font-weight: bold;
			padding: 0;
			margin: 0;
		}
	.ltgreen-images {
		width: 200px;
		float: left;
	}
	.ltgreen ul  {
		margin: 10px 0;
		padding: 0 0 0 15px;
	}
		.ltgreen li {
			margin-bottom: 10px;
			font-style: oblique;
		}

.ltblue {
	background: #e1f5f3;
	padding: 15px;
	height: 313px;
	overflow: hidden;
}
	.ltblue-images {
		width: 200px;
		float: left;
	}
	.ltblue-content {
		font-size: 12px;
		width: 220px;
		float: left;
		padding-right: 10px;
	}
		.ltblue-content h2 {
			color: #849492;
			font-size: 14px;
			font-weight: bold;
		}
		.ltblue ul  {
				margin: 10px 0;
				padding: 0 0 0 15px;
			}
				.ltblue li {
					margin-bottom: 10px;
					font-style: oblique;
				}
				
#content-wrap {
	border-top: 4px solid #f0f0f0;
	padding-bottom: 20px;
}

#home-content {
	width: 960px;
	margin: 0 auto;
}
	.home-photos {
		width: 340px;
		float: left;
	}
	.home-main-content {
		width: 590px;
		float: left;
		padding: 15px;
	}
		.home-main-content h2 {
			text-transform: capitalize;
			line-height: 1.2em;
		}

