/* CSS Document */

/* Elements Go Here */
/* Typically no need to mess with these */
form {
    border:0px;
    padding:0;
    margin:0 auto;
}



html{height:100%}


body {
	font-family: Arial, Verdana, sans-serif;
	margin:1px;
	height:100%;	
}

TD{font-family: Arial, Verdana, sans-serif; font-size:12px;}

a {
    color:#000000;
	text-decoration:underline;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

H4 {padding: 0;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}

/* End Elements */




/* Styles for home page boxes */

#bar2 {
	padding: 0;
	margin: 0;
	border: 0px dashed;
	display: none;
}

#bar2Content {
    display: none;   
    width: 545px;
    margin: 0 0 0 0px;
    padding: 0;
}

#NewsLetter {
    display: none;
    margin-top: 15px;
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
	height: auto;  
}

    #NewsLetter ul {
	padding: 0;
	margin: 5px;
	border: 0px none square;
	display: none;
    }

    #NewsLetter ul li {
	list-style-type: none;
	padding: 3px;
	display: none;
    }

#NewsLetterLinks {
	margin-top: 15px;
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 26em;
	display: none;
}

#NewsLetterForm{
	text-align:right;
	float:right;
	display: none;
}
/* End Styles for home page boxes */




/*Link (a href) control classes go here*/
.leftNav a:active, .leftNav a:link, .leftNav a:visited, .leftNavSub a:active, .leftNavSub a:link, .leftNavSub a:visited {
	text-decoration:none;
	display: none;
	visibility: hidden;
}
.leftNav a:hover, .leftNavSub a:hover {
	text-decoration:underline;
	color:green;
	display: none;
}
.sectionTitleSub a:active, .sectionTitleSub a:link, .sectionTitleSub a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
	color:#cccccc;
	display: none;
}
.sectionTitleSub a:hover {
	text-decoration:underline;
	display: none;
}
.featuredServicesText a:active, .featuredServicesText a:link, .featuredServicesText a:visited {
	text-decoration:none;
	display: none;
}
.featuredServicesText a:hover {
	text-decoration:underline;
	display: none;
}
.homelink a:active, .homelink a:link, .homelink a:visited {
	color:#FFFFFF;
	text-decoration:none;
	display: none;
}

/* end a hrefs */



/* Classes Go Here */

A.libLink{
	text-decoration:none;
	color:#333333;
	display: none;
}

A.libLink:Active{
	text-decoration:none;
	color:#333333;
	display: none;
}

A.libLink:Hover{
	text-decoration:none;
	color:#666666;
	display: none;
}

A.libLink:Visited{
	text-decoration:none;
	color:#333333;
	display: none;
}

.caption{
	font-size:10px;
	color:#666666;
	display: none;
}

.sectionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 115%;
	background-repeat:repeat-x;
	font-weight:bold;
	color:#002B51;
	margin: 0px 0px 30px 0px;
}

.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
}

/*classes for right callout boxes */

.copySideBox {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 0px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 10px;
	width: 170px;
	background-position: top left;
	vertical-align: top;
	padding: 10px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color:#000000;
	display: none;
}
.copySideBoxTitle{
	color: #333;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	margin-top: -7px;
	padding-bottom: 5px;
	display: none;
}
.copySideBoxList {
	margin: 1em 0 0 .5em;
	padding-left: 1em;
	text-indent: -1em;
	display: none;
}    
.copySideBoxList li {
	list-style-type: none;
	margin: 1em 0 0 0;
	display: none;
}
.topBoxTopBody {
	color: #333;
	font-weight: bold;
	font-size: 70%;
	padding-left: 5px;
	display: none;
}
/*end classes for right callout boxes

/* End Classes Here */



/* Divs controls go Here */

