@charset "utf-8";
/* CSS Document */
/*meyer styles*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/* end meyer styles*/

body{
	margin:0;
	padding:0;
	background:#CCC;
	font-family:"Century Gothic";
	text-align:justify;
	color:#2c496b;
}
#wrapper{
	width:960px;
	height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
}
#header{
	background:url(images/header_bg.jpg) repeat-x top left;
	width:960px;
}
#top_nav{
	float:right;
	width:auto;
	margin-top:52px;
	margin-right:40px;
	padding:12px;
}
li.nav{
	display:inline;
}
li.nav a{
	color:#CCCCCC;
	text-decoration:none;
	/*padding-right:12px;*/
	/*padding-left:12px; */
}
li.nav a:hover{
	color:#FED90F;
}
li.nav a.current{
	color:#fed90f;
}
img#eco{
	margin-top:45px;
	margin-left:60px;
	margin-bottom:0;
}
img#denver{
	float:right;
	width:auto;
	margin-top:40px;
	margin-right:60px;
}
img.right_pic{
	float:right;
	width:auto;
	margin-left:24px;
	margin-bottom:12px;
}
img.right_pic_border{
	float:right;
	width:auto;
	margin-left:24px;
	margin-bottom:12px;
	border: solid 1px #2C496B;
	padding:5px;
}
#left{
	background-color:#FFFFFF;
	float:left;
	width:300px;
	margin-top:40px;
	margin-left:40px;
	margin-right:20px;
	margin-bottom:40px;
}
#left_info{
	margin-top:24px;
	margin-bottom:24px;
	background-color:#F4F4F4;
	padding:12px;
}
h3.gal{
	background:url(images/picture.png) no-repeat left center;
	padding-left:25px;
	margin-bottom:12px;
}
p.small{
	font-size:70%;
	margin-top:-8px;
	text-align:center;
}
p.phone{
	background:url(images/phone.png) no-repeat left center;
	padding-left:25px;
}
p.email{
	background:url(images/email.png) no-repeat left center;
	padding-left:25px;
}
p.fax{
	background:url(images/printer.png) no-repeat left center;
	padding-left:25px;
}
#right{
	background-color:#FFFFFF;
	float:left;
	width:540px;
	margin-top:40px;
	margin-right:40px;
	margin-left:20px;
	margin-bottom:40px
}
ul.page_list{
	margin-bottom:24px;
}
li.results{
	line-height:200%;
	background:url(images/tick.png) no-repeat left center;
	padding-left:25px;
	color:#666;
}
p.center{
	text-align:center;
	font-weight:bold;
}
#footer{
	width:100%;
	height:200px;
	clear:both;
	background:url(images/footer_bg2.jpg) repeat-x bottom left;
	/*border-top: solid 1px #639;*/
}
img#accred{
	padding-top:24px;
}
span.raise{
	font-size:80%;
	vertical-align:text-top;
	
}
address{
	font-size:150%;
	line-height:150%;
}
#footer p{
	text-align:center;
	font-size:12px;
	color:#CCC;
	padding-top:30px;
}
#footer a{
	color:#CCC;
	text-decoration:none;
}
#footer a:hover{
	color:#FFF;
}
h1{
	font-size:24px;
	margin-bottom:24px;
	margin-top:12px;
}
h2{
	margin-bottom:12px;
}
p{
	line-height:150%;
	margin-bottom:10px;
}
/*******styles for images gallery***************/
img.gallery{
	margin-right:2px;
	margin-top:5px;
}
