/* This is the part for the CSS menu - these settings are for a horizontal menu */
    #dmenu{                         /* menu list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	position: static;           /* need this so that the z-index stuff works correctly */
	background-color: #990000;     /* the default background color within the main menu container */
	color: #000;                /* the default font color (not links) within the main menu container */
	z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
	font-weight: bolder;
	height: 24px;
    }
		
 #dmenu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	padding-top: 10px;
	font-weight: bolder;
}
	
    #dmenu li{
	list-style-type: none;
	float: left;
	background-color: #990000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 112px;
	display: block;
	border-top: 1px solid #990000;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
    }

    #dmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width: 112px;               /* should be the same as #dmenu li width */
        background-color: #ffc;     /* sub-menu default background color */
        border: #000 solid 1px;     /* the border around the sub-menu list */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    }

    #dmenu ul li{                   /* second-level or greater menu element links */
        background-color: #000099;                /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
        padding: 3px;               /* This is for padding between menu items in the drop-downs */
        width: 160px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
    }

    #dmenu li a{
	text-align: center;
	width: 110px;
	display: block;
	color: #FFFFFF;
	background-color: #990000;
	text-decoration: none;
    }
    
    #dmenu ul a {
	padding: 3px;
	margin: 0px;
	width: 156px;
	display: block;
	text-align: left;
	background-color: #000099;
    }

    #dmenu a:hover,                 /* top-level hovering properties */
    #dmenu li:hover{
        display: block;
        background-color: #000099;
        color: #FFFFFF;
    }
    
    #dmenu ul li:hover,             /* higher level hovering properties */
    #dmenu ul li a:hover{
	display: block;
	width: 156px;
	background-color: #000099;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
    }

    #dmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 160px;         /* this should be the width of #dmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #dmenu ul li>ul,
    #dmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #dmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #dmenu li:hover ul ul,              
    #dmenu li:hover ul ul ul,
    #dmenu li:hover ul ul ul ul,
    #dmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #dmenu li:hover ul,
    #dmenu ul li:hover ul,
    #dmenu ul ul li:hover ul,
    #dmenu ul ul ul li:hover ul,
    #dmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	.content {                      /* This is used for the content that will appear below the menu */
        clear: left;
    }
	
	/* Site CSS */
	
body {
	background-image: url(../images/deckBG.jpg);
	background-repeat: repeat;
	position: absolute;
	left: 10%;
	right: 10%;
}
a img{
	text-decoration: none;
	border:none;
}
#gallery {
	height: 566px;
	width: 172px;
	position: relative;
	background-image: url(../images/galleryBG2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#gallery .custom {
	display: block;
	position: absolute;
	left: 20px;
	top: 15px;
}
#gallery .recent {
	display: block;
	position: absolute;
	left: 20px;
	top: 440px;
}
#gallery .products {
	display: block;
	position: absolute;
	left: 20px;
	top: 440px;
}
#gallery .sunrooms {
	display: block;
	position: absolute;
	left: 20px;
	top: 160px;
	background-color: #FFFFFF;
}
#gallery .patios {
	display: block;
	position: absolute;
	left: 20px;
	top: 160px;
}
#gallery .kitchens {
	display: block;
	position: absolute;
	left: 15px;
	top: 20px;
}
#gallery .pools {
	display: block;
	position: absolute;
	left: 15px;
	top: 300px;
}
#gallery .details {
	display: block;
	position: absolute;
	left: 20px;
	top: 300px;
}
#gallery img{
	height: 99px;
	width: 130px;
	text-align: center;
	display: block;
}
#gallery b {
	text-align: center;
	display: block;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
}
#gallery a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	/*width: 112px;*/
	text-align: center;
}
#footer {
	text-align: center;
	padding-top: 5px;
	background-color: #990000;
	color: #FFFFFF;
	background-image: url(../images/darkwood.jpg);
	background-repeat: repeat;
	width: 800px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}

#contentLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

#header {
	background-color: #990000;
}

#pagewrap {
	width: 800px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align:left;
	position: relative;
}
#contentLeft {
	float: left;
	background-color: #FFFFFF;
	width: 220px;
}
#contentLeft #quickContact {
	text-align: left;
	padding: 5px;
	margin-left: 20px;
	background-color: #CCCCCC;
	width: 175px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

#contentRight {
	float: right;
	width: 570px;
	background-color: #FFFFFF;
}
#contentRight h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 10px;
}
#contentRight h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#contentRight h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: none;
}
#contentRight li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#contentRight img {
	text-align: center;
}
#contentRight .photoArea img {
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 5px;
	height: 200px;
	width: 250px;
}
#contentRight p {
	padding-right: 50px;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
	color: #000000;
}
#resourceBox {
	width: 550px;
	padding-bottom: 10px;
	margin-top: 10px;
	background-image: url(../images/peel.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #CCCCCC;
	min-height:140px;
}
#video{
	padding: 10px;
	float: left;
	width: 160px;
	height: 120px;
}
#image{
	padding: 10px;
	float: left;
	width: 160px;
	height: 120px;
}
#resourceBox #discription {
	float: right;
	padding-top: 10px;
	width: 350px;
}
#resourceBox h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/darkwood.jpg);
	background-repeat: repeat;
	margin: 0px;
	vertical-align: top;
}
#resourceBox img {
	float: right;
	padding: 10px;
}
#resourceBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	text-decoration: underline;
}
#resourceBox a:hover {
	color: #990000;
}
#resourceBox p {
	font-weight: bold;
}
#resourceBox p.phone {
	padding-left: 40px;
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 20px;
}
#resourceBox p.email {
	padding-left: 40px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 20px;
}

#content {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}
#content2 {
	width: 800px;
	background-color: #FFFFFF;
}
.clearfix {
	clear: both;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}
#contentLeftRow2 {
	width: 180px;
	float: left;
	background-color: #FFFFFF;
}
#contentRightRow2 {
	float: right;
	width: 180px;
	background-color: #FFFFFF;
}
#contentCenterRow2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	float: left;
	width: 400px;
	padding: 5px;
}
#contentCenterRow2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 18px;
	background-color: #FFFFFF;
}
#contentCenterRow2 a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#BTN a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
	background-image: url(images/BTN.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: center center;
	width: 160px;
	padding-top: 10px;
}
#contentLeft #sideNav {
	background-color: #990000;
	margin-left: 20px;
	margin-top: 100px;
	border: 1px solid #000099;
	padding: 0px;
	text-align: left;
	width: 180px;
	
}
#contentLeft #sideNav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 10px;
	background-color: #000099;
}
#contentLeft #sideNav a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	display: block;
	vertical-align: middle;
	text-align: left;
}
#contentLeft #sideNav a:hover {
	color: #FFFFFF;
	background-color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
	display: block;
	vertical-align: middle;
}
#contentLeft #sideNav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
#estimate {
	float: right;
	width: 400px;
	display: block;
	padding-right: 20px;
	position: relative;
}


#estimate h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;

}
#estimate_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;

}

#estimate p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	display: block;
}
#estimate_left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	display: block;
}

#estimate .field {
	padding-bottom: 5px;
	padding-top: 5px;
}
#estimate .field label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#estimate .field input {
	position: absolute;
	left: 120px;
}
#estimate .field select {
}
#estimate .field textarea {
	height: 30px;
	position: absolute;
	left: 120px;
}

#estimate span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#finance {
	background-image: url(../images/board.jpg);
	background-repeat: repeat;
	position: relative;
	width: 520px;
	height: 280px;
	border: 1px solid #000000;
	padding: 10px;
}
#finance p.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}
#finance p.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	vertical-align: bottom;
	position: absolute;
	right: -30px;
	bottom: 0px;
	z-index: 3;
}
#box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#box {
	width: 280px;
	border: 1px solid #000000;
	background-image: url(../images/paper.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 20px;
}
#box p {
	background-image: url(../images/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 220px;
}


