/* 
Theme Name: "Name"
Theme URI: "name.com"
Description: "Describe the theme"
Author: "Name of Developer"
Author URI: "author.com"
Version: 1.0
*/  

@charset "UTF-8";
/* CSS Document */


/* ******************************   RESET STYLES   ************************************ */

/* --- Eric Meyer's Reset CSS v2.0 --- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    }
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
    }
	
body {
    line-height: 1;
    }
	
ol, ul {
    list-style: none;
    }
	
blockquote, q {
    quotes: none;
    }
	
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
    }
	
table {
    border-collapse: collapse;
    border-spacing: 0;
    } 


/* ******************************   GENERAL PURPOSE STYLES   ************************************ */
.float_left{
	float:left;
	}
	
.float_right{
	float:right;
	}

.inline_block{
	display:inline-block;
	*display:inline;
	*zoom:1;
	}
	
.valign_middle{
	vertical-align:middle;
	}
	
.clear_both{
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height: 0;
 	/*4 ie6*/
	font-size: 0;
	overflow: hidden;
}

/* ******************************   FORMATTING STYLES   ************************************ */

h1,h2,h3,h4,h5{
	font-family: 'Open Sans', sans-serif;
}

h1{ /* Page Title */
	font-family: 'Open Sans', sans-serif;
	font-size:3em;
	line-height:1.2em;
	color:#fff;
	font-weight:100;
	letter-spacing:.03em;
	text-shadow:0.00em -0.04em #547121;
}
h1 a{color:#71a314;}
h1 a:hover {color:#71a314;}

h2{ /* Page SubTitle */
	font-family: 'Open Sans', sans-serif;
	font-size:2.4em;
	line-height:1.2em;
	font-weight:bold;
	color:#494949;
	margin:0 0 10px 0;
}
h2 a{color:#71a314;}
h2 a:hover {color:#71a314;}

h3 { /* Paragraph Title */
	font-family: 'Open Sans', sans-serif;
	font-size:1.4em;
	line-height:1.4em;
	font-weight:600;
	color:#353535;
	margin:0 0 0px 0;
}
h3 a{color:#71a314;}
h3 a:hover {color:#71a314;}

h4 { /* Paragraph Sub Title */
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
	color:#71a314;
	letter-spacing:.1em;
	padding:0;
	margin:0;
}
h4 a{color:#71a314;}
h4 a:hover {color:#71a314;}



h5 { /* Misc Title  */
	font-size:1.1em;
	line-height:1.1em;
	font-weight:normal;
	color:#217894;
	letter-spacing:.05em;
	padding:0;
	margin:0;
	text-decoration:none;
	
}
h5 a{color:#71a314;}
h5 a:hover {color:#71a314;}

p {
	padding:5px 15px 15px 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.3em;
	color:#5b5b5b;
	line-height:1.4em;
	margin:0;
}

p a{color:#71a314;}

.p-small{
	display:block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	color:#5b5b5b;
	line-height:1.3em;
	}

.p-small a{color:#71a314;}

a {	color:#fff;
	text-decoration:none;
	}

a:hover{
	color:#71a314;
	/*text-decoration:underline;*/
	}


.img_sidebar {float:left; margin: 0 0 70px 0; border:none; padding:0;}
.img_left {float:left; margin:0 15px 0 0; border:none; padding:0;}
.img_right {float:right; margin:0 0 0 15px; border:none; padding:0;}



.divider {
	float:left;
	width:100%;
	border-bottom:1px dotted #78a22f;
	margin:5px 0 15px 0;
}

.divider_blue {
	float:left;
	width:100%;
	border-bottom:1px dotted #00757b;
	margin:5px 0 15px 0;
}

.divider_sub {
	float:left;
	width:100%;
	border-bottom:1px dotted #ccc;
	margin:5px 0 15px 0;
}


.spacer {float:left;display:block; width:100%; height:5px; margin:0; padding:0;}


#content_caption{
	float:left;
	display:block;
	width:600px;
	font-family: 'Open Sans', sans-serif;
	font-size:3em;
	font-weight:100;
	line-height:1.2em;
	padding: 20px 0px;
	margin: 30px 0 45px 0;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	/*background:#967;*/
}

.content_list {
	margin:0 0 20px 30px;;
	
}

.content_list li{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.3em;
	font-weight:100;
	color:#999;
	line-height:1.4em;
	margin:0;
	list-style:disc;
	}

.service_title {
	font-family: 'Open Sans', sans-serif;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:600;
	color:#353535;
	margin:0;
	padding:0;
}

.service_title_sub {
	font-family:'Open Sans', sans-serif;
	font-size:1.2em;
	color:#71a314;
	line-height:1.2em;
	margin:0 0 15px 0;
	}

/* ******************************   LAYOUT STYLES   ************************************ */

html{
	overflow-y: scroll;
	width:100%;
	margin:0;
	padding:0;
}

body{ /* Upper Full width BGs */
	width:100%;
	height:100%;
	text-align: center;
	font-size:62.5%;
	color:#666;
	background:#f8f8f8;
}


/* /////////////////// top area styles \\\\\\\\\\\\\\\\\\\\\ */
#top_container { /*  Leveler - Upper Full width BGs  */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

#header_container { /*  For BG & Centering   */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/header_bg.png) repeat-x top left;
}

#header{
	position:relative;
	display:block;
	width:1020px;
	height:81px;
	margin:0 auto;
}

#header .logo a{
	position:absolute;
	left:35px;
	padding: 0 0 7px 0;
	width:661px;
	height:98px;
	background:url(../images/aleire_logo.png) no-repeat left top;
}

/*#header .phone a{
	position:absolute;
	left:26px;
	top:97px;
	width:165px;
	height:40px;
	background:url(images/phone_symbol.png) no-repeat top left;
}

#header .phone a p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	line-height:40px;
	padding:0;
	margin:0;
	color:#666;
}

#header .social{
	position:absolute;
	left:832px;
	top:97px;
	width:121px;
	height:37px;
	background:url(images/social_links.png) no-repeat top left;
}*/



/* --- nav styles --- */
#header .nav {
	position:absolute;
	width: 341px;
	right:20px;
	top:0px;
	height:81px;
	background:url(images/nav_bg.png) repeat-x top left;
}

#header .nav ul {
	margin:0;
	padding:0;
}

#header .nav ul li {display: inline;}

#header .nav ul li a {
	font-family: 'Open Sans', sans-serif;
	/*font-size:1.2em;*/
	font-weight:600;
	float: left;
	line-height:2em;
	letter-spacing:.1em;
	padding: 38px 14px 22px 14px;
	color:#7c7c7c;
	text-decoration: none;
	}

#header .nav ul li a:link {
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	float: left;
	line-height:2em;
	letter-spacing:.1em;
	padding: 38px 14px 22px 14px;
	color:#7c7c7c;
	text-decoration: none;}

#header .nav ul li a:visited{color:#6e6e6e;}

#header .nav ul li a:hover, #header .nav ul li a.active{
	color: #78a22f;
	/*font-weight:bold;*/
	background:url(../images/nav_hover.png) repeat-x;
	border-top: 5px solid #71a314;
	padding: 33px 14px 22px 14px;
	/*border-bottom: 1px solid #1a8097;
	opacity:0.6;
	filter:alpha(opacity=60); For IE8 and earlier */
}

#header .nav ul li a:active {
	background:url(../images/nav_hover.png) repeat-x;
}




#title_container { /*  For BG & Centering   */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/grey_pattern.png) repeat top left;
}

#title{
	position:relative;
	display:block;
	width:980px;
	height:79px;
	margin:0 auto;
	background:url(../images/title_bg.png) repeat-x top left;
}

