/* 
*
* Easy front-end framework
*
* Copyright (c) 2009 Alen Grakalic
* http://easyframework.com/license.php
*
* supported by Templatica (http://templatica.com)
* and Css Globe (http://cssglobe.com)
*
*/


/*

for more info about the strucure of this file 
please read http://easyframework.com/documentation.php

*/

/* HTML elements  */		

	h1, h2, h3, h4, h5, h6{
		font-weight:normal;
		margin:0;
		line-height:1em;
		}	
	h1{font-size:2em;margin-bottom:.5em; }	
	h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;color:#387f17;}	
	h3{font-size:1.5em;margin-bottom:.7em;padding-top:.3em;}
	h4{font-size:1.25em;margin-bottom:.6em;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	.secondary h3, .secondary h4 {color:#111;} 
		.secondary p {
		line-height:1.4em;
	}

	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;text-align:justify;}
	ul, ol, dl{padding:0;}
	ul ul, ul ol, ol ol, ol ul, dd{margin:0;}
	li{margin:0 0 0 2em;display:list-item;list-style-position:outside;}	
	blockquote, dd{padding:0 0 0 2em;}
	pre, code, samp, kbd, var{font:100% mono-space,monospace;}
	pre{overflow:auto;}
	abbr, acronym{
		text-transform:uppercase;
		border-bottom:1px dotted #000;
		letter-spacing:1px;
		}
	abbr[title], acronym[title]{cursor:help;}
	small{font-size:.8em;}
	sup, sub{font-size:.8em;}
	em, cite, q{font-style:italic;}
	img{border:none;}			
	hr{display:none;}	
	table{width:100%;border-collapse:collapse;}
	th,caption{text-align:left;}
	form div{margin:.5em 0;clear:both;}
	label{display:block;}
	fieldset{margin:0;padding:0;border:none;}
	legend{font-weight:bold;}
	input[type="radio"],input[type="checkbox"], .radio, .checkbox{margin:0 .25em 0 0;}

/* //  HTML elements */	

/* common */		
	
	.left{float:left;margin-right:1em;}
	.right{float:right;margin-left:1em;}
	.center{text-align:center;}
	
	.clear{clear:both;}
	.first{margin-left:0 !important;}
	.last{margin-right:0 !important;}
	.top{margin-top:0 !important;}
	.bottom{margin-bottom:0 !important;}	
	.hidden, .print{display:none;}
	.graphic{
		margin:0;
		padding:0;
		display:block;
		overflow:hidden;
		text-indent:-8000px;
		}
	.intro {
		font-weight:bold;
		font-size:14px;
	}
/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:13px;
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#469e1c;
		}
	a:hover{color:#75AB4A;}
	ins{text-decoration:none;color:#900;font-style:italic;}
	code{color:#555;}
	pre{
		margin-left:2em;
		padding-left:2em;
		border-left:1px solid #ccc;
		}
	blockquote{
		margin-left:2em;
		border-left:1px solid #ccc;
		font-style:italic;
		}	
	dt{font-weight:bold;}
	th, td{padding:.5em 1em;line-height:1.5em;}		
	th{background:#eee;}
	td{border-bottom:1px solid #eee;}
	caption{font-style:italic;color:#777;margin:.5em 0;}	
	fieldset{
		border:1px solid #ccc;
		padding:1em 2em;
		margin:0 0 1.5em 0;
		}
	legend{padding:2px 5px;}	
	form div.col{clear:none;}form div.first{clear:both;}
	form div{overflow:hidden;}
	
	input[type="text"], input[type="password"], textarea, .field, .area, select{
		border:1px solid #aaa;
		padding:5px;
		background:#fff;
		width:300px;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:400px;}
	input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus{background:#f5f5f5;outline:none;}
	.submit{}
	button{
		border:none;
		background:#555;
		color:#fff;
		padding:0 2.5em;
		height:2em;
		line-height:2em;
		cursor:pointer;
		}
		
	.note, .success, .error{display:block;}
	.error{color:#900;}
	.success{color:#060;}
	.note{font-weight:bold;}
	.notvalid{border:1px solid #900 !important;}
	
	.pullquote{
		width:20%;
		float:left;
		margin-right:2em;
		padding-right:2em;
		border-right:1px solid #ccc;
		text-align:right;
		font-size:1.1em;
		font-style:italic;
		color:#777;
		margin-bottom:.5em;
		}
	.boxout{
		width:20%;
		float:right;
		margin-left:2em;
		padding:1em 2em;
		border:1px solid #ccc;
		margin-bottom:.5em;
		}
	#easy_tooltip{
		border:1px solid #e1e1e1;
		padding:2px 10px;
		background:#f5f5f5;
		}

/* base */

/* layout */

	.container{	
		margin:0 auto;
		width:900px;
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		background:url(../img/header-bg.png) repeat-x;
		height:81px;
		border-bottom:solid 1px #626262;
		}	
	#footer{
		position:relative;
		clear:both;
		}	
		
	.content{
		clear:both;
		padding:1em 0;
		background:url(../img/grn-white.png) repeat-x;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:20px;}
	.tertiary{}
	.quaternary{}
	.home-btm {background:url(../img/grn-white.png) repeat-x;}
	.home-btm .container {padding-top:15px;}
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		* html .col {
			margin-left:2%;
		}
		.cols3 .col{width:30%;margin-left:5%;} /* 3 equal width columns layout */
		.cols4 .col{width:22%;margin-left:4%;} /* 4 equal width columns layout */
		
		/* use following classes to build custom grid (add as many as you want) */
		
		.col1, .col2, .col3{float:left;display:inline;}
		.col1{width:663px;}
		.col2{width:220px;float:right;}
		.col3{width: 575px;}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
#nav {
	position:absolute;
	right:0;
	top:30px;
	width:395px;
	height:27px;
}
#nav a {
	float:left;
	height:27px;
	display:inline;
}
#nav a img{
	display:block;
	text-indent: -99999px;
	height:100%;
	background:url(../img/nav.png) no-repeat;
	float:left;
}
#nav a.a img{background-position:0 0;width:70px;}
#nav a.b img{background-position:-70px 0;width:72px;}
#nav a.c img{background-position:-142px 0;width:96px;}
#nav a.d img{background-position:-238px 0;width:72px;}
#nav a.e img{background-position:-310px 0;width:80px;}

#nav a.a:hover img{background-position:0 -27px;}
#nav a.b:hover img{background-position:-70px -27px;} 
#nav a.c:hover img{background-position:-142px -27px;}
#nav a.d:hover img{background-position:-238px -27px;}
#nav a.e:hover img{background-position:-310px -27px;}

#nav a img.current {cursor:default;}
#nav a.a img.current,#nav a.a:hover img.current 	 {background-position:0 -54px;}
#nav a.b img.current,#nav a.b:hover img.current 	 {background-position:-70px -54px;}
#nav a.c img.current,#nav a.c:hover img.current 	 {background-position:-142px -54px;}
#nav a.d img.current,#nav a.d:hover img.current 	 {background-position:-238px -54px;}
#nav a.e img.current,#nav a.e:hover img.current 	{background-position:-310px -54px;}
 

.subnav {
	margin-top:30px;
	float:right;
}
.subnav li {
	float:left;
	margin:0 5px;
	display:inline;
}
.subnav a {
	display:block;
	padding:0 6px;
	color:#768459;
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
	line-height:29px;
}
.subnav a:hover {
	color:#fff;
}
.subnav li.current {
	padding-right:6px;
	background:url(../img/subnav-cur.png) no-repeat top right;
}
.subnav li.current a {
	padding-right:0;
	color:#fff;
	background:url(../img/subnav-cur.png) no-repeat;
}
/* //navigation */

/* header */
#header h1{
	position:absolute;
	height:88px;
	width:212px;
	background:url(../img/logo.png) no-repeat;
	left:-4px;
}
* html #header h1 {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='scale');
}
#subhead {
	background:url(../img/subhead-bg.png) repeat-x;
	height:86px;
	border-bottom:solid 1px #fff;
}
.sect-head {
	position:relative;
	top:30px;
	float:left;
}
/* // header */
	
/* content */
#welcome {
	background:url(../img/green.png) repeat-x #95bf3b;
	border-bottom:solid 1px #fff;
}	
.welcome-copy {
	float:left;
	width:480px;
	padding-top:45px;
	font-weight:bold;
	font-size:16px;
}
#welcome h2 {
	height:30px;
	width:452px;
	background:url(../img/txt-welcome.png) no-repeat;
	margin-bottom:10px;
}
ul#photos {
	list-style: none;
	margin:17px 0 0 0;
	height:264px;
	width:400px;
	background:url(../img/imageframe.png) no-repeat;
	float:right;
}
#photos li {
	padding:0;
	margin:5px 0 0 16px;
}

