* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	background-color: #165672;
}
p {
	font-family: Arial, Helvetica, sans-serif;
}

.headline {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1c3574;
	margin-top: -4px;
}
.floattext {
	float: right;
	padding-right: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #1c3574;
}
.sec_par {
	padding-bottom: 8px;
	clear: left;
	font-size: 13px;
	font-weight: bold;
	color: #1c3574;
	line-height: 16px;
}

/* content and body wrappers for main and secondary pages */
#wrapper {
	width: 783px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
	background-color: #fff;
}
#grad_wrapper {
	width: 783px;
	height: 648px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/home_bkd_grad.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#sec_wrapper {
	width: 840px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	background-color: #fff;
}

#sec_img_wrapper {
	background-image: url(../images/sec_bkd/sec_bkd_01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 342px;
}
/* end content and body wrappers for main and secondary pages */

/* start pixy style menus for main and secondary pages */
#mainNav {
	margin-top: 0px;
	margin-left: 24px;
	width: 363px;
	height: 533px;
	float: left;
	background-image:url(../images/home_big_graphic.jpg);
	background-repeat:no-repeat;
}
/*upon adding more menu items to the home page top list you need to adjust the margin-top here.*/
#topNav {
	margin-top: 425px;
}
#secMainNav {
	margin-top: 60px;
}
#topNav ul {
	padding-left: 200px;
	list-style-type: none;
	padding-bottom: 15px;
}
#topNav ul li {
	font-family: /*GillSans,*/ Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	/*line-height: 26px;*/
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 1px;
}
#topNav ul li a {
	display: block;
	height: 22px;
	color: #fff;
	text-decoration: none;
	text-align: right;
	padding-right: 25px;
}
#topNav ul li a.active {
	color: #fff49a;
}
#topNav ul li a:hover {
	color: #fff49a;
}
#botNav {
	background-color: #a23e0d;
	height: 31px;
	width: 363px;
}
#secMainNav ul, #botNav ul {
	margin:0;
	padding:0;
	list-style: none;
	float: left;
}
#secMainNav ul li, #botNav ul li {
	float: left;
}
/*Unfortunately, IE on Windows still makes a round-trip to the server to request a new
image, even though all you are doing is changing the alignment of the image. This causes
a slight flicker, which can be a little annoying. To avoid the flicker you need to apply the
rollover state to the links parent element, for example, its containing paragraph.
p {
background: #94B8E9 url(images/pixy-rollover.gif)
no-repeat right top;
}
The image will still disappear for an instant while it is being reloaded. However, during this
time, the same image will be revealed underneath, hiding the flicker.*/
#home_menu1 a, #home_menu2 a, #home_menu3 a, #home_menu4 a {
	display: block;
	text-decoration: none;
	height: 31px;
	background-repeat: no-repeat;
	background-position: right top;
}

#sec_menu1 a, #sec_menu2 a, #sec_menu3 a, #sec_menu4 a {
	display: block;
	text-decoration: none;
	height: 9px;
	background-repeat: no-repeat;
	background-position: left top;
}
#sec_menu1 a {
	width: 52px;
	background-image: url(../images/sec_menu/sec_home_pixy.jpg);
}
#sec_menu2 a {
	width: 78px;
	background-image: url(../images/sec_menu/sec_aff_pixy.jpg);
}
#sec_menu3 a {
	width: 91px;
	background-image: url(../images/sec_menu/sec_loc_pixy.jpg);
}
#sec_menu4 a {
	width: 63px;
	background-image: url(../images/sec_menu/sec_con_pixy.jpg);
}
#home_menu1 a {
	width: 78px;
	background-image: url(../images/home_menu/home_hom_pixy.jpg);
}
#home_menu2 a {
	width: 93px;
	background-image: url(../images/home_menu/home_aff_pixy.jpg);
}
#home_menu3 a {
	width: 101px;
	background-image: url(../images/home_menu/home_loc_pixy.jpg);
}
#home_menu4 a {
	width: 78px;
	background-image: url(../images/home_menu/home_con_pixy.jpg);
}
#sec_menu1 a:hover, #sec_menu2 a:hover, #sec_menu3 a:hover, #sec_menu4 a:hover {
	background-position: right top;
}
#home_menu1 a:hover, #home_menu2 a:hover, #home_menu3 a:hover, #home_menu4 a:hover {
	background-position: left top;
}
#sec_menu1 a.active, #sec_menu2 a.active, #sec_menu3 a.active, #sec_menu4 a.active {
	background-position: right top;
}
#home_menu1 a.active {
	background-position: left top;
}
#sec_menu1 a span, #sec_menu2 a span, #sec_menu3 a span, #sec_menu4 a span, #home_menu1 a span, #home_menu2 a span, #home_menu3 a span, #home_menu4 a span {
	display: none;
}
/* end pixy style menus for main and secondary pages */


