@charset "utf-8";

body{
	font-family:Verdana,Arial,Georgia;
	font-size:12px;
	color:#828282;
	line-height:22px;
	padding:0px;
	margin:0px;
	background-image:url(../images/bg-pattern1.jpg);
	background-repeat:repeat;
	overflow-x:hidden;
}

a, a:visited{
	color:#737373;
	text-decoration:none;
}
a:hover{
	color:#858585; 
	text-decoration:none;
}
a img{
	border:none
}
.imgcenter{
	margin:18px auto 15px auto;
	display:block
}
.imgmiddle{
	vertical-align:middle;
	margin-right:8px;
}
.imgleft{
	float:left; 
	margin:4px 13px 12px 0px;
}
.imgright{
	float:right; 
	margin:4px 0px 12px 13px;
}
.imgborder{
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
}
hr {
	background-color:#dadada;
	border-width:0;
	color:#dadada;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	clear:both;
}
strong{color:#757575;}
.highlighttext{
	font-size:17px;
	font-family:Georgia,Verdana,Tahoma;
	color:#828282;
	line-height:24px;
	margin-bottom:28px;
}
.clear{clear:both;}
.center{text-align:center; margin-bottom:10px;}

p, ul, ol{	
	margin-bottom:24px;
}
ul li{
	padding:0px 0px 0px 0px;
	line-height:22px;	
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #7d7d7d;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
  background: url(../images/pre_bg.gif) repeat; 
  border: 1px solid #d3d3d3;
  padding: 18px 20px 15px 20px;
  line-height: 19px;
  overflow:auto;
  overflow-Y: hidden;
  color: #555;
  margin: 0 0 20px 0;
}

.pullquote_right,.pullquote_left{
	color:#9c9c9c;
	float:right;
	font-size:16px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:7px;
	margin-left:20px;
	padding-left:15px;
	width:40%;
	font-weight:bold;
    font-style:italic; 
    line-height:1.4em;
    border-left:2px solid #cccccc;
}
.pullquote_left{
    border-right:2px solid #cccccc;
    border-left:none;
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:0;
	padding-right:15px ;
}

.dropcap1{
	width:39px;
	height:30px;
	background-image:url(../images/circle-dropcap.png);
	background-repeat:no-repeat;	
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin:5px 5px 0px 0px;
	padding:6px 0px 3px 0px;
	float:left;
}
.dropcap2{
	width:39px;
	height:30px;
	background-image:url(../images/square-dropcap.png);
	background-repeat:no-repeat;	
	font-size:20px;
	color:#ffffff;
	text-align:center;
	margin:5px 5px 0px 0px;
	padding:6px 0px 3px 0px;
	float:left;
}
.dropcap3{
	font-family:Arial,Tahoma,Verdana;		
	font-size:32px;
	color:#4f4f4f;
	text-align:center;
	margin:8px 5px 0px 0px;
	padding:5px 3px 0px 0px;
	padding:4px 3px 3px 1px\0/;
	float:left;
}

.title-purple{color:#770477;}
.title-black{color:#3c3c3c;}
.title-brown{color:#753b02;}
.title-pink{color:#da6371;}
.title-green{color:#84ac0a;}
.title-blue{color:#029dd8;}
.title-yellow{color:#e7a515;}
.title-red{color:#d12525;}

.info {
	margin: 15px 0;
	color: #478BBF;
	padding: 14px 10px 15px 40px;
	background: #DCEFF5 url(../images/info.png) 17px 18px no-repeat;
	border: 1px solid #B8E7F5;
} 
.success {
	margin: 15px 0;
    color:#3F9153;  
    padding: 14px 10px 15px 40px;
    background:#D7F7DF url(../images/success.png) 17px 18px no-repeat;
    border:1px solid #A3F7B8
}
.error {
    margin: 15px 0;
    color: #C24848;  
    padding: 14px 10px 15px 40px;
    background: #FFD6D6 url(../images/error.png) 17px 18px no-repeat;
    border: 1px solid #FFC2C2;
} 
.warning {
    margin: 15px 0;
    color: #CF9E00;  
    padding: 14px 10px 15px 40px;
    background: #FAF2D7 url(../images/warning.png) 17px 18px no-repeat;
    border: 1px solid #FAE8AF;
}

.table	{
	width:100%;				
	margin-bottom:20px;
	background:#f0f0f0;
}			
.table th{
	font-size:14px;
	font-weight:normal;	
	text-align:left;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	padding:10px 18px;
	color:#fff;	
	border-right:none;	
}				
.table td {	
	font-size:12px;
	font-weight:normal;	
	text-align:left;
	padding:10px 18px;
}

.table th.txtleft,
.table td.txtleft{text-align:left;}
.table th.txtright,
.table td.txtright{text-align:right;}
.table th.txtcenter,
.table th.txtcenter{text-align:center;}

.table tr:nth-child(even){background:#ffffff;}
.table tr.odd td{color:#828282;}				
.table td{color:#828282;}


.table-black table{border:1px solid #292929;}
.table-black table tr th{background-color: #333333;}

.table-gray table{border:1px solid #525252;}
.table-gray table tr th{background-color: #666666;}

.table-white .table th {color:#666666;}
.table-white table{border:1px solid #cccccc;}
.table-white table tr th{background-color: #FFFFFF;}

.table-red table{border:1px solid #b81f1f;}
.table-red table tr th{background-color: #e62727;}

.table-orange table{border:1px solid #cc4a00;}
.table-orange table tr th{background-color: #ff5c00;}

.table-magenta table{border:1px solid #87013c;}
.table-magenta table tr th{background-color: #A9014B;}

.table-yellow table{border:1px solid #cc9111;}
.table-yellow table tr th{background-color: #ffb515;}

.table-blue table{border:1px solid #008abe;}
.table-blue table tr th{background-color: #00ADEE;}

.table-pink table{border:1px solid #b51a75;}
.table-pink table tr th{background-color: #e22092;}

.table-green table{border:1px solid #749707;}
.table-green table tr th{background-color: #91bd09;}

.table-rosy table{border:1px solid #c15663;}
.table-rosy table tr th{background-color: #F16C7C;}

.table-brown table{border:1px solid #663300;}
.table-brown table tr th{background-color: #804000;}

.table-purple table{border:1px solid #660066;}
.table-purple table tr th{background-color: #800080;}

.table-cyan table{border:1px solid #389f9f;}
.table-cyan table tr th{background-color: #46C7C7;}

.table-gold table{border:1px solid #aa8012;}
.table-gold table tr th{background-color: #D4A017;}

blockquote{	
	background-image:url(../images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	font-style:italic;
	padding-left:30px;
	float:left;
}

ul.circle-list li{
	line-height:18px;
	background-image:url(../images/circle.png);
	background-repeat:no-repeat;
	background-position:0px 11px;
	padding:4px 0px 4px 13px;
	margin:0px;
}
ul.check-list li{
	background-image:url(../images/checklist.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.delete-list li{
	background-image:url(../images/deletelist.png) !important;
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.arrow-list li{
	background-image:url(../images/arrow.png);
	background-position:0px center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 18px;
	line-height:24px;
	list-style-type:none;
	overflow:hidden;
}
ul.greenarrow-list li{
	background-image:url(../images/green-arrow.png) !important;
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.star-list li{
	background-image:url(../images/star-list.png) !important;
	background-position:0px 6px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px !important;
	line-height:24px !important;
	list-style-type:none;
}
ul.nolistblock li{
	padding:0px 0px 0px 0px !important;
	line-height:22px;
	display:inline-block;
	margin:10px 10px 0px 0px;
	background-image:none !important;
}
li.marginoff{margin-right:0px !important;}
ol li{
	list-style:decimal;
	line-height:24px;
	list-style-position:inside
}

h1{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:34px;color:#2d2d2d;margin-bottom:15px;line-height:34px;letter-spacing:-1px;}
h2{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:30px;color:#2d2d2d;margin-bottom:15px;line-height:32px;letter-spacing:-1px;}
h3{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:28px;color:#2d2d2d;margin-bottom:15px;line-height:30px;letter-spacing:-1px;}
h4{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:24px;color:#2d2d2d;margin-bottom:15px;line-height:28px;letter-spacing:-1px;}
h5{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:20px;color:#2d2d2d;margin-bottom:15px;line-height:24px;letter-spacing:-1px;}
h6{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:18px;color:#2d2d2d;margin-bottom:15px;line-height:18px;letter-spacing:-1px;}

.boldtext-medium{font-size:14px; font-weight:bold; color:#c6c6c6}
.boldtext-strong{font-size:22px; font-weight:bold; color:#c6c6c6}
small{font-size:11px;}

p#vtip{
	display:none; 
	position:absolute; 
	padding:3px 12px 5px 12px; 
	left:5px;
	font-size:12px;
	background-color:#f0f0f0;
	border: 1px solid #cdcdcd;
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #eee;
	z-index: 9999;
}

.button, .button span {
	display: inline-block;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
.button {
	white-space: nowrap;
	line-height:1em;
	letter-spacing:-1px;
	position:relative;
	outline: none;
	overflow: visible;
	cursor: pointer;	
	margin-bottom:10px;
}
.button.full, .button.full span {
	display: block;
}
.button:active, .button.active {
	top:1px;
}
.button span {
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	text-transform:uppercase;
	position: relative;
	color:#fff;
	padding:10px 22px 12px 22px;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

.button.small span {
	font-size:12px;
}
.button.medium span {
	font-size:15px;
}
.button.large span {
	padding:11px 26px 16px 26px;	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	font-size:18px;
}

.button.black {
	background-color: #333333;
}
.button.gray {
	background-color: #666666;
}
.button.white {
	background-color: #FFFFFF;
}
.button.white span{
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #a2c437;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}

#container{	
	margin:0px auto;	
}
#header-container{
	width:100%;
}
#header-box{
	width:1090px;
	margin:0px auto;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#header-box{
	margin:50px auto 0px auto;
}	
}
#slideshow-container{
	width:1090px;	
	margin:30px auto 48px auto;
}
#headerimage-container{
	width:1090px;	
	margin:48px auto 0px auto;
}
#slide-top, #headerimage-top{
	width:1090px;
	height:99px;
	background-image:url(../images/bg-top-slide.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;
}
#slide-bottom{
	width:1090px;
	height:121px;
	margin-top:414px;
	background-image:url(../images/bg-bottom-slide.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;
}
#headerimage-bottom{
	width:1090px;
	height:137px;
	margin:-170px 0px -300px 0px;
	background-image:url(../images/bg-bottom-slide-inner.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:100;
	float:left;
}
#footer-container{
	width:1090px;
	margin:0px auto 0px auto;
	background-image:url(../images/footer-glow.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#d8d8d8;
	border-top:4px solid #cacaca;	
}

#logo{
	width:240px;
	margin:0px 0px 0px 15px;	
	position:absolute;
	z-index:110;
}
#righttop-header{
	width:711px;
	float:right;
}
#top-information{
	width:711px;
	text-align:right;
	margin-top:-38px;
	position:absolute;
	z-index:110;
}
#top-information p{
	font-size:11px;
	margin-left:10px;
	margin-right:5px;
	float:right;
}
#top-information img{
	border:0;
}
#headerimage{
	width:1090px;
	height:381px;
	margin:0px auto;
}
#headerimage img{
	margin-top:-110px;
}
.headerimage-dot{
	width:1090px;
	height:348px;
	top:48px;
	background-image:url(../images/slide-dot.png);
	background-repeat:repeat;
	position:absolute;
	z-index:80;
}
.pagetitle{
	width:625px;
	margin:-69px 19px 34px 19px;
	padding-bottom:22px;
	border-bottom:1px solid #dcdcdc;
	float:left;
}
.pagetitle h1{
	margin-bottom:5px;
}
.pagetitle h6{
	color:#a6a6a6;
}

#mainmenu{
	width:711px;
	margin:34px 0px 0px 0px;
	float:right;
}
#mainmenu ul{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:15px;
	letter-spacing:-1px;
	line-height:38px;
	padding:4px 10px 4px 15px;
	background-image:url(../images/bg-tranparent.png);
	background-repeat:repeat;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-bottomleft: 14px;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
	z-index:150; 
	position:relative; 
	float:right;
}
#mainmenu ul li{
	float:left;
	padding:9px 21px 13px 21px;
	color:#ffffff;
	text-shadow:0px 1px 0px #040404;
	position:relative;
}
#mainmenu ul li a, #mainmenu ul li a:visited{
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	width:105px;
}
#mainmenu ul li li a{
	display:block;
	float:left;
}
#mainmenu ul li a:hover{
	text-decoration:none;
	color:#e0e0e0;
	text-shadow:0px 1px 0px #040404;
}
#mainmenu ul li.current a{
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	text-shadow:0px 1px 0px #040404;
}
#menu li li{
	margin:0 0 0px 0px !important;
	padding:0px !important;
	position:relative;
	z-index:100;
	line-height:20px !important
}
#menu ul{
	display:none;
	position:absolute;
	top:44px;
	left:8px;
	width:139px;
	padding:2px 0px 7px 4px!important;
	border-top:4px solid #a2c437;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menu ul ul{
	top:0px; left:139px;
}
#menu li ul a, #menu li ul a:visited{
	width:115px;
	padding:3px 10px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff !important;
	line-height:24px;
	z-index:100;
	text-decoration:none;
}

.slide-dot{
	width:1090px;
	height:535px;
	top:0px;
	background-image:url(../images/slide-dot.png);
	background-repeat:repeat;
	position:absolute;
	z-index:80;
}
#slider {
	width:1090px;
	height:535px;
	margin-top:-110px;
	margin-bottom:-121px;
	background:#ccc;
	float:left;
}
#slider li {
	position:relative;
	text-align:center;
	display:inline;
	width:1090px;
}
.slide-content-wrapper {
	position:absolute;
	top:0px;
	left:0;	
	width:100%;
	height:90px;
}
.slide-content {
	margin:0 auto;
	padding-top:38px;
	width:960px;
	text-align:left;
	position:relative;
	z-index:908;	
}
.slide-text{
	width:490px;
	margin:199px 0px 0px -65px;
	padding-bottom:5px;
	background-image:url(../images/bg-tranparent.png);
	background-repeat:repeat;
	-webkit-border-top-right-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	-moz-border-radius-bottomright: 14px;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
	float:left;
}
.slide-text h1{
	width:388px;
	font-size:40px;
	margin:23px 0px 11px 79px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text p{
	width:360px;
	font-family:Arial,Tahoma,Verdana;
	font-size:18px;
	margin:0px 0px 16px 79px;
	text-shadow:0px 1px 0px #000000;
	color:#ffffff;
}
.slide-text .button{
	margin:0px 0px 6px 79px;
}

#pager{
	margin:387px 0px 0px 926px;
	margin:382px 0px 0px 926px\0/;
	z-index:120;
	position:absolute;
}
#pager a{
	background: url(../images/slideshow/slide-nav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:12px;
	height:12px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide{
	background: url(../images/slideshow/slide-nav-active.png) no-repeat;
}

#content{
	width:998px;
	top:300px;	 
	margin:0px auto 10px auto;	
}
.maincontent{
	width:998px;
	margin-top:12px;
	padding:20px 0px 10px 0px;
	position:relative;
	z-index:120;
	float:left;
}
.maincontent-inner{
	width:998px;
	margin-top:-80px;
	padding:20px 0px 10px 0px;
	position:relative;
	z-index:120;
	float:left;
}
.sidebar-content{
	width:246px;
	padding:15px 25px;
	border-top:4px solid #a2c437;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	margin-bottom:38px;
	float:left;
}

.front-slogan{
	width:960px;
	padding:16px 0px;
	text-align:center;
}
.front-slogan p{
	width:778px;	
	font-size:17px;
	font-family:Georgia,Verdana,Tahoma;
	margin:0px auto 47px auto;
}
.front-box{
	width:373px;
	height:100px;
	margin-top:11px;
	background-image:url(../images/front-box.gif);
	background-repeat:repeat-x;
	border:1px solid #e8e8e8;
	float:left;
}
.front-box-shadow{
	width:375px;
	height:9px;
	background-image:url(../images/front-box-shadow.png);
	background-repeat:no-repeat;
	float:left;	
}
.front-badge img{
	margin:-16px 0px 0px 11px;
	position:relative;
	float:left;	
}
.front-logo{
	width:220px;
	float:left;
}
ul.featured-logo li{
	width:220px;
	text-align:center;
	margin-top:18px;
}
.front-column{
	padding-top:20px;
	float:left;
}
.col-3-front{
	width:313px;
	background-image:url(../images/front-separator-shadow.png);
	background-position:right;
	background-repeat:no-repeat;
	margin:0px 24px 15px 0px;
	float:left;
}
.col-3-front-last{
	width:286px;
	margin:0px 0px 15px 0px;
	float:left;
}
.col-3-front p, .col-3-front-last p{
	width:200px;
	float:left;	
}

.latest-list{
	width:296px;
	margin:3px 0px 15px 0px;
	float:left;
}
ul.latest-list li{
	width:296px;
	line-height:6px;
	margin-bottom:19px;
	padding-bottom:0px;
	border-bottom:1px solid #dcdcdc;
	list-style-type:none;
	float:left;
}
ul.latest-list li .date-news{
	margin-right:15px;
	padding:0px 10px 0px 2px;
	background-image:url(../images/news-dot.png);
	background-position:right;
	background-repeat:repeat-y;
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#999999;	
	float:left;
}
ul.latest-list li p{
	width:228px;
	margin:-3px 0px 19px 0px;
	line-height:22px;
	float:left;
}
ul.latest-list li a, ul.latest-list li a:visited{
	border:none;
	color:#828282;
	text-decoration:none;
}
ul.latest-list li a:hover{
	color:#828282;
	text-decoration:none;
}

ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #dddddd;
	border-left:none;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	width: 100%;
	float:left;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 44px;
	line-height: 43px;
	border: 1px solid #dddddd;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tab-gradient.gif);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	text-decoration: none;
	color: #7d7b7b;
	display: block;
	font-size: 14px;
	padding: 1px 26px;
	outline: none;
}
ul.tabs li a:hover {
	background-image:url(../images/tab-gradient.gif);
	background-repeat:repeat-x;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #dddddd;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;	
	float:left;
}
.tab_content {
	padding: 18px 20px 8px 20px;
}
.tab_content p {
	padding-top: 5px;
}
.tab_content img {
	float: left;
	margin: 0 18px 18px 0;
	padding: 0px 5px 0px 5px;
}

.footer-content{
	width:1040px;
	color:#afafaf;
	margin:10px auto 0px auto;
}
.copyright-text a, .copyright-text a:visited, .copyright-text a:hover{
	color:#afafaf;
	text-decoration:none;
}
.amanos {
	float:left;
}
.naature {
	float:right;
}

.divider{
	width:100%;
	height:1px;
	margin:28px 0px 25px 0px;
	background-color:#dcdcdc;
	clear:both;
	display:block;
}
h5.news{
	background:url(../images/quote.png) left top no-repeat;
	padding-left:25px;
	font-size:18px;
	line-height:30px;
	color:#4a4a4a;
}
p.news-link a {
	color:#333;
}
p.news-link a:hover {
	color:#6fb43f;
}
.sidebar-list{
	margin-top:-3px;
}
ul.sidebar-list li{
	width:244px;
	border-bottom:1px dotted #b6b6b6;
	line-height:28px;
	padding:3px 0px;
	list-style-type:none;
}
ul.sidebar-list li a, ul.sidebar-list li a:visited{
	color:#7c7c7c;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border:none;
}
ul.sidebar-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
	background-image:url(../images/list-general.png);
	background-position:0px 4px;
	background-repeat:no-repeat;
	padding:0px 0px 0px 12px;
	border:none;
}
.categories-list{
	margin-top:-3px;
}
ul.categories-list li{
	width:244px;
	border-bottom:1px dotted #b6b6b6;
	line-height:28px;
	padding:3px 0px;
	list-style-type:none;
}
ul.categories-list li a, ul.categories-list li a:visited{
	color:#7c7c7c;
	text-decoration:none;
	padding:0px;
	border:none;
}
ul.categories-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
	padding:0px;
	border:none;
}
ul.categories-list li a.count-category{
	float:right;
}

.about-content{
	margin:18px 0px 18px 0px;
	float:left;
}
.meet-team{
	width:155px;
	padding-top:18px;
	border-top:1px solid #a2c437;
	float:left;
}
.meet-team p{
	margin-top:-11px;
	font-size:12px;
	font-style:italic;
}
ul.team-list{
	width:455px;
	margin:0px;
	padding:18px 0px 0px 15px;
	border-top:1px solid #d0d1d1;
	float:left;
}
ul.team-list li{
	margin:0px 15px -23px 0px;
	display:inline-block;
	float:left;
}
ul.team-list li.team-last{	
	margin:0px 0px -23px 0px;
	display:inline-block;
	float:left;
}
ul.team-list li p, ul.team-list li.team-last p{
	text-align:center;
	margin-top:-5px
}
ul.team-list li img{
	width:91px;
	height:91px;
}
ul.whatwedo-list{
	width:455px;
	margin:0px 0px 18px 0px;	
	padding-left:15px;
	border-top:1px solid #d0d1d1;
	float:left;
}
ul.whatwedo-list li{
	margin:18px 0px 2px 15px;
	display:inline-block;
	float:left;
}
ul.whatwedo-list li img{
	width:442px;
	height:235px;
}
ul.whatwedo-list li p{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	letter-spacing:-1px;
	margin:-59px 0px 0px 20px;	
	padding:3px 13px 7px 12px;
	background:url(../images/bg-tranparent.png) repeat;
	position:relative;
	top:252px\0/;
	z-index:120;
	float:left;
}
ul.testimonials-list{
	margin-bottom:14px;
	float:left;
}
ul.testimonials-list li{
	width:244px;
	line-height:22px;
	padding:3px 0px 0px 0px;
	list-style-type:none;
}
ul.testimonials-list li p{
	margin-bottom:12px;
}

.services-content{
	width:461px;
	margin:18px 37px 18px 0px;	
	float:left;
}
.services-content-last{
	width:461px;
	margin:18px 0px 18px 0px;	
	float:left;
}
.serv-title{
	width:130px;
	padding-top:18px;
	border-top:1px solid #a2c437;
	float:left;
}
.serv-desc{
	width:281px;
	background-color:#ffffff;
	padding:18px 25px 2px 25px;
	margin:0px 0px 10px 0px;
	border-top:1px solid #d0d1d1;
	float:left;
}
.serv-desc:hover{
	cursor:default;
	-moz-box-shadow: inset 0 0 17px #dedede;
	-webkit-box-shadow: inset 0 0 17px#dedede;
	box-shadow: inner 0 0 17px #dedede;
}
.serv-icon{
	width:64px;
	height:64px;
	margin-right:10px;
	float:left;
	border:1px solid #ccc;
}

ul#portfolio-filter{
	margin:0px 0px 28px 16px;
}
ul#portfolio-filter li{
	font-size:12px;
	list-style:none;
	display:inline-block;
	margin-right:10px; 
}
ul#portfolio-filter a{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	padding:10px 22px 12px 22px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	background-color:#a2c437;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
ul#portfolio-filter a.current{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	letter-spacing:-1px;
	color:#ffffff;
	padding:10px 22px 12px 22px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	background-color:#a2c437;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
}
ul#portfolio-filter a{
	text-decoration:none;
}

ul#portfolio-list-2col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-2col li{
	width:447px; 
	margin:0px 16px 45px 16px;
	padding:0px; 
	display:block; 
	background-color:#ffffff;
	border-top:4px solid #a2c437;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;	
	overflow:hidden; 
	float:left;
}
ul#portfolio-list-2col li a{
	border:none;
}
ul#portfolio-list-2col li h6{
	margin:-70px 0px 14px 18px;
	padding:8px 8px 9px 8px;
	background-color:#000;
	color:#ffffff;
	float:left;
}
ul#portfolio-list-2col li p{
	width:416px;
	margin:14px 0px 18px 18px;
	float:left;
}
ul#portfolio-list-2col li img{
	width:447px;
	height:234px;
	margin:0px 0px 5px 0px;
}
.hover-img-2col{	
	width:447px;
	height:234px;
	background:url(../images/hover-opacity-2col.png) no-repeat top left;
	float:left;
}

ul#portfolio-list-3col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
}
ul#portfolio-list-3col li{
	width:286px; 
	margin:0px 16px 45px 16px;
	padding:0px; 
	display:block; 
	background-color:#ffffff;
	border-top:4px solid #a2c437;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;	
	overflow:hidden; 
	float:left;
}
ul#portfolio-list-3col li a{
	border:none;
}
ul#portfolio-list-3col li h6{
	margin:-70px 0px 14px 18px;
	padding:8px 8px 9px 8px;
	background-color:#000;
	color:#ffffff;
	float:left;
}
ul#portfolio-list-3col li p{
	width:255px;
	margin:14px 0px 18px 18px;
	float:left;
}
ul#portfolio-list-3col li img{
	width:286px;
	height:234px;
	margin:0px 0px 5px 0px;
}
.hover-img-3col{	
	width:286px;
	height:234px;
	background:url(../images/hover-opacity-3col.png) no-repeat top left;
	float:left;
}

ul#portfolio-list-4col{
	margin:6px 0px -5px 0px;
	padding:0; 
	list-style:none;
	float:left;
	min-height:250px;
}
ul#portfolio-list-4col li{
	width:207px; 
	margin:0px 16px 45px 16px;
	padding:0px; 
	display:block; 
	background-color:#ffffff;
	border-top:4px solid #a2c437;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;	
	overflow:hidden; 
	float:left;
}
ul#portfolio-list-4col li a{
	border:none;
}
ul#portfolio-list-4col li h6{
	margin:-70px 0px 14px 18px;
	padding:8px 8px 9px 8px;
	background-color:#000;
	color:#ffffff;
	float:left;
}
ul#portfolio-list-4col li p{
	width:176px;
	margin:14px 0px 18px 18px;
	float:left;
}
ul#portfolio-list-4col li img{
	width:207px;
	height:155px;
	margin:0px 0px 5px 0px;
}
.hover-img-4col{	
	width:207px;
	height:155px;
	background:url(../images/hover-opacity-4col.png) no-repeat top left;
	float:left;
}

.testi-container{
	width:100%;
	margin-bottom:50px;
	float:left;
}
.testi-people-left, .testi-people-right{
	width:137px;
	float:left;
}
.testi-baloon-left{
	width:14px;
	height:22px;
	background-image:url(../images/testi-baloon-left.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:57px 0px 0px 124px;
}
.testi-baloon-right{
	width:14px;
	height:22px;
	background-image:url(../images/testi-baloon-right.png);
	background-repeat:no-repeat;
	position:absolute;
	margin:57px 0px 0px -1px;
}
.testi-people-left img{
	width:90px;
	height:90px;
	float:left;
}
.testi-people-right img{
	width:90px;
	height:90px;	
	float:right;
}
.testi-content{
	width:74%;
	padding:18px 23px 3px 0px;	
	background-image:url(../images/testi-bgbox.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#ffffff;	
	border-bottom: 1px solid #d0d1d1;
	border-right: 1px solid #d0d1d1;	
	float:left;
}
.testi-content blockquote{
	color:#868686;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:24px;
	background-image:none;
}
.testi-people-left .p-name{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	color:#2d2d2d;
	margin-bottom:-3px;
}
.testi-people-left .p-company{
	ont-size:12px;
	margin-bottom:-3px;
}
.testi-people-right .p-name{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	font-size:16px;
	text-align:right;
	color:#2d2d2d;
	margin-bottom:-3px;
}
.testi-people-right .p-company{
	font-size:12px;
	text-align:right;
	margin-bottom:-3px;
}

.col-1{
	width:960px;
	margin:0px 19px 5px 19px;
	float:left;
}
.col-2{
	width:461px;
	margin:0px 19px 5px 19px;
	float:left;
}
.col-2-2{
	width:625px;
	margin:0px 19px 5px 19px;
	float:left;
}
.col-2-3{
	width:559px;
	margin:0px 19px 5px 19px;
	float:left;
}
.col-2-faq{
	width:283px;
	margin-right:20px;
	float:left;
}
.col-2-faq-last{
	width:283px;
	margin-right:0px;
	float:left;
}
.col-3{
	width:294px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-4{
	width:211px;
	margin:0px 19px 15px 19px;
	float:left;
}
.col-5{
	width:161px;
	margin:0px 19px 15px 19px;
	float:left;
}

.blog-post{	
	margin-bottom:62px;
	padding-bottom:0px;
	float:left;
}
.post-image{
	width:200px;
	height:256px;
	margin-right:38px;	
	float:left;
}
.post-image-inner{
	width:200px;
	height:256px;
	margin:0px 38px 13px 0px;	
	float:left;
}
.post-content{
	width:387px;
	float:left;
}
.post-content-inner{
	width:625px;
	float:left;
}
.post-title{
	width:518px;	
	margin:15px 0px 23px -160px;
	padding:12px 15px 0px 12px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	float:left;
}
.date{
	width:120px;
	text-align:left;
	color:#a2c437;
	float:left;
}
.title{
	width:395px;
	text-align:right;
	float:left;
}
.title a, .title a:visited{
	color:#2d2d2d;
	text-decoration:none;
}
.title a:hover{
	color:#a6a6a6;
	text-decoration:none;
}
.post-author{
	width:387px;
	margin-top:-3px;	
	float:left;
}
.post-author p{
	width:270px;
	color:#a2c437;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
	float:left;
}
.post-author p a, .post-author p a:visited{
	color:#a2c437;
	text-decoration:none;
}

#search{
	margin:0px 0px 17px 0px;
	float:left;	
}
#search-form{
	width:163px;
	font-size:12px; 
	color:#939393;
	padding:6px 12px 9px 12px; 
	border:none;
	border: 2px solid #dddddd;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	background:url(../images/search-pattern.png) repeat;
	float:left;
}
#search-form:focus{
	color:#a8a8a8;
}
#search .sub-button, #search-error .sub-button{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	padding:6px 12px 9px 12px;
	padding:9px 12px 12px 12px\0/;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	background-color:#a2c437;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	border:none;
	margin:0px 0px 5px 7px;
	cursor:pointer;	
	float:left;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
#search .sub-button, #search-error .sub-button{
	padding:7px 15px 10px 15px;
	margin:0px 0px 5px 7px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#search .sub-button, #search-error .sub-button{
	padding:9px 15px 12px 15px;
	margin:1px 0px 5px 7px;
}
}

.popular-list{
	width:250px;
	margin:3px 0px 15px 0px;
	float:left;
}
ul.popular-list li{
	line-height:6px;
	margin-bottom:12px;
	padding-bottom:15px;
	border-bottom:1px dotted #b6b6b6;
	list-style-type:none;
	float:left;
}
ul.popular-list li p.popular-title{
	width:181px;
	font-size:12px;
	margin:1px 0px 4px 0px;
	line-height:20.8px;
	overflow:hidden;
}
ul.popular-list li img{
	width:45px;
	height:45px;
	margin:4px 10px 0px 0px;
	float:left;
}
 ul.popular-list li p{
	margin:4px 0px 0px 0px;
	font-size:11px;
	font-style:normal;
	color:#b3b3b3;
	float:left;
}
ul.popular-list li a, ul.popular-list li a:visited{
	border:none;
	color:#4f4f4f;
	text-decoration:none;
}
ul.popular-list li a:hover{
	color:#4f4f4f;
	text-decoration:none;
}

.tag-cloud{
	width:250px;
	margin:5px 0px 18px 0px;
	float:left;
}
.tag-cloud a {
	display: block;
	padding: 5px 6px;
	color:#7c7c7c;	
	background-color:#ffffff;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	margin:0px 5px 5px 0px;
	float:left;
}
.tag-cloud a:hover {
	display: block;
	padding: 5px 6px;
	color:#7c7c7c;	
	background-color:#f6f6f6;
	border: 1px solid #dddddd;
	border-bottom: 1px solid #aeafb1;
	border-right: 1px solid #aeafb1;
	margin:0px 5px 5px 0px;
	float:left;
}

ul.sponsor-list{
	width:260px;
	height:120px;
	margin:8px 0px 12px -7px;
}
.sponsor-list li{
	width:260px;
	height:120px;
	margin:0px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

.blog-pagination{
	width:100%;
	margin-bottom:15px;
	float:left;
}
.pages{line-height:30px; margin-bottom:10px; clear:left;}
.blogpages{margin:8px 0px;}
.pfpages{margin:-15px 0px 12px 0px;}
.pageof{
	font-size:12px;
	display: block;
	padding: 2px 7px;
	color:#828282;
	float:left;
	padding:5px 10px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	margin:0px 5px 0px 0px;
}
.pages a{
	font-size:14px;
	display: block;
	padding: 2px 7px;
	color:#828282;
	float:left;
	padding:5px 10px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	margin:0px 5px 0px 0px;
	text-decoration:none;
}
.pages a:hover{
	color:#ffffff !important; 
	background-color:#a2c437; 
	text-decoration:none;
}
.pages a.current{
	color:#ffffff !important; 
	background-color:#a2c437; 
}

#recentPostList{
	width:575px;
	border-top:4px solid #a2c437;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	margin:0px 0px 10px 0px;
	padding:19px 25px 0px 25px;
	float:left; 
}
#related-post-title{
	padding:3px 0px 8px 0px;  
	height:20px; 
	font-weight:bold; 
	color:#2f87aa;
}
.related-item-wrapper{
	font-size:12px;
	width:125px;
	padding:8px 0px 8px 0px;
	margin-right:25px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper-last{
	font-size:12px;
	width:125px;
	padding:8px 0px 8px 0px;
	margin-right:0px;
	float:left;
	color:#adacac;
	cursor:pointer;
}
.related-item-wrapper p, .related-item-wrapper-last p{
	font-style:italic;
	line-height:18px;
}
.related-item-wrapper a, .related-item-wrapper a:visited, .related-item-wrapper-last a, .related-item-wrapper-last a:visited{
	border:none;
	color:#747474;
}
.related-item-wrapper img:hover, .related-item-wrapper-last img:hover{
	-webkit-box-shadow:0 0 8px #6d6d6d; 
	-moz-box-shadow: 0 0 8px #6d6d6d; 
	box-shadow:0 0 8px #6d6d6d;
}
.related-item-wrapper img, .related-item-wrapper-last img{	
	-webkit-box-shadow:0 0 3px #6d6d6d; 
	-moz-box-shadow: 0 0 3px #6d6d6d; 
	box-shadow:0 0 3px #6d6d6d;
}
.img-related{
	float:left;
	margin:0px 0px 5px 0px;
}

.sharing-box {	
	width:625px;
	padding:30px 0 5px 0;
	border-top:1px solid #dcdcdc;
	margin:20px 0px 0px 0px;
	float:left;
}
.share-facebook {	
	width: 200px;
	padding-top:5px;
	float:left;
}
.share-social {
	margin-top:-24px;
	float:right;
}
ul.sharesocial-bloglist{
	margin:24px 0px;
	float:left;	
}
ul.sharesocial-bloglist li{
	display:inline-block;
	margin:0px 3px;
	float:left;	
}
ul.sharesocial-bloglist li a{
	border:none;
}

ul.sharesocial-bloglist-right{
	width:145px;
	margin:24px 0px;
	padding:20px 15px 0px 0px;
	border-top:1px solid #dddddd;	
	float:left;	
}
ul.sharesocial-bloglist-right li{
	display:inline-block;
	margin:0px 3px;
	float:left;	
}
ul.sharesocial-bloglist-right li a{
	border:none;
}

ul.sharesocial-bloglist-left{
	width:145px;
	margin:24px 0px;
	padding:20px 0px 0px 15px;
	border-top:1px solid #dddddd;
	float:right;	
}
ul.sharesocial-bloglist-left li{
	display:inline-block;
	margin:0px 3px;
	float:right;	
}
ul.sharesocial-bloglist-left li a{
	border:none;
}

#comment{
	width:620px;
	padding:20px 0px 8px 0px;
	float:left;
}
#comment ol{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style-type:none !important;
}
#comment ol li ol{
	margin-left:80px;
	}
.commentlist li{
	position:relative; 
	list-style:none; 
	line-height:22px; 
	list-style-position:outside;
}
.commentlist li small{
	font-size:11px; 
	}
.avatar{
	position:absolute;
	top:0; 
	left:0
}
.avatar img{
	width:64px; 
	height:64px;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
}
.comment-text{ margin-left:100px; width:auto; border-bottom:solid 1px #dcdcdc;  padding:0px 0px 5px 0px; margin-bottom:10px;}
.reply{
	margin-top:-5px;
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	padding:6px 14px 9px 14px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	background-color:#a2c437;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	float:right;
}
a.reply, a:visited.reply, a:hover.reply {
	color:#ffffff;
	text-decoration:none;
}

#commentform-wrap {
	float: left;
	width: 100%;
	margin: 20px 0px -30px 0px;
	padding: 0px;
}
#commentform-wrap h4{
	margin-bottom:0px;
}
#comment-form {
	position: relative;
	width: 496px;
	float: left;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#comment-form div {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
#comment-form div label {
	width:100px;
	float: left;
	text-align: left;
	margin:4px 0px 0px 10px;
}
#comment-form input {
	width:320px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#939393;
	margin:0px 0px 16px 0px; 
	padding:7px 12px 8px 12px; 
	border:none;
	border: 2px solid #dddddd;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;	
	background:url(../images/search-pattern.png) repeat;
	background-color:#ffffff;
	display:block;
	float:left;		
}
#comment-form textarea {	
	overflow:auto\0/;
	width:472px;
	height:130px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#939393;
	margin:0px 0px 16px 0px; 
	padding:7px 12px 8px 12px; 
	border:none;
	border: 2px solid #dddddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	background:url(../images/search-pattern.png) repeat;
	background-color:#ffffff;
	display:block;
	float:left;	
}
#comment-form input.submit {
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;	
}
#comment-form em {
	color:#db4e43;
	display: inline;
}

