@charset "UTF-8";
/* CSS Document */
body { 
	color:#333; 
	background-color:#fff; 
	background:url(../images/ca-bg-slice.gif) repeat-x; 
	font-family:Arial, Helvetica, sans-serif; overflow-x:hidden; 
}

.top-border {
	position: absolute;
	top:0; left:0;
	background: #005315; 
	height: 5px;
	width:100%;
}

p { margin:0px 0 15px 0; line-height:19px; }
	
p, li { font-size:13px; }

p.intro { font-weight:bold; }

ul, ol { margin:10px 0 20px; }

ul.check li { 
	list-style:none; 
	padding-left:20px;
	margin:0 0 7px 15px;
	background:url(../images/check.png) no-repeat left 5px; 
}

li { color:#000; margin-bottom:12px; line-height:18px; list-style:disc; list-style-position:inside; }

a { color:#005315; text-decoration:underline; }

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

.map {
	float:right;
}

.map .button {
	margin-top: 10px;
}


h2 { font-size:25px; margin:0px 0 15px 0; color:#005315; }
h3 { font-size:20px; color:#333; margin:8px 0 6px 0; }
h4 { font-size:18px; margin:6px 0 10px 0; }

#page-intro h2 { float:left; padding:14px 0 0 0; margin:0; }
 #page-intro h2 span { float:right; margin-left:20px; font-size:.6em; padding-top:10px; }

ul, ol { padding-left:5px; }

.float-left {
	float:left;	
}
img.float-left { margin:0 10px 10px 0; border:1px solid #ccddd0; }
img.float-right { margin:0 0 10px 10px; border:1px solid #ccddd0; }
.float-right {
	float:right;	
}
.clear-fix {
	clear:both;	
}

strong { font-weight:bold; }
em { font-style:italic; }
.center { text-align:center; }
.font { font-size:1.2em; font-family: Georgia, Times, serif; }

hr { background:#ccddd0; height:1px; border:none; margin:15px 0 20px 0;
clear:both; width:100%; }

blockquote { font-size:.9em; margin-bottom:12px; line-height:18px; }
 blockquote span { float:right; font-size:.8em; color:#777; margin:5px 0 0 5px; }
 
 
 /* sticky */
 
 html, body {
	height: 100%;
}

#footer-wrap, .push {
	height: 40px;
}

.contact-social {
	display: block;
}

.contact-social img {
	border:none !important; display:block; float:left; position:relative; top:-3px; margin-right: 5px;
}
 
/* - - - - - - - - - -  HEADER - - - - - - - - - -  */

#header h1 a{
	display: block;
	margin-top:5px; 
	height: 108px;
	width: 193px;
	text-indent: -9999em;
	text-decoration: none; 
	z-index: 1000; /* IE Fix*/
	background:url(../images/emi-logo.jpg) no-repeat;
	margin-left: 367px;
}

#header {
	position:relative;
	height:160px;
	width:960px; margin:0 auto;
	overflow:hidden;
}

.social {
	padding:0;
	float:left;
}

.social li {
	list-style: none;
	float:left;
}

.social li + li {
	margin-left: 10px;
}

.social li a {
	text-indent: -9999em;
	display: block;
	width:32px;
	height: 31px;
	background: url(../images/social.jpg) no-repeat top left;
}

.social li a.facebook {
	background-position: -39px 0px;
}

.social li a.youtube {
	background-position: -78px 0px;
}

.social li a:hover {
	opacity: 0.85;
}

.phone {
	float:left;
	font-size:22px;
	margin:16px 0 0 20px;
}


/* - - - - - - - - - -  NAV - - - - - - - - - -  */

#nav {
	margin:0 auto;
	padding:10px 0 0 0;
	width:100%;
	clear:both;
	overflow: hidden;
	border-bottom: 1px solid #005315;
}
#nav li {
	float:left;
	display:inline;
	margin:0;
	}
	
	#nav li + li {
		margin-left: 20px;
	}


#nav li a {
	color:#333333;
	font-size:15px;
	text-decoration:none;
	padding:8px 18px;
	font-family:Arial, Helvetica, sans-serif;
	display:block;
}

#nav li a:hover, .current-nav { 
	color:#fff !important; 
	background:#005315; 
}

/* - - - - - - - - - -  MAIN CONTENT - - - - - - - - - -  */

.sticky-wrapper {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px auto; 	
}