/*main page CSS rules below pixy style menu*/
#content {
	width: 343px;
	float: right;
	padding-right: 40px;
	margin-top: 16px;
}
#content img {
	position: relative;
	top: 5px;
	padding-left: 7px;
}
#contentWrapper {
	padding-top: 0px;
	margin-top: 0px;
	width: 341px;
	background-color: #fff;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e6e8d3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e8d3;*/
}
#flashDiv {
	margin-left: 6px;
	background-color: #FFFFFF;
	width: 328px;
	height:335px;
}
#content #contentWrapper #flashDiv img {
	padding-left: 5px;
}
#flashDiv ul {
	margin:0;
	padding:0;
	padding-top: 11px;
	padding-left: 80px;
	list-style: none;
	float: left;
}
#flashDiv ul li {
	float: left;
	width: 14px;
	height: 16px;
	background-color: #d7dcba;
	margin-left: 6px;
}
#flashDiv ul li a {
	font-size: 10px;
	text-align: center;
	color: #908f8a;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#flashDiv ul li a span {
	position: relative;
	bottom: 4px;
	left: 4px;	
}
#flashDiv ul li a span.double {
	left: 0px;
}
#flashDiv ul li a:hover {
	color: #fff;
}
#flashDiv ul li a {
		
}
#flashDiv #more a {
	margin:0;
	padding:0;
	margin-left: 5px;
	margin-top: 14px;
	background-color: #fff;
	display: block;
	text-decoration: none;
	height: 12px;
	width: 44px;
	float: left;
	background-image: url(../images/home_next.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#flashDiv #more a:hover {
	background-position: left top;
}
#flashDiv #more a span {
	display: none;
}
#lowerContent {
	margin-left: 6px;
	margin-top: 5px;
	width: 329px;
	height: 176px;
	background-color: #f0edde;
}
#lowerContent img {
	padding-left: 10px;
	padding-bottom: 4px;
}
#lowerContent a {
}
#lowerContent a img {
	padding-left: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lowerContent p {
	color: #a34635;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	width: 305px;
	padding-left: 10px;
	word-spacing: .1em;
}
#botRightText {
	width: 200px;
	margin-left: 70px;
}
#botRightText a#historyButton, #botRightText a#faqButton {
	width: 93px;
	height: 22px;
	background-image: url(../images/home_bot_text_history.jpg);
	display: inline;	
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 15px;
	

}
#botRightText a#faqButton {
	background-image: url(../images/home_bot_text_faq.jpg);
}
#botRightText a#faqButton:hover, #botRightText a#historyButton:hover {
	background-position: left top;
}
#botRightText a span {
	display: none;
}
/*main page CSS rules below pixy style menu*/

