/* Colorado Pump CSS */
*
{
	margin: 0;
	padding: 0;
}
a, address, blockquote, body, cite, code, dd, del, dfn,		
div, dl, dt, em, form, h1, h2, h3, h4, h5, h6, iframe, kbd,		
li, object, ol, p, q, samp, small, span, strong, sub, sup, ul, var, 		
applet, big, center, dir, font, hr, menu, pre,		
abbr, acronym, bdo, button, fieldset, ins, label
{
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-decoration: none;
    border-color: black;
    border-style: none;
    margin-top: 3px;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, dt, th, thead, tfoot, p
{
    font-family: Verdana, Arial, sans-serif;
}
body
{
    font-family: Verdana, Arial, sans-serif;
    font: large serif;
    padding: 0 0 2px 0;
    background-color: #002868;
    background-color: #fff;
    background-color: #d5e5ff; /* sky blue */
    background-color: #002868;
    margin: auto;
}
p
{
	font-size: 14px;
}
div#outer
{
	position: relative;
    text-align: left;
    width: 800px;
	height: 1000px;
    margin: auto;
    margin: 10px auto; /*10 px top and bottom. Centered horizontally*/
	background-image: url(images/background.png);
	background-position: center;
	background-attachment: scroll;    
    background-repeat: repeat-y;
}
div#header
{
	position: absolute;
    background-position: top;
    height: 180px;
    width: 790px;
    text-align: left;
    background-color: #BF0A30;
	border: groove;
	border-width: 5px;
	border-color: #FFD700;
}

a#leftlogo
{
	position: absolute;
	top: -3px;

}
a#rightheaderimg
{
	position: absolute;
	left: 690px;
	top: -3px;
}
a#oloradopump
{
	position: absolute;
	left: 176px;
	top: 41px;
}

#taglabel
{
	position: absolute;
	left: 307px;
	top: 130px;
	color: #002868;
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;;
	font-weight: bold;
}
div#phonenum
{
	position: absolute;
	top: 10px;
	left: 275px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-style: italic;
	font-weight: bolder;
    color: #FFD700;
}
div#svclist1
{
	position: absolute;
	left: 2px;
	top: -2px;
}
div#svclist2
{
	position: absolute;
	left: 690px;
	top: -2px;
}
div#licenseno
{
	position: absolute;
	top: 140px;
	left: 2px;
}
.itemlist
{
	list-style-type: none;
	color: #FFD700; /*Colorado Flag Yellow*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
div#streetaddress
{
	position: relative;
	left: 50px;
	width: 230px;
}
div#address
{
	position: relative;
	left: 310px;
        top: -58px;
	width: 200px;
}
p#oryoucan
{
    position: relative;
    top: 15px;

}
p#req
{
    position: relative;
    top: 7px;
}
div#contentbody
{
    position: relative;
    top: -63px;
}
/*
h1#subdued
{
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
*/

div#headergrad
{
	position: absolute;
	left: 272px;
	top: -3px;
}

#container {
    /*width: 90%; Move away from edges of the viewport - but it's liquid*/
	position: absolute;
	top: 190px;
	height: 778px;
    width: 800px; /*consistent 1000 px display*/
    background-color: #fff;
} 
div#content {
	position: relative;
	height: 668px;
	top: -10px;
	margin-left: 130px; /*separate the content from the left nav*/
    margin-right: auto; /*separate the content from the right nav*/
	border-left: 1px solid #900;
	border-right: 1px solid #900;
    padding: 0px 10px 0 10px; /*move the content text away from the border*/
	width: 520px;
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
	z-index: 5;
}

/*Left navigational column*/
#leftnav {
    position: absolute;
    width: 110px;
	height: 779px;
    margin: 0;
	padding: 0;
	background-image: url(images/left-nav-gradient-1pxx110.png);
	background-repeat: repeat-y;
	border-left: groove;
	border-width: 5px;
	border-color: #FFD700;
	z-index: 5;
} 
#leftnav ul{
}
#leftnav ul li {
	position: relative;
	left: 10px;
	list-style-type: none;
	text-align: left;
}