.deckrester {
	background-image: url(../images/deckrester.png);
	background-repeat: no-repeat;
	height: 288px;
	width: 216px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-position: right top;
}
#badge {
	background-image: url(../images/badge.png);
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
	float: left;
}
#contentRightMain {
	float: right;
	display: block;
	width: 480px;
}
#contentLeftMain {
	float: left;
	width: 300px;
}

#contentLeftMain p{
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#contentLeftMain .contact {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 100px;
	height: 135px;
}
#contentLeftMain .contact h3{
	display: block;
	margin: 0px;
	padding: 0px;
}

.contact .phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}
.contact .email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact .email a{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
.contact .video {
	background-image: url(../images/videoicon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.contact .video a{
	color: #000000;
	text-decoration: none;
	padding-left: 5px;
}
#contentLeftMain .contact h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}


#badgegal {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 220px;
	z-index: 99999;
	left: -50px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegal a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegalPro {
	position: absolute;
	height: 150px;
	width: 150px;
	top: 470px;
	z-index: 99999;
	left: 700px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#badgegalPro a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #green p {
	padding-left: 50px;
	padding-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#content #green .first {
	padding-left: 60px;
	padding-right: 50px;
}
#content #green .first ul{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	list-style-type: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
	padding-right: 50px;
}
#content #green .first ul li{
	display: block;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content #green h1 {
	text-align: left;
	padding-left: 50px;
}
#home a img {
	height: 120px;
	width: 190px;
	position: absolute;
	left: 10px;
	top: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 99998;
}
#thanks {
	float: left;
	padding-left: 100px;
	width: 150px;
}
#thanks p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
#thanks h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
}
#contactUs {
	float: right;
	width: 540px;
}
#contactUs h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	margin: 0px;
}
#contactUs  .phone {
	background-image: url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#contactUs .email {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
