/* --------------------------------------------------------------------------
Colorado.gov global.css
-------------------------------------------------------------------------- */



/* GENERAL RULES
-------------------------------------------------------------------------- */
* {
	/* overwrite all default brower settings */
	margin: 0;
	padding: 0px;
}
body {
	background: #FFF url(../../images/bgrdTile.jpg );		
		
	/* global font settings */
	font-family: Arial, Helvetica, sans-serif;
	color: #000; /* main text color */
		
	/* part 1 of centering hack */
	text-align: center;
}

/* Global Link Settings
-------------------------------------------------------------------------- */
a:link
{font-family: Arial, Helvetica, sans-serif;
	color:#002B51; 
}
a:visited
{font-family: Arial, Helvetica, sans-serif;
	color: rgb(144,033,019); 
} 
a:active 
{font-family: Arial, Helvetica, sans-serif;
	color: rgb(153,153,153);
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0;
	padding: 0;
}
li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

/* Global Text Settings
-------------------------------------------------------------------------- */

/* INSERT HERE */


/* General Elements
-------------------------------------------------------------------------- */
img {
	border: 0;
}
hr {
	margin-top: .5em;
	margin-bottom: .5em;
}
/* CONTAINER DIVS
-------------------------------------------------------------------------- */
/* Main Container Div */
#centerPage { 
	width:747px;
	margin: 0 auto;
	padding:0;
	text-align:left;
}
/* Index Content Wrapper */
#contentBoxTabs-NoLeft { /*do not edit*/
	position: absolute;
	top:140px;	
	width: 747px;
	background-color: #FFFFFF;
}
/* Subsequent Page Content Wrapper with Left Nav Background */
#contentBoxTabs { /*do not edit*/
	position: absolute;
	top:140px;	
	width: 747px;
	background:url(../../images/imgNavBgrd.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;	
}
#copy { /*do not edit*/
	display: inline;
	float: left;
	width: 545px;
	padding:0;
	margin: 21px 0 0 10px;
}
#copy ul {
	padding-left: 1.5em;
}
/* copyHome is for front page sans left navigation */
#copyHome {/*do not edit*/
	float: left;
	width: 727px;
	margin: 21px 0 0 10px;
	padding: 0;
}
#copyHome ul {
	padding-left: 1.5em;
}
/* Subsequent Page Middle Copy */
#copyMiddle {
	display: inline;
	font-size: 12px;
	float: left;
	width: 369px;
	padding: 0;
	margin: 21px 0 0 10px;
}
#copy ul {
	padding-left: 1.5em;
}
/* Subsequent Page Middle Copy for home page sans left navigation */
#copyMiddleHome {
	display: inline;
	font-size: 12px;
	float: left;
	width: 550px;
	padding: 0;
	margin: 21px 0 0 10px;
}
/* copyNoTabs is for pages with no top/left/right nav*/
#copyNoTabs { /*do not edit*/
	display: inline;
	float: left;
	width: 747px;
	padding: 21px 10px 0 10px;
	margin: 0;
}

/* SLIVER HEADER
-------------------------------------------------------------------------- */
/* Top Secondary Nav */
#topRightNav {
	position: absolute;
	right: 0;
	width: 200px;
	border: 0;
	margin: 0px;
	padding: 2px 9px 0px 0px;
}
#topRightNavList {
	border: 0px;
	padding: 0px;
	margin: 0px;
	float: right;
}
#topRightNavList li {
	display: inline;
	padding-right: 6px;
}
#topRightNav a:active, #topRightNav a:link, #topRightNav a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
#topRightNav a:hover {
	text-decoration: underline;
}