#leftnav ul li a
{
	display: block;
	width: 115px;
	height: 30px;
	padding: 3px 0px 0px 8px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav ul li a:link
{
	color: #fff;
	color: #041A3A;/*menu 041A3A */ 
	color: #062048;/*menu 062048 */ 
	color: #021F4E; /*Darker than Colorado Flag Blue */
} 
#leftnav ul li a:visited
{
	color: #041A3A;/*menu 041A3A */ 
	color: #062048;/*menu 062048 */ 
	color: #021F4E; /*Darker than Colorado Flag Blue */
}
#leftnav ul li a:focus
{
	color: #BF0A30;	/*Colorado Flag Red*/
	background-image: url(images/left-grad-white-bullet.png);
	background-repeat: no-repeat;
}
#leftnav ul li a:hover
{
	color: #BF0A30;	/*Colorado Flag Red*/
	background-image: url(images/left-grad-white-bullet.png);
	background-repeat: no-repeat;
} 
#leftnav ul li a:active
{
	color: #2A7FFF;	/*Light blue*/
	background-image: url(images/left-grad-white-bullet.png);
	background-repeat: no-repeat;
}
.lvl1
{
	text-align: right;
}
#leftnav ul li a.lvl1
{
	padding: 0 30px 0 0;
}
#leftnav ul li a.lvl1:hover
{
	padding: 0 30px 0 0;
	color: #FFD700; /*Colorado Flag Yellow*/
	background-image: url(images/left-grad-white-bullet.png);
	background-repeat: no-repeat;
}

/*Right navigational column*/
#rightnav {
    position: absolute;
	left: 673px;
	top: 0px;
    width: 122px;
	height: 779px;
    margin: 0;
	padding: 0;
	background-image: url(images/right-nav-gradient-1pxx110.png);
	background-repeat: repeat-y;
	background-position: right;
	border-right: groove;
	border-width: 5px;
	border-color: #FFD700;
	z-index: 5;
} 
#rightnav ul{
}
#rightnav li {
	list-style-type: none;
	text-align: left;
}
#rightnav ul li a
{
	display: block;
	width: 115px;
	height: 30px;
	padding: 3px 0 0 0px;
	text-decoration: underline;
	font-size: 12px;
	margin: 0 0 0 2px;
	font-family: Arial, Helvetica, sans-serif;
} 
#rightnav ul li a.linkform:link
{
	color: #000;
	color: #041A3A;/*menu */ 
	color: #062048;/*menu 062048 */ 
	color: #021F4E; /*Darker than Colorado Flag Blue */
}
#rightnav ul li a.linkform:visited
{
	color: #BF0A30;	/*Red purple*/
	color: #22016D;	/*purple */ 
	color: #17014A;	/*Dark purple 17014A*/ 
}
#rightnav ul li a.linkform:focus
{
	color: #BF0A30;	/*Colorado Flag Red*/
	background-color: transparent;
	background-image: url(images/right-grad-white-bullet-110.png);
	background-repeat: no-repeat;
	background-position: right;
}
#rightnav ul li a.linkform:hover
{
	color: #BF0A30;	/*Colorado Flag Red*/
	background-image: url(images/right-grad-white-bullet-110.png);
	background-repeat: no-repeat;
	background-position: right;
}
#rightnav ul li a.linkform:active
{
	color: #2A7FFF;	/*Light blue*/
	background-image: url(images/right-grad-white-bullet-110.png);
	background-repeat: no-repeat;
	background-position: right;
}

 
/*If the "leftnav" div is longer than the main content, the border can be applied to the right side of the "leftnav" div instead of the "content" div.*/ 
h1
{
	color: #BF0A30;	/*Colorado Flag Red*/
	text-align: center;	
	margin-top: 10px;
	margin-bottom: 15px;
}
h2
{
	margin-top: 0px;
}
.centerred
{
	text-align: center;
	color: #BF0A30;
}
.noborder
{
	border: 0px solid #000;
}
.coblue
{
	color: #002868;
}
.cored
{
	color: #BF0A30;
}
.coblack
{
	color: #000000;
}
.coyellow
{
	color: #FFD700;
}
.center
{
	text-align: center;
}
div#workleft
{
	position: absolute;
	width: 235px;
}