#page_title{
	float:left;
	position:relative;
	display:block;
	width:500px;
	height:30px;
	margin:20px 0 0 34px;
	text-align:left;
}





/* /////////////////// middle area styles \\\\\\\\\\\\\\\\\\\\\ */
#middle_container { /*  For BG & Centering   */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

#middle_container #content_container {
	position:relative;
	display:block;
	width:1020px;
	padding:0;
	margin:0 auto;}

#middle_container #content_container #content_wrapper{
	float:left;
	width:1020px;
	height:100%;
	background:url(../images/content_bg.png) repeat-y top left;}

/* --- left gradient --- */
/*#middle_container #left_content{
	float:left;
	display:block;
	width:20px;
	height:758px;
	padding:0;
	background:url(../images/left_shadow.png) repeat-y left top;
	}*/
	
/* --- right gradient --- */
/*#middle_container #right_content{
	float:right;
	display:block;
	width:20px;
	height:758px;
	padding:0;
	background:url(../images/right_shadow.png) repeat-y left top;
	}*/


	
/* --- Call to Action (Small) --- */	
#middle_container #content_container #call_action_sml {
	float:left;
	display:block;
	width:980px;
	height:50px;
	padding:13px 0 10px 0px;
	margin:0 20px;
	background:url(../images/call_action_bg.png) no-repeat top left #f8f8f8;
	border-bottom:1px #ebebeb solid;
	}