ul.address-list{
	width:455px;
	margin:0px;
	padding:18px 0px 0px 15px;
	border-top:1px solid #d0d1d1;
	float:left;
}
ul.address-list li{
	width:220px;
	margin:0px 15px -23px 0px;
	display:inline-block;
	float:left;
}
ul.address-list li.address-last{	
	margin:0px 0px -23px 0px;
	display:inline-block;
	float:left;
}
ul.address-list li p, ul.address-list li.address-last p{
	margin-top:-5px
}
.contact-area{
	width:455px;
	margin:0px;
	padding:18px 0px 0px 15px;
	border-top:1px solid #d0d1d1;
	float:left;
}
#map-box{
	width:615px;
	height:280px;
	margin-bottom:16px;
	padding:5px;
	background-color:#ffffff;
	border-right:1px solid #d0d1d1;
	border-bottom:1px solid #d0d1d1;
	float:left;
}
.contact_address {
	display:block;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../images/address.png) no-repeat left top;
	line-height:16px;
}
.contact_phone {
	display:block;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../images/phone.png) no-repeat left top;
	line-height:16px;
}
.contact_fax {
	display:block;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../images/fax.png) no-repeat left top;
	line-height:16px;
}
.contact_email {
	display:block;
	padding-left:25px;
	margin-bottom:5px;
	background:url(../images/email.png) no-repeat left top;
	line-height:16px;
}
.contact_mobile {
	display:block;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../images/mobile.png) no-repeat left top;
	line-height:16px;
}
.contact_web {
	display:block;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../images/web.png) no-repeat left top;
	line-height:16px;
}
.contact-icon{
	margin:4px 10px 0px 0px;
	float:left;
}