div#workright
{
	position: absolute;
	left: 300px;
	width: 235px;
}
div#weprovide
{
	position: relative;
	top: 20px;
	font-size: 20px;
	font-weight: bolder;
	font-style: italic;
	margin: 0 0 0 0px;
    font-family: Verdana, Arial, sans-serif;
	color: #BF0A30;	/*Colorado Flag Red*/
	color: #002868; /*Colorado Flag Blue*/
	z-index: 5;
}

.weprovideul
{
	margin-left: 15px;
	font-size: 20px;
	list-style-type: circle;
	color: #002868; /*Colorado Flag Blue*/
	color: #BF0A30;	/*Colorado Flag Red*/
}
.size10
{
	font-size: 10px;
}
.size12
{
	font-size: 12px;
}
.size14
{
	font-size: 14px;
}
.size16
{
	font-size: 16px;
}
.size18
{
	font-size: 18px;
}
.bold
{
	font-weight: bold;
}
.italics
{
	font-style: italic;
}

.listtitle
{
	font-weight: bold;
	font-size: 12px;
	color: #002868;
	margin-bottom: 10px;
}
.bigpar
{
	font-size: 16px;
	color: #002868;
	text-align: justify; 
	text-justify: newspaper;
}
.firstul
{
	font-size: 15px;
    font-family: Verdana, Arial, sans-serif;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	list-style: none;
	color: #002868; /*Colorado Flag Blue*/ 
	text-indent: -5px; margin-left: 5px;
}

ul li a
{
	color: #0000ff;	/*hyperlink blue*/
	text-decoration: underline;
	cursor: pointer;
}
ul li a:link
{
	color: #0000ff;	/*hyperlink blue*/
	text-decoration: underline;
}
ul li a:visited
{
	color: #590068;	/*Red purple*/
	color: #22016D;	/*purple */ 
	color: #17014A;	/*Dark purple 17014A*/ 
	text-decoration: underline;
}
ul li a:focus
{
	color: #BF0A30;	/*Colorado Flag Red*/
	text-decoration: underline;
}
ul li a:hover
{
	color: #BF0A30;	/*Colorado Flag Red*/
	text-decoration: underline;
}
ul li a:active
{
	color: #2A7FFF;	/*Light blue*/
	text-decoration: underline;
}
.secondul
{
	margin: 0 0 0 15px;
	font-size: 12px;
    font-family: Verdana, Arial, sans-serif;
	color: #002868; /*Colorado Flag Blue*/ 
	list-style-type: circle;
	list-style-image: url(images/dash.png);	
}
ul ul li a
{
	color: #0000ff;	/*hyperlink blue*/
	text-decoration: underline;
	cursor: pointer;
}
ul ul li a:link
{
	color: #0000ff;	/*hyperlink blue*/
	text-decoration: underline;
}
ul ul li a:visited
{
	color: #590068;	/*Red purple*/
	color: #22016D;	/*purple */ 
	color: #17014A;	/*Dark purple 17014A*/ 
	text-decoration: underline;
}
ul ul li a:focus
{
	color: #BF0A30;	/*Colorado Flag Red*/
	text-decoration: underline;
}
ul ul li a:hover
{
	color: #BF0A30;	/*Colorado Flag Red*/
	text-decoration: underline;
}
ul ul li a:active
{
	color: #2A7FFF;	/*Light blue*/
	text-decoration: underline;
}

.hang { text-indent: -5px; margin-left: 5px; } /* hanging indent */

