/*
Theme Name: alc2007
Theme URI: http://www.amerlease.com
Description: A custom developed Wordpress theme for the new ALC site redesign.
Version: 1.0
Author: Evan Barash

Design and Coding by Evan Barash || http://www.supercompserv.com

*/

body {
	margin:0;
	font: normal 1em/1.5em Lucida Grande, Arial, Helvetica, sans-serif;
	background: url('images/bg-header.jpg') repeat-x 0 87px;
	border-top: 3px solid #957E56;
}

a { text-decoration:none; }

h1 {
	font: bold 24px Arial, Tahoma, Verdana, sans-serif;
	color:#8F7B5A;
	letter-spacing: -1px;
	margin:0 0 4px 0;
}
/* Leasing Corporation transparent text */
* html h2 {
	background:none;
}
h2 {
	margin:54px 0 0 0;
	height:63px;
	width:457px;
	text-indent:-9999px;
	background:url('images/leasing-corporation.png') no-repeat 0 0;
}
h3 {
	font: bold 15px Arial, Tahoma, Helvetica, sans-serif;
	color:#366D9F;
	margin:0 0 15px 0;
	letter-spacing: -1px;
}
#main-page {
	width:887px;
	margin:0 auto;
}
/* header width logo and top navigation */
* html #header {
	background:none;
}
#header {
	height:227px;
	padding-top:27px;
	background:url('images/top-img.png') no-repeat 100% 0;
}
/* top navigation */
#header ul {
	padding:0;
	margin:0;
	list-style:none;
	height:31px;
}
#header ul li {
	float:left;
	height:31px;
	background:url('images/bg-toplist.gif') repeat-y 100% 0;
	padding-right:18px;
	margin-right:18px;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
#header ul li.last {
	background:none;
	padding-left:0;
	margin-left:0;
}
#header ul li a {
	color:#404040;
	padding-top:18px;
	display:block;
	cursor:pointer;
}
#header ul li a.home {
	background:url('images/bg-home.gif') no-repeat 50% 0;
}
#header ul li a.home:hover,
#header ul li a.home.active {
	background:url('images/bg-home-hover.gif') no-repeat 50% 0;
}
#header ul li a.about {
	background:url('images/bg-about.gif') no-repeat 50% 0;
}
#header ul li a.about:hover,
#header ul li a.about.active {
	background:url('images/bg-about-hover.gif') no-repeat 50% 0;
}
#header ul li a.sitemap {
	background:url('images/bg-sitemap.gif') no-repeat 50% 0;
}
#header ul li a.sitemap:hover,
#header ul li a.sitemap.active {
	background:url('images/bg-sitemap-hover.gif') no-repeat 50% 0;
}
#header ul li a.contact {
	background:url('images/bg-contact.gif') no-repeat 50% 0;
}
#header ul li a.contact:hover,
#header ul li a.contact.active {
	background:url('images/bg-contact-hover.gif') no-repeat 50% 0;
}
#header ul li a:hover,
#header ul li a.active {
	color:#957E56;
}
#center {
	height:100%;
	overflow:hidden;
	background:url('images/bg-center.gif') repeat-y 0 0;
	font: normal .8em/1.5em Arial, Helvetica, Tahoma, sans-serif;
	margin-top:17px;
}
/* left box width navigation and login form */

.current_page_item a { font-weight: bold; font-size:11px; color: #333 !important; }

#left {
	width:184px;
	float:left;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
#left ul {
	padding:0;
	margin:0;
	list-style:none;
}
#left ul li {
	background:url('images/bg-leftlist.gif') repeat-x 0 100%;
	font-size:15px;
	line-height:44px;
}
#left ul li.active {
	background:url('images/bg-leftlist.gif') repeat-x 0 44px;
	font-size:15px;
	line-height:44px;
}

#left ul li.active a {
	color:#0A4479;
	background:url('images/active-link.gif') no-repeat 100% 50%;
	padding-right:15px;
}
#left ul li a {
	color:#4D82B8;
}
#left ul li a:hover {
	color:#0A4479;
}
#left ul li.active ul {
	display:block;
}
#left ul li ul {
	background:url('images/bg-leftlist.gif') repeat-x 0 100%;
	padding:10px 0;
	display:none;
}
#left ul li ul li {
	padding-top:0;
	line-height:15px;
	background:none;
	font-size:11px;
	margin-left:15px;
	margin-top: 10px;
	font-weight: normal;
	
}
#left ul li ul li a {
	color:#989B9D !important;
	background:none !important;
}
#left ul li ul li a:hover,
#left ul li ul li a.active {
	color:#8F7B5A !important;
}
/* form width client login */
#left .form {
	background:url('images/bg-client-login.jpg') no-repeat;
	padding-top:33px;
	width:182px;
	margin-top:25px;
}
#left form {
	margin:0;
	padding:0 0 5px 10px;
	background:url('images/bg-form.gif') repeat-y;
	height:100%;
	overflow:hidden;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
#left form label {
	color:#8F7B5A;
	background:url('images/bg-label.gif') no-repeat 100% 5px;
	margin:10px 0 2px 0;
	padding-right:14px;
	display:block;
	float:left;
}
#left form div {
	width:150px;
	/*height:25px;
	background:#F5F5F5;*/
	position:relative;
	clear:both;
	margin-bottom:7px;
}
#left form div input {
	padding: 4px;
	width:150px;
	/*height:25px;*/
	margin: 0;
	border:1px solid #C3C3C3;
	/*position:absolute;
	top:-1px;
	left:-1px;*/
	font:13px  Arial, Helvetica, sans-serif;
}
#left form input.button {
	float:left;
	width:47px;
	height:18px;
	border:0;
	margin-right:6px;
}
#left .end-form {
	background:url('images/bg-end-form.gif') no-repeat;
	width:182px;
	height:5px;
	font-size:0;
}
/* right box width content */
#right {
	width:663px;
	float:left;
	background:url('images/top-shadow.gif') no-repeat;
	margin-left:20px;
	padding-left:20px;
}