#cta-btn {
	height:47px;
	width:193px;
	background:url(../img/learnmore-btn.png) no-repeat;
}
#cta-btn:hover{background-position:right top;}

.blurb {
	color:#666;
	font-weight:bold;
	border-bottom:solid 1px #d2d2d2;
	line-height:1.3em;
	padding:20px 0 0 0;
}
.blurb.last {border:none;}

.blurb .image {
	float:left;
	text-align: center;
	width:100px;
	padding:0 0 10px 0;
}
#facts li {
	list-style:none;
	margin:10px 0;
	font-family:Georgia, Times, serif;
	color:#575757;
	font-size:13px;
	font-style: italic;
}
.secondary {
	font-size:.9em;
	color:#666;
}

.shortbios small {
	font-weight:bold;
	color:#999;
	text-transform: uppercase;
}
.shortbios p {
	line-height:1.3em;
	font-size:11px;
}
.shortbios img {
	float:left;
	margin:-4px 6px 0px 0;
}
/* // content */

/* footer */

#footer .container {
	border-top:solid 1px #d2d2d2;
	padding-top:10px;
	font-size:.8em;
	color:#959595;
}
p.address {
	float:right;
	font-weight:bold;
	text-align: right;
	clear:right;
	width:300px;
}
.media-icons {
	float:right;
	margin-bottom:5px;
}
.media-icons a {
	height:24px;
	width:24px;
	background:url(../img/smedia-icons.png) no-repeat;
	margin-left:6px;
	float:right;
}
.media-icons a.tw {background-position:center center;}
.media-icons a.li {background-position:top right;}
	
/* // footer */

/* clearfix */

	.inner:after, .content:after, .cols:after, .fixed:after{
		content:"."; 
		display:block; 
		height:0; 
		clear:both; 
		visibility:hidden;
		}
	.inner, .content, .cols, .fixed{display:block;min-height:1%;}
	* html .inner, * html .content, * html .cols, * html .fixed{height:1%;}

/* // clearfix */


/*contact form */
#cform {
position: relative;
margin-top:20px;
background-color:#fff;
}

#cform td {
border: none;
height: 2em;
}

#cform label {
display: inline;
}

#cform input {
display: inline;
}


.shortbios p {
			font-size:12px;
			line-height:1.5em;
		}
		blockquote {
			font-style: normal;
			padding:0 20px;
		}
		blockquote p {
			margin:0;
			padding:10px 0;
		}
		div.hr {
			clear:both;
			margin:0 0 20px 0;
			line-height:1px;
			border-bottom:solid 1px #ccc;
		}
