/* CSS Document for Blackfoot.com*/

/* body tag settings*/
body {
	background-image: url(../images/background-main.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

body{
	scrollbar-face-color : #333333;
	scrollbar-highlight-color : #748165;
	scrollbar-shadow-color : #515946;
	scrollbar-3dlight-color : #202020;
	scrollbar-arrow-color : #D9321F;
	scrollbar-track-color : #000000;
	scrollbar-darkshadow-color : #222222;
	/*float: right;   */

}
#movie {
	
	width:370px;
	height:310px;
	z-index:1;
	/*
	 position:relative;
	left: 428px;
	top: 16px;	
	visibility: visible;
	*/
	padding-top:14px;
}
#movieRes {
	position:relative;
	width:370px;
	height:310px;
	z-index:1;
	/*
	left: 428px;
	top: 16px;	
	*/
	padding-top:16px;
}
#movieBiz {
	position:relative;
	width:370px;
	height:310px;
	z-index:1;
	/* top: 8px;
	
	left: 428px;
	top: 34px;	
	*/
	/*padding-top:34px;*/
}

/* page structure elements*/
#header {
	position:absolute;
	width:810px;
	height:103px;
	z-index:9;
	top:0px;
	left:0px;
	visibility: visible;
}
.greetingTool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 25px;
	width: 250px;
	position: absolute;
	left: 114px;
	top: 14px;
}
#subHeader {
	width:261px;
	height:25px;
	z-index:9;
	visibility: visible;
	background: #000000 url(../images/background-header.jpg);
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	padding-top: 4px;
}
#subHeaderContent_t, .subHeaderContent_biz {
	height: 108px; /* DRS: Modified height */
}
#subHeaderContent_b, .subHeaderContent_res {
	height: 104px; /* DRS: Modified height */
}
* html #subHeaderContent_b {
	height: 137px;
}
.subHeaderContent div.inner {
	/* padding-top: 6px; DRS: Removed top to realign */
	padding-right: 5px;
	/* padding-left: 26px; DRS: Removed left padding*/
}
.subHeaderContent div.inner form {
	display:inline;
}

#subHeaderContent{
height:105px;
}

.subHeaderContent,   /* DRS: Changed to class */
#subHeaderContentHome, /* DRS: Changed back to id */
div#subHeaderListing,
div#subHeaderListing2{
	z-index:9;
	visibility: visible;
	background: #000 url(../images/background-sub-header.jpg) repeat top left;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #515946;
	padding: 6px 5px 0px 26px;
	vertical-align: top;
	margin-bottom: 3px; /* DRS: reduced the gaping between forms */
	text-align: left;
	width:230px;
	*width:261px
}
#subHeaderContent_b.subHeaderContent {
	background-position: 0px -130px; /* DRS: this trys to match the blending from the forms on the other side */
}

div#subHeaderListing,
div#subHeaderListing2 {
	position:absolute;
	z-index:99;
}
.columnLt {
	width:11px;
	background-image:url(../images/background-left.gif);
	background-repeat: repeat-y;
	vertical-align: top;
}
.columnLt2 {
	width:9px;
	background-image:url(../images/background-left.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	background-position: -5px;
	background-color: #000000;
}
.columnRt {
	width:12px;
	background-image:url(../images/background-right.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
}
.columnRt2 {
	width:8px;
	background-image:url(../images/background-right.gif);
	background-repeat: repeat-y;
	margin: 0px;
	height: 100%;
	background-position: -4px;
}
.column {
	background: url(../images/background-column.gif) repeat-y;
	width: 22px;
}
.column2 {
	background: url(../images/background-column.gif) repeat-y 3px;
	width: 22px;
}
.column3 {
	background: url(../images/background-column.gif) repeat-y 12px; 
	width: 42px;
}
#contentCat {
	position:absolute;
	width:810px;
	z-index:4;
	left: 0px;
	top: 102px;
	background: #F9F5F2 url(../images/background-content.jpg) repeat-y 10px
}
.contentMain {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 13px 13px 0px;
}


#contentBase {
	left: 300px;
	top: 102px;
	height: 6px;
	clear: both;
	background: #000000 url(../images/content-base.gif) no-repeat;
	width: 810px;
}
#footer {
	height: 116px;
	clear: left;
	background: #000000 url(../images/background-footer.gif) no-repeat;
	width: 810px;
	float: left;
}
#webvisuals {
	width: 96px;
	float: right;
	padding-right: 15px;
	padding-top: 66px;
}