#middle_container #content_container #call_action_sml #phone {
	float:left;
	width:310px;
	height:47px;
	margin:0 0 0 50px;
	border-right:1px solid #9b9b9e;
	}

#middle_container #content_container #call_action_sml #phone p{
	font-family: 'Open Sans', sans-serif;
	font-size:2.6em;
	line-height:1em;
	color:#5b5b5b;
	font-weight:100;
	text-align:left;
	padding:10px 0 0 0;
	}
	
#middle_container #content_container #call_action_sml #tag {
	float:left;
	width:400px;
	height:47px;
	margin:0 0 0 20px;
	}

#middle_container #content_container #call_action_sml #tag p{
	font-family: 'Open Sans', sans-serif;
	font-size:2.6em;
	line-height:1em;
	color:#5b5b5b;
	font-weight:100;
	text-align:left;
	padding:10px 0 0 0;
	}
	
#middle_container #content_container #call_action_sml #getstarted_btn a{
	float:left;
	width:148px;
	height:47px;
	margin:0;
	background:url(../images/getstarted_btn.png) no-repeat top left;
	}	
	




#middle_container #content_container #content {
	float:left;
	display:block;
	width:910px;
	height:100%;
	padding:35px;
	margin:0 20px 0 20px;
	text-align:left;
	background:#fff;
	}


/* --- caption --- */
#middle_container #content_container #content #caption{
	float:left;
	display:block;
	width:630px;
	font-family: 'Open Sans', sans-serif;
	font-size:3em;
	font-weight:100;
	line-height:1.2em;
	padding: 20px 0 20px 0;
	margin: 10px 0 30px 0;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	/*background:#967;*/
}


#middle_container #content_container #bottom_content {
	float:left;
	display:block;
	width:1020px;
	height:30px;
	margin:0;
	background:url(../images/bottom_shadow.png) no-repeat left top;
	}
	
#middle_container #content_container #bottom_call {
	float:left;
	display:block;
	width:1020px;
	height:71px;
	margin:0;
	background:#f8f8f8;
	}

#middle_container #content_container #bottom_call #more_info {
	float:left;
	display:block;
	width:370px;
	height:25px;
	margin:11px 325px;
	text-align:center;
	background:#f8f8f8;
	font-family:Georgia, "Times New Roman", Times, serif;
	}



/* --- Bread Crumbs --- */	
#middle_container #content_container #breadcrumbs {
	float:left;
	display:block;
	width:930px;
	height:25px;
	padding:10px 0 10px 50px;
	margin:0 20px;
	background:#fff;
	border-bottom:1px #ebebeb solid;
	}
#content_container #breadcrumbs p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	font-weight: normal;
	text-align:left;
	color:#acacac;
}




/* --- side nav styles --- */
.nav_side ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

.nav_side li { margin: 0 0 1px 0; }

.nav_side a {
	display: block;
	font-size:1.3em;
	padding: 3px 10px 3px 0;
	width: 140px;
	color: #217894;
	/*text-decoration: none;*/
}

.nav_side a:hover {
color: #1a8097;
/*text-decoration: none;*/
}

.nav_side ul ul li { font-size: .9em; margin: 0 0 1px 0;text-transform:capitalize; }

.nav_side ul ul a {
display: block;
padding: 3px 5px 3px 0;
width: 140px;
color: #217894;
/*text-decoration: none;*/
}

.nav_side ul ul a:hover {
color: #217894;
/*text-decoration: none;*/
}

.nav_side ul ul ul a {
display: block;
padding: 3px 5px 3px 20px;
width: 125px;
color: #999;
text-decoration: none;
}






/* /////////////////// bottom styles \\\\\\\\\\\\\\\\\\\\\ */
#bottom_container { /*   Leveler - Upper Full width BGs   */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:#2c2c2c;
	}

