

/* 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: 150px 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;
}

#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;
}
#contentRight {
	float: right;
	width: 570px;
}
#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;
	display: block;
}
#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;
}
.clearfix {
	clear: both;
	padding-bottom: 10px;
}
#contentLeftRow2 {
	width: 180px;
	float: left;
}
#contentRightRow2 {
	float: right;
	width: 180px;
}
#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;
}
#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;
}
#sideNav2 {
	background-color: #990000;
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #000099;
	padding: 0px;
	text-align: left;
	width: 240px;
	
}
#sideNav2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px;
	background-color: #000099;
}
#sideNav2 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;
}
#sideNav2 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;
}
#sideNav2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
/* sideNav 1 */
#sideNav {
	background-color: #990000;
	margin-left: 20px;
	margin-top: 10px;
	border: 1px solid #000099;
	padding: 0px;
	text-align: left;
	width: 180px;
	
}
#sideNav h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 10px;
	background-color: #000099;
}
#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;
}
#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;
}
#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: 10px;
}
.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;
}
#lowerContent {
	margin: 0px;
	padding: 10px;
}
#lowerContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/h2bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 446px;
	display: block;
}
#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;
}
#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 center;
}
.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;
}
#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 .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;
}
#left {
	float: left;
	width: 450px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#right {
	float: right;
	width: 300px;
	padding-right: 10px;
}
#right ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	display: block;
	margin: 0px;
	padding: 0px 0px 20px 15px;
}
#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../images/h2bg.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 446px;
	display: block;
}
#left li.checked {
	list-style-image: url(../images/checksmall.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#left li.star {
	list-style-image: url(../images/star.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}
#left li.star2 {
	list-style-image: url(../images/star2.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
}

#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	height: 50px;
	background-image: url(../images/loginBTN.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	display: block;
}
#loginarea {
	width: 250px;
	float: right;
}
/*Box Right*/
.boxTop {
	background-image: url(../images/boxTop.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 298px;
	margin-bottom: -5px;
}
.boxBG {
	background-image: url(../images/boxBG.jpg);
	background-repeat: repeat-y;
	width: 298px;
	height: auto;
}
.boxBottom {
	background-image: url(../images/boxBottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 298px;
}
.boxContent {
	padding: 20px;
	margin: 0px;
}
.boxContent p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 16px;
}
.boxContent img {
	display: block;
	width: 210px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right .box {
	padding-top: 20px;
}