#clear {

	clear: both;
}
/* text design elements*/
h1 { 
	font: bolder 18px Arial; 
	margin-bottom: 8px; 
	color: #D9321F;
}
h2 {
	font: bolder 15px/18px arial;
	margin-bottom: 10px;
	color: #D9321F;
	margin-top: 10px;
}
h3 {
	font: bolder 13px/18px arial;
	margin-bottom: 10px;
	color: #D9321F;
	margin-top: 10px;
}		
p { 
	font: 13px arial; 
	margin-top: 0px; 
	text-align: justify;
	color: #515946;
}
ul {
	padding: 5px 0px 0px;
	text-align: left;
}	
li {
	padding-top: 0px;
	margin-bottom: 2px;
	margin-left:12px;
	color: #515946;
}
div#line {
	height: 3px;
	width: 173px;
	border-top-style: solid;
	border-top-color: #F7702A;
}
/* top nav*/
#home{
	position:absolute;
	height: 38px;
	z-index:50;
	width: 37px;
	visibility: visible;
	left: 283px;
	top: 7px;
}
#specialOffers{
	position:absolute;
	height: 51px;
	z-index:50;
	width: 38px;
	visibility: visible;
	left: 347px;
	top: 6px;
}
#serviceRequest{
	position:absolute;
	height: 51px;
	z-index:50;
	width: 55px;
	visibility: visible;
	left: 405px;
	top: 7px;
}
#serviceRequestNumber{
	position:absolute;
	height: 51px;
	z-index:90;
	width: 55px;
	visibility: visible;
	left: 405px;
	top: 9px;
	text-align: center;
	font: bolder 18px Arial; 
}

#serviceRequestNumber   a:link {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#serviceRequestNumber  a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#serviceRequestNumber  a:hover {
    color: #000000;
	background-color: #57AAE7;
} 

/* Navigation elements*/

div#button {
	background-color:#BCBCBC;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	clear: none;
	border: 1px solid #000000;
	width: 165px;
	background-image: url(../images/background-nav.jpg);
	margin-top: 8px;
}
div#button 	a {
	display: block;
	padding-right: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
}

div#button a:hover {
	color: #FFFFFF;
	background-color: #D9321F;
	background-image: url(../images/background-nav-on.jpg);
} 
div#button a:link {
    color: #000000;
}

div#button a:visited {
    color: #000000;
}
div#button2 {
	background-color:#BCBCBC;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	clear: none;
	border: 1px solid #000000;
	width: 165px;
	background-image: url(../images/background-nav.jpg);
	margin-top: 8px;
}
div#button2 	a {
	display: block;
	padding-right: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
}

div#button2 a:hover {
	color: #FFFFFF;
	background-color: #D9321F;
} 
div#button2 a:link {
    color: #000000;
}

div#button2 a:visited {
    color: #000000;
}
div#buttonRight {
	background-color:#BCBCBC;
	height: 18px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	clear: none;
	border: 1px solid #000000;
	width: 165px;
	background-image: url(../images/background-nav.jpg);
	margin-top: 8px;
}
div#buttonRight 	a {
	display: block;
	padding-right: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
}

div#buttonRight a:hover {
	color: #FFFFFF;
	background-color: #D9321F;
	background-image: url(../images/background-nav-on.jpg);
} 
div#buttonRight a:link {
    color: #000000;
}

div#buttonRight a:visited {
    color: #000000;
}
/* Right Pane Featured items*/
div#featuredLink {
	text-align: left;
	width: 225px;
	margin-bottom: 4px;
	margin-top: 4px;
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
div#featuredText {
	text-align: left;
	width: 225px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #515946;
	margin-bottom: 18px;
	margin-left: 8px;
}
div#featuredTextEnd {
	text-align: left;
	width: 225px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #515946;
		margin-left: 8px;
}

