@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	font-size:62.5%;
	line-height:1.125em; /* 16/1.125=18 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/design/bg-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

#wrapper {
	width:800px;
	margin:0 auto 0;
	padding:10px 10px 0 10px;
	background-color:#fff;
	}

#content {
	width:800px;
	padding:0;
	clear:both
	}
	
img#logo {
	border:0;
	float:left;
	margin:10px 0 70px 0;
	}

img#logoHome {
	border:0;
	float:left;
	margin:10px 0 42px 0;
	}
	
a {
	color:#03418c;
	}

/* _accesibility */
	
.accessibility {
	position:absolute;
	top:0;
	left:-9999px;
	}

#accessibility {
	width:250px;
	float:right;
	}

#accessibility a{
	text-decoration:none;
	float:left;
	padding:0 3px;
	}

#accessibility img {
	border:none;
	}

/*_#actions styles*/

#actions {
	width:400px;
	float:right;
	margin:0;
	padding:0;
	}

#actions ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	clear:both
	}
	
#actions li form {
	padding:0;
	marging:0;
	}

#actions li {
	float:left;
	font-size:1.1em;
	}

#actions a {
	color:#333;
	background:url(../images/design/bg-link.gif) center left no-repeat;
	display:block;
	padding:0 7px 2px 14px;
	text-decoration:none;
	}

#actions a.first {
	background:none;
	}

#actions fieldset {
	border:none;
	margin:0;
	padding:0;
	}

#actions input {
	border:none;
	}
	
#actions a, #footer a{
	line-height:2.1em;
	}

#actions input.search {
	background:url(../images/design/bg-search.png);
	border:none;
	width:65px;
	height:22px;
	color:#fff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-bottom:2px;
	}
	
/*
#actions {
	list-style:none;
	float:right;
	}

#actions li {
	float:left;
	}

#actions a {
	text-decoration:none;
	background:url(../images/design/bg-link.gif) top left no-repeat;
	display:block;
	padding:0 1em;
	}

#actions a.first {
	background:none;
	}
*/	
	
	
/* _.clear hacks */

.clear {
	display:inline-block;
}

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

	
/* _#footer */
#footer {
	clear:both;
	border-top:1px solid #787878;
	}
	
#footer ul {
	margin:0 0 10px 0;
	padding:15px 5px;
	list-style:none;
	}

#footer ul.address {
	margin:0;
	padding:5px 15px;
	list-style:none;
	}

#footer a {
	padding:0 1em;
	display:block;
	background:url(../images/design/bg-link.gif) center left no-repeat;
	padding:0 7px 2px 14px;
	text-decoration:none;
	color:#333;
	}

#footer a.first {
	background:none;
	}

#footer li {
	float:left;
	}

#footer p {
	margin: 15px 0 10px 15px;
	}

#footer li{
	font-size:1em;
	}



/* _#mainNav */	
#mainNav {
	width:800px;
	height:55px;
	padding:0;
	position:absolute;
	top:95px;
	list-style:none;
	float:left;
	clear:both;
	background-image: url(../images/design/bg_navBar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

#mainNav li {
    background:url(../images/design/bg-linkseparator.gif) no-repeat bottom left;
	float:left;
	}

#mainNav li.afterHere {
	background:none;
	}
	
#mainNav li.here {
	background:url(../images/design/tab-right.gif) no-repeat top right;
	height:55px;
	}

#mainNav li.here li{
	background:none;
	}

#mainNav a {
	display:block;
	padding:.5em 2em;
	text-decoration:none;
	color:#fff;
	}

#mainNav li.here a {
	background:url(../images/design/tab-left.gif) no-repeat top left;
	height:55px;
	}

#mainNav a {
	font-size:1.1em;
	line-height:2.5em;
	}
	
/*=homepage styles*/

#homepageContent {
	width:800px;
	margin:0 auto 0;
	padding:0;
	}	

#homepageFeature {
	position:relative;
	height:240px;
	width:800px;
	z-index:10;
	margin:0;
	padding:0;
	background-image: url(../images/design/homepage-Feature.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#homepageFeature .photo {
	width:505px;
	height:240px;
	border-right:1px solid #fff;
	float:left;
	background: url(../images/homepage/detroit-feature-box.jpg) top left no-repeat;
	}

.photo p {
	margin-top:188px;
	color:#fff;
	font-size:1.8em;
	}
	
#homepageFeature ul {
	width: 240px;
	padding: 0 5px 0 15px;
	margin:0;
	color:#fff;
	float:left;
	}
	
#homepageFeature ul li {
	list-style:none;
	margin:0;
	padding:0;
	}

#homepageFeature ul li p {
	font-size:1.2em;
	padding:5px 0;
	line-height:18px;
	}

#homepageFeature ul li h2 {
	font-size: 1.4em;
	padding-top:15px;
	padding-bottom:5px;
	line-height:20px;
	}
	
#homepageFeature .leveltwo {
	font-size:1em;
	font-style:italic;
	}
	
#homepageFeature h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:4em;
	color:#fff;
	margin-left:280px;
	font-weight:normal;
	padding-top:35px;
	padding-right:75px;
	padding-bottom:0;
	line-height:1.2em;
	}

#homepageFeature a{
	color:#fff;
	padding:1px 0 2px 0;
	text-decoration:none;
	border-bottom:1px dotted #fff;
	}

ul.feature {
	width:141px;
	float:left;
	padding: 5px 13px;
	margin:0;
	list-style:none;
	}

ul.feature h2 {
	font-size:1.2em;
	color:#003399;
	margin-bottom:10px;
	padding-top:15px;
	}

ul.feature h2 a {
	text-decoration:none;
	border-bottom:1px dotted #35669f;
	padding-bottom:1px;
	line-height:18px;
	}

ul.feature p {
	font-size:1.1em;
	line-height:16px;
	margin:5px 0;
	}

ul.feature img {
	padding:2px;
	border:1px solid #333;
	}

ul.news {
	width: 294px;
	padding:0;
	margin:5px 0;
	float: right;
	list-style:none;
	background-color: #eceff4;
	background-image: url(../images/homepage/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
	
ul.signup {
	width: 294px;
	padding:0;
	margin:0;
	float: right;
	list-style:none;
	background-color: #eceff4;
	background-image: url(../images/homepage/bg-news.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

ul.news h2, ul.signup h2 {
	margin:0;
	padding:15px 10px 10px 15px;
	font-size:1.2em;
	}


ul.news p, ul.signup p, ul.signup form p {
	margin:0;
	padding:0 15px 7px 15px;
	font-size:1.1em;
	line-height:1.4em;
	}

ul.signup li {
	padding: 5px 10px;
}

ul.news li.last {
	background-image: url(../images/homepage/bg-news-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

ul.signup li form .button{
	width: 5em;
	margin-left: 5em;
}
ul.signup li.last {
	background-image: url(../images/homepage/bg-news-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
	
ul.news li.last p, ul.signup li.last p {
	padding-bottom:25px;
	}

/*Form styles*/

fieldset.searchBox{
	border:none;
	margin:0;
	padding:0;
	}
	
legend {
	font-size:1em;
	font-weight:bold;
	color:#000;
	background-color:#fff;
	}

fieldset {
	padding:5px;
	margin:15px 0;
	border:1px solid #e1e6ef;
	}

input:focus, textarea:focus {
	background-color:#ccc;
	}
