
/* -- Main layout styles -- */
html {
	font-size: 16px;
}
body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 76%;
  background-color: #333;  
}
h1, h2, h3, h4 {
	margin: 0 0 .4em 0;
	 color: #FC0;  
}
p, li, dl {
	margin: 0 .5em .5em .5em;
}

.backButton {
	border: 1px solid #FC0;
	padding: 3px;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-variant:small-caps;
	}
	
#fullScreen img {
	border: 0px;
	}

h1.pageTitle {
	font-face: Geneva,Verdana,Arial,Helvetica,Sans-serif;
	color: #FC0;
	margin: 12px 0px 30px; 12px;
	border-bottom: 1px solid #FF7400;
	width: 350px;
	}
	
#quote {
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
	font-family: Garamond, Baskerville Old Face, Georgia, Goudy Old Style;
	color: #AAAAAA;
	font-variant: small-caps;
	font-stretch: ultra-expanded;
	line-height: .5pt;
	border-top: 1px dashed #AAAAAA;
	border-bottom: 1px dashed #AAAAAA;
	width: 450px;
	padding: 25px;
	}
	
#quote ul, li {
	  display: inline;
	 
	}
	
#quote li {
	font-size: 16pt;
	}
	
#quote li:before { content: url(http://quickcolorado.com/virtualtours/images/li_bullet.gif);
	margin-left:auto;
	margin-right: auto;
	width: 500px;
	padding: 3px;
	}
	
	
#siteBox {
  float: left;
  width: 100%;
  color: #FFF;
}

/* -- Header layout/display styles -- */

#header {
  float: left;
  width: 100%;
  height: 4em;
  background: #25509F url(images/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: .9em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

#header a:hover, #header a.active {

  background-color: #333;
}

#header a.lastMenuItem {
  background-image: url(images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#header li {
	margin: 0;
	list-style: none;
}
a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Header title and subTitle layout/display styles -- */


.title {
  float: left;
  padding: 15px 0px 3px 30px;
  font-family: Arial Black, Arial, Helvetica, Sans-serif;
  font-size: 18pt;
  font-weight: bold;
  font-variant: small-caps;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: 0.25em;
  color: #CC4100;
}

.subTitle {
  display: block;
  font-size: 0.8em;
  text-transform: lowercase;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

/* -- Content layout/display styles -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0;
  background-color: #666;
}

#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #777 url(http://quickcolorado.com/virtualtours/images/corner_sub_tr.gif) no-repeat top right;  
}
#searchbox {
	width: 80%;
	margin-left: 1em;
}

DIV.BUTTON  {
  position:          relative;
  left:              0;
  padding:           0 .5mm 0 .5mm;
  margin:            0 0 1mm 0;
  background-color:  #595959;
  border-style:      solid;
  border-color:      #8e8c9e;
  border-width:      1px 1px 1px 0;
  font-family:       Arial, Helvetica, sans-serif;
  font-size:         8pt;
  color:             #FCO;
  display:           block;
  width:             100%;;

}

DIV.BUTTON:hover {
  background-color:  #DDDDDD;
  border-color:      #FFCC30;
  border-width:      1px 2mm 1px 0;
  width:             95%;
  display: 	     block;
}

DIV.BUTTON A {
  color:             #FCO;
  text-decoration:   none;
  letter-spacing:    0.2em;
  font-family:       Arial, Helvetica, sans-serif;
  font-size:         8pt;
  text-align:        right;
  display:           block;
}

DIV.navPanel {
  background-color:  transparent;
  text-align:        right;
  margin:            30px 0 0 0;
  position:          relative;
  width:             100%;
  padding:           0 3mm 0 0;
  bottom:            10px;
  height:            208px;
}

#contentRight {
  float: right;
  width: 75%;
  background: #777 url(http://quickcolorado.com/virtualtours/images/corner_sub_tl.gif) no-repeat top left;
	}
	
#pageTop_links {
	padding-left: 15px;
	padding-bottom: 10px;
	}
	
.surround {
	margin: .5em 1.3em;
}
#content p, #content dl {  
  margin: .1em 0 .7em 0;
  font-size: 1em;
  line-height: 1.5em;
}
#content ul li, #content ol li {
	margin: 0 0 1em .4em;
}
#content ol ol, #content ul ul {
	margin: 0
}
#content li li {
	margin-left: .1em;
}
#content ol li {
	list-style-image: URL(http://quickcolorado.com/virtualtours/images/li_bullet.gif);
}
#content a {  
  text-decoration: none;
  color: #F60;
  border-bottom: 1px solid #AAA;
}

#content a:hover {
  color: #DDD;
  background-color: #888;
  border-bottom: 1px solid #EEEEEE;
}

.header, .subHeader, h3 {
  display: block;
  clear: both;  
  font-weight: bold;
  font-size: 1em;
  text-transform: lowercase;
  color: #FC0;
  border-bottom: 1px solid #AAA;    
}

.subHeader {
  border: 0px;
}


/* -- Content left site links (large plus icon) -- */

#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 54px;
  background: url(images/icn_plus.gif) no-repeat center left;
  border: 0px;
}

#content a:hover.menuItem { 
  color: #DDD;
  background: #888 url(images/icn_plus_on.gif) no-repeat center left;
  border: 0px;
}

.pageBottom_graphic {
	clear:both;
	width: 95%;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 0px;
	padding: 10px;
	border: 1px solid orange;
	}
	
.pageBottom_graphic img {
	border: 1px solid #333333;
	margin: 0px 0px 0px 115px;
	}


/* -- Footer layout/display styles -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.8em;
  text-transform: lowercase;
  line-height: 2.6em;
  color: #436AB5;
  background: #25509F url(http://quickcolorado.com/virtualtours/images/hdr.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(http://quickcolorado.com/virtualtours/images/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(http://quickcolorado.com/virtualtours/images/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #436AB5;
}

#footer a:hover {
  color: #FFFFFF;
}


/* -- Display formatting styles -- */

.grey {
  font-size: 0.9em;
  color: #AAA;
}

.white {
  color: #FFF;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}






/* -- <ul> tag styles -- */

ul{
  font-size: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url("http://quickcolorado.com/virtualtours/images/li_bullet.gif");
}

li {
  margin-left: 50px;
  list-style-image: url("http://quickcolorado.com/virtualtours/images/li_bullet.gif");
}

/* -- Image alignment classes -- */

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}



/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}