/*
(c) 2008 Action Auto Broker, Inc.
site design by: everglade media (everglademedia.com)
*/

body {
	width: 697px;
	margin: 0 auto;
	background: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	position: relative;
}

.hide {
	display:none;
}

#container {
width: 693px;
margin: 0 auto;
}

#content a:link, #content a:visited, #content a:active {
	color: #17277a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
}


fieldset {
	margin: 15px 0 15px 10px;
	padding: 15px 50px 15px;
	border: none;
	background: #f1f1f1;
	color: #000;
	font-size: .9em;
}

legend {
	background: #fff;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: -45px;
	padding: 5px 15px 5px 5px;
	border: 2px solid #bbc1dc;
	color: #17277a;
}

input:focus, select:focus, textarea:focus {
	background: #ce4040;
	color: #FFF; 
}

label {
	margin: 10px 0 0;
}

input, select {
	display: block;
	font-size: 1.1em;
	padding: 3px;
	margin: 0px;
}

#content h2 {
	color: #17277a;
	width: 100%;
	height: 74px;
	padding-left: 20px;
	line-height: 85px;
	margin: 0;
	font-variant: small-caps;
	background: url(/images/h2_bg.jpg) no-repeat 0 0;
}

/* define width and borders for all elements utilizing these */

#header, #nav, #content, #footer {
	width: 683px;
	border: 7px solid #000;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
}

#header {
	background: #000;
	padding: 8px 0;
	height: 148px;
}

#header-phones {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	text-align: right;
	font-size: 14px;
}

#header-phones span {
	color: #8d8d8e;
	font-weight: bold;
}

.floatleft {
float: left;
}

#content {
	width: 643px;
	_width: 623px;
	background: #e9e9e9;
	padding: 20px 20px 40px;
	padding-top: 0;
}

/* Navigation */

#nav {
	background: #000 url(/images/nav_bg.gif) no-repeat 0 0;
	height: 59px;
	text-align: center;
	padding: 2px 0 0 0;
}

#nav ul {
	margin: 0 0 0 60px;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
}

#nav li a {
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 0;
}

#nav li a:hover {
	background-position: 0 -39px;
}

#nav-home a {
	width: 80px;
	background: #fff url(/images/nav_home.gif) no-repeat 0 0;
}

#nav-history a {
	width: 92px;
	background: #fff url(/images/nav_history.gif) no-repeat 0 0;
}

#nav-quote a {
	width: 143px;
	background: #fff url(/images/nav_quote.gif) no-repeat 0 0;
}

#nav-refs a {
	width: 139px;
	background: #fff url(/images/nav_refs.gif) no-repeat 0 0;
}

#nav-contact a {
	width: 109px;
	background: #fff url(/images/nav_contact.gif) no-repeat 0 0;
}

#content li {
	list-style: none;
	background: url(/images/bullet.gif) no-repeat 0 0;
	line-height: 13px;
	padding: 2px 0 2px 20px;
}

#links li, #email li {
	list-style: none;
}

#links li {
	line-height: 13px;
	padding: 2px 0 2px 20px;
	background: #e9e9e9 url(/images/tick.gif) no-repeat 0 0;
}

#email li {
	padding-left: 30px;
	padding-bottom: 10px;
	margin-left: -30px;
	display: block;
	background: #e9e9e9 url(/images/email.gif) no-repeat 0 0;
}

#footer {
height: 46px;
background: #f5e8e8 url(/images/footer_bg.gif) no-repeat 0 0;
text-align: center;
color: #000;
line-height: 46px;
font-size: 80%;
margin-bottom: 40px;
}

#footer a {
color: #777;
}

/* BEGIN DATE PICKER CSS */
/* the div that holds the date picker calendar */
.dpDiv {
	margin: 3px 0 0 0;
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	padding: 2px 5px 5px 2px;
	background: transparent url(/atms/images/calpopbg.gif) no-repeat bottom right;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #eee;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #ccc;
	border: 1px solid #ccc;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #95d5e4;
	border: 1px solid #95d5e4;
	cursor: pointer;
	color: #fff;
	}

/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.85em;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-size: 9px;
	color: #333;
	background: #ddd;
	font-weight: bold;
	padding: 1px 2px 2px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* END DATE PICKER CSS */