div#formText {
	text-align: left;
	width: 200px;
	color: #DC321F;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	float: left;
}
div#formText2 {
	text-align: left;
	width: 100px;
	color: #DC321F;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 4px;
	float: left;
	margin-right: 5px;
}
div#formLink {
	text-align: right;
	width: 210px;
	margin-bottom: 4px;
	margin-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
div#formLink2 {
	text-align: right;
	width: 210px;
	margin-bottom: 0px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}
/* left Pane Featured items*/
div#featureBox1 {
	width: 165px;
	float: left;
	margin-left: 4px;
}
div#featureBox2 {
	width: 165px;
	float: left;
	margin-left: 30px;
}
div#featureBox3 {
	width: 170px;
}
div#featureBox4 {
	width: 250px;
	padding-left: 20px;
}
div#featureBoxHorz {
	width: 584px;
}
div#featureBoxLink {
	text-align: left;
	font: 15px Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	margin-top: 6px;
}
div#featureBoxText {
	text-align: left;
	font: 11px/17px Arial, Helvetica, sans-serif;
	color: #515946;
}
div#featureBoxText2 {
	text-align: justify;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #515946;
}
div#featureBoxImg {
	text-align: center;
}


/* Right Navigation elements*/
div#nav {
	text-align: left;
	background-color:#C5C5C5;
	height: 21px;
	width: 173px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font: bold 11px Arial, Helvetica, sans-serif;
	background-image: url(../images/background-nav.jpg);
	color: #000000;
}
div#nav 	a {
    display: block;
    width: 100%;
    height: 100%;
	text-decoration: none;
	padding-top: 2px;
}
div#nav a:hover {
    color: #000000;
	background-color: #D9321F;
} 
div#nav a:link {
    color: #000000;
}

div#nav a:visited {
    color: #000000;
}
div#nav a:active {
    color: #ffffff;
    background-image: url(images/background-hilite.jpg); 
    background-repeat: no-repeat;
}		
div#navon {
	text-align: left;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/background-nav-on.jpg);
	height: 21px;
	width: 173px;
	text-indent: 10px;
	border-bottom: 1px solid #000000;
	}		
div#navon 	a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
	padding-top: 2px;
}
div#navon a:hover {
    color: #FFFFFF;
	background-color: #D9321F;
} 
div#navon a:link {
    color: #FFFFFF;
}
div#navon a:visited {
    color: #FFFFFF;
}
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000000;
}
a:hover, a:active {
	text-decoration: none;
	color: #D9321F;
	font-family: Arial, Helvetica, sans-serif;
}
.categoryFeature {
	width:370px;
	height: 100%;
	vertical-align: top;
	background: url(../images/background-residential.jpg) no-repeat 117px 34px;
	padding-top: 20px;
}
.categoryFeatureBusiness {
	width:370px;
	height: 100%;
	vertical-align: top;
	background: url(../images/background-business.jpg) no-repeat 12px 21px;
	padding-top: 20px;
}
.categoryFeatureBusiness2 {
	width:370px;
	height: 100%;
	vertical-align: top;

}
.categoryFeatureHome {
	width:370px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/background-home.jpg);
	background-repeat: no-repeat;
	background-position: 222px 10px;
	padding-top: 20px;
}
.categoryFeatureHome2 {
	width:370px;
	height: 100%;
	vertical-align: top;
}
.categoryFeatureAbout {
	width:370px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/background-about-blackfoot.jpg);
	background-repeat: no-repeat;
	background-position: 172px 10px;
	padding-top: 20px;
}
.categoryFeatureContact {
	width:370px;
	height: 100%;
	vertical-align: top;
	background-image: url(../images/background-contact.jpg);
	background-repeat: no-repeat;
	background-position: 75px 290px;
	padding-top: 20px;
}
.leftnav {
	margin: 0px;
	width:193px;
	height: 100%;
	vertical-align: top;
}
.leftnav2 {
	margin: 0px;
	width:173px;
	height: 100%;
	vertical-align: top;
	float: left;
	border-left: 1px solid #000000;
}
#updates {
	position:relative;
	width:195px;
	z-index:5;
	padding-left: 17px;
	padding-right: 1px;
	padding-top: 13px;
}
#leftNavButton {
	position:relative;
	width:195px;
	z-index:5;
	background: #444443;
	height: 100%;
}
#footerlinks {
	width: 550px;
	float: left;
	height: 31px;
	margin-top: 29px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D9321F;
	margin-left: 18px;
	line-height: 22px;
}
#footerlinks  a:link {
	color: #D4D0C8;
	font-weight: normal;
	text-decoration: none;
}
#footerlinks  a:visited {
	color: #D4D0C8;
	font-weight: normal;
	text-decoration: none;
}
#footerlinks  a:hover {
	color: #E61800;
	font-weight: normal;
	text-decoration: none;
}	
.formTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
#formTitle {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
.textBox {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #DC321F;
	border: 1px solid #000000;
	height: 26px;
	padding: 4px;
	letter-spacing: 1px;
}