/*Footer Section*/
div#footer {
	position: relative;
	top: -14px;
	height: 90px;
	width: 764px;
	margin: 0 5px 0px 5px;
	padding: 5px 5px 15px 21px;
    font-size: 11px;
    color: #f00;
    background-color: transparent;
    border-top: 1px solid #900;
	border-bottom: 1px solid #900;
    text-align: center;
} 
/*Footer navlist*/
/*Browsers use different amounts of margin above paragraphs and headings. It is safe to remove all top margins, as long as 
 * there are bottom margins to keep the paragaphs and headings seperate from elements below them.*/
ul#navlist {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
    list-style-type: none;
    text-align: center;
    width: 100%; /*make the entire list into a navigation bar*/
    color: #f00;
	background-color: transparent;
	width: 400px;
	margin: auto;
}
ul#navlist li {
    display: inline;
	background-color: transparent;
	background-image: url(images/null.jpg);
	background-repeat: repeat-x;

}
ul#navlist li a {
    width: 5em;
    color: #BF0A30;	/*Colorado Flag Red*/
    padding: 0 .5em; /*put each list item into a box*/
    text-decoration: none;
    border-right: 2px solid #002868; /*set a border to the right of the list items to separate them – instead of using | */
	background-color: transparent;
}
ul#navlist li a:focus { /*Set the hover rollover effect*/
    background-color: #fff;
    color: #990000;
	background-image: url(images/left-grad-yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}
ul#navlist li a:hover { /*Set the hover rollover effect*/
    background-color: #fff;
    color: #990000;
	background-image: url(images/left-grad-yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}
ul#navlist li a:active { /*Set the hover rollover effect*/
    background-color: #fff;
	color: #2A7FFF;	/*Light blue*/
	background-image: url(images/left-grad-yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}


ul#navlist li a.noborder { /*No "border" divider on the rightmost item*/
    border-right: none;
}

/*Footer end-copyright*/
#copyright
{
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
	color: #f00;
    list-style-type: none;
	background-color: transparent;
}
ul#end {
}
ul#end li {
	padding: 0 5px 0 5px;
    display: inline;
    border-right: 2px solid #002868;
    line-height: 15px;
    list-style-type: none;
	background-color: transparent;

}
ul#end li a {
    text-decoration: underline;
	color: #f00;
	background-image: url(images/null.png);
	background-repeat: repeat-x;
}
ul#end li a:link
{
    font-weight: normal;
}
ul#end li a:visited
{
    font-weight: normal;
	color: #f00;
}
ul#end li a:active
{
    font-weight: normal;
}
ul#end li a:hover
{
    color: #990000;
	background: #fff; 
    font-weight: normal;
	background-image: url(images/left-grad-yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}
ul#end li a:active
{
	color: #2A7FFF;	/*Light blue*/
	background: #fff; 
    font-weight: normal;
	background-image: url(images/left-grad-yellow-bullet.png);
	background-repeat: no-repeat;
	background-position: left;
}
ul#end li.noborder { /*No "border" divider on the rightmost item*/
    border-right: none;
}
div#addthis
{
	position: relative;
	top: 450px;
	left: 0px;
}
img#bkgrnd-photo
{
	position: relative;
	left: 5px;
	top: -1px;
	z-index: 0;
	
}
div#whoweare
{
	position: relative;
	z-index: 5;
}
div#backgroundimage
{
	position: relative;
	height: 0px;
	top: -680px;
}
div#coupon
{
    position: relative;
    top: 50px;
    left: 150px;
    font-size: 20px;
}
a#coupontext
{
    font-size: 20px;
    font-weight:bolder;
    font-family:Verdana,Arial,sans-serif;
    font-style:italic;
    text-decoration: underline;
    color: #BF0A30;
}

a#coupontext:link
{
}
a#coupontext:visited
{
}
a#coupontext:focus
{
    background-color: #ddddcc;
}
a#coupontext:hover
{
    color: #FF0033;
    background-color: #CCCCCC;
}
a#coupontext:active
{
    color: #FF0033;
    background-color: #ffffff;
}

