/* -------------------------------------------------------------
	David Holden Consulting, LLC
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			6 December 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #87878d url(/images/bg_body.gif) repeat-x;
	font: normal 12px/1.3em "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

fieldset {
	border: 0px;
}

a img {
	border: 0px;
}

a:link, a:visited {
	color: #545492;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 8px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 760px;
	margin: 17px auto 0 auto;
	text-align: center;
}

#interior #root {
	background: #b1b1b1 url(/images/bg_root_interior.gif) repeat-y;
}

#index {
	width: 760px;
	min-height: 596px;
	position: relative;
	background: #b1b1b1 url(/images/bg_index.jpg) no-repeat;
	text-align: left;
}

#interior #index {
	background: url(/images/bg_index_interior.jpg) no-repeat;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	UI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#ui {
	width: 189px;
	height: 244px;
	background: #d5d5d5;
	overflow: hidden;
}

#home #ui {
	position: absolute;
	right: 18px;
	bottom: 10px;
}

#interior #ui {
	margin-right: 18px;
	float: right;
	display: inline;
}

#brand, #brand a {
	width: 189px;
	height: 100px;
	display: block;
	overflow: hidden;
	text-indent: -9000em;
	background: url(/images/logo_holden.jpg) no-repeat;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 416px;
	padding: 85px 17px 0 0;
	float: right;
	position: relative;
	z-index: 4;
}

#interior #body {
	width: 440px;
	padding: 98px 0 50px 67px;
	float: left;
}

#header {
	margin-bottom: 12px;
	color: #545492;
	font-size: 24px;
	font-weight: bold;
}

#body ul {
	padding-left: 25px;
}


/* --- Image Positioning --- */

.float_left {
	float: left;
	padding: 0 8px 8px 0;
}

.float_right {
	float: right;
	padding: 0 0 8px 8px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	position: relative;
	z-index: 3;
	color: #555;
	text-align: left;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

#interior #footer {
	border-top: 10px solid #4f4f8b;
}

#tagline {
	width: 308px;
	height: 402px;
	position: absolute;
	top: -326px;
	right: -50px;
	overflow: hidden;
	text-indent: -9000em;
	background: url(/images/bg_tagline_01.gif) no-repeat;
}

#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {
	width: 500px;
	float: left;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.input_class {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}