.textBox2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	height: 24px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 2px;
	background: url(../images/background-form.jpg);
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}

.dropdownMenu {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	letter-spacing: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 4px 2px 2px 5px;
	width: 210px;
	height: 24px;
}
.dropdownMenu2 {
        font: bold 12px Arial, Helvetica, sans-serif;
        color: #4282D7;
        letter-spacing: 1px;
        margin-top: 2px;
        margin-bottom: 2px;
        padding: 4px 2px 2px 5px;
        height: 24px;
}

.phoneBox {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	height: 24px;
	letter-spacing: 1px;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 2px;
	background: url(../images/background-form.jpg);
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	margin-right: 8px;
}
.phoneBox2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	height: 24px;
	letter-spacing: 1px;
	width: 85px;
	margin-top: 5px;
	margin-bottom: 2px;
	background: url(../images/background-form.jpg);
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.addressBox {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	height: 24px;
	letter-spacing: 1px;
	width: 210px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(../images/background-form.jpg);
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
}
.addressBox2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4282D7;
	height: 24px;
	letter-spacing: 1px;
	width: 100px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(../images/background-form.jpg);
	padding: 4px 2px 2px 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #000000;
	margin-right: 8px;
}

/* Customer Support area*/

div#help {
	text-align: center;
	width: 173px;
	margin-bottom: 6px;
}
.needHelp {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #D9321F;
}
.hours {
	font: 10px Arial, Helvetica, sans-serif;
	color: #515946;
}

#customerSupport {
	height: 132px;
	clear: left;
	background: #000000 url(../images/background-customer.gif) no-repeat;
	width: 810px;
	float: left;
}

#customerSupportTitle {
	width:320px;
	height:25px;
	z-index:25;
	visibility: visible;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 6px;
	margin-left: 270px;

}

.customerSupportContainer {
	width:225px;
	height:100px;
	z-index:25;
	visibility: visible;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	*padding-top: 4px;
	padding-right: 4px;
	padding-left: 1px;
	vertical-align: top;
	float: left;
}
.customerSupportContainer .inner {
	padding-right: 4px;
	padding-left: 20px;
}
* html .customerSupportContainer .inner {
	padding-top: 4px;
}
.customerSupportContainer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.customerSupportContainer a:visited {

	color: #FFFFFF;
	text-decoration: none;
}
.customerSupportContainer a:hover {

	color: #DC321F;
	text-decoration: none;
}

#contentCat #customerSupport #customerPhoto {
	margin-right: 10px;
	margin-top: -20px;
	*margin-top: -14px;
	float: right;
	clear: right;
}

#helpButtons {
	width: 205px;
	height: 124px;
	clear: left;
	float: right;
	margin-top: 8px;
}

/* Tab Navigation for directory of services*/
#subnavContainer {
	float: left;
	width: 210px;
	height: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div#subnavLine {
	height: 22px;
	width: 16px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444443;
	float: left;
}
div#subnavLineOn {
	height: 22px;
	width: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444443;
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #444443;
	float: left;
}	
div#subnavLineLeft {
	height: 22px;
	width: 16px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444443;
	float: left;
	border-right: 1px solid #444443;
}
div#subnavLineLeftOff {
	height: 22px;
	width: 26px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444443;
	border-top: 1px solid #EAEAEA;
	float: left;
	border-right: 0px solid #EAEAEA;
}
div#subnavLineRight {
	height: 22px;
	width: 102px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #444443;
	border-top: 1px solid #EAEAEA;
	float: left;
}
div#subnav {
	text-align: center;
	background-color:#4589D4;
	height: 22px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	background-image: url(../images/background-tab.jpg);
}
div#subnav 	a {
	display: block;
	padding-right: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #444443;
	border-left: 1px solid #BCBCBC;
}