.top-line {
	/*background:url('images/bg-topline.gif') repeat-x;*/
	border-top: 1px solid #d5d5d5;
	padding:18px 0 0 0;
}
.top-line p {
	margin:0 0 15px 0;
}
.top-line a {
	color:#404040;
	text-decoration:underline;
}
.top-line a:hover {
	text-decoration:none;
}
.top-line div.img {
	border:1px solid #E5E5E5;
	float:right;
	margin:1px 2px 20px 20px;
}
.top-line div.img div {
	border:1px solid #B4B4B4;
	padding:2px;
}
.top-line div.img div img {
	border:1px solid #3E3E3E;
}
.top-line ul {
	color: #666;
	list-style-type:circle;
	margin: 0px 0 30px 30px; 
	}
.top-line ul li {
	list-style-image:url('images/pointer.gif');
	}

.top-line ul li span {
	color: #666;
}

.top-line ul li ul { margin: 0 0 0 30px; color: #957E56 }

#siteMap {
	width: 450px;
	padding: 0;
	}

#siteMap .column {
	float: left;
	width: 150px;
	margin: 0;
	}
	
#siteMap ul li ul {
	margin-top: 5px; 
	}

#siteMap li {
	list-style: none;
	font: normal 14px/18px Tahoma, Verdana, Arial, sans-serif;
	}
#siteMap li a {
	clear: left;
	/*padding: .36em .18em;*/
	font: bold 14px/18px Tahoma, Verdana, Arial, sans-serif;
	color: #4d82b8;
	}

#siteMap li li a {
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #8f7b5a;
	background: url('images/sitemap-arrow.gif') left center no-repeat;
	margin-left: -35px;
	}
#siteMap li a:hover {
	text-decoration: underline;
	color: #404040;
	/*background: #3e362f;*/
	}
#siteMap li li a:hover {
	text-decoration: underline;
	/*background: #3e362f url('/images/arrow-miniorange.gif') left center no-repeat;*/
	}
#footer {
	margin-top:30px;
	background:url('images/bg-footer.jpg') repeat-x;
	height:46px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	padding-top:60px;
}
#footer div {
	width:887px;
	margin:0 auto;
	color:#fff;
}
#footer div ul {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
#footer div ul li {
	float:left;
	background:url('images/footer-link.gif') no-repeat 100% 0;
	padding-right:8px;
	margin-right:6px;
	line-height:11px;
}
#footer div ul li.last {
	background:none;
	padding-right:0;
	margin-right:0;
}
#footer div ul li a {
	color:#fff;
}
#footer div ul li a:hover {
	text-decoration:underline;
}

/*---------------------------------------------
             CONTACT FORM STYLES
---------------------------------------------*/

#theform {
	background-color: #fff;
	width: 50em;
	font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 20px;
	}

#theform fieldset {
	/*height: 20em;*/
	width: 29%;
	border: 0;
	margin: 0;
	padding: 1em;
	float: left;
	}
#theform fieldset legend {
	font-size: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #888;
	line-height: 1.5em;
	}
#theform fieldset legend span {
	display: none;
	}
#theform fieldset h3 {
	height: 4em;
	font-size: 1em;
	margin-top: 30px;
	}

#theform fieldset div.help {
	color: #4D82bd;
	font-size: 0.7em;
	font-weight: bold;
	height: 5em;
	}
#theform fieldset label {
	font-size: 0.7em;
	display: block;
	line-height: 1.5em;
	}
#theform fieldset input {
	font-size: 0.8em;
	height: 1.5em;
	padding-left: 3px;
	}

#theform fieldset textarea {
	width: 40em;
	height: 5em;
	border: 1px solid #aaa;
	overflow: auto;
	margin: 0;
	}

#theform fieldset#pt2 label { 
	
	margin: 15px 0 0 0;
	
	}

#theform fieldset#pt2 .checkbox {
	float: left;
	margin: 0px 5px 0 0;
	}
	
/* Error Styling */
#theform fieldset.error,
#theform fieldset.error legend,
#theform fieldset.error div.help {
	color: #FFCC33;
	}
#theform fieldset strong.error {
	color: #fff;
	background-color: #CC0000;
	padding: 0.2em;
	font-size: 0.7em;
	font-weight: bold;

	}

/* Part 4 Styling */
#theform #pt4 {
	/*clear: both;*/
	width: 48em;
	min-height: 5em;
	border: 10px solid #aaa;
	border-width: 10px 0;
	padding: 1em;
	}
#theform #pt4 legend {
	display: none;
	}
#theform #pt4 h3 {
	display: none;
	}
#theform #pt4 #disclaimer {
	background: #8BB8D9;
	border: 1px solid #568ABC;
	color: #ffffff;
	width: 25em;
	float: left;
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 5px;
	/*height: auto;*/
	}

div#send-data { float: right; margin: 0; padding: 0; }

#theform #pt4 input {
	height: 4em;
	font-size: 1em;
	width: 6em;
	color: #666666; 
	background: #f3f3f3;
	font-weight: bold;
	border-bottom: 	1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	display: inline;
	}

#theform #message {
	clear: both;
	width: 46em;
	min-height: 5em;
	border: 1px solid #eee;
	border-width: 2px 0;
	padding: 2em;
	margin: 20px 0 20px 0;
	}

#copyright {
	clear: both;
	padding: 0.5em;
	font-size: 0.8em;
	color: #999;
	font-style: italic;
	}

