/* ------------------------------------------------------------

  	* METRO DENVER - WIRED
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

	=Colors
	- light grey #ccc
	- dark grey #333
	- blue background #2f6098
	- brown #70440d

------------------------------------------------------------ */

/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

html {
	font: 12px/1.5 Georgia, "Times New Roman", Times, serif;
	color: #555;
	background: #2f6098 url(/images/layout/blue-tile.jpg) repeat 50% 0;
}

body { 
	position: relative;
}

.outter-wrap { 
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#header { 
	position: relative;
	border-bottom: 3px solid #70440d;
	z-index: 10;
}

#content { 
	position: relative;
	border-bottom: 3px solid #70440d;
	background: url(/images/layout/gray-tile.jpg) repeat 50% 0;
	z-index: 0;
}

#footer { 
	clear: both;
	position: relative;
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #bfcedf;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 3px;
}

h1 { 
	font-size: 18px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 16px;
}

h3 { 
	color: #333;
	font-size: 14px;
}

h4 { 
	font-size: 12px;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 16px;
}

.spacer { 
	padding-top: 18px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #0a647e;
	text-decoration: none;
}

a:visited { 
	color: #074A5D;
}

a:hover { 
	color: #304874;
	text-decoration: underline;
}

input,
textarea { 
	padding: 2px;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	padding: 0;
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 5px 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 5px 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 1000;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	position: relative;
	padding: 0 0 15px 150px;
}

.forms p.spacer { 
	padding-top: 10px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 140px;
	padding-right: 10px;
	margin-left: -150px;
	text-align: right;
}	

.forms span.error { 
	display: block;
	position: absolute;
	right: 0;
	width: 240px;
	color: #999;
	font-size: .9em;
	background: #eee;
	padding: 3px 5px 4px 5px;
	border: 1px solid #ccc;
	line-height: 1em;
}

.forms p input { 
	width: 300px;
}

.forms p input.small { 
	width: 70px;
}

.forms p input.medium { 
	width: 200px;
}

.forms p input.large { 
	width: 300px;
}

.forms p input.submit { 
	border: 1px solid #ccc;
	background: #eee;
	width: auto;
	height: auto;
	padding: 2px 5px;
}

.forms p textarea { 
	width: 300px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck { 
	
}

.forms p span.radcheck input { 
	border: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 5px;
}

.forms p select { 
	border: 1px solid #ccc;
	width: 306px;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header .outter-wrap { 
	position: relative;
	height: 102px;
	padding-top: 45px;
}

.sub #header .outter-wrap {
	padding-top: 65px;
}

#header .intro img { 
	position: absolute;
}

#header .intro { 
	position: relative;
	width: 900px;
	height: 152px;
	margin: 0 auto;
	padding: 1px 7px 18px 7px;
	background: transparent url(/images/layout/header/title-holder.png);
}

#header strong {
	display: none;
}

.sub #header ul {
	position: absolute;
	bottom: 101px;
	left: 45px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.sub #header ul li {
	position: relative;
	float: left;
	margin-right: 5px;
	background: url(/images/layout/header/nav-active-tile.gif) repeat-x left top;
}

.sub #header ul li a {
	display: block;
	padding: 9px 15px;
	border: 2px solid #828282;
	border-bottom: 0;
	color: #d8d8d8;
	font-weight: bold;
	background: #5b3809 url(/images/layout/header/nav-tile.gif) repeat-x left top;
}

.sub #header ul li a:hover  {
	background: transparent;
	color: #603b0c;
	text-decoration: none;
	border: 0;
	padding: 11px 17px 9px 17px;
}

	/* =Content 
------------------------------------------------------------ */ 

#content .outter-wrap { 
	background: url(/images/layout/content/homepage-bottom.jpg) no-repeat 0 100%;
}
.sub #content .outter-wrap { 
	background: url(/images/layout/content/subpage-bottom.jpg) no-repeat 0 100%;
}

#content .inner-wrap { 
	background: url(/images/layout/content/homepage-top.png) no-repeat 0 0;
	padding-top: 85px;
	padding-bottom: 235px;
}
.sub #content .inner-wrap { 
	background: transparent;
	padding: 85px 30px 30px 30px;
}