.container {
	width:960px;
	margin: 15px auto 0 auto;
	/* overflow: hidden; */
	
}

/* sidebar */

.sidebar {
	float:right;
	width:300px;	
}

.sidebar .module {
	width:100%;
	background:#e6f1e8;
	border:1px solid #ccddd0;
}

.module + .module {
	margin-top: 15px;
}

.module h3 {
	background:#ccddd0;
	color:#000;
	padding:10px 5px;
	text-indent: 15px;
	margin-top: 0;
	font-size:16px;
	font-weight: bold;
}

.content {	
	width:640px;
	float:left;
 }
 
 .content img { border:1px solid #ccddd0; }


 .button { 
 	padding:8px 20px; 
 	display:block; 
 	border:1px solid #00370e; 
 	color:#fff; margin:10px 0; 
 	border-radius:2px; 
 	text-align:center; 
 	text-decoration:none; 
 	font-size:22px; 
 	width:200px;
 	margin: 10px auto;

 	background: #00701d; /*fallback for non-CSS3 browsers*/
   background: -webkit-gradient(linear, 0 0, 0 100%, from(#00701d) to(#014612)); /*old webkit*/
   background: -webkit-linear-gradient(#00701d, #014612); /*new webkit*/
      background: -moz-linear-gradient(#00701d, #014612); /*gecko*/
       background: -ms-linear-gradient(#00701d, #014612); /*IE10*/
        background: -o-linear-gradient(#00701d, #014612); /*opera 11.10+*/
           background: linear-gradient(#00701d, #014612); /*future CSS3 browsers*/
 }												 
 
 .button:hover { text-decoration:none; color:#fff; background:#00701d; }
 
 .content-form .button {
	 width:125px;
	 font-size: 16px;
	 float:right;
	 margin-top: 0;
 }
 
 .button-list {
	 font-size:14px;
	 width:145px;
	 margin:0;
	 float:left;
 }
 
 .button-list + .button-list {
	 margin-left: 35px;
 }


/* - - home - - */
 
 #homeimages { 
 	float:left; 
 	padding: 0;
 	width:100%;
 	margin:0 0 5px 0;
 }
  #homeimages li { 
  	list-style:none;
  	margin-bottom: 0;
  }
 
 
.home-box {
	width:32%;
	float:left;
	text-align: center;
	margin-bottom: 15px;
}

.home-box + .home-box {
	margin-left: 1.5%;
}

.home-box h3 { color:#333; font-size:18px; text-align: center; padding:5px 0; font-weight: bold; margin-bottom: 8px;  }

.home-box img {
	margin:0 auto;
}
  

/* - - - - - - - - - -  FOOTER - - - - - - - - - -  */
#footer-wrap { background:#005315; width:100%; height:40px; clear:both;  }

#footer {
	color:#fff;
	padding:10px 0;
	width:960px; overflow:hidden;  
	margin:0 auto; 
	font-size: 12px;
    line-height: 20px;
}
#footer p { float:left; margin:0; }
#footer span { float:right; }
 #footer span a { color:#fff; }
 #footer span a:hover { color:#eee; }
 
 
 
 /* - - - - - - - - - - FORMS - - - - - - - - - - - - */
 
 .form {
	 
 }
 
 .content-form {
	 float:right;
	 width:340px;
	 overflow: hidden;
 }
 
 input, label, textarea, button, select {
    display: block;
    font-size: 1.1em;
    padding: 0.2em;
 }
 
 input, textarea, select {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #ccddd0;
    font-family: 'PT Sans',Helvetica,Arial,sans-serif;
    margin-bottom: 1em;
    float:left;
}

input {
	width:200px;
}

/*
textarea {
	width:96%;
}
*/

form p {
	width:100%;
	display: block;
	overflow: hidden;
	margin-bottom:0;
}

label {
	float:left; 
	text-align: right;
	margin-right: 10px;
	width:110px;
}

/*
label.textarea-label {
	width:100%;
	text-align: left;
}
*/

label small {
    color: #999999;
    font-size: 0.8em;
}

button {
    background: none repeat scroll 0 0 #663700;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #EEEEEE;
    cursor: pointer;
    float: left;
    font-size: 1.2em;
    margin-left: 0;
    outline: medium none;
    padding: 10px 20px;
    position: relative;
}
button:hover {  }

.error {
    border: 1px solid #FF0000;
}

.error_text {
    color: #FF0000; }