
/*
**  GENERIC
*/

body {
	margin:0px;
	background-color:#aabd7c;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	color: #666666;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

font {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

h1 {
	display: none;
}

h2 {
	margin: 5px auto 5px auto;
	font-size:15px;
	color: #788b66;
}

h3 {
	margin: auto;
	font-size:13px;
	color: #2d5208;
}

a:LINK, 
a:ACTIVE, 
a:VISITED {
	text-decoration: none;
	background-color: none;
	color: #788b66;
}

a:HOVER {
	text-decoration: none;
	background-color: none;
	color: #2d5208;
}

/*
**  UNIQUES
*/

#page {
	margin:auto;
	width:804px;
	background-color:#ffffff;
}

#internal {
	background-image:url(../images/sidebar/bg.jpg);
	background-repeat:repeat-y;
	width:804px;
}

#home {
	background-image:url(../images/home/sidebar.jpg);
	background-repeat:repeat-y;
}

#home .sidebar {
	float: left;
	width:264px;
}

#home .content {
	float: left;
	background-image:url(/images/home/content_bg.jpg);
	background-repeat:no-repeat;
	width:500px;
	padding-left: 20px;
}

#content_full {
	padding: 8px 20px 10px 20px;
}

#content {
	float:left;
	width: 573px;
}

#content .standard {
	padding: 130px 10px 20px 20px;
}

#content .flash {
	padding: 310px 10px 20px 20px;
}

#content .flash_sm {
	padding: 212px 10px 20px 20px;
}

#bottom {
	clear: both;
	float: left;
	height: 45px;
	padding-left:231px;
	width: 573px;
	position: relative;
	top: 1px;
}

#footer {
	clear: both;
	width:802px;
	height:98px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	border:1px solid #ffffff;
	font-size: 10px;
	color: #8da475;
}

#footer_full {
	clear: both;
	width:802px;
	height:30px;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	border:1px solid #ffffff;
	font-size: 10px;
	color: #8da475;
}

#footer h3 {
	margin: 0 0 2px 0;
	font-size:11px;
	color: #2d5208;
	font-weight:normal;
}

#footer .refer {
	width:320px;
	height:42px;
	float: right;
}

#footer ul {
	margin: 0;
	padding: 0;
}

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

#footer ul li a:LINK, 
#footer ul li a:ACTIVE, 
#footer ul li a:VISITED {
	color: #8da475;
}

#footer ul li a:HOVER {
	background-color: #c0d1af;
}

#sidebar {
	width:231px;
	float: left;
	padding-top:292px;
}

#sidebar .bright {
	background-image:url(../images/sidebar/bg_light.jpg);
	background-repeat:repeat-y;
	width:231px;
	color: #888888;
}

#sidebar .spacer {
	background-image:url(../images/sidebar/line.jpg);
	background-repeat:no-repeat;
	width:231px;
	height:2px;
	zoom:1;
}

#htmlcontent {
	border-top:solid 1px #ffffff;
	width:804px;
}

#htmlcontent img{
	display: block;
}

/*
**  STYLES
*/


.green {
	color: #788b66;
	font-weight:bold;
}

.headertype {
	position: absolute;
	top:0;
	z-index:99;
}

.header {
	height: 20px;
	width: 520px;
	padding: 5px 0 5px 0;
	background-repeat: no-repeat;
	position:relative;
	left:-3px;
}

.quote {
	padding:15px;
}

.blog {
	padding:18px;
}

.hubspot {
	padding:15px;
}

.demo {
	padding:0px;
}

.em {
	font-style: italic;
	color: #444444;
}

.hide {
	display: none;
}

.l {
	float: left;
}

.l img {
	display: block;
}

.r {
	float: right;
}

.r img {
	display: block;
}


.c {
	clear: both;
	width: 1px;
	height: 1px;
}

.rightcolumn {
	float: right;
	border-left:1px dotted #cccccc;
	padding-left:15px;
	font-size: 11px;
	color: #888888;
	line-height: 15px;
}

.form-top {
	background-image: url(../images/form/top.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 12px;
}

.jtform-top {
	background-image: url(../images/jtform/top.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 12px;
}

.form-bottom {
	background-image: url(../images/form/bottom.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 11px;
}

.jtform-bottom {
	background-image: url(../images/jtform/bottom.gif);
	background-repeat: no-repeat;
	width: 540px;
	height: 11px;
}

.form {
	width: 540px;
	margin-left: 0px;
}

.form-content {
	background-color: #c0d1af;
	background-image: url(../images/form/center.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding: 10px;
	width: 520px;
}

.jtform-content {
	background-color: #c0d1af;
	background-image: url(../images/jtform/center.gif);
	background-repeat: repeat-x;
	background-position:top;
	padding: 10px;
	width: 520px;
}


#img-wrap{
float:left;
width:500px;
}

#img-wrap img{
float:left;
margin: 0;
display:inline;/*fix ie6 double margin bug*/
border:none;
}