/* Colorado Logo */
#headerLogo {
	position: relative;
	height:34px;
	width: 747px;
	background-color:#FFFFFF;
}
#logo {
	position: absolute;
	top: 0px;
	width: 280px;
	height: 34px;
	padding:4px 0px 4px 8px;
	text-decoration: none;
}
/* SEARCH BAR
-------------------------------------------------------------------------- */
/* search bar links */
#searchLinksWrapper {
	position: relative;
	float:left;
	left: 19.7em;
	width: 12em;
	height: 24px;
}
.searchLinks {
	position: absolute;
	width: 12em;
	padding-top: 1px;
}
.searchLinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
.searchLinks a:hover {
	text-decoration: underline;
	color: #000000;
}
.searchLinks ul {
	list-style: none;
}
.searchLinks li {
	display: inline;
	padding-right: 1.8em;
}
#liveHelp {
	position: absolute;
	top: .25em;
	right: 27.1em;
}
#googleLogo {
	position: absolute;
	top: .18em;
	right: 13em;
}

/* search bar */	
#searchBar {
	position: absolute;
	top: 34px;
	background-color: #E2E2E2;
	background: url(../../images/sBarBgrd.gif);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	width: 747px;
	height: 24px;
}
#searchForm { /*container for the search form in the search bar*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 2px 4px 0 0;
	border: 0;
	margin: 0;
	display: inline;
	float: right;
}
#searchForm a {
    color: #333;
    text-decoration: none;
    font-size: 11px;
    padding: 0 0.5em 0 0;
}
#searchBarBox { /*container:  the search bar*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 1px 0 1px 2px;
	border-top: 1px solid #818181;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #818181;
}
#searchBarSubmit {
	vertical-align: top;
	padding: 1px;
}
#searchBarLiveHelp {
	vertical-align: top;
	margin-right: 10px;
	padding: 2px 0px 0px 0px;
}

/* HEADER IMAGE
-------------------------------------------------------------------------- */
#headerImage {
	background-color:#FFFFFF;
	position: absolute;
	top: 58px;
	height: 60px;
	width: 747px;
}
/* BREADCRUMBS
-------------------------------------------------------------------------- */
#breadcrumbs {
    background-color:#FFFFFF;
}
#breadcrumbsList {
    padding:0px 0px 3px 10px;
    margin:0px;
    list-style-type:none;
}
#breadcrumbsList li {
	display: inline;
	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-image: url(../../images/breadcrumbs.gif);
    background-repeat: no-repeat;
    background-position: center right;
}
#breadcrumbsList a:hover {
	text-decoration:underline;
	color:#336699;
}

/* TOP NAVIGATION
-------------------------------------------------------------------------- */
#topNavBar2 {/*this is the container for the horizontal nav items*/
	float:left;
	width: 540px;
	background-color: #366;
	border: 1px solid #FFFFFF;
}
/* BOX MODEL HACK (tricks IE6 to span 747 pixels*/ 
* html #topNavBar2 {
	width: 540px;
	w\idth: 542px;
}

#topNavBar {/*this is the container for the horizontal nav items*/
	float:left;
	width: 745px;
	background-color: #e2e2e2;
	border: 1px solid #FFFFFF;
}
/* BOX MODEL HACK (tricks IE6 to span 747 pixels*/ 
* html #topNavBar {
	width: 745px;
	w\idth: 747px;
}
#navcontainer ul {
	padding: 0;
	background-color: #e2e2e2;
	color: #003366;
	margin: -5% 0 0 95%;
}
#navcontainer  li {
	display: inline;
	list-style: none;
}
#navcontainer a {
	padding: 0.15em 1em;
	background-color: #e2e2e2;
	color: #0C205F;
	text-decoration: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
}
#navcontainer a:hover {
	background-color: #0067AE;
	color: #FFFFFF;
}
/* Active Navigation State */
#navcontainer .current a {
	background-color:#0067AE;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
.navRightBorder { /* list item in nav with right white line */
	border-right: 1px solid #fff;
}