ul.social-list{
	width:260px;
	margin:8px 0px 13px -4px;
	float:left;
}
.social-list li{
	width:32px;
	height:32px;
	margin:5px 5px;
	list-style-type:none;
	display:inline-block;
	float:left;
}

#contactFormArea{
	margin:0px 0px 0px 0px;
	float:left;
}
form{
	margin:0; 
	padding:0;
}
fieldset{border:0px;}
label{
	width:90px;
	margin-top:8px;
	display:block;
	float:left;
}
.textfield{
	width:319px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	color:#939393;
	margin:0px 0px 16px 0px; 
	padding:7px 12px 8px 12px; 
	border:none;
	border: 2px solid #dddddd;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;	
	background:url(../images/search-pattern.png) repeat;
	background-color:#ffffff;
	display:block;
	float:left;		
}
.textarea{
	overflow:auto\0/;
	width:319px;
	height:105px\0/;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:22px;
	color:#939393;
	margin:0px 0px 16px 0px; 
	padding:7px 12px 8px 12px; 
	border:none;
	border: 2px solid #dddddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;	
	background:url(../images/search-pattern.png) repeat;
	background-color:#ffffff;
	display:block;
	float:left;		
}
.label-form-inline{
	float:left;
}
.buttoncontact{
	font-family:'Ubuntu',Arial,Tahoma,Verdana;
	font-weight:bold;
	letter-spacing:-1px;
	color:#ffffff;
	padding:6px 12px 9px 12px;
	padding:9px 12px 12px 12px\0/;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	display: inline-block;
	background-color:#a2c437;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	border-radius: 90px;
	border:none;
	margin:0px 0px 5px 7px;
	cursor:pointer;	
	float:right;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.buttoncontact{
	padding:9px 15px 12px 15px;
}
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0){
.buttoncontact{
	padding:9px 15px 12px 15px;
}
}
.loading{
    background:url(../images/loading-contact.gif) 0px 4px no-repeat;
    padding-left:25px;
	color:#797979;
    margin:6px 20px 0px 0px;
    float:right;
}
.success-contact {
	width:100%px;
	font-size:12px;
	text-align:center;
    color:#3F9153;
	margin:10px 0px 30px 0px;
    padding:10px;
    background-color:#D7F7DF;
    border-top:1px solid #A3F7B8;
	border-bottom:1px solid #A3F7B8;
	clear:both;
	display:block;
} 
h5 a{font-family:'Ubuntu',Arial,Tahoma,Verdana;font-size:20px;color:#2d2d2d!important;margin-bottom:15px;line-height:24px;letter-spacing:-1px;}
h5 a:hover {color:#6fb43f!important;}
#translate-top{ top:0px; left:0px; background-color:#111; opacity:.7;filter:alpha(opacity=70);padding:7px; color:#fff; font:normal 12pt arial; padding: 10px 5px 0px 10px; position:fixed; display:none; width:100%; height:30px; border-bottom:2px solid #000; text-shadow:0 1px 0 #ccc; z-index:1000; text-align:center; } 