/* secondary page CSS rules */
#sec_leftMenu {
	padding-left: 110px;
}
#sec_leftMenu h1 {
	background-image: url(../images/sec_hl_aut.jpg);
	width: 121px;
	height: 18px;
	position: relative;
	left: -10px;
	background-repeat: no-repeat;
}
#sec_leftMenu h1.automotive {
	background-image: url(../images/sec_hl_aut.jpg);
}
#sec_leftMenu h1.residential {
	background-image: url(../images/sec_hl_res.jpg);
}
#sec_leftMenu h1.locations {
	background-image: url(../images/sec_hl_loc.jpg);
}
#sec_leftMenu h1.commercial {
	background-image: url(../images/sec_hl_com.jpg);
}
#sec_leftMenu h1.snow {
	width: 150px;
	background-image: url(../images/sec_hl_sno.jpg);
}
#sec_leftMenu h1 span {
	display: none;
}

#sec_leftMenu ul {
	padding-top: 10px;
	position: relative;
	left: -18px;
	
}
#sec_leftMenu ul li a {
	color: #1b4797;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .2pt;
}
#sec_leftMenu ul li a.activeRed, #sec_leftMenu ul li a.activeRed:hover {
	color:#CC3300;
}
#sec_leftMenu ul li a:hover {
	color: #000;
}
.sec_left_menu {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	/*padding-top: 1px;*/
	background-image: url(../images/sec_menu_arrow.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.sec_left_menu a {
	padding-left: 8px;
}
#sec_branding {
	float: left;
	width: 460px;
}
#sec_branding img {
	padding-left: 74px;
}
#secMainNav {
	float: right;
	width: 380px;
}
#sec_content {
	clear: both;
}
#sec_contentWrapper {

}
#sec_flashDiv {
	padding-top: 15px;
}
#sec_leftMenu {
	position: absolute;
	width: 611px;
}
#sec_mainContent {
	width: 583px;
	float: right;
}
#sec_picLeft {
	width: 191px;
	float: left;
	height: 180px;
	min-height: 180px;
}
#sec_textRight {
	width: 287px;
	float: right;
	padding-left: 15px;
	padding-right: 90px;
}
#sec_textRight p {
	
}
#sec_midContent {
	clear: both;
	background-image: url(../images/sec_bkd/sec_bkd_02.jpg);
	background-repeat: repeat-y;
}

#sec_midContent_contact {
	clear: both;
	background-image: url(../images/sec_bkd/sec_bkd_02.jpg);
	background-repeat: repeat-y;
	padding-left: 3px;
	margin-top: 75px;
	overflow: auto;
}
#sec_mid_text {
	padding-top: 10px;
	padding-left: 257px;
	padding-right: 115px;
}

#sec_mid_text .sec_par {
	line-height: 18px;
}
#sec_lowerContent {
	background-image: url(../images/sec_bkd/sec_bkd_03.jpg);
	height: 192px;
	background-repeat: no-repeat;
	background-position: top;
}
#secBotNav {
	padding-top: 20px;
	padding-left: 257px;
}

#secBotNav ul {
	margin:0;
	padding:0;
	padding-top: 15px;
	list-style:none;
	float:left;
}
#secBotNav ul li {
	float: left;
	
}
#secBotNav ul li a span {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #377291;
	padding-left: 7px;
}
#secBotNav ul li a {
	color: #81a9bb;
	font-weight: bold;
	font-family: /*GillSans,*/ Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	text-transform: lowercase;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #81a9bb;
}
#secBotNav ul li a:hover {
	color: #fb9d58;
}
#secBotNav ul li a.active {
	color: #fb9d58;
}	
/* end secondary page CSS rules */
#form {
	padding-top: 8px;
}
#sec_mid_text h1.formh1 {
	font-family: /*GillSans,*/ Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: right;
	padding-right: 200px;
	padding-top: 10px;
}
label {
	width: 300px;
	color: #000;
	text-align: right;
	display: block;
	padding-top: 4px;
}
input {
	margin-left: 10px;
}
textarea {
	margin-left:100px;
	margin-top: 5px;
	clear: both;
}
#send {
	margin-left: 200px;
	margin-top: 10px;
}

