@charset "iso-8859-1";
.listblock {
	margin-left: 160px;
}
#content .menuleft ul li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 5px;
}
#content ul li ul li {
	list-style-type: disc;
}
.quickul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}
h5 {
	color: #2F514A;
	text-decoration: underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #DDEEFF; /*dk green*/;
	color: #37271C;
	background-repeat: repeat;
	text-align: center;
	width: 100%;
	z-index: 1;
}
/*=============== 
indicates no border around any image 
============*/
body img {
	border: 0px;
	text-decoration: none;
}
/* ============ 
margins auto center the container on the page
========================*/
#container {
	border-width: thin;
	border-color: #2F514A;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #FFFFFF;
	width: 800px;
	text-align: left;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*=================== 
styles for top banner 
========================*/
.menuleft {
	border: thick ridge #DDDDDD;
	clear: none;
	margin: 5px 20px 20px 0px;
	width: 170px;
	float : left;
	background-image: url('../images/Water-Ripples-Cyan.jpg');
	text-indent: 0px;
	background-repeat: repeat-y;
}
#banner {
	border-width: thick;
	border-color: #C0C0C0;
	background-position: left top;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('../images/panorama-mountains-light.jpg');
	height: 190px;
	background-repeat: no-repeat;
	color: #000000;
	background-attachment: scroll;
	width: 100%;
	z-index: 2;
}
#banner .title {
	float: right;
	background-color: transparent;
	color: #315017;
	margin-top: 5px;
	font-size: 1.8em;
	font-weight: bolder;
	margin-right: 10px;
	clear: none;
	position: relative;
}
#banner .tagline {
	font-size: small;
	font-style: italic;
	background-color: transparent;
	color: #315017;
}
/*=================== styles for top menu ======================*/
#topmenu {
	margin: 15px 30% 5px 30%;
	background-color: #FFFFFF;
	text-align: center;
	font-size: .90em;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #315017;
	border-top: 2px solid #416B1F;
	border-bottom: 2px solid #416B1F;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: capitalize;
	border-top-style: none;
	border-bottom-style: solid;
	clear: both;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topmenu li {
	display: inline;
	list-style-type: none;
	padding: 0px;
	padding-right: 1em;
}
/*==============
all site links
==============*/
a:link {
	font-weight: bold;
	color: #2F514A;
	background: transparent;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #2F514A;
	background: transparent;
	padding: 0px;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	text-decoration : none;
	background: #2F514A;
	color: #ffffff;
}
a:active {
	font-weight: bold;
	text-decoration : underline;
	background: #DDEEFF;
	color: #000000;
}
/*====================== 
styles for main content area 
=========================*/
#content p {
	/*margin-right: 200px;*/
	margin-left: 5px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
	font-size: 1em;
}
/*===========content area list items==============*/
#content ul li {
	list-style-image: inherit;
	color: #2F514A;
	font-weight: bold;
	font-size: small;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	list-style-type: disc;
	list-style-position: inside;
	text-decoration: none;
	line-height: 12px;
}
#content li li {
	list-style-image: url('../templates/images/bullet1.gif');
	padding: 2px 0;
}
/* *****************************************************
Navigation Bar - Left hand side 
**************************************************** */
#vertmenu {
	border-width: thin;
	border-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 185px;
	padding: 0px;
	margin: 0px 20px 5px 0px;
	float: left;
	background-image: none;
	clip: rect(0px, auto, auto, 0px);
	border-right-style: ridge;
	border-bottom-style: ridge;
	background-color: #DDEEFF;
}
#vertmenu .heading {
	display: block;
	background-color: #2F514A;
	color: #DDDFAE;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #416B1F;
	margin: 0px;
	width: 180px;
	font-weight: bold;
}
#vertmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#vertmenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: url('../templates/images/bullet1.gif');
}
#vertmenu ul li a {
	font-size: 80%;
	display: block;
	border-bottom: 1px dashed #416B1F;
	padding: 5px 0px 2px 2px;
	text-decoration: none;
	color: #666666;
	width: 150px;
	list-style-image: url('../images/bullet1.gif');
	margin-left: 0px;
	list-style-type: inherit;
	list-style-position: inside;
}
#vertmenu ul li a:hover, #vertmenu ul li a:focus {
	color: #000000;
	background-color: #DDDFAE;
}
/*============== 
Styles for footer 
===================*/
#footer {
	margin: 0px;
	border-top: 2px solid #416B1F;
	clear: both;
	padding: 5px;
	background-color: #F2F2F2;
	text-align: center;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*================== 
general styles 
=================*/
hr {
	width: 90%;
	text-align: center;
	background-color: #004145;
	height: 5px;
}
/* =================
Styles for heading tags 
=============== */
h1, h2, h3, h4 {
	color: #460023; /*dk green*/;
	background-color: inherit;
}
h1 {
	font-size: 1.5em;
	color: #2F514A;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .8em;
	color: #315017;
	line-height: 12px;
}
h4 {
	font-size: .9em;
}
/*================
used to center anything
==============*/
.center {
	text-align: center;
}
/* ============
floats images to right or left 
============*/
.imgrgt {
	float: right;
	padding: 7px;
}
.banner-picture {
	float: left;
	position: relative;
	z-index: 20;
}
#bannerline {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	width: 100%;
	position: relative;
	overflow: auto;
	clip: rect(0px, auto, auto, auto);
	background-image: url('../images/line.png');
	height: 25px;
}
.imglft {
	float: left;
	padding: 7px;
}
.banner-contact {
	font-size: 12px;
	font-weight: bold;
}
.banneremail {
	clear: right;
	float: right;
	padding-top: 0px;
	font-size: 12px;
	color: #315017;
	font-weight: bold;
	margin-right: 5px;
	margin-top: 5px;
}
#banner-me {
	float: right;
	margin-right: 0px;
	clear: right;
}
#column-floatright {
	float: right;
	margin-right: 10px;
	margin-left: auto;
	width: 250px;
}
#banner-contact {
	float: right;
	color: #315017;
	clear: left;
}
#content {
	margin-left: 10px;
}
.banner-colorado {
	font-size: 50pt;
	font-family: Mistral;
	color: #DDDDDD;
	position: relative;
	width: 475px;
	height: 100px;
	left: 7px;
	top: 16px;
}

.center {
	text-align: center;
}
a#profession span{
	position: absolute;
	z-index: 2;
	display: none;
	font-size: 6px;
	line-height: 6px;
}
a#profession:active span{
display: block;
position: absolute;
top: 18px;
left: 2em;
width: 40em;
padding: 0.2em 0.6em;
border: 1px solid #996633;
background-color:#cff;
color: #000;
text-decoration:none; 
}

