body {
	font-family:Arial;
	font-size:13px;
	color:#666;
	background-color:#4f4f4f;
	background-repeat:repeat-x;	
	margin:0;
}

a, a:link, a:hover {
	color:#666;
}

form {
	display:inline;
	margin:0;
	padding:0;
}

input, textarea {
	width:175px;
	padding:5px;
	background-image:url("input-background.gif");
	background-repeat:no-repeat;
	border:0;	
	margin:0;
	overflow:hidden;	
}

label {
	display:block;
	float:left;
	width:80px;
	font-size:11px;
	font-weight:bold;
	color:#666;
	margin-bottom:10px;	
	line-height:25px;
}

a, a:hover {
	text-decoration:none;
}

#request-button {
	width:68px;
	height:32px;
	margin:0;
	padding:0;
	clear:all;
}

h1 {
	font-family:Helvetica, Arial;
	font-size:32px;
	font-weight:normal;
	color:#4f4f4f;
	margin:0 0 10px 0;
}

h2 {
	font-family:Helvetica, Arial;
	font-size:25px;
	font-weight:normal;
	color:#4f4f4f;
	margin:0 0 10px 0;
}

h3 {
	font-family:Helvetica, Arial;
	font-size:20px;
	font-weight:normal;
	color:#4f4f4f;
	margin:0 0 10px 0;
}

#top-bar {
	width:100%;
	height:152px;
	background-image:url("top-bar-background.gif");
	background-repeat:repeat-x;
}

#top-nav {
	width:801px;
	height:36px;
	font-size:11px;
	color:#fff;
	text-align:right;
	line-height:36px;
	margin:auto;
}

#top-nav a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}

#top-nav a:hover {
	text-decoration:underline;
}

#optima-header {
	width:801px;
	height:94px;
	background-image:url("optima-header.gif");
	background-repeat:no-repeat;
	margin:auto;
}

#orange-bar {
	width:801px;
	height:22px;
	background-image:url("orange-bar-background.gif");
	background-repeat:repeat-x;
	margin:auto;
}

#middle-bar {
	width:100%;
	background-color:#fff;
}

#middle {
	width:942px;
	background-image:url("middle-background.gif");
	background-repeat:repeat-y;
	margin:auto;
}

#main-area {
	width:761px;
	background-image:url("main-area-background.gif");
	background-repeat:repeat-x;
	padding:33px 20px 20px 20px;
	margin:auto;
}

#left-side {
	float:left;
	width:436px;
	margin:0 20px 0 0;
}

#boxes {
	width:436px;
}

.home-box {
	float:left;
	width:142px;
}

#right-side {
	float:right;
	width:305px;
}

#right-image {
	width:245px;
	height:127px;
	background-image:url("house.jpg");
	background-repeat:no-repeat;
}

#bottom-bar {
	width:100%;
	height:90px;
	background-image:url("bottom-bar-background.gif");
	background-repeat:repeat-x;
}

#bottom-nav {
	width:801px;
	height:28px;
	padding:20px 0 0 0;
	margin:auto;
}	

.tab {
	display:block;
	float:left;	
	width:110px;
	height:28px;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	line-height:28px;
	text-align:center;
}

.tab a {
	display:block;
	width:110px;
	height:28px;
	color:#fff;
	text-decoration:none;
}

.tab a:hover {
	display:block;
	width:110px;
	height:28px;
	background-image:url("tab-on.gif");
	background-repeat:no-repeat;
}

#form-top {
	width:305px;
	height:20px;
	background-image:url("form-top.gif");
	background-repeat:no-repeat;
	margin:20px 0 0 0;
}

#form-content {
	width:265px;
	background-color:#e5e5e5;
	padding:0 20px 0 20px;
}

#form-bottom {
	width:305px;
	height:20px;
	background-image:url("form-bottom.gif");
	background-repeat:no-repeat;	
}

#phone-number {
	font-size:30px;
	font-weight:bold;
	padding:10px;
}

.intro {
	line-height:20px;
}

.orange {
	color:#ff6600;
}

#form-error {
	font-size:11px;
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
	line-height:18px;
}

#form-success {
	background-color:#f3f4f3;
	border:1px solid #ccc;
	padding:10px;
	line-height:20px;
}