@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #A4C6E1;
	margin: 0px;
	padding: 0px;
}
#content {
	background-color: #6CA4D5;
	background-image: url(images/Denver-skyline.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	min-height: 600px;
}
#logo {
	height: 252px;
	width: 326px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 10px;
}
#tagline {
	float: right;
	width: 444px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: right;
}
#banner {
}
#navigation {
	height: 64px;
	margin-left: 142px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.menu  {
	display: inline;
	float: left;
	height: 64px;
	width: 106px;
	list-style-image: none;
	background-position: 0px 0px;
	overflow: hidden;
}
#navigation .menu:hover {
	background-position: 0px -64px;
}
#text {
	padding-right: 20px;
	padding-bottom: 350px;
	padding-left: 30px;
}
#footer {
	padding-bottom: 200px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.people {
	min-height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.people_head {
	font-weight: bold;
	color: #FFFFFF;
}
#text img  {
	padding-right: 10px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #093F5B;
}
a:visited {
	font-weight: bold;
	color: #476F84;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

.designSubmit
		{
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-weight: bold;
		color: #000000;
		background-color: #8BD5D5;
		padding: 0.30em;
    	overflow:visible;
}

ul.checkmarks { 
list-style-type: none;
padding: 0px;
margin: 0px;
} 

li.checkmarks {
	background-image: url("images/checkmark.png");
background-repeat: no-repeat;
background-position: 0px 1px;
padding-left: 30px; 
}
