body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #111;
	line-height: 11px;
	background-color: #114164;
}

h1 {
	height: 115px;
	width: 982px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/header_logo.gif) no-repeat;
	margin: 0 auto;
}

p {
	margin-top: .64em;
	margin-bottom: .64em;
}

strong {
	font-weight: bold;
}

a{
	
	color: #56a03c;
	text-decoration: none;
	font: italic normal bold 1.2em "Courier New", Courier, mono;
}

a:hover{

	text-decoration: underline;
}



/*use a # to signify a id, used only once in a document (i.e. divs, not font tags)*/

/*__________________________________________________________________ 
____________________________ major elements ________________________________
____________________________________________________________________*/

#site-wrapper {
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

* html div#site-wrapper {
	width: 60px;
}

#home-page #site-wrapper {
	width: 691px;
	padding: 0px;
	background: #fff url(../grafx/homeback.jpg) no-repeat 100% 100%;
	height: 687px;
}

#application-page #site-wrapper {
	width: 691px;
	padding: 30px;
	background: #fff;
	height: 1000px;
	margin-top: 25px;
}

#faq-page #site-wrapper {
	width: 691px;
	padding: 30px;
	background: #fff;
	height: 2300px;
	margin-top: 25px;
}

#rent-specs{
	
	text-align: center;
	font-weight: bold;
	color: #210457;
	font-size: 1.5em;
	line-height: 1.4em;
	font-variant: small-caps;
	text-shadow: #fce3ff 3px 0 0;
}

#faq-header{
	
	color: #082b55;
	display: block;
	font: normal bold 3em/1.25em "Courier New", Courier, mono;
	padding-top: 20px;
}

#faq-details{
	
	color: #303030;
	margin-left: 32px;
	width: 500px;
	font: 1.25em/1.25em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
}


#nav{
	
	text-align: left;
	color: #0c5407;
	top: 45px;
	display: block;
	position: relative;
	font: normal bold 2em/1.25em "Courier New", Courier, mono;
	margin-left: 60px;
	list-style-type: circle;
	list-style-position: inside;
	opacity: 1;
	text-shadow: gray 0px 0px 0px;
}