#footer_container { /*   For BG & Centering   */
	position:relative;
	display:block;
	width:980px;
	height:350px;
	margin: 0 auto;
	padding:0;
	}

#footer{
	float:left;
	display:block;
	width:980px;
	margin:0;
	padding:60px 16px 40px 16px;
	background:url(../images/footer_bg.png) no-repeat top left;
	}

#footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	font-weight:bold;
	text-align:left;
	color:#fff;
	margin:0 0 15px 0;
	}

#footer p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	text-align:left;	
}

.footer_nav {
	text-align:left;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:left;
	margin:0;
	padding:0;
}

.footer_nav li{
	border-bottom:#666 dotted 1px;
	padding:7px 0;
	font-size:1.1em;
	color:#919191;
	line-height:1.3em;
}


.partner1 a{
	float:left;
	display:block;
	width:212px;
	height:60px;
	padding:0;
	margin:0 0 15px 0;
	background:url(../images/partner1.png) no-repeat top left;
}


.partner2 a{
	float:left;
	display:block;
	width:212px;
	height:60px;
	padding:0;
	margin:0 0 15px 0;
	background:url(../images/partner2.png) no-repeat top left;
}


#copyright_container {
	position:relative;
	display:block;
	width:100%;
	height:62px;
	margin:0px;
	padding:0px;
	background:#1f1f1f;
	}
	
#copyright_container #copyright_wrapper {
	position:relative;
	display:block;
	width:980px;
	height:62px;
	margin:0 auto;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:1.1em;
	text-align:left;
}

#copyright_container #copyright_wrapper #copyright {
	float:left;
	display:block;
	width:500px;
	height:20px;
	margin:25px 0 0 50px;
	padding:0px;
	}

#copyright_container #copyright_wrapper #social {
	float:right;
	display:block;
	width:140px;
	height:20px;
	margin:23px 50px 0 0;
	padding:0;
}

#copyright_container #copyright_wrapper #social #social_txt {
	float:left;
	display:block;
	width:80px;
	height:15px;
	margin:3px 0 0 0;
	padding:0;
	}

#copyright_container #copyright_wrapper #social #facebook a{
	float:right;
	display:block;
	width:18px;
	height:18px;
	margin:0 0 0 5px;
	padding:0;
	background:url(../images/facebook_logo.png) no-repeat top left;
	}

#copyright_container #copyright_wrapper #social #twitter a{
	float:right;
	display:block;
	width:23px;
	height:18px;
	margin:0 5px;
	padding:0;
	background:url(../images/twitter_logo.png) no-repeat top left;
	}







/* ******************************   CONTENT LAYOUT STYLES   ********************************* */
/* --- formatting styles --- */
#header_frame {
	width:100%;
	height:30px;
	margin:0;
	}


/* --- 2 column page (Left Larger) --- */
#left_guide_2c1 {float:left; width:630px; height:100%; margin: 0;}
#left_guide_2c1 #column_l {
	float:left;
	display:block;
	width:630px;
	margin: 0 0 20px 0;
}

#right_guide_2c1 {float:left; width:260px; height:100%; margin: 0 0 0 20px;}
#right_guide_2c1 #column_r {
	float:left;
	display:block;
	width:260px;
	margin: 0 0 20px 0;
}


/* --- 2 column page (Even) --- */
#left_guide_2c2 {float:left; width:445px; height:100%; margin:0 10px 0 0;}
#left_guide_2c2 #column_l {
	float:left;
	display:block;
	width:445px;
	margin: 0 0 20px 0;
}

#right_guide_2c2 {float:left; width:445px; height:100%; margin:0 0 0 10px;}
#right_guide_2c2 #column_r {
	float:left;
	display:block;
	width:445px;
	margin: 0 0 20px 0;
}


/* --- 2 column page (Right Larger) --- */
#left_guide_2c3 {float:left; width:260px; height:100%; margin:0;}
#left_guide_2c3 #column_l {
	float:left;
	display:block;
	width:230px;
	padding:0 15px;
	margin: 0 0 20px 0;
}

#right_guide_2c3 {float:left; width:630px; height:100%; margin:0 0 0 20px;}
#right_guide_2c3 #column_r {
	float:left;
	display:block;
	width:600px;
	padding:0 15px;
	margin: 0 0 20px 0;
}