/* LEFT NAVIGATION (Subsequent Pages)
-------------------------------------------------------------------------- */
#leftNavigation {
    width: 182px;
    background:url(../../images/imgLeftNavTop.gif);
    background-repeat: no-repeat;
    border: 0px solid;
    float: left;
}
/* Level 1 Navigation */
#leftNavList {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	height: auto;
	width: auto;
}
#leftNavList li {
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #c1c1c1;
	list-style: none;
}
#leftNavList li a {
	text-decoration: none;
	color: #333;
	padding: .4em 0 .4em .7em;
	display: block;
	list-style: none;
}
#leftNavList li a:hover {
	background-color: #ccc;
}
/* Level 2 Navigation inset */
#leftNavList2 {
    margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	background-color:#E9EAEE;
}
#leftNavList2 li {
	border-right: 1px solid #D2D2D4;
	border-bottom: 1px solid #c1c1c1;
	text-align: right;
	
}
#leftNavList2 li a {
	text-decoration: none;
	color: #123E88;
	background-color: #E9EAEE;
	
	font-size: 12px;
}
#leftNavList2 li a:hover {
	background-color: #ccc;
	
}
/* Page Body Text Title */
.sectionTitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#123E88;
	line-height: .85em;
	margin-bottom: 1.4em;
	
}
.sectionTitleHome {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#123E88;
	line-height: .85em;
	margin-bottom: 1.4em;
}
.sectionTitleSub {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000;
}

/* RIGHT CALL-OUT BOXES (Subsequent Pages)
-------------------------------------------------------------------------- */
/* Global Call-out box*/
#copyRight_wrapper {
	display: inline;
	float: right;
	margin: 21px 10px 0 0;
	width: 158px;
}
.copySideBox {
	background: url(../../images/img_boxTop150tall.gif) no-repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color:#000000;
	font-size: 11px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 7px;
}
.copySideBox p {
	padding: 2px 4px 4px 0;
	font-size: 11px;
}
.copySideBoxTitle{
	color: #000;
	font-weight: bold;
	font-size: 11px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
}

/* SUBSEQUENT PAGE TITLES
-------------------------------------------------------------------------- */
/* content section page title within the Left Navigation area */

#sectionTitleLeftNav{ 
	background-color:#0067AE;
	border-left: 1px solid #D1D2D6;
	position: 0;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    padding: 2px 3px 3px 10px;
    margin-left: 0px;
}

/* FOOTER
-------------------------------------------------------------------------- */
#footer { /*do not edit*/
    width: 747px;
    padding: 0;
    margin-top: 2em;
    float: left;
	background-color: #FFF;
    border-top: 2px solid #c33;
    font-size: 10px;
}
#footerLine1 { /*do not edit*/
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
	padding: 4px 0;
	height: 1.5em;
}
#footerLine2 { /*do not edit*/
    height: 1.5em;
	padding: 4px 0;
	text-align: center;
}
#footerNav { /*do not edit*/
    padding: 3px 0;
    margin: 0;
    text-align: center;
}   
#footerNav li { /*do not edit*/
	display: inline;
	font-size: 10px;
	color: #666;
	padding: 0 0.2em 0 0;
}
#footerLinks { /*do not edit*/
    float:left;
    padding: 3px 0;
    margin: 0;
    border: 0px solid;
}
#footerLinks li { /*do not edit*/
	display: inline;
	font-size: 10px;
	padding: 0 0.25em 0 0.5em;
}
#footerNav li a, #footerLinks li a { /*do not edit*/
	color: #666;
	text-decoration:none;
}
#footerRight { /*do not edit*/
    font-size: 10px;
    float: right;
    color: #666;
    padding: 3px 5px 3px 0;
    border: 0px solid;
}

/* CLEAR 
-------------------------------------------------------------------------- */
.clear {
	clear: both;
}
.bugfix {
	display: inline;
}
#centerPage #contentBoxTabs #copy table tr td p {
	font-weight: normal;
	font-size: 9px;

}
#centerPage #contentBoxTabs #copy table tr td p {
	font-size: 14px;
}
#centerPage #contentBoxTabs #copy table tr td p {
	font-size: 12px;
}