/* Breadcrumb stuff goes here */
#breadcrumbs {
	width:747px;
	background-color:#FFFFFF;
	display: none;
}
#breadcrumbsList {
	padding:0px 0px 3px 10px;
	margin:0px;
	list-style-type:none;
	display: none;
}
#breadcrumbsList li {
	display: none;
	font-size: 60%;
	font-weight: normal;
}
#breadcrumbsList a:active, #breadcrumbsList a:link, #breadcrumbsList a:visited {
	color: #6699CC;
	text-decoration: none;
	font-weight: normal;
	padding: 0px 7px 0px 0px;
	background-position: center right;
	display: none;
}
#breadcrumbsList a:hover {
	text-decoration:underline;
	color:#336699;
	display: none;
}
/*End Breadcrumb stuff*/

/* Begin DORA drop down horizontal global nav stuff*/
#doranav {    
    float:left;
	height:auto;
	width:746px;
	background:#e4e4e4;	
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	position: relative;	
	z-index: 99;
	margin: 0;
	padding: 0;
	visibility: hidden;
	display: none;
    }
#doranav, #doranav ul 
{
	color:#003366;
	float:left;
	width:100%;
	font-size:.9em;
	height: auto;	    
    list-style:none;    
    margin: 0;
	padding: 0;
 	visibility: hidden;
	display: none;
   }
#doranav a {
    display:block;
    color:#0C205F;
    text-decoration:none;
    padding:0.5em 1.0em;
    border-left:1px solid #FFFFFF;
    font-weight:bold;
    text-align:center;  
    font-size: 12px;   
 	visibility: hidden;
 	display: none;
  }
#doranav li {
    float:left;
    padding:0;
	visibility: hidden;
	display: none;
    }
#doranav ul
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 171px;
	font-weight: normal;
	margin: 0;
	visibility: hidden;
	display: none;
}
#doranav li li {
    width:169px;
    border-bottom:1px solid #666666;
    border-left:1px solid #666666;
    border-right:1px solid #666666;
    font-weight:bold;    
	visibility: hidden;
	display: none;
    }
#doranav li li a
{
	padding: 4px 10px;
	width: 150px;
	font-size: 12px;
	color: #dddddd;
	text-align: left;
	visibility: hidden;
	display: none;
}
#doranav li ul ul {
    margin:-21px 0 0 170px;
	visibility: hidden;
	display: none;
    }
#doranav li li:hover {
    background:#0067AE;
    }
#doranav li ul li:hover a, #doranav li ul li li:hover a, #doranav li ul li li li:hover a, #doranav li ul li li li:hover a {
    color:#dddddd;
    }
#doranav li:hover a, #doranav li.dorahover a {
    color:#0C205F;
    }
#doranav li:hover li a, #doranav li li:hover li a, #doranav li li li:hover li a, #doranav li li li li:hover li a {
    
    color:#0C205F;
    }
#doranav li:hover ul ul, #doranav li:hover ul ul ul, #doranav li:hover ul ul ul ul, #doranav li.dorahover ul ul, #doranav li.dorahover ul ul ul, #doranav li.dorahover ul ul ul ul {
    left:-999em;
    }
#doranav li:hover ul, #doranav li li:hover ul, #doranav li li li:hover ul, #doranav li li li li:hover ul, #doranav li.dorahover ul, #doranav li li.dorahover ul, #doranav li li li.dorahover ul, #doranav li li li li.dorahover ul {
    left:auto;
    background:#e4e4e4;
    }
#doranav li:hover, #doranav li.dorahover {
    background:#0067AE;
    }
/* Begin DORA drop down horizontal global nav stuff*/

/* Left Navigation Container Item */

#leftNavigation {
	width: 188px;
	border: 0px solid;
	float: left;
	visibility: hidden;
	display: none;
}
#leftNavList {
	margin: 0em 0 0.5em 0;
	padding: 0 6px 0 0;
	border: 0;
	list-style-type: none;
	visibility: hidden;
}
#leftNavList li {
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #c1c1c1;
	visibility: hidden;
}
#leftNavList li a {
	text-decoration: none;
	color: #333;
	padding: .4em 0 .4em .7em;
	visibility: hidden;
}
#leftNavList li a:hover {
visibility:hidden
}


