/* CSS Document */

body, p, h1, h2, h3, h4, h5, h6, table, ul, li {
	margin: 0;
	padding: 0;
}

a { color: #8dc73f; }

body {
	background: url(images/bg.gif) repeat-y center #666666;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	text-align: center;
	font-size: 74%;
}

#header-info {
	width: 400px;
	float: right;
	text-align: right;
	margin: 45px 20px 0 0;
}
#header-info .tel {
	color: #7f7f7f;
}
#header-info .tel span {
	ont-weight: bold;
	font-size: 28px;
	letter-spacing: -1px;
}
#header-info h2 {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #8dc73f;
}

#container {
	background: white;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
}

.green-strip, .grey-strip {
	display: block;
	width: 100%;
	background: #8dc73f;
	font-size: 6px;
	line-height: 6px;
	height: 6px;
	float: left;
}
.green { color: #8dc73f }

.grey-strip {
	height: 11px;
	line-height: 11px;
	background: #b4b2ac;
}

#bnr {
        float: left;
}

#logo {
	padding: 15px 5px;
	width: 300px;
        float: left;
}



#leftbar {
	width: 230px;
	float: left;
	padding: 30px 0;
	margin-right: 30px;
}

#content {
	background: url(images/reps.gif) no-repeat 17px bottom;
}

#main {
	width: 550px;
	float: left;
	padding: 16px 0;
}


ul#nav {
	list-style: none;
}
ul#nav li {
	margin-bottom: 3px;
}
ul#nav li.current_page_item a {
	background: url(images/nav-li-arrow.gif) no-repeat right center #77c02e;
}

ul#nav li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 37px;
	display: block;
	padding: 0 0 0 15px;
	background: url(images/nav-li-white.gif) repeat-y right #b4b2ac;
}
ul#nav li a:hover {
	background-color: #77c02e
}


ul.areas {
        width: 193px; padding: 10px 5px 10px 15px;
	list-style: none;
	margin: 0 0 15px 0;
	color: #999999;
	font-size: 11px;
        background: #eeeeee;
}
ul.areas li {
	padding: 2px 0;
}


#footer {
	float: left;
	width: 860px;
	background: #e8e8e8;
	padding: 15px 15px 10px 25px;
	font-size: 11px;
}
#footer span {
	color: #77c02e;
}

#footer .copywright {
	color: #a2a2a2;
	font-size: 10px;
}









ul.features {
	list-style: none;
	margin: 5px 0 10px 0;
	float: left;
}
ul.features li {
	background: url(images/blt.gif) no-repeat left 7px;
	padding: 2px 0 2px 15px;
	font-weight: bold;
	width: 240px;
	float: left;
	font-size: 12px;
}
ul.bullets {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:5px 0 10px;
}

ul.bullets li {
        background:transparent url(images/blt.gif) no-repeat scroll left 7px;
        font-size:12px;
        padding:2px 0 2px 15px;
        line-height: 20px;

}


h1 {
	font-size: 24px;
	font-weight: normal;
	color: #77c02e;
	padding: 15px 0 10px 0;
	clear: left;
}
h2 {
	font-size: 1.1em;
	padding: 0 0 8px 0;
	line-height: 20px;
        text-align: justify;
}
h3 {
	font-size: 13px;
	color: #77c02e;
	padding: 7px 0;
}




p {
	line-height: 18px;
	margin: 6px 0 8px 0;
        text-align: justify;
}


.clearer {
	clear: both;
}


/* TABLES **************************************/
table.profile {	margin: 3px 0; }
table.profile td { padding: 5px 0;	font-weight: bold; 	line-height: 20px;
	font-size: 12px;
}

table.pricing { margin: 3px 0; padding: 10px; background: #eeeeee; width: 100%; }
table.pricing td { background: white; border-bottom: 1px solid #cccccc;}
table.pricing td strong { font-size: 14px;}
/************************************************/


.testimonial {
	display: block;
	background: url(images/speech-open.gif) no-repeat left top;
	padding: 0 0 0 30px;
	font-size: 0.9em;
}

.testimonial .shell {
	background: url(images/speech-close.gif) no-repeat right bottom;
}