/* --- 3 column page --- */
#left_guide_3c1 {float:left; width:200px; height:100%; margin:0;}
#left_guide_3c1 #column_l {
	float:left;
	display:block;
	width:200px;
	margin: 0 0 20px 0;
}

#middle_guide_3c1 {float:left; width:440px; height:100%; margin:0 20px 0 20px;}
#middle_guide_3c1 #column_m {
	float:left;
	display:block;
	width:440px;
	margin: 0 0 20px 0;
}

#right_guide_3c1 {float:left; width:230px; height:100%; margin:0;} /*right*/
#right_guide_3c1 #column_r {
	float:left; /*right*/
	display:block;
	width:230px;
	margin: 0 0 20px 0;
}



/* --- 4 column page (Even) --- */
#left_guide_4c1 {float:left; width:212px; height:100%; margin:0;}
#left_guide_4c1 #column_l {
	float:left;
	display:block;
	width:212px;
	margin: 0 0 20px 0;
}

/* both middle columns */
#middle_guide_4c1 {float:left; width:212px; height:100%; margin:0 0 0 20px;}
#middle_guide_4c1 #column_m {
	float:left;
	display:block;
	width:212px;
	margin: 0 0 20px 0;
}

#right_guide_4c1 {float:left; width:212px; height:100%; margin:0 0 0 20px;} /*right*/
#right_guide_4c1 #column_r {
	float:left; /*right*/
	display:block;
	width:212px;
	margin: 0 0 20px 0;
}


/* --- full column page --- */
#left_guide_fc1 {float:left; height:100%; margin:0;}
#left_guide_fc1 #column_l {
	float:left;
	display:block;
	width:910px;
	margin: 0 0 20px 0;
	/*background:#967;*/
}


/* --- area dividers --- */
#left_guide_div {float:left; height:100%; margin:0;}
#left_guide_div #column_l {
	float:left;
	display:block;
	width:910px;
	margin: 50px 0 50px 0;
	/*background:#967;*/
}
	
/* ******************************   CONTENT LAYOUT COLORS   ********************************* */
/* --- Standard Scheme --- 
.header_frame {
	background:#e9e9e9;
	}
	
.column {
	background:#f4f4f4;
	}

.footer_frame {}	*/


/* --- Dark Scheme --- 
.header_frame_drk {
	background:#1a8097;
	border-bottom:1px solid #fff;
	}
.header_frame_drk h2 {
	color:#fff;
	}
	
.column_drk {
	background:#000;
	}

.column_drk p {
	color:#fff;	
	}

.footer_frame_drk {}*/	

.aleire_green {color:#71a314;}
.aleire_blue {color:#00757b;}

/* ******************************   CONTENT LAYOUT BUTTONS   ********************************* */
.learn_more_green a{
	float:left;
	display:block;
	width:140px;
	height:38px;
	background:url(../images/learn_more_green.png) no-repeat top left;
}

.learn_more a{
	float:left;
	display:block;
	width:140px;
	height:38px;
}

/* ********************************   PAGE SPECIFIC LAYOUT STYLES  ****************************** */
/* --- home page --- */
#slideshow_container { /*  For BG & Centering   */
	position:relative;
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url(../images/grey_pattern.png) repeat top left;
}

#slideshow{
	position:relative;
	display:block;
	width:980px;
	height:379px;
	margin:0 auto;
	text-align:left;
	background:url(../images/black_mamba.png) repeat top left; /* #0e0e0e */
}

#slideshow_colorline{
	position:relative;
	display:block;
	width:980px;
	height:10px;
	margin:0 auto;
	background:url(../images/title_bg.png) repeat-x bottom left;
}



/* --- Call to Action --- */
#middle_container #content_container #call_action {
	float:left;
	display:block;
	width:980px;
	height:74px;
	padding:36px 0 0 0px;
	margin:0 20px;
	background:url(../images/call_action_bg.png) no-repeat top left #f8f8f8;
	border-bottom:1px #ebebeb solid;
	}

#middle_container #content_container #call_action #phone {
	float:left;
	width:310px;
	height:47px;
	margin:0 0 0 50px;
	border-right:1px solid #9b9b9e;
	}