/*BH-New left nav style to maintain "hover" state for active item*/


#leftNavList2 {
	margin: 0em 0 0em 0;
	padding: 0 0px 0 0;
	border: 0;
	list-style-type: none;
	display: none;
}
#leftNavList2 li {
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #c1c1c1;
	display: none;
}
#leftNavList2 li a {
	padding: .4em 0 .4em .7em;
	display: none;
}

/*End New Item*/




/* End Left Navigation Container Item*/



/*Important page controls  edit with caution if editing at all */

#centerPage { /*do not edit*/
	width:600px;
	margin-left:0in;
	margin-right:auto;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
}
/*content box with top tabs*/
#contentBoxTabs { /*do not edit*/
	position: absolute;
	top:161px;
	width: 600px;
	background-color: #FFFFFF;
	display: none;
}
#contentBoxNoLeft { /*do not edit*/
	position: absolute;
	top:161px;
	width: 600px;
	background-color: #FFFFFF;
	left: auto;
}
/*content box with no top tabs*/
#contentBoxNTabs { /*do not edit*/
	position: absolute;
	top:140px;
	width: 600px;
	background-color: #FFFFFF;
	left: 2px;
}
#contentBox-Spec { /*do not edit --for pages without the horizontal navigation bar*/
	position: absolute;
	top: 139px;
	width: 600px;	
	background-color: #FFFFFF;
}
#copy { /*do not edit*/
	float: left;
	width: 600px;
	border:0;
	padding:0;
	margin-left:5px;
	height:inherit;

}
#copyWide { /*do not edit*/
	float: left;
	width: 600px;
	border:0;
	padding:0;
	margin-left:20px;
	margin-right: 20px;
}
#copyWide-NoNav { /*do not edit*/
	float: left;
	width: 600px;
	border:0;
	padding:3px;
	margin-left:0px;
	margin-right:0px;
}
#copyOITLib { /*do not edit*/
	float: left;
	width: 540px;
	border:0;
	padding:0;
	margin-left:10px;
	height:0 auto;
	display: none;
}
#copyOITLib img {
display:none;
}



#sectionTitle { /* content section page title*/
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    height: 19px;
    border: 0px solid #000;
    padding: 0px 0px 0px 10px;
    margin-left:0px;	
}
#sectionTitleWrap { /* content section page title*/
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    height: 38px;
    border: 0px solid #000;
    padding: 0px 0px 0px 10px;
    margin-left:0px;	
}



/* FOOTER
-------------------------------------------------------------------------- */
#footer { /*do not edit*/
	clear: both;
    width: 630px;
    padding: 3px 0;
	margin-top: 1em;
    float: left;
    border-top: 2px solid #A60000;
    font-size: 10px;
}
#footerLine1 { /*do not edit*/
	text-align: center;
	height: 12.5em;
}
#footerLinks { /*do not edit*/
	float:left;
	padding: 3px 0;
	margin: 0;
	border: 0px solid;
	display: none;
}
#footerLinks li { /*do not edit*/
	display: none;
	font-size: 10px;
	padding: 0 0.25em 0 0.5em;
}
#footerNav li a, #footerLinks li a { /*do not edit*/
	color: #FFF;
	text-decoration:none;
	display: none;
}
#footerRight { /*do not edit*/
	font-size: 10px;
	float: right;
	color: #FFF;
	padding: 3px 5px 3px 0;
	border: 0px solid;
	display: none;
}



/* header divs */

