/* CSS Document */



body {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
li {
	list-style-image: url(images/flowerbullet.gif);
}
a {
	color: #5F8C00;
	text-decoration: none;
}
a:hover {
	color: #065202;
	text-decoration: underline;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #121212;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	line-height: 24px;
}
h2 {
	color: #FFFFFF;
	background-color: #73AB00;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #066202;
}
#wrapper {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content_wrapper {
	background-image: url(images/wrapper_bg2.gif);
	background-repeat: repeat-y;
	padding-left: 57px;
	padding-right: 60px;
}
#content_wrapper2 {
	background-image: url(images/wrapper_bg.gif);
	background-repeat: repeat-y;
	padding-left: 57px;
	padding-right: 60px;
}
#logo {
	background-image: url(images/logo_homepage2.gif);
	background-repeat: no-repeat;
	height: 98px;
}
#logo_home {;
	background-repeat: no-repeat;
	height: 98px;
	background-image: url(images/logo_homepage2.gif);
}
#menu {
}
#header {
}
#welcome {
	padding-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.welcome_new {
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin: 3px;
}
#estimate {
}
#icons {
	background-image: url(images/icons_bg.gif);
	background-repeat: repeat-x;
	height: 388px;
	margin-bottom: 10px;
	margin-right: 2px;
	margin-left: 1px;
}
#footer {
}
.bottommenu2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
}
.bottommenu2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottommenu2 a:hover {
	color: #065602;
	text-decoration: underline;
}
.bottommenu2_selected {
	color: #FAFFEC;
	text-decoration: underline;
}
.bottommenu {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}
.bottommenu a {
	color: #333333;
	text-decoration: none;
}
.bottommenu a:hover {
	color: #065602;
	text-decoration: underline;
}
.bottommenu_selected {
	color: #065602;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
	padding-top: 3px;
}
.estimate_icon {
	display: inline;
	float: right;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#insidepage {
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.img_rightalign {
	padding: 1px;
	border: 1px solid #CCCCCC;
	display: inline;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.img_rightalign_noborder {
	margin: 10px;
	padding: 1px;
	display: inline;
	float: right;
}
.designedby {
	color: #FFFFFF;
}
.designedby a {
	color: #FFFFFF;
	text-decoration: underline;
}
.designedby a:hover {
	color: #FF9900;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/**
* Enable this to display the blog badge on the right
*/

#blog-badge-right {
    display:none;
    background: url('http://www.usegreenhomes.com/images/BlogHere3.png') no-repeat;
    width:58px;
    height: 124px;
    margin-left:-14px;
    right: none;
}

#blog-badge-right:hover {
    margin-left:-12px;
}

#blog-badge-right:active {
    margin-left:-12px;
}

#blog-badge-right span {
    display: none;
}


/* The floating div */

#popup {
    position:absolute;
    margin-top:15%;
    margin-left:30%;
    background: #fff;
}

