/*
CSS Credit: http://www.templatemo.com
*/

.clear
	{
			clear:both;
	}



address{
	font-size:13px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.5em; 
	/*background-color: #E4F0EA; #01A336;*/
	background: #E4F0EA; /*url(../images/gradient1.jpg) repeat-x*/
}

a, a:link, a:visited { 
	color: #000; 
	font-weight: normal; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin:5px 0; 
	text-align:justify;
}

img { border: none }
blockquote { border: 1px solid #ccc; border-left: 5px solid #000; padding: 19px; margin: 20px 0 0 0}
cite { font-weight: bold; color:#fff; line-height:1.5em; background:#333; }
cite a, cite a:link, cite a:visited  { font-weight: 400; color:#fff; line-height:1.5em; background:#333; text-decoration: none }
cite span { font-weight: 400; color: #d6e5e4; }
em { color: #000; font-weight:bold }

h1, h2, h3, h4, h5, h6 { color: #000; font-weight: normal;  font-family: Georgia, "Times New Roman", Times, serif }
h1 { font-size: 34px; margin: 0 0 30px; padding: 5px 0 }
h2 { font-size: 28px; margin: 0 0 20px; padding: 5px 0; }
h3 { font-size: 22px; margin: 0 0 10px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.hr_divider { 
	padding-bottom: 10px; 
	margin-bottom: 20px; 
	border-bottom: 1px dashed;
}

.float_l { float: left }
.float_r { float: right }

.image_frame { 
	margin-bottom: 10px; 
	border: 5px solid #579c98; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.templatemo_list { 
	margin: 10px 0 10px 0; 
	padding: 0; 
	list-style: none; 
}

.templatemo_list li { 
	color:#000; 
	margin: 0 0 5px 0; 
	padding: 0 0 0 20px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 5px;  
}

.templatemo_list li a { 
	color: #d6e5e4; 
	font-weight: normal; 
}

.templatemo_list li a:hover { 
	color: #d6e5e4; 
}

#templatemo_wrapper {
	width: 960px;
	margin: 0 auto;
	/*padding: 0 30px 10px;*/
	background:#FFF;
	overflow:hidden;
}



/* ----------------------------------------------Testimonials-------------------------------------*/


ul li.stripped{
	background:#EEE;
}

.fl_left{
	float:left;
	height:80px;
	width:75px;
}


.one_third_wrapper{
	margin:0px;
	width:960px;
	height:auto;
}

.one_third{
	margin:10px;
	float:left;
	height:auto;
}

.two_third{
	margin:10px;
	margin-right:10px;
	float:left;
	height:auto;
	width:320px;/*655px;*/
}


.two_third1{
	margin:10px;
	margin-right:10px;
	float:left;
	height:200px;
	width:320px;/*655px;*/
}





.one_third.one{
	width:316px !important;
}

.one_third.two{
	width:315px !important;
}

.one_third.three{
	width:270px !important;
}

.one_third.three.last{
	margin-right:0 !important;
}

.md img{
	height:80px;
	width:80px;
	overflow:hidden;
	border:1px solid #EEE;
	padding:2px;
}

.ticker {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ticker ul li {
	list-style:none;
}

.ticker img {
	border-radius:15px;
	border:3px solid #ddd;
}

#ticker_02 {
	height: auto;
	max-height: 180px;
}

.ticker li {
	height: 80px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
}

.testimonial_thumb {
	width: 220px;
	float: left;
	text-align:justify;
	min-height:91px;
	
}

.testimonial_thumb p {
	max-width:240px;
	margin-left:5px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}


#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


/* ----------------------------------------------news-------------------------------------*/

.news {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news ul li {
	list-style:none;
}

.news img {
	border-radius:15px;
	border:3px solid #ddd;
}

#news_02 {
	height: auto;
	max-height: 180px;
}

.news li {
	height: 30px;
	border-bottom: 1px dotted #DDD;
	padding: 5px;
	padding-top:0;
}

.news_thumb {
	float: left;
	text-align:justify;
}

.news_thumb p {
	margin-left:5px;
}






#templatemo_header {
	width: 960px;
	padding:0;
	height:110px;
	background: linear-gradient(#08B35A,#fff);
	/*background: url(../images/header.png) bottom repeat-x*/
}

#templatemo_menu { 
	height: 40px;
	margin-bottom: 10px;
	background:#4BBE66;
	/*background:url(../images/bg_nav.jpg) repeat-x;*/
}

#templatemo_slider {
	width: 680px;
	float:left;
	margin-right:10px;
	height: 320px;
	padding:0 10px;
}

#templatemo_main {
	clear: both;
	padding-left: 8px;
	/*padding: 5px 0;*/
}

#templatemo_bottom {
	clear: both;
	padding: 30px 10px 10px;
	font-size: 11px;
	background: /*#911010*/ #A2E7B0;
	border: 1px dashed #eee;
}

#templatemo_bottom *{
	color:black;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif !important;
}

#templatemo_footer {
	clear: both;
	text-align: center;
	line-height: 40px;
	height: 50px;
}