#content .headings h2 { 
	float: left;
	width: 215px;
	height: 63px;
	margin-left: 20px;
}

#content .headings h2 a { 
	display: block;
	width: 100%;
	height: 100%;
}

#content .headings { 
	position: relative;
	width: 960px;
	height: 73px;
	text-indent: -9999px;
	background: url(/images/layout/content/homepage-headings.png) no-repeat 0 0;
}

#content .griddy {
	padding-top: 2px;
	padding-left: 39px;
}

#content .griddy .grid {
	position: relative;
	float: left;
	width: 173px;
	padding: 2px 15px;
	margin-right: 26px;
}

#content .griddy .grid ul li {
	padding: 3px 0 5px 0;
}

#content .griddy .grid ul li a {
	font-size: 13px;
}

#content .griddy .grid ul li a:hover {
	text-decoration: none;
}

.home #content .griddy .grid ul li a img {
	margin-top: -3px;
}

#content .buttons {
	position: absolute;
	bottom: 26px;
	padding-left: 39px;
}

#content .buttons p {
	padding: 0;
	margin: 0;
}

#content .buttons p span { 
	position: relative;
	float: left;
	display: block;
	width: 188px;
	margin-right: 26px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#content #main {
	position: relative;
	float: left;
	width: 560px;
	padding: 20px 30px;
	background: url(/images/layout/content/white-tile.png) repeat;
	border: 1px solid #a8abad;
	font-size: 13px;
	line-height: 1.6;
}

#content #main ul, 
#content #main ol,
#content #main blockquote {
	padding: 0 0 15px 20px;
}

#content #main blockquote {
	padding-bottom: 0;
}

#content #main ul li, 
#content #main ol li {
	padding: 0 0 5px 0;
}

#content #main ol li { 
	list-style: decimal;
	margin-left: 20px;
}

#content #main ul li { 
	background: url(/images/icons/bullet.gif) no-repeat 0 8px;
	padding-left: 15px;
}

#content #main h1 {
	font-size: 22px;
	color: #6e430c;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	margin: 0 0 14px 0;
	padding: 0;
}

#content #main h2 {
	color: #23547f;
}

#content #main a.pdifr {
	position: absolute;
	right: 40px;
	top: 30px;
	padding: 3px 3px 3px 25px;
	background: url(/images/icons/pdf.png) no-repeat 0 1px;
}

#content #sidebar {
	position: relative;
	float: right;
	width: 252px;
	font-size: 13px;
	line-height: 1.6;
}

#content #sidebar #resources {
	border: 1px solid #adadae;
	width: 202px;
	padding: 13px 22px;
	margin: 0 0 28px 2px;
	margin-left: 2px;
	background: #b9ccde url(/images/layout/content/side-bg.gif) repeat-x left top;
}

#content #sidebar #resources h3 {
	color: #6e430c;
	font-size: 17px;
	padding-bottom: 5px;
}

#content #sidebar #resources ul li {
	padding: 2px 0 8px 14px;
	background: url(/images/icons/bullet-big.gif) no-repeat 2px 8px;
}

#content #sidebar #resources ul li a {
	color: #5573B6;
}

#content #sidebar #resources p {
	margin: 0;
	padding: 5px 0 0 0;
}

#content #sidebar #resources p a {
	color: #444;
	padding: 2px 20px 2px 2px;
	background: url(/images/icons/arrow.gif) no-repeat 100% 50%;
}

	/* =Footer 
------------------------------------------------------------ */ 

#footer .outter-wrap { 
	position: relative;
	margin: 0 auto;
	padding: 15px 38px;
	width: 884px;
}

#footer .outter-wrap a { 
	color: #eee;
}

#footer .outter-wrap p.logos strong { 
	position: absolute;
	left: 215px;
	font-size: 13px;
	font-weight: normal;
}

#footer .outter-wrap img {
	padding-top: 30px;
	padding-right: 25px;
}

#footer .outter-wrap img.primary { 
	padding: 0 40px 0 0;
}

#footer .outter-wrap p.logos { 
	text-align: left;
	float: left;
}

#footer .outter-wrap p { 
	float: right;
	text-align: right;
	line-height: 1.7;
}















