/* 
*
* 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;}	
	h3{font-size:1.2em;margin-bottom:.5em;padding-top:.3em; color:#01467f;}
	h4{font-size:1.0em;margin-bottom:.6em; color:#01467f;}
	h5,h6{font-size:1em;margin-bottom:.5em;font-weight:bold;}
	
	p, blockquote, ul, ol, dl, form, table, pre{line-height:inherit;margin:0 0 1.5em 0;}
	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:.9em;}
	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:inline;}
	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;
		}

/* // common */			

/* base */
	
	body, table, input, textarea, select, li, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#333;
		}		
	body{
		font-size:12px;
		background:#fff;
		margin:0;
		padding:0;
		text-align:center;
		}	
	a, a:visited{
		text-decoration:none;
		color:#08a339;
		}
	a:hover{color:#88dc85;}
	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;
		}

		.content a, .content a:visited{
			text-decoration:underline;
			}


/* base */

/* layout */

	.container{	
		margin:0 auto;
		width:970px;
		text-align:left;
		position:relative;
		}
	.inner{
		position:relative;
		}
	#header{
		position:relative;
		height: 96px;
		background-image: url(../images/header_bg.png);
		background-repeat: repeat-x;
		z-index: 9999;
		border-bottom:3px solid #46AA42;
		}
		
	#headersub {
		position:relative;
		height: 96px;
		background-image: url(../images/header_bg.png);
		background-repeat: repeat-x;
		border-bottom: solid 4px #08a339;
	}
	
	.phone {
		position: absolute;
		clear: both;
		top: 70px;
		right: 15px;
		line-height: 11px;
	}
	
	.phone h3 {
		font-size: 12px;
	}
		
	#flash {
		position: relative;
		clear: both;
		width:100%;
		background-image: url(../images/flash_holder.png);
		background-repeat: no-repeat;
		z-index: 0;
	}
	
	
	
	#fleft {
		position: relative;
		float: left;
		top: 8px;
		left: 9px;
		width: 704px;
	}
	
	#btn {
		position:absolute;
		z-index: 2;
		top:250px;
		left:654px;
	}
	
	
	#fright {
		position: relative;
		float: left;
		top: 15px;
		left: 22px;
		width: 225px;
		display: block;
		line-height: 15px;

	}
	
	#fright a {
		text-decoration: none;
	}
	
	.flink1 {
		position: absolute;	
		line-height: 17px;
		top: 28px;
	}
	
	.flink2 {
		position: absolute;
		top: 155px;
	}
	
	.flink3 {
		position: absolute;
		top: 230px;
	}
	
	#buckets {
		position: relative;
		clear: both;
		top: 20px;
		width: 100%;
		margin: 0 auto;
		display: inline-block;
		line-height: 13px;
	}
	
	.bucket {
		border-left: 1px solid #e2e2e2;
		position: relative;
		float: left;
		width: 219px;
		height: 220px;
		padding: 10px;
	}
	
	.bucket h3 a, .bucket h3 a:visited {
		text-decoration: none;
		color:#01467f;
	}
	.bucketfirst {
		position: relative;
		float: left;
		width: 219px;
		height: 220px;
		margin: 10px;
	}
	
	#footer{
		position:relative;
		clear:both;
		top: 40px;
		color: #888888;
		font-size: 10px;
		}	
		
	#footer ul li {
		list-style-type: none;
	}
		
	.footleft {
		position: relative;
		float: left;
		margin-top: 5px;
	}
	
	.footright {
		position: relative;
		float: right;
		text-align: right;
		margin-top: 5px;
	}
		
	.footstripe {
		margin-bottom: 10px;
	}	
	.footbucket {
		position: relative;
		float: left;
	}
	
	.boxes {
		position: relative;
		float: left;
		clear: both;
		top: 20px;
	}
	
	.box {
		position: relative;
		clear: both;
		background-image: url(../images/box_bg.png);
		background-repeat: repeat-y;
		width: 206px;
		margin-top: 15px;
	}
	
	.boxtopb {
		background-image: url(../images/boxtop_blue.png);
		background-repeat: no-repeat;
		width: 206px;
		height: 30px;
		color: #fff;
	}
	
	.boxtopg {
		background-image: url(../images/boxtop_green.png);
		background-repeat: no-repeat;
		width: 206px;
		height: 30px;
		color: #fff;
	}
	
	.boxtopg p, .boxtopb p {
		font-size: 13px;
		line-height: 13px;
		padding-top: 5px;
	}
	.boxes p {
		margin: 10px;
	}
	
	
	.itservices {
		position: relative;
		clear: both;
	}
	
	.service {
		position: relative;
		float: left;
		width: 325px;
	}
	
	.service ul li {
		list-style-type: none;
	}
	.content{
		clear:both;
		padding:1em 0;
		background-image: url(../images/content_bg.png);
		background-repeat: repeat-x;
		}
	.main, .secondary, .tertiary, .quaternary{
		float:left;
		display:inline;
		}
	.main{width:600px;}
	.secondary{width:280px;margin-left:40px;}
	.tertiary{}
	.quaternary{}
	
	/* grid */
		
		.cols{} /* main column container class */
		.col{
			float:left;
			display:inline;
			width:48%;margin-left:4%; /* 2 equal width columns layout - default */
			}	
		.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{
			position: relative;
			float: left;
			top: -13px;
			width: 220px;
			z-index: 333;
		
		}
		.col2{
			position: relative;
			float: right;
			top: -11px;
			width: 750px;
			background-image: url(../images/content_shadow.png);
			background-repeat: no-repeat;
		
		}
		.col3{
		
		}
		
		.indent1{}
		.indent2{
			position: relative;
			float: left;
			clear: both;
			padding: 25px;
		
		}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
		#nav {
			position:absolute;
			top:40px;
			right:10px;
			z-index: 99999;
		}
		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			list-style:none;
			}	
			
		#nav li{
			float:left;
			display:inline;
			position:relative;
			line-height:30px;
			height:30px;		
			padding:0 5px;
		}	
		#nav li.dd:hover {
			-moz-box-shadow:0 0px 2px 0px #666;
			-webkit-box-shadow:0 0px 2px #666;
			box-shadow: 0 0px 2px #666;
		}
		#nav li li:hover {
			-moz-box-shadow:0 0px 0px 0px #666;
			-webkit-box-shadow:0 0px 0px #666;
			box-shadow: 0 0 0 #666;
		}
		#nav ul{
			position:absolute;
			left:0;
			top:29px;
			padding:0px 5px 5px 5px;
			width:200px;	
			background:#fff;
			display:none;
			z-index:99999;
			
			-moz-box-shadow:0 2px 2px 0px #666;
			-webkit-box-shadow:0 2px 2px #666;
			box-shadow: 0 2px 2px #666;
			}
		
		#nav ul li{
			float:none;
			display:block;
			padding:0;
			border-bottom:solid 1px #eee;
			height:auto;
			line-height:1.5em;
			z-index: 99999;
		}
		#nav ul li a {
			display:block;
			padding:6px 5px;
			float:none;
			z-index: 99999;
		}
		#nav ul li a:hover {
			background-color:#F0F2F3;
			color:#01467F;
		}

		#nav a img {
			background-image: url(../images/navsprite.png);
			background-repeat: no-repeat;
			height: 11px;
			margin-top:5px;
		}
		
		#nav a.a img {background-position:0 0;width:80px;}
		#nav a.b img {background-position:-80px 0;width:120px;}
		#nav a.c img {background-position:-200px 0;width:90px;}
		#nav a.d img {background-position:-290px 0;width:125px;}
		#nav a.e img {background-position:-415px 0;width:75px;}
		#nav a.f img {background-position:-490px 0;width:73px;}
	
	
		#nav a.a:hover img,#nav a.a img.current,#nav a.a.over img  {background-position:0 -12px;}
		#nav a.b:hover img,#nav a.b img.current, #nav a.b.over img {background-position:-80px -12px;}
		#nav a.c:hover img,#nav a.c img.current {background-position:-200px -12px;}
		#nav a.d:hover img,#nav a.d img.current {background-position:-290px -12px;}
		#nav a.e:hover img,#nav a.e img.current {background-position:-415px -12px;}
		#nav a.f:hover img,#nav a.f img.current {background-position:-490px -12px;}

		.bcrumbs {
			position: relative;
			float: left;
			display: inline;
			font-size: 10px;
			color: #b5b5b5;
			top: 5px;
			left: 25px;
		}
		
		
		.bcrumbs a, .bcrumbs a:visited {
			color:#b5b5b5;
			text-decoration: none;
		}
		
		.bcrumbs a:hover {
			color: #767676;
		}
		
		
		
		
		
		.indicator{}
		
		.subnav {
			position: relative;
			float: left;
			top: 15px;
		}
		
		.subnav ul {
			margin-left: 5px;
		}
		
		.subnav ul li {
			list-style-type: none;
			margin-bottom: 15px;
			margin-left: 0px;
			color: #00336D;
		}
		
		.subnav a{
			color: #00336D;
			text-decoration: none;
		}
		
		.subnav a:visited {
			text-decoration: none;
		}
		
		
		.subnav a:hover{
			color: #4893d0;
		}
		
		.subcurrent {
			background-image: url(../images/current.png);
			background-repeat: no-repeat;
			height: 25px;
			width: 250px;
			padding: 3px 0px 0px 10px;
		}
		
		.subcurrent a, .subcurrent a:visited {
			color: #08a339;
			text-decoration: none;
		}
		
		.subcurrent a:hover {
			color: #88dc85;
		}
		
		#footer a {
			color: #767676;
		}
		
		#footer a:hover {
			color: #333;
		}
		