#site_title { 
	margin: 0 auto; 
	width: 200px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block; 
	width: 179px; 
	padding-top: 37px; 
	color: #0b2726; 
	text-align: center; 
	letter-spacing: 2px; 
	font-size: 11px; 
	text-decoration: none; 
	background: url(../images/templatemo_logo.png) no-repeat top center; 
}

#social_box { 
	float: right; 
	margin-top:5px;
	width: 143px; 
	height: 40px; 
}

#social_box img{
	max-width:30px;
	opacity:0.9;
-webkit-transition:width 1s, height 1s, -webkit-transform 1s; /* For Safari 3.1 to 6.0 */
transition:width 1s, height 1s, transform 1s;
}

#social_box img:hover{
	opacity:1;
-webkit-transform:rotate(360deg); /* Chrome, Safari, Opera */
transform:rotate(360deg);
}

#search_box form { 
	clear: both; 
	width: 250px; 
	height: 40px; 
	padding: 0; 
	margin: 0; 
} 

#searchfield { 
	float: left; 
	display: block; 
	line-height: 20px; 
	width: 190px; 
	padding: 9px 10px; 
	font-size: 12px; 
	color: #cbe1e0; 
	font-variant: normal;
	background: none; 
	border: none; 
} 

#searchbutton { 
	float: right; 
	display: block; 
	height: 40px; 
	width: 40px; 
	padding: 0; 
	margin: 0; 
	cursor: pointer; 
	background: none; 
	border: none; 
}

.gallery_box { 
	clear: both; 
	margin-bottom: 40px; 
}

.gallery_box h2 { 
	padding-bottom: 8px; 
	margin-bottom: 10px; 
	border-bottom: 2px solid #000; 
}

.gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.gallery li { 
	margin: 0; 
	padding: 0; 
	display: block; 
	float: left; 
	margin: 0 8px 8px 0; 
	width: 220px; 
	height: 150px; 
	border: 5px solid #579c98;  
}

.gallery li a img { 
	display: block; 
	float: left; 
	width: 220px; 
	height: 150px; 
	margin: 0 2px 2px 0;  
}

.post { 
	margin-bottom: 40px; 
	background: url(../images/templatemo_hr_divider.jpg) repeat-x bottom; 
	padding-bottom: 40px; 
}

.post .post_image { 
	width: 600px; 
	position: relative; 
	border: 5px solid #579c98;  
	margin-bottom: 20px; 
}

.post .post_image .date { 
	position: absolute; 
	width: 114px; 
	height: 40px; 
	top: 10px; 
	right: -13px; 
	background: url(../images/date.png) no-repeat left; 
	font-size: 11px; 
	line-height: 32px; 
	color: #fff; 
	font-weight: 700; 
	text-align: center; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 0 20px 0; 
	margin-bottom: 40px;  
}

.comments li .commentbox1 { 
	background: url(../images/templatemo_hr_divider.jpg) repeat-x bottom;  
}

.comments li .commentbox2 { 
	padding: 10px; 
	background: #599b97 url(../images/templatemo_hr_divider.jpg) repeat-x bottom;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

.comment_box .gravatar img {  
	width: 75px; 
	height: 75px; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #eee; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #eee; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #fff; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
}

#comment_form textarea {
	color: #000;
	background: #a4cdcb; 
	border: 1px solid #599b97;
	height:150px;
	padding:5px;
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #000;
	padding: 5px;
	width: 250px;
	background: #a4cdcb; 
	border: 1px solid #599b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .submit_btn {
	width: 70px; 
	height: 30px; 
	padding: 5px 8px;
	border: 1px solid #7dbdb9; 
	background: #3f8e89;
	color: #fff; 
	font-size:12px; 
}

.popular_post { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.popular_post li { 
	margin-bottom: 30px; 
}

.popular_post li a { 
	display: block; 
}

#contact_form { 
	padding: 0; 
	margin-top: 40px; 
	width: 600px; 
}

#contact_form form {
	 margin: 0px; 
	 padding: 0px; 
}

#contact_form form .input_field { 
	width: 300px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #7dbdb9; 
	background: #74b8b4; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 590px; 
	height: 200px; 
	padding: 5px;  
	border: 1px solid #7dbdb9; 
	background: #74b8b4; 
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 5px 14px;
	color: #fff;
	border: 1px solid #7dbdb9; 
	background: #3f8e89; 
	font-size:14px; 
	margin: 10px 0px;
}

