/* 
*
* 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-top:.5em; color:#094e7b}	
	h2{font-size:1.75em;margin-bottom:.5142em;padding-top:.2em;}	
	h3{font-size:1.4em;margin-bottom:.7em;padding-top:.3em;color:#FFF }
	h4{font-size:1.25em;margin-bottom:.6em;}
	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;}
	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;}			
	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;
		}
	.borderLeft { border-left:1px solid #ccc; }
	.borderRight { border-right:1px solid #ccc; }


/* // common */			

/* base */
	
	body, table, input, textarea, select, button{
		font:1em Helvetica, Arial, Sans-Serif;
		line-height:1.5em;
		color:#4f4f4f;
		}		
	body{
		font-size:13px;
		background-image:url(../images/subBg.jpg);
		background-repeat:repeat-x;
		background-position:center top;
		margin:0;
		padding:0;
		background-color: #FFF;
		}	
	a, a:visited{
		text-decoration:underline;
		color:#a60d10;
		}
	a:hover{color:#a60d10; text-decoration:none}
	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{
		padding-left:.5em;
		line-height:normal;
		}	
	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;
		line-height:1em;
		margin:0;
		}
	select{width:312px;}
	textarea, .area{overflow:auto; height:150px; width:100%;}
	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;}
	.txtWhite { color:FFF;	}
	.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;
		line-height:22px;
		}
	.inner{
		position:relative;
		}
	#footer{
		position:relative;
		clear:both;
		background-color:#0a5282;
		padding:30px;
		}	
	#footerText {
		width:900px;
		color:#FFFFFF;
		font-size:.9em;
		margin:0 auto;
	}		
	#footerText a{
		color:#FFF;
	}
	.content{
		clear:both;
		padding:1em 0;
		}
	.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{}
		.col2{}
		.col3{}
		
		.col h5 {
			font-size: 14px;
			color: #21629A;
			font-weight: bold;
			padding: 5px 5px 5px 0px;
			border-bottom: dotted 1px #FFF;
			margin-bottom:20px;
			margin-top:10px;
		}
		.col img {
			float: left;
			margin-right: 10px;
			margin-top: 0px;
		}
		
		.indent1{}
		.indent2{}
		.indent3{}
		
	/* grid */	

/* // layout */

/* navigation */
		#navContainer {
			width:620px;
			padding-top:15px;
		}
		#navPosition {
			margin:0 auto;
			width:760px;
		}

		#nav, #nav ul, #nav li{
			margin:0;
			padding:0;
			padding-top:1px;
			list-style:none;
			}	
		#nav li{
			float:left;
			display:inline;
			position:relative;
			margin-right:2em;
			}	
			
		#nav ul{
			position:absolute;
			left:0;
			top:83px;
			padding:5px 10px;
			width:90px;	
			background:#fff;
			display:none;
			z-index:1000;
			}
		#nav ul li{
			float:none;
			display:block;
			}
		#nav a {
			display:block;
			color:#FFF;
			font-size:1.2em;
			font-weight:575;
			text-decoration:none;
			line-height:35px;
			height:35px;
			padding-left:5px;
			padding-right:5px;
		}
		#nav a:hover {
			background-color:#FFFFFF;
			color:#094e7b;
		}
/* //navigation */


/* content */

	.content a, .content a:visited{
		text-decoration:underline;
		}
	
/* // content */

/* footer */
	
	#footer a, #footer a:visited{
		text-decoration:underline;
		}
	