#contactUs  .email a{
	color: #000000;
	text-decoration: none;
}
#builder {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 500px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#builder p{
	height: 22px;
	display: block;
}
#builder p b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.maryland {
	background-image: url(../images/maryland.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.northc {
	background-image: url(../images/northc.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.pennsylvania {
	background-image: url(../images/pennsylvania.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.virginia {
	background-image: url(../images/virginia.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.connecticut {
	background-image: url(../images/connecticut.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#thank_you p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#thank_you a {
	font-weight: bold;
	color: #000000;
}
#offerBox {
	background-image: url(../images/offerBox.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	width: 425px;
	margin-bottom: 10px;
	min-height: 200px;
}
#offerBox h1{
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-left: 80px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
#offerBox .offer1 {
	padding: 5px;
	position: absolute;
	left: 10px;
	top: 45px;
	border: 1px dashed #CCCCCC;
	width: 120px;
	text-align: center;
}
.offerside {
	padding: 5px;
	border: 1px dashed #CCCCCC;
	width: 150px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.offerside .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(../images/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
.offerside .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer2 {
	padding: 5px;
	position: absolute;
	left: 147px;
	top: 45px;
	border: 1px dashed #CCCCCC;
	width: 120px;
	/*text-align: center;*/
}
#offerBox .offer3 {
	padding: 5px;
	position: absolute;
	left: 285px;
	top: 45px;
	border: 1px dashed #CCCCCC;
	width: 120px;
	text-align: center;
}
#offerBox .offer1 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer2 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer2 h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
#offerBox .offer3 b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 10px;
}
#offerBox .offer1 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(../images/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
#offerBox .offer2 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(../images/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	bottom: 0px;
	padding-top: 10px;
}
#offerBox .offer3 .greenBTN {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	height: 21px;
	width: 115px;
	text-decoration: none;
	background-image: url(../images/greenBTN.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding-top: 10px;
	vertical-align: bottom;
}
#offerBox .offer1 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer2 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}
#offerBox .offer3 .greenBTN a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Site Map CSS */


.pager { 
	background-color:#eee; 
	border:#ccc 3px solid;
	padding:3px;
	text-align:center;
	font:normal 12px verdana;
}
.lhead {
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.lpart { 
	padding-bottom:25px;
}
.lpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	display: block;
	width: 745px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #e1e1e1;
	padding-top: 15px;
}
.lcount { 
	background-color:#999; 
	color:#fff;
	padding:2px;
	font:bold 12px verdana;
}

a.aemphasis{
	color:#009;
	font-weight:bold;

/*hr {
	color:#ccc;
}*/
.googlemaps {
	display: block;
	width: 800px;
	padding-left: 20px;
}
p.newProducts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 120px;
	list-style-type: none;
}
/* ---------------------------Contact Capture--------------------------------------- */

/* Body Content */
#contentContact {
	clear:both;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
	background-color: #FFFFFF;
}
#content .msg {
  text-align:left;
  padding:5px 0 15px 0;
}

/* Form Elements/Control/Appearance */
fieldset {
  border:1px solid #a9a9a9;
  padding:5px;
}
fieldset.comments {
  margin-top:15px;
}
fieldset.captcha {
  margin-top:15px;
}
legend {
  font:bold 12px verdana,arial,sans-serif;
  color:#000;
}
label {
  display:block;
  margin-bottom:3px;
  color:#b22222;
}
#detailsBox1,.detailsBox1 {
  text-align:left;
  width:370px;
  float:left;
  margin-top:10px;
}
#detailsBox2,.detailsBox2 {
  text-align:left;
  width:370px;
  float:left;
  margin-top:10px;
}
#comments {
  text-align:left;
  margin-top:10px;
}
.friendWrapper {
  margin-bottom:10px;
}
p.buttons {
  text-align:left;
  clear:both;
}
p.buttons img {
  cursor:pointer;
}
.box,.captcha_box,textarea {
  padding:3px;
  border:1px solid #b22222;
  background:#fff;
  border-left:2px solid #000;
  font:normal 12px verdana,arial,sans-serif;
  width:85%;
}
.captcha_box {
  width:100px;
}
p.submit {
  padding-top:10px;
  text-align:center;
  clear:both;
  margin-top:15px;
  border-top:1px dashed #b22222;
}
.formButton { 
  background:#b22222;
  border:1px solid #000;
  color:#fff;
  font-weight:bold;
}
#captcha {
  text-align: left;
  margin-top:10px;
}
#captcha img {
  border:1px solid #000;
  padding:1px;
}
p.captcha {
  float: right;
  padding-top:5px;
}

/* Errors/Thanks Message */
blockquote {
  padding:5px;
  background:#fff url(images/error.gif) no-repeat right center;
  border:1px dashed #b22222;
  margin-bottom:15px;
  clear:both;
  font:normal 12px verdana,arial,sans-serif;
}
blockquote.thanks {
  padding:5px;
  background:#fff url(images/thanks.gif) no-repeat right center;
  border:1px dashed #b22222;
  margin-bottom:15px;
  clear:both;
  font:normal 12px verdana,arial,sans-serif;
}
p.msgHead {
  text-align: left;
  font-weight: bold;
  text-decoration:underline;
}
p.loadMsg {
  text-align:left;
  padding:10px 0 10px 15px;
  color:#b22222;
  font-size:11px;
}
.show_message {
  display:block;
}
#ipMessage p {
  text-align:left;
  padding:15px;
  color:#b22222;
}
/* Picture Product Area */
.photoArea {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 540px;
}
/* quickContact */
#content .sunquick form {
	width:170px;
	float:left;
	background-color:#FF6633;
	padding:10px;
	border: 1px solid #000000;
}