/* //navigation */

/* header */

	#header h1{
		line-height:50px;
		height:50px;
		margin:0;
		}
	#header h1 a{		
		}
		
		
	#logo {
		position: relative;
		float: left;
		top: 17px;
		height: 63px;
	}		

/* // header */
	
/* content */

	/*.content a, .content a:visited{
		text-decoration:underline;
		}*/
	
/* // content */
.fsRowTop, .fsRowBottom, .fsRowOpen, .fsRowClose { display: none; }
.fsForm .fsTable { margin: 0 auto; padding: 0 }
.fsForm .fsCell { padding:0px; }
.fsPage h2 { padding:0px; }
.fsSpacerRow td { height:0px; }
.fsForm .fsCell { padding:5px 12px; }
.fsForm .fsSectionHeading { line-height:20px; margin-bottom:10px;}
.fsSectionRow + .fsFieldRow .fsCell { padding-top:0px; }
.fsForm select { font-size:12px; }
.fsPagination { text-align:left; }
.fsSectionHeading { border-bottom:1px solid #ccc; padding-bottom:3px; margin-bottom:7px;margin-bottom:7px;}
.fsSectionCell {margin-bottom:5px;}
.fsForm { font-family: inherit; }
td.fsRowBody { background-color:transparent; }
body#FSLocal {
	margin-top:0px;
}
#fsSubmit819435 {padding-top:40px; padding-left:225px; padding-bottom:40px; background-color:#eee; }

.fsRequiredLabel span {font-size:12px; }
label.fsLabel {font-weight:normal; text-transform: capitalize }
.form-wrap {
	width:340px;
	margin:auto;
	background-color:#eee;
	-moz-box-shadow:0 0px 2px 0px #666;
	-webkit-box-shadow:0 0px 2px #666;
	box-shadow: 0 0px 2px #666;
}
.fsSubFieldGroup,.fsFieldHorizontal {margin:0;}
.clear {margin:0;}
.fsSubField{margin-top:0;}
.fsSubmit {
	text-align: center;
	padding-bottom:10px;
}
.fsPagination input {
	font-size:12px;
}
.fsForm .fsFieldFocused {
	background-color:#eee ;
}
/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:none;
		}
	
/* // 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 */