div#subnav a:hover {
	color: #FFFFFF;
	background-color: #DC321F;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DC321F;
	border-left-color: #DC321F;
} 
div#subnav a:link {
    color: #FFFFFF;
}

div#subnav a:visited {
    color: #FFFFFF;
}	
	
div#subnavOn {
	text-align: center;
	background-color:#FFFFFF;
	height: 22px;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #E2E3E7;
	border-top: 1px solid #444443;
	border-right: 1px solid #444443;
	float: left;
	background-image: url(../images/background-tab-on.jpg);
	background-repeat: repeat-x;
}
div#subnavOn 	a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	text-decoration: none;
}

div#subnavOn a:link {
    color: #DC321F;
}

div#subnavOn a:visited {
    color: #DC321F;
}	
div#subnavOn a:hover {
	color: #FFFFFF;
	background-color: #DC321F;
} 

div#line {
	height: 3px;
	width: 193px;
	border-top-style: solid;
	border-top-color: #F7702A;
}
div#lineRight {
	height: 8px;
	width: 157px;
	border-top-style: solid;
	border-top-color: #F7702A;
}
#price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #4282D7;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#priceLft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #56A9E7;
	text-align: left;
	margin-top: 10px;
}
#requestReminder {
	text-align: right;
	margin-top: 10px;

}
#seperator  {
	height: 20px;
	width: 584px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
}
#seperator2, .seperator2 {
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
}
#seperatorShort  {
	height: 20px;
	width: 165px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
}
#seperatorEnd  {
	height: 20px;
	width: 584px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	margin-top: 20px;
	background: #D0D8DF;
}

.planTitle {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #D9321F;
	margin-bottom: 10px;
}
.buttonForm {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/background-nav-on.jpg);
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	height: 24px;
}

p,td {
	font: 12px/18px arial;
	color: #515946;
}
.listings {
	border: 2px solid #D8321F;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #529FE3;
	text-align: center;
}
.tableRow {
	background-color: #FFFFFF;

}
.numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #D9321F;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}
.amounts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4282D7;
}
ul.sitemap {
	list-style-position: outside; 
	margin-left: 0px; 
	padding-top:0px;
	padding-left: 30px; 
	vertical-align: middle;
}	
li.sitemap {
	margin: 0px; 
	padding: 0px; 
	color: #515946;
}

#help-print { display:none; width:100%; text-align:center; }

@media print {
	#home, #specialOffers, #serviceRequest, #serviceRequestNumber, #header { display:none; visibility:hidden;}
	#contentCat { top:0px; width:100%; }
	#contentCatTable{ width:584px; }
	#left-nav-cell { display:none; }
	#seperator, #seperatorEnd { width:100%; }
	#requestReminder { width: 584px; }
	#requestReminder img { display:none; visibility:hidden; }
	#contentBase { display:none; visibility:hidden; }
	div#button { display:none; visibility:hidden; }
	#help-print { display:block; }
	#seperator-print { display:block; }
}

#announcementTitle {
	width:700px;
	height:25px;
	z-index:25;
	visibility: visible;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-top: 8px;
	margin-left: 15px;
	padding-bottom: 8px;
}
.announcement {
	/* width:261px; */
	z-index:9;
	padding-left: 15px;
	margin-bottom: 10px;
}
.announcement-1 {
	width:231px;
	z-index:9;
	background: url(../images/background-announcement-box.gif) no-repeat top left;
	font: 12px Arial, Helvetica, sans-serif;
	padding:10px 0px 6px;
}
.announcement-link {
    
}
#announcement-link {
	width:231px;
	z-index:9;
	text-align:right;
}
.announcement-content {
    width:200px;
    z-index:9;
    margin: 6px 12px 0px;
    padding: 0px;
    color: #000033;
    height:95px;
    position:relative;
    overflow:hidden;
}

div#subHeaderListing,
div#subHeaderListing2,
#subHeaderContentHome {
	height: 250px;
	*height: 273px /* DRS: Extended height in IE6/7 only */
}
