* {
	margin: 0;
	padding: 0;
}

body {
	
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height:17px;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
	margin-bottom:10px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 130%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background-color: #2E2E2E;
	background-image: url(images/banner-1.jpg);
	background-repeat: no-repeat;
	background-position: 620px;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
	display: block;
	vertical-align: bottom;
	line-height: 30px;
	padding-top:15px;
}

#logo h1, #logo h2 {
	margin: 0;
	padding-right:2PX;
	letter-spacing: -0.03em;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 35px;
	font-size: 4em;
	line-height: 55px;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	font-size: 2em;
	font-style: italic;
	color: #858585;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}

/* Menu */

#menu-wrap {
	background-color: #2E2E2E;
	background-image: url(images/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: 620px;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

#content {
	background: #F4EDD3;
	border-bottom: 4px #BBB082 solid;
}

/* Post */

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .byline {
	margin: 0 0 30px 0;
	padding:4px;
	line-height: normal;
}

.post .entry {
}

.post .meta {
	clear: both;
}

.post .meta a {
	text-decoration: none;
	font-weight: bold;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta .comments {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta .secureright {
	padding-left: 25px;
	background: url(images/Lock.png) no-repeat left center;
}

/* Latest Post */


#latest-post-wrap {
	background:	#F4EDD3;
	border-bottom: 4px #BBB082 solid;
}

#latest-post {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#latest-post h1 {
	margin: 10px 0;
	padding: 0;
}

#latest-post p {
	margin: 0;
	padding-bottom: 15px;
}

#latest-post .meta {
	padding: 10px 0 0 0;
}

#latest-post .byline {
	margin: 0 0 10px 0;	
	background:#BBB082;
	font-size: .9em;
	font-weight: bold;
	color:#FFFFFF;
}
.subnav{ height:30PX; margin-bottom:10PX; background-color:#BBB082;}

.points{
font-family:Arial, Helvetica, sans-serif; 
float:left;
	width:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #FFFFFF;
	line-height:30px;	
	font-weight:bold;	
	}
	
.points a{
	width:auto;
	color: #FFFFFF;	
	padding-left:5px;
	padding-right:5px;
	display:block;
	line-height:30px;	
    background-color:#BBB082;
	text-decoration:none;
}
.points a:hover{
	width:auto;
	padding-left:5px;
	padding-right:5px;
	display:block;
	line-height:30px;
	text-decoration:none;
    background-color: #d85148;
}
.eazy-step {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	line-height: 15px;
}


#latest-post .byline span {
	padding: 0 0 0 15px;
}

#latest-post .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#latest-post .byline a:hover {
	text-decoration: underline;
}

/* Recent Posts */

#recent-posts {
	width: 778px;
	margin: 0 auto;
}

#recent-posts h2 {
	margin: 0;
	padding: 4px 0 4px 4px;
	background: #BBB082;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

#recent-posts h3 {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 1.4em;
}

#recent-posts h3 a {
	text-decoration: none;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	float: left;
	width: 240px;
	padding-left: 29px;
}

#recent-posts li.first {
	padding: 0;
}

#recent-posts .byline {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px #DDD7C0 solid;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
}

#recent-posts .byline span {
}

#recent-posts .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#recent-posts .byline a:hover {
	text-decoration: underline;
}

#recent-posts p {
	padding: 0;
	margin: 0;
}


/* Sidebar */

#sidebar {
	width: 778px;
	margin: 0 auto;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	float: left;
	width: 259px;
}

#sidebar li ul {
	padding-left: 20px;
}

#sidebar li li {
	float: none;
	width: auto;
	padding: 3px 0;
	background: none;
}

#sidebar h2 {
	margin: 0 0 20px 0;
	padding: 4px 0 4px 19px;
	background: #BBB082;
	text-transform: uppercase;
	letter-spacing: .5em;
	font-size: .9em;
	font-weight: bold;
	color: #FFFFFF;
}

/* steps */

#steps {
}

#steps #s {
	width: 80%;
	margin-bottom: 10px;
}
#features {
}

#features #s {
	width: 80%;
	margin-bottom: 10px;
}

/* features */

/*#features {
}

#features table, #features caption {
	width: 100%;
	text-align: center;
}

#features caption {
	font-weight:normal;
}

#features a {
	font-weight: bold;
}
*/
/* Footer */

#footer {
font-size:11px;
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer a{color:#663300;
text-decoration:none;
}

#footer a:hover{color:#FF3300;
text-decoration:underline;}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}

/*--------------form---------------------*/
.form_heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#000000;
	line-height: 25px;
}
#container {
	position:relative;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.form_decor {
	background-color: #f2f0f0;
	border: 0.1em solid #CCCCCC;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.red {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FF0000;
}
.lite_fontz {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}



/*.form_heads {font-weight: normal;
	color: #993300;
	font-size:12px;
	font-weight:bold;
	line-height:17px;
	background-color: #996633;
}*/
.sub_heads {	font-weight: bold;
	background-color: #e1e3e4;
}
.bold-txt-1{
	font-size:11px;
    font-weight:bold;
	color:#993300;
	line-height:17px;
}
.note-color{color: #FF0000;
	font-size:12px;
	font-weight:bold;}


#logo .image {	
	padding-top: 15px;

}


/*--------------------go_green_table-------------------------*/

.table-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 37px;
	background-image: url(images/table-header-bg-blue.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align:middle;
}
.gorgreentblmain{
	background-color:#FFFFFF;
	border:1PX solid  #000066;	
}
.table-bg-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 27px;
	background-image: url(images/table-bg-gray.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
.table-bg-orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	height: 27px;
	background-image:url(images/table-bg-sky.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}
.table-bg-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	font-weight: bold;
	color: #009900  ;
	text-decoration: none;
	height: 27px;
	background-image: url(images/table-bg-green.gif);
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: middle;
}

.table-caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	float: left;
}
.points{
	float:left;
	color: #64615b;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
/* this is used for go green table li tags*/
.lipoints{
	color: #64615b;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 9px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
/*  green table li tags over*/


.points-1{
	color: #FF6633;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 9px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
}
.green-point{
	color: #009900;
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 9px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
.green-point a{
	color: #009900;
	text-decoration:none;
}
.green-point a:hover{
	color: #FF6600;
	text-decoration:none;
}
.content-heading{
	color: #993333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 20px;
	margin-left: 5px;
	font-weight: bold;
}
.banner-container{
	width:590px;
	height:102px;
}
.banner-car-img-holder{
	float:left;
	width:173px;
	height:102px;
}
.banner-bg-holder-grey{
	float:left;
	background-image:url(images/banner-regular-bg.gif);
	background-repeat:repeat-x;
	width:220px;
	height:102px;
	text-align: center;
}
.banner-bg-holder-green{
	float:left;
	background-image: url(images/banner-go-green-bg.gif);
	background-repeat:repeat-x;
	width:220px;
	height:102px;
	text-align: center;
}
.red-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FF0000;
}
.redtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FF0000;
}
.banner-grey-txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	line-height: 25px;
}
.banner-gogreen-txt {
	font-family: Calibri;
	font-size:16px;
	font-weight: bold;
	color: #287000;
	line-height: 18px;
}
.table-block {
	height: auto;
	width: 590px;
	margin-left: 9px;
}

.banner-grey-heading {
	font-family: "Arial MT Black";
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
}



.banner-applynow-holder{
	float:left;
	width:145px;
	height:102px;
}
.red-colour{font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#0000FF;
}
