/* -------------------------------------------------------------
	Untitled
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			19 July 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	background: #f1f1f1 url(../images/taylorLEI_bg.jpg) no-repeat top center;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

.body_inner {
	background: #f1f1f1 url(../images/taylorLEI_bgBlank.jpg) no-repeat top center;
	font: normal 0.7em/1.6em Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #000;
	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;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
width: 340px;
margin: 0 auto;
text-align: left;
}

#form{
height: 250px;
width: 340px;
margin: 312px 0 0 86px;
}

.labelRow{
height: 21px;
display:block;
}

.inputRow{
height: 32px;
display:block;
}

.inputRow input{
width: 160px;
height: 30px;
padding: 7px;
border: 1px solid #c1b2c1;
margin-bottom:10px;
}

.labelLeft{
float: left;
margin-right: 50px;
}

.labelRight{
float:left;
}

.inputLeft{
float: left;
margin-right: 20px;
}

.inputRight{
float: left;
}

.ThreecolinputRow input{
width: 99px;
height: 30px;
padding: 7px;
border: 1px solid #c1b2c1;
margin-bottom:10px;
}

.ThreecolLabelLeft{
float: left;
margin-right: 44px;
}

.ThreecolLabelMiddle{
float: left;
margin-right: 45px;
}

.ThreecolLabelRight{
float: left;
}


.ThreecolInputLeft{
float: left;
margin-right: 21px;
}

.ThreecolInputMiddle{
float: left;
margin-right: 20px;
}

.ThreecolInputRight{
float: left;
}

.genderList{
width: 99px;
height: 28px;
padding: 5px;
}

.optinRow{
height: 20px;
display:block;
clear: both;
}

.optinLeft{
float: left;
width: 200px;
}


.optinRight{
float: left;
}

.submitRow{
display: block;
width: 50px;
}

.submit{
margin-top: 10px;
}



/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 750px;
	height: 60px;
	margin: 0 auto;
	clear: both;
	color: #573c6b;
	text-align: left;
}

#footer a:link, #footer a:visited,
#footer a:hover, #footer a:active, #footer a:focus {
	color: #573c6b;
}

#copyright {
	width: 500px;
	float: left;
}

#credit {
	width: 240px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0px;
	clear: both;
}