body {
	 background-color: #ffffff;
	 padding: 0px;
	 font-size: 12px;
	 font-family: arial, verdana, helvetica, sans-serif;
	 color: #000000;
	 text-align: center;
}

h1{
    color: #eb770e;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

h2 {
    font-size: 14px;
}

a:link, a:visited {
    color: #eb770e;
    text-decoration: underline;
    font-weight: bold;
}


hr {
	border: 0;
	color: #bf66bf;
	background-color: #bf66bf;
	height: 2px;
	width: 100%;
}

#page {
	margin: 0 auto;
 	text-align:left;
 	width: 810px;
	position:relative;
}

#header {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	width: 757px;
	height: 107px;
}

#nav_container {
	width: 100%;
	overflow: hidden;
}

#primary_nav {
	font-family: helvetica, arial, sans-serif;
	color: #2b2c24;
	background-color: #ffffff;
	font-weight: bolder;
	padding-left: 0px;
	float: left;
	position: relative;
	top: 10px;
	height: 175px;
}

a.primary_nav, a.primary_nav:link, a.primary_nav:visited {
	color: #2b2c24;
	font-size: 14px;
	text-decoration: none;
	line-height: 25px;
}

a.primary_nav:hover {
	text-decoration:underline;
}

#lijit {
	padding-top:10px;
	padding-bottom:5px;	
}

#side_tendrils {
	background-color: #ffffff;
	width: 69px;
	float: right;
	position:relative;
	left:-72px;
	top: 0px;	
}

#content_container {
	margin-left:100px;
	background-color: #ffffff;	
	width:500px;
}

#content_container .green a{
	color:#67b637;	
}

#content_container .green a:hover{
	color:#67b637;
	text-decoration:underline;
}

#content_container h2{
	color:#2893be;
	font-size:12px;
	line-height:10px;
}

#footer {
    text-align: center;
}

#divider {
	width: 757px;
	background-image: url(/images/dots.gif);
    background-repeat: repeat-x;
	background-position: top;
	z-index:100;
	line-height:25px;	
}


.footer_skyline {
	width: 655px;
	float: left;
	margin-bottom:0px;
	padding-bottom:0px;
}

.footer_flatirons {
	width: 111px;
	float: left;
	position:relative;
	top:-26px;
	margin-bottom:0px;
	padding-bottom:0px;
}


.footer_text {
	clear:left;
	color:#9f9f9f;
	font-size:9px;
}

a.footer_nav, a.footer_nav:link, a.footer_nav:visited {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	margin-right:15px;
}

a.footer_nav:hover {
	text-decoration:underline;
	margin-right:15px;
}

.copyright_text {
	color:#9f9f9f;
	font-size:9px;
}

.list {
	margin-top:5px;
	margin-left:0px;
}

#blogArchives{
	position:absolute;
	left:700px;
	display:block;
	width:100px;
	top:250px;
	z-index:100;
	list-style:none;
}

#blogArchives .list{
	
}

#blogArchives ul {
	color: #797992;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#blogArchives ul li {
	font-size:12px;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 2px;
	list-style-type: none;
}

#blogArchives ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#blogArchives ul ul li {
	border: 0;
	font-size: 12px;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#blogArchives ul ul li a {
	text-decoration: none;
}

#blogArchives ul ul li a:hover {
	text-decoration:underline;
}

#blogArchives ul ul ul.children {
	font-size: 12px;
	padding-left: 4px;
}