#middle_container #content_container #call_action #phone p{
	font-family: 'Open Sans', sans-serif;
	font-size:2.6em;
	line-height:1em;
	color:#5b5b5b;
	font-weight:100;
	text-align:left;
	padding:10px 0 0 0;
	}
	
#middle_container #content_container #call_action #tag {
	float:left;
	width:400px;
	height:47px;
	margin:0 0 0 20px;
	}
	
#middle_container #content_container #call_action #tag p{
	font-family: 'Open Sans', sans-serif;
	font-size:2.6em;
	line-height:1em;
	color:#5b5b5b;
	font-weight:100;
	text-align:left;
	padding:10px 0 0 0;
	}	
	
#middle_container #content_container #call_action #tagform {
	float:left;
	width:555px;
	height:47px;
	margin:0 0 0 20px;
	}

#middle_container #content_container #call_action #tagform p{
	font-family: 'Open Sans', sans-serif;
	font-size:2.6em;
	line-height:1em;
	color:#5b5b5b;
	font-weight:100;
	text-align:left;
	padding:10px 0 0 0;
	}

	
#middle_container #content_container #call_action #getstarted_btn a{
	float:left;
	width:148px;
	height:47px;
	margin:0;
	background:url(../images/getstarted_btn.png) no-repeat top left;
	}	



#header1 {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.3em;
	text-align:left;
	color:#71a314;
	margin: 0 0 12px 0;
	}

#header2 {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
	color:#3e3e3e;
	margin: 0 0 10px 0;
	}

#header3 {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:3.6em;
	font-weight:bold;
	line-height:1.2em;
	text-align:left;
	color:#3e3e3e;
	margin: 0 0 6px 0;
	}


#header3_sub {
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.2em;
	text-align:left;
	color:#a0a0a0;
	margin: 0 0 10px 0;
	}





/* **********************************   FORM STYLES   ************************************ */

.contactform {
	float:left;
}
.contactform ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

.contactform li
{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	padding-left:10px;
	/*padding-bottom:10px;*/
	float:left;
}

.contactform input{
	float:left;
	font-family: 'Open Sans', sans-serif;
	padding:2px 0 2px 5px;
	border:solid 1px #bfcea6;
	width:300px;
	margin:2px 0 15px 10px;
}

.contactform select{
	float:left;
	font-family: 'Open Sans', sans-serif;
	/*font-size:1.4em;*/
	padding:0 0 2px 5px;
	border:solid 1px #bfcea6;
	width:300px;
	margin:2px 0 15px 10px;
	/*-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);*/
}

.data_left{
	float:left;
	width:150px;
	height:25px;
	text-align:right;
	margin:0 30px 0 0;
	padding:0;
}
.data_left em{
	color:#D50000;
}
.data_left label{
	font-family: 'Open Sans', sans-serif;
	width:150px;
	float:left;
	font-size:1.4em;
	line-height:1em;
	color:#666 !important;
	padding:7px 0 0 0;
}

.data_right{
	width:300px;
	float:left;
	/*font-size:1.1em !important*/
}

.data_right_phone{
	float:left;
	width:300px;
}

.sub_cont_but{
	float:left;
	/*width:100px;*/
	padding:10px 20px;
}
.btn_design{
	clear:both;
	margin-right:20px;
	/*width:100px;*/
	padding:10px 20px;
	height:35px;
	background:#78a22f no-repeat;
	text-align:center;
	line-height:1em;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	cursor:pointer;
}
.btn_design:hover{
	background:#658926;
}
.form_sub_vaild {
	border:1px solid #7BA434 !important;
}
.form_sub_invaild {
	border:1px solid  #ff5757 !important;
   /*-moz-box-shadow:0 0 2px #ff5757;
   -webkit-box-shadow: 0 0 2px #ff5757;
   box-shadow:0 0 2px #ff5757;*/
}

#captcha {font-family: 'Open Sans', sans-serif;font-size:13px; line-height:23px; padding:0 0 2px 7px; margin:15px 0 0 10px; width:300px; height:22px;}




div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family: 'Aleo';
  padding-bottom: 4px;
  font-size: 1.25em;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.25em;
  font-family: 'Aleo';
  width: 500px;
  padding: 8px;
}

textarea {
  height: 250px;
}

button {
  height: 50px;
  background: green;
  color: white;
  border: 2px solid darkgreen;
  font-size: 1.25em;
  font-family: 'Aleo';
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid black;
}