.sb_box { 
	margin-bottom: 30px; 
}

.sb_box h3 { 
	padding-bottom: 4px; 
	border-bottom: 2px solid #000; 
}

.sb_list { 
	padding: 0; 
	margin: 0; 
}

.sb_list li { 
	padding: 0 0 3px 0; 
	margin: 0 0 5px 0; 
	list-style: none; 
	border-bottom: 1px solid #488c88; 
}

.sb_list li a { 
	color: #d6e5e4; 
	text-decoration: none; 
	padding: 5px 0 5px 20px; 
	background: url(../images/templatemo_list.png) no-repeat scroll 0 7px; 
}

.col_f { 
	padding-left: 15px; 
	width: 210px; 
}

.col_l { 
	padding-right: 15px; 
	width: 210px; 
}

.footer_link { 
	margin: 0; 
	padding: 0; 
}

.footer_link li { 
	margin-bottom: 5px; 
	padding: 3px 0; 
	border-bottom: 1px dotted #333; 
	list-style: none; 
}

.footer_link li a { 
	text-decoration: none; 
}

.footer_link li a:hover{ 
	text-decoration: underline; 
}

.footer_link li .social { 
	padding-left: 30px; 
}

.footer_link li .facebook { 
	background: url(../images/facebook.png) left center no-repeat; 
}

.footer_link li .linkedin { 
	background: url(../images/linkedin.png) left center no-repeat; 
}

.footer_link li .myspace { 
	background: url(../images/myspace.png) left center no-repeat; 
}

.footer_link li .youtube { 
	background: url(../images/youtube.png) left center no-repeat; 
}

.footer_link li .vimeo { 
	background: url(../images/vimeo.png) left center no-repeat; 
}

.col { 
	float: left; 
	margin: 0 20px 10px 0; 
}

.half { 
	width: 460px; 
}

#sidebar, .one_third { 
	width: 300px; 
}

img{
	margin-right:5px;
}

#content, .two-third { 
	width: 610px; 
}

.padding_right { 
	padding-right: 20px; 
}

.one_fourth { 
	width: 245px;
	margin-left: 23px;
	text-align: center;
}

.one_fourth a {
	font-size:11px;
}

.no_margin_right { 
	margin-right: 0; 
}

#templatemo_bottom .one_fourth { 
	width: 190px; 
}

.last_box { 
	margin: 0; 
	background: none; 
}

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #a4cdcb; 
	border: 1px solid #599b97; 
}

.pagging ul li a:hover { 
	background: #599b97; 
	border: 1px solid #a4cdcb; 
	color: #fff;  
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
	float: left;
    width: 940px;
    height: 320px;
}

#slider {
	position:relative;
    width: 680px;
    height: 300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 10px;
	bottom: -30px;
}

.nivo-controlNav a {
	display:block;
	width:14px;
	height:18px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	/*background:url(../images/arrows.png) no-repeat;*/
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}




/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}










.ddsmoothmenu{
}

.ddsmoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-right: 2px solid #eee;
	/*background:url(../images/bg_bird.jpg) no-repeat right;*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding:0 11px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #071;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	margin: 0 0 0 0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background: #4BBE66;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
padding: 0;
background: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 500;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	width: 140px; /*width of sub menus*/
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #5ED868;

}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover  { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #071;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #555;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}

.slider_gal{
	max-width:265px;
}

.ad1{
	margin:2px 0;
	float:left;
}

.ad2{
	margin:2px;
	float:left;
	margin-left:0 !important;
}

.ad3{
	margin:2px;
	float:left;
	margin-right:0 !important;
}

						/* Slider styles */
.usl-loading {
	opacity: 0.35;
}

/* Pager style */
#slide {
	list-style: none outside none;
	overflow: hidden; 
	padding: 0px;
	margin: 0 0 10px;
}
#slide-pager {
	clear:both;
	list-style-type:none;
	overflow:hidden;
	margin:14px 0 16px;
	padding:0;
}

#slide-pager li {
	float: left;
}
#slide li img{
		border:3px solid #000;
			max-width: 300px; 
		max-height: 170px; 

}
#slide-pager li a{
	margin:0 2px;
	padding:0 7px;
	border:1px solid #ccc;
	display:inline-block;
}
#slide-pager li a.usl-current{
	text-decoration: underline;
	background-color: #e8e8e8;
}



.ticker1 {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	background:none;
	height:90px;
}

.ticker1 ul li {
	list-style:none;
	background:none;
}




.ticker1 li {
	height: 80px;
	padding: 5px;
}



.ticker1 img {
	width:320px;
}