/* // 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%;}

img, div, a, input { behavior: url(iepngfix.htc) }
ol, ul, blockquote  {
	line-height: 22px;
	margin-top: 0px;
}
#header_sub_text  h1 {
	color: #383838;
	margin-bottom: 0px;
	letter-spacing: -1px;
	font-size: 16px;
}
#header_sub_text  h2 {
	color: #999999;
}
#header_sub h1 {
	color: #FFFFFF;
	margin-bottom: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	padding: 30px 0px 0px 35px;
}
#header_sub h2 {
	color: #FFFFFF;
	padding: 0px 0px 0px 35px;
	line-height: 25px;
	font-weight: normal;
	font-size: 14px;
}
#header_sub h3 {
	color: #094e7b;
	font-size: 20px;
}
#header_sub h4 {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
}
p {
	line-height: 22px;
	margin-top: 0px;
}
h1 {
	font-size: 20px;
	color: #094e7b;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 14px;
	color: #094e7b;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 12px;
	color: #094e7b;
	margin: 0px 0px 0px 0px;
	font-weight:bold;
}

h4 {
	font-size: 20px;
	color: #383838;
	margin: 0px 0px 10px 0px;
}
h5 {
	font-size: 14px;
	color: #383838;
	margin: 0px 0px 10px 0px;
}
h6 {
	font-size: 12px;
	color: #383838;
	margin: 0px 0px 0px 0px;
}
.sub_box_text h2 {
	font-size: 16px;
	color: #094e7b;
	margin: 0px 0px 15px 0px;
	padding-top: 10px;
}

ul {
}
li {
}

a {
	text-decoration: none;
	color: #1a605f;
}

a:hover {
}

img {
	border: none;
}

blockquote {
	border-left:3px solid #094e7b;
	margin:0 0 0 2.5em;
	padding-left:1em;
	padding-right: 1em;
}
.wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -61px;
}
.footer, .push {
     height: 61px;
}
#wrap {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}
#header_wrap {
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 421px;
	background-image: url(../images/header.jpg);
	background-position: top center;
}
#header {
	width: 980px;
	height: 421px;
	margin: 0 auto;
}
#header_upper {
	width: 960px;
	float: left;
}
#header_logo {
	width: 280px;
	float: left;
	height: 95px;
}
#header_lower {
	width: 980px;
	float: left;
}
#header_sub {
	float: left;
	width: 390px;
}
#header_sub_text {
	float: left;
	padding-left: 30px;
	width: 250px;
	margin-right: 10px;
}
#header_sub_text_secondary {
	float: left;
	width: 250px;
	margin-top: 50px;
	color: #ffffff;
}
#header_sub_text_secondary p {
	width: 250px;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 0px;
}
#header_sub_button {
	float: left;
	padding-top: 20px;
}
#header_secondary {
	width: 980px;
	height: 187px;
	margin: 0 auto;
}
#header_wrap_secondary {
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 187px;
	background-image: url(../images/header_secondary.jpg);
	background-position: top center;
}
#header_sub_headline {
	float: left;
	width: 390px;
	height: 220px;
}
#header_sub_port {
	float: left;
	width: 390px;
	margin-top: 0px;
}
#header_sub_secondary {
	float: left;
	padding-top: 0px;
	width: 390px;
	padding-left:15px;
}
#header_sub_secondary_right {
	float: right;
	padding-top: 0px;
	width: 500px;
	margin-top: 50px;
	font-size: 18px;
	color: #ffffff;
	text-align: right;
	padding-right: 15px;
}

#navs {
	float: right;
	background-repeat: no-repeat;
}
#navs a {
	text-decoration:none;
	color:#d7e1f8;
	font-size:12px;
	font-weight:bold;
	display: block;
	float: left;
	padding: 12px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#navs a:hover {
	background-image: url(../images/nav_hover2.png);
	background-position: top center;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
#navs a#active{
	background-image: url(../images/nav_hover2.png);
	background-position: top center;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
#navs_left {
	float: left;
	height: 49px;
	width: 11px;
	background-image: url(../images/nav_left.png);
}
#navs_right {
	float: left;
	height: 49px;
	width: 11px;
	background-image: url(../images/nav_right.png);
	margin-left: -1px;
}
#navs_center {
	height: 49px;
	background-image: url(../images/nav_center.png);
	float: left;
	background-repeat: repeat-x;
	margin-right: 0px;
}
#navs  li {
	display: inline;
}
#navs  ul {
	margin: 0;
	padding-left: 5px;
}
	#newNav a { 
		text-decoration: none; 
		text-align:center;  
		line-height: 41px;
		color:#FFF;	
		font-size: 10px; 
		border-bottom:0px;
		margin-left:10px;
		padding:0px;
	}
	#newNav a:hover { color:#2A92EF; font-size: 10px; background:none; vertical-align:bottom; text-decoration:underline }

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 30px 0px;
	background-repeat: repeat-x;
}
#page_secondary {
	width: 960px;
	margin: 0 auto;
	padding: 35px 0px 30px 40px;
	background-image: url(../images/left_bg.jpg);
	behavior: url(csshover3.htc);
	background-repeat: no-repeat;
	height: 100%;
}
#sub_boxes {
	float: left;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/vert_separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.sub_box {
	width: 270px;
	float: left;
	background-image: url(../images/vert_separator.gif);
	padding: 15px 20px 10px 30px;
	background-repeat: no-repeat;
	background-position: left;
}
.sub_box_right {
	width: 270px;
	float: left;
	background-image: url(../images/vert_separator.gif);
	padding: 15px 20px 10px 30px;
	background-repeat: no-repeat;
	background-position: left;
}
.sub_box_text {
}
.sub_box_image {
	margin-right: 8px;
	vertical-align: middle;
	float: left;
}
#secondary {
	background-image: url(../images/head_bg_secondary.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

#featured_wrap {
	float: left;
}
#featured {
	width: 815px;
	float: left;
	background-repeat: no-repeat;
	padding: 20px 20px 10px 20px;
	background-image: url(../images/featurebg.jpg);
	height: 248px;
	
}
#featured_image {
	padding: 5px;
	background-color: #FFFFFF;
	float: left;
	border: solid 1px #cacaca;
	min-width: 400px;
	min-height: 190px;
}
#featured_text {
	float: left;
	margin-left: 20px;
	width: 365px;
}
#featured_bottom {
	width: 855px;
	height: 12px;
	margin: 0 auto;
	background-image: url(../images/featurebg_bottom.jpg);
	float: left;
}
#main_content {
	float: left;
	width: 960px;
}
#main_content_left {
	width: 600px;
	float: left;
}
#main_content_left_secondary {
	width: 720px;
	float: left;
}
#main_content_right {
	width: 285px;
	float: right;
	background-image: url(../images/right_sidebar_bg.gif);
	background-repeat: no-repeat;
	padding: 15px 20px 10px 20px;
}
#main_content_right  ul {
	padding: 0px;
	margin: 0px 0px 15px 10px;
}
#main_content_right  li {
	padding-left: 25px;
	height: 30px;
	font-weight: bold;
	list-style-type: none;
	background-image: url(../images/icons/check.png);
	background-repeat: no-repeat;
	margin: 0px;
}
#logo {
	height: 75px;
	width: 150px;
}
.inline_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
	margin: 5px 10px 0px 0px;
}
#products {
	width: 525px;
}
.product_box {
	border-bottom: dotted 1px #a4a4a4;
	float: left;
	width: 525px;
	padding-bottom: 15px;
	margin-top: 15px;
}
.product_box_image {
	float: left;
	padding: 5px;
	border: solid 1px #a4a4a4;
}
.product_box_description {
	float: left;
	margin-left: 15px;
	width: 320px;
}
.image_wrap {
	float: left;
	margin: 0px 0px 5px 0px;
	width: 180px;
}
.image {
	float: left;
	border: 4px solid #ccc;
	width: 172px;
	height: 120px;
}
.image_caption {
	float: left;
	padding: 3px 0px 3px 0px;
	font-size: 10px;
	color: #424242;
	width: 100%;
	text-align: center;
}

a.button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #ffffff;
	font-size:10px;
	line-height:25px;
}
a.button:hover {
	background: url(images/button_o.jpg) repeat-x;
	border:1px solid #32312f;
}

.input, textarea {
	background-image:url(images/form_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	color:#185889;
	font-size:11px;
	margin-right:4px;
	padding:5px;
	margin-top: 3px;
	margin-bottom: 10px;
}
#left_navigation {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation ul {
	margin-left: 0px;
	padding-left: 0px;
}
#left_navigation li {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
}
#left_navigation a {
	color: #2A92EF;
	font-weight: bold;
	padding: 8px 0px 8px 10px;
}
#left_navigation_contact {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_contact a {
	color: #2A92EF;
	font-weight: normal;
	padding: 0px 0px 8px 0px;
}
#left_navigation h2 {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding-left: 34px;
	margin: 0px;
	width: 140px;
	line-height: 12px;
}
#left_navigation li:hover    {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(images/nav_hover.png) repeat-y;
	display:block;
}
#left_navigation_blog {
	float: left;
	width: 184px;
	margin-right: 35px;
}
#left_navigation_blog ul {
	margin: 0px 0px 10px 0px;
	padding-left: 0px;
}
#left_navigation_blog li {
	list-style-type: none;
	padding-left: 0px;
}

.active    {
	border-top: solid 1px #DCDDDE;
	border-bottom: solid 1px #ffffff;
	list-style-type: none;
	margin-left: 0px;
	padding: 8px 0px;
	background: url(images/nav_hover.png) repeat-y;
	display:block;
}
.page_column {
	float: left;
	width: 305px;
	margin-right: 20px;
	background-image: url(../images/column_bg.gif);
	background-repeat: repeat-x;
	padding: 5px 15px 15px 15px;
	border-top: 1px solid #dddddd;
	margin-top: 15px;
}
.page_column  .img  {
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}
.page_column h4 {
	font-size: 14px;
	color: #21629A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 5px 0px;
}
.page_column h5 {
	font-size: 14px;
	color: #21629A;
	font-weight: bold;
	padding: 5px 5px 5px 0px;
	border-bottom: dotted 1px #ccc;
	margin: 0px 0px 0px 60px;
}
.button {
	background: url(images/button_bg.jpg) repeat-x;
	padding:4px 20px;
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	font-size:10px;
	background-color: #22457A;
}
.portfolio_featured_cell {
	width: 720px;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 15px;
	background-image: url(../images/featured_project.jpg);
	background-repeat: no-repeat;
}
.portfolio_featured_image {
	float:left;
	margin: 35px 20px 0px 20px;
}
.portfolio_featured_description {
	float:left;
	margin-bottom: 0px;
	width: 380px;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
}
.portfolio_featured_bottom {
	float:left;
	width: 720px;
	height: 19px;
}
.portfolio_cell {
	width: 720px;
	float: left;
	padding-bottom: 15px;
	margin:15px 0px;
	border-bottom: dotted 1px #ccc;
}
.portfolio_image {
	float:right;
	margin: 0px 0px 0px 20px;
}
.portfolio_description {
	float:left;
	margin-bottom: 0px;
	width: 440px;
	margin: 0px 0px 0px 0px;
}

.image_portfolio_small {
	border: solid 8px #ccc;
}
.comment {
	color:#5D5D5D;
	display:block;
	font-family:Georgia;
	font-size:13px;
	height:26px;
	padding-top:4px;
	text-align:center;
	text-decoration:none;
	width:31px;
	background-image:background-image: url(../images/icons/comment.gif);
	background-image: url(../images/icons/comment.gif);
	float: left;
	top: 238px;
	left: 1023px;
	margin-right: 10px;
}
.post_details {
	background-color:#F7F7F7;
	font-size:10px;
	margin:5px 0;
	padding-left:5px;
}
.post_title {
	font-size: 24px;
	color: #094e7b;
	margin: 0px 0px 15px 0px;
}
.blog_post {
	border-bottom: dotted 1px #ccc;
	padding: 15px 0px;
}
		
.slider-wrap {
float: right;
}
.slider {
	width: 495px;
	padding: 12px 45px 0px 0px;
	overflow: hidden;
	height: 255px;
}
#mySlides {
}
.slider_nav {
	width: 550px;
	float: right;
	margin-top: 18px;
}
.slider_nav_left {
	float: left;
	margin-top: 8px;
}
.slider_nav_right {
	float: right;
	padding-right: 20px;
}

#myController span{
	background:#eaeaea;
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	border: solid 1px #ccc;
	color: #1a605f;
}

#jFlowSlide{

}

#myController span.jFlowSelected {
	background:#1a605f;
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	border: solid 1px #ccc;
	color: #eaeaea;
}

.jFlowPrev, .jFlowNext{
	margin-right:10px;
	cursor:pointer;
	padding: 5px 8px;
	color: #1a605f;
}


/*TABS*/
		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 3px 5px;
		    background-color: #3D80B5;
		    color: #FFF;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #3D80B5;
		    color: #fff;
		    padding-top: 7px;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 0px;
			border: 5px solid #3D80B5;
			background-color:#edf2f7;

		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		.tabs a{
			color:#FF6600;
			text-decoration:underline;
		}

		
		.waste {
		}
.FAQ {
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #32312f;
	background-color: #22457A;
	width:100%;
	display:block;
	line-height:25px;
	font-weight:bold;
	padding:3px;
}
a.FAQ {
	color: #FFFFFF;
	text-decoration: none;
	border:1px solid #ffffff;
	font-size:12px;
	line-height:25px;
}
a.FAQ:hover {
}