#headerLogo { /*small colorado logo: do not edit*/
	height:34px;
	background-color:#FFFFFF;
	padding: 4px 0 0 8px;
}
#headerLogo a#logo { /*small colorado logo: do not edit*/
	position: absolute;
	top: 0px;
	width: 270px;
	height: 34px;
	background-image:url(../images/logoColorado.gif);
	background-repeat:no-repeat;
	background-position: 8px 4px;
	text-decoration: none;
	text-indent: -5000px;
}
#headerImage { /*do not edit*/
	border-top: 1px solid #FFFFFF;
	position: absolute;
	top: 57px;
	height: 60px;
	width: 600px;
	float: left;
}
#imgLiveHelpBar { /*do not edit*/
	background-position: 15px 0px;
	display: none;
}
#imgToolkitBar {
	background-position: 15px 0px;
	display: none;
}
#searchBar { /*do not edit*/
	position: absolute;
	top: 34px;
	padding: 0px;
	margin: 0px;
	width: 747px;
	float: left;
	height: 23px;
	display: none;
}
#searchForm { /*container for the search form in the search bar*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	padding: 2px 12px 0px 0px ;
	border: 0;
	margin: 0;
	display: none;
	float: right;
}
#searchBarBox { /*container:  the search bar*/
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 1px;
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
	font-size: 9pt;
	display: none;
}
#searchBarSubmit { /*do not edit*/
	vertical-align: top;
	margin-left: 3px;
	padding: 1px;
	display: none;
}
#searchBarLiveHelp { /*do not edit*/
	vertical-align: top;
	margin-right: 10px;
	padding: 2px 0px 0px 0px;
	display: none;
}

/*end header divs*/



/* top  alt nav stuff*/

#topRightNav { /*alt navigation*/
	float: right;
	top: 0px;
	width: 405px;
	border: 0;
	margin: 0px;
	padding: 2px 9px 0px 0px;
	display: none;
}
#topRightNavList { /*alt navigation*/
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
	display: none;
}
#topRightNavList li { /*alt navigation*/
	display: none;
	padding-right: 6px;
}
#topRightNav a:active, #topRightNav a:link, #topRightNav a:visited { /*alt navigation*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
	display: none;
}
#topRightNav a:hover { /*alt navigation*/
	text-decoration: underline;
	display: none;
}

/* end top  alt nav stuff*/



/* horizontal global nav stuff*/

#topNavBar {/*this is the container for the horizontal nav items*/
	position:absolute;
	top: 140px;
	width: 746px;
	height: 20px;
	display: none;
}
#navcontainer ul {
	padding:0;
	margin:0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #FFFFFF;
	color: #003366;
	float: left;
	width:100%;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	display: none;
}
#navcontainer  li {
	display: none;
}
#navcontainer a {
	padding: 0.2em 1em;
	color: #0C205F;
	text-decoration: none;
	float: left;
	border-left: 1px solid #FFFFFF;
	display: none;
}
#navcontainer a:hover
{
	background-color: #0067AE;
	color: #fff;
	display: none;
}

/* end horizontal global nav stuff*/



/*These items deal with the page layout: edit with caution if at all*/

#copyMiddle {
    border: 0;
    padding: 0;
    width: 335px;
	height: 100%;
    float: left;
}
#copyRight {
	margin-left: 345px;
    width: 175px;
    border: 0px solid;
    z-index: 3; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:0
}
#copyMiddle-Spec {
    border: 0;
    padding: 0;
    width: 500px;
	height: 100%;
    float: left;
}

#copyRight-Spec {
	margin-left: 505px;
    width: 175px;
    border: 0 solid;
    padding: 4px 5px 0 5px;
	z-index: 1;
}

#copyRight ul {
    margin: 1em 0 1em 1.5em;
    border: 0;
    padding: 0;
    list-style-type: square;
    list-style-position: outside;
}
#copyRight ul li {
	font-size: 100%;
	margin: 5px 0 0 0;
	display: none;
}


/*Wonderful DIV hack for float clearing . . . makes me wish tables were still in good graces*/

.clearfix:after {
    content: "."; 
    display: none; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*end DIV hack*/


/* End Divs Here */

