body {
	margin: 0px;
}

#container {
	width: 650px;
	height: auto;
}

/*---------------------------- Header ----------------------------*/

#header {
	display: none;
}

#logo {
	width: 185px;
	height: 132px;
	position: absolute;
	left: 80px;
	top: 14px;
}

#contactInfo {
	width: 145px;
	height: 60px;
	position: absolute;
	left: 610px;
	top: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #442807;
	text-align: right;
}

#contactInfo strong {
	font-size: 13px;
	font-weight: normal;
}

#contactInfo a:link, #contactInfo a:visited {
	color: #442807;
	text-decoration: underline;
}

#contactInfo a:hover, #contactInfo a:active {
	color: #008185;
	text-decoration: none;
}

/*--------------------------- Top Nav ---------------------------*/

#topNav {
	display: none;
}

/*--------------------------- Content ---------------------------*/

#contentContainer {
	width: 650px;
	height: auto;
	background: url(../images/contentBkgd.gif) repeat-y 15px top;
}

/* sideNav */

#sideNav {
	display: none;
}

/* content */

#content {
	width: 550px;
	height: auto;
	float: right;
	margin: 0 0 0 0;
	padding: 0 24px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin: 10px 0 10px 0;
	padding: 0;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e77435;
	margin: 12px 0 0 0;
	padding: 0;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e77435;
	margin: 12px 0 0 0;
	padding: 0;
}

#content p {
	line-height: 18px;
	margin: 14px 0;
	padding: 0;
}

#content a:link,#content a:visited{
	color: #008185;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover,#content a:active{
	color: #442807;
	font-weight: bold;
	text-decoration: none;
}

#caption {
	width: 120px;
	height: auto;
	float: left;
	margin: 10px 10px 10px 0;
	padding: 10px;
	border: 1px solid #666666;
}

#map {
	width: 350px;
	height: 350px;
}

.colorado {
	margin: 0 10px 10px 0;
	float: left;
	border: 1px solid #008185;
}

.aurora {
	margin: 0 0 10px 10px;
	float: right;
	border: 1px solid #008185;
}

.denver {
	border: 1px solid #008185;
}

.gallery {
	width: 450px;
	height: auto;
	text-align: center;
	margin: 30px 0 20px 30px;
}

.gallery strong {
	margin: 3px 80px;
}

.gallery img {
	margin: 5px;
	border: 1px solid #008185;
}

/*------------------Contact Forms---------------------*/

#miniContact {
	display: none;
}

#bottomInfo {
	margin: 15px 0;
	text-align: center;
}

/*--------------------------- Footer ---------------------------*/

#footer {
	display: none;
}

#bottomNav {
	display: none;
}

/*------------------------- Disclaimer -------------------------*/

#disclaimer {
	display: none;
}

