h1,h2,h3,h4,h5,h6,l,ul,li,p,input,form{margin:0; padding:0;}
form, img{border:none;}
body{
	font-family:"Helvetica, Arial, sans-serif";
	font-size:16px;
	line-height:20px;
	color:#000000;
	background:url(../images/bg.gif) left top repeat;
	margin:0px;
	padding:0px;
}
img{border:none;}
ul {
	list-style: none;
}

a{
	text-decoration:none;
	color:#FF0000;
}
a:hover{
	text-decoration:underline;
}
.fl{float:left;}
.fr{float:right;}
.fr1{ float:right; margin:-40px 0 0 45px; padding:5px; background:#fff;}
.fl1{ float:left; margin:-40px 45px 0 0; padding:5px; background:#fff;}
.fl2{ float:left; margin:0 45px 0 0; padding:5px; background:#fff;}

.clr{ clear:both;}
::selection{ background:#2469a9; color:#fff;}
::-moz-selection{ background:#2469a9; color:#fff;}


#wrapper{ width:100%; margin:0px auto; padding:0px; position:relative;}

#wrapper_1{
	width:1000px;
	margin:0 auto;
	height: auto;
}
.header{ width:100%; float:left; background:#fff;}
.top_panel{ background:#000000; padding:3px 10px; color:#fff; font-size:16px; }
.marquee_panel{ width:500px; float:left; margin:0px; padding:0px;}
.top_right{
	width:300px;
	float:right;
	padding:0px;
	text-align:right;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
}
.top_right ul{ float:right; margin:0px; padding:0px; width:100%;}
.top_right ul li{ list-style:none; display:inline; margin:0 0 0 15px; float:left}
.top_right ul li img{  margin:0 5px 0 0 ; padding:3px 0 0 0 ; display:inline-block; float:left; }
.top_right ul li a{ color:#fff; text-decoration:none;}
.top_right ul li a:hover{ color:#fff; text-decoration:underline;}


.logo_outer{
	width:100%;
	float:left;
	background-color: #000000;
}
.logo{ float:left; margin:5px 0 10px 200px; display:inline;}
.slogo{
	background:url(../images/cont.png) right top no-repeat;
	float:right;
	width:193px;
	height:58px;
	margin-top: 30px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
}
.socio{
	position:absolute;
	width:106px;
	margin:70px 2px 0 100px;
	padding:0px;
	z-index:999;
	left: 886px;
	top: 50px;
	
} 
.socio img{ padding:0 5px 2px 10px; float:right; }

.menu{
	border-top:1px solid #f2f2f2;
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:3px solid #d5d5d5;
	font-size:15px;
	background-color: #ce1a37;
}
.innerCont{ width:1000px; margin:auto; }
.menu ul{  margin:0px; padding:0px; width:100%;}
.menu ul li{   list-style:none; padding:0px 16px; display:inline; font-family: 'Helvetica, Arial, sans-serif'; font-weight:bold; font-size:17px;}
.menu ul li a{ color:#fff; padding:10px 10px; display:inline-block}
.menu ul li a:hover{ color:#fff; background:#0a74b0;}
.menu ul li a.active{color:#fff; background:#0a74b0;}
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  width: auto;
}
#cssmenu > ul > li {
  float: left;
  margin-left: 1px;
  position: relative;
}
#cssmenu > ul > li > a {
  color: #4a4a4a;

  line-height: 50px;
  padding: 5px 20px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}
#cssmenu > ul > li > a:hover {
  color: #2469a9;
  background:#d8d7d7;
}
#cssmenu > ul > li > ul {
	opacity: 0;
	visibility: hidden;
	background-color: #fafafa;
	text-align: left;
	position: absolute;
	top: 48px;
	left: -11px;
	margin-left: -90px;
	width: 300px;









  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	z-index:999;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top: 65px;
  visibility: visible;
  
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
	color: #323232;
	font-size: 14px;
	padding: 5px 8px 7px 16px;
	display: block;
 }
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -18px;
	left: -7px;
	padding: 16px 0 20px 0;
	background-color: #fafafa;
	text-align: left;
	width: 180px;




  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
	color:#082b65;
	font-weight: bold;
}

#cssmenu ul li :hover {
	color:#000000;
	font-weight: bold;
}


.banner{ border:3px solid #fff; background:#fff; box-shadow:0px 0px 5px #5a5a5a; width:994px; height:350px; margin:10px 0; float:left;}
.middle_wrapper{
	width:979px;
	float:left;
	background:#CCCCCC;
	border:1px solid #f2f2f2;
	border-top:0px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.middle_wrapper_1{
	width:979px;
	float:left;
	background-image:url(../images/homeBG.jpg);
	border:1px solid #f2f2f2;
	border-top:0px;
	padding:10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.sub_head{ border-left:4px solid #e4780c; padding:0 0 15px 10px!important; background:url(../images/sub_head_bg.gif) left bottom no-repeat; color:#434343; text-transform:uppercase; font-size:17px;margin:15px 0 0 0;  float:left; font-weight:bold;}
.sub_head span{ color:#ff3333; font-size:15px; font-weight:normal; text-transform:none;}
.middle_panel{ float:right; margin:25px 25px; padding:0px; width:475px;}
.middle_panel_extended{width:678px!important;}
.middle_panel h1{ color:#352876; font-size:30px; margin:20px 5px 0 0 0;  font-size:20px; text-transform:uppercase;}
.middle_panel p{ float:left; margin:20px 0 0 0; width:100%; padding:0px; text-align:justify;}
.middle_panel ul{ margin:15px 0;  float:left; padding:0px;}
.middle_panel ul li{ list-style:none; color:#ff3333; padding:0 0 6px 10px; background:url(../images/red_arr.gif) left 7px no-repeat;}
.middle_panel ul li a{ color:#ff3333; text-decoration:underline;}
.middle_panel ul li a:hover{ color:#000; text-decoration:underline;}
.read_more{color:#FF0066; font-size:18px;}

.features{
	width:970px;
	float:left;
	padding:0px;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
.f_box{ width:290px;float:left; margin:0 48px 0 0; padding:0px;}
.f_box h5{ color:#f90000; font-size:20px; text-transform:uppercase; font-weight:normal;}
.f_box h5 span{ margin:0px 10px 0 0; float:left;}
.f_box p{ margin:10px 0 5px 0; float:left;}
.f_box a{ color:#f90000; background:url(../images/red_arr.png) right 8px no-repeat; padding:0 19px 0 0; float:left;}
.f_box a:hover{ color:#2d2d2d; background:url(../images/bl_arr.png) right 5px no-repeat;}
.f_box:last-child{ margin:0px;}
.mrg10{ margin-right:10px!important;}
.left_panel{
	width:700px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;

}
.left_panel h1{color:#03107e; font-weight:normal;  font-family:'Lato', sans-serif;}
.left_panel h2{color:#fff; border-left:8px solid #f90000; font-weight:normal;  font-family:'Lato', sans-serif; padding:5px 4px 5px 10px; background:#3d566e; margin:0 0 20px 0; font-size:15px; text-transform:uppercase;clear:both}
.left_panel ul{ float:left; margin:10px 0; width:100%;}
.left_panel ul li{
	list-style:none;
	padding:0 0 5px 12px;
	margin:0 0 5px 0;
	border-bottom:1px solid #e5e5e5;
	font-size:15px;
	background:url(../Images/arrow.gif) left 8px no-repeat;
}


.left_panel p{
	margin: 10px 0 0 0;
	text-align:justify;
	font-size:16px;
}
.left_panel p span{ font-weight:bold; color:#f90000}

.left_panel_1{
	width:970px;
	float:left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;

}
.left_panel_1 h1{color:#03107e; font-weight:normal;  font-family:'Lato', sans-serif;}
.left_panel_1 h2{color:#fff; border-left:8px solid #f90000; font-weight:normal;  font-family:'Lato', sans-serif; padding:5px 4px 5px 10px; background:#3d566e; margin:0 0 20px 0; font-size:15px; text-transform:uppercase;clear:both}
.left_panel_1 ul{
	float:left;
	width:100%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.left_panel_1 ul li{
	list-style:none;
	padding:0 0 5px 12px;
	margin:0 0 5px 0;
	border-bottom:1px solid #e5e5e5;
	font-size:15px;
	background-image: url(../images/r_arr.png);
	background-repeat: no-repeat;
	background-position: left 8px;
}


.left_panel_1 p{
	margin: 10px 0 0 0;
	text-align:justify;
	font-size:16px;
}
.left_panel_1 p span{ font-weight:bold; color:#f90000}

.right_panel{ width:250px; float:right;}
.appointment_form{ border:1px solid #1f9ebc; background:#cdf8fe; padding:px;}
.appointment_form h3{ background:#025eab; color:#fff; font-size:14px;  font-family:'Lato', sans-serif; text-transform:uppercase; padding:10px; }
.appointment_form form p{line-height:18px; padding:10px 0; color:#025eab; font-size:12px; text-transform:none; font-weight:normal; font-family:Arial, Helvetica, sans-serif; font-weight:bold; border-bottom:1px solid #ebfdff; margin:0 0 10px 0;}
.appointment_form form{ background:#CDF8FE url("../images/stethoscope.jpg") no-repeat scroll right bottom; padding:0px 10px 10px 10px;}
.appointment_form form label{ font-weight:bold;  color:#185766; font-size:13px; font-family:'Lato', sans-serif;  width:65px; display:inline-block;}
.appointment_form form input{ border:1px solid #97e4f6; background: #defafe; /* Old browsers */
background: -moz-linear-gradient(top,  #defafe 0%, #fcfcfc 31%, #ffffff 50%, #fcfcfc 81%, #defafe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#defafe), color-stop(31%,#fcfcfc), color-stop(50%,#ffffff), color-stop(81%,#fcfcfc), color-stop(100%,#defafe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #defafe 0%,#fcfcfc 31%,#ffffff 50%,#fcfcfc 81%,#defafe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#defafe', endColorstr='#defafe',GradientType=0 ); /* IE6-9 */
width:135px; padding:3px 10px 3px 10px; margin:0 0 10px 0; color:#025eab}
.t_area{resize:none; width:146px;border:1px solid #97e4f6; font-family:Arial, Helvetica, sans-serif; color:#025eab; font-size:12px; padding:5px;}
.sumbit_btn{ background:#020856!important; border:1px solid #020528!important; cursor:pointer; padding:5px 10px; color:#fff!important; margin:10px 0 10px 69px!important; width:75px!important; text-transform:uppercase; font-size:12px!important;}


.events, .other_links, .other_links ul{ float:left; margin:0; width:198px;}
.events h3{ background:#aadd00; color:#fff; text-transform:uppercase; padding:5px 5px 5px 10px; margin:15px 0 10px 0; font-size:17px;}
.other_links ul li{ list-style:none; background:url(../images/black_arr.gif) left 16px no-repeat; padding:10px 0 10px 13px; border-bottom:1px dotted #9a9898; font-size:15px;}
.other_links ul li a{ color:#1eadad;}
.other_links ul li a:hover{ color:#333;}
.other_links h3{ background:#3cd5d5; color:#fff; text-transform:uppercase; padding:5px 5px 5px 10px; margin:15px 0 10px 0; font-size:17px;}

.event_box{ width:198px; margin:15px 0 0 0; float:left; padding:0px; border-bottom:1px dotted #9a9898; padding:0 0 15px 0; }
.event_box:last-of-type{border:0px;}
.date_section{width:63px; border:1px solid #e4e4e4; float:left; }
.month_panel{background:#aadd00; color:#fff; text-transform:uppercase; padding:3px; text-align:center; width:57px; float:left; font-size:15px;}
.dt_panel{ width:63px; color:#000; font-weight:bold; font-size:15px; padding:10px 0; text-align:center; float:left}
.event_desc{ float:right; width:120px; margin:0px; padding:0px;}
.event_desc h4{color:#aadd00; font-size:15px; font-weight:bold;}
.event_desc p{ width:100%; }

.colored_panel{ width:1000px; margin:20px 0 0 0; float:left}
.colored_panel ul{ width:1000px; float:left; margin:0px; padding:0px;}
.colored_panel ul li{ float:left; list-style:none; margin:0 1px 0 0; display:inline; }
.colored_panel ul li:last-child{ margin:0; }
.colored_panel ul li a p{ width:100%; text-align:center; margin:40px 0 0 0; text-transform:uppercase; font-size:21px; color:#fff;}
.feature_text{  margin:30px 0 0 0!important}
.colored_panel ul li a{width:165px; height:187px; display:inline-block;opacity:0.8;filter:alpha(opacity=80); }
.colored_panel ul li a:hover{opacity:1.0;filter:alpha(opacity=100);}
.org{ background:#f87912;}
.yellow{background:#ffcc00;}
.l_blue{background:#3cd5d5;}
.green{ background:#aadd00;}
.purple{ background:#666699;}
.red{ background:#ff3333;}

.slider{ width:978px; float:left; border:1px solid #a3dddd; background:#e5f5f5; padding:10px; margin:10px 0; position:relative}



	
/*************************************************
css reset and general setup
*************************************************/


.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clearer { clear: both; line-height:0px; font-size:0px; height:0px; }
.floatleft { float:left }
.floatright { float:right }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

h1, h2, h3 {
	font-weight: normal;
	margin: 5px 0 10px 0;
}
h1 { }
h2 { }
h3 { }

p { margin: 0 0 10px 0; }
a { text-decoration:none; }
a:link {
	color:#FF6600;
}
a:visited {

}
a:hover {
	color:#FFFFFF;
	font-weight: bold;
} 

blockquote { }
blockquote p { }

ul, ol {
	margin: 0 0 10px 15px;
}

img { border:none; } 

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }


	


#page-wrap {
	width:1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer li {
	list-style-image: url(images/li-light.png);
}



/*************************************************
footer
*************************************************/	
#footer-wrapper {
	margin:0px 0px 80px 0px;
}
#footer-wrapper .top {
	width:1000px;
	height:3px;
	background:url(../images/footer-top.png) no-repeat 0px 0px;
}
#footer-wrapper .bottom {
	width:1000px;
	height:4px;
	background:url(../images/footer-bottom.png) no-repeat 0px 0px;
}
#footer {
	color:#CCC;
	font-size:13px;
	background:url(../images/footer-bg.png) repeat 0px 0px;
}
#footer .inner {	
	padding:20px 30px 10px 30px;	
}
#footer .left {
	float:left;
	width:180px;
}
#footer .left2 {
	float:left;
	margin-left:30px;
	width:170px;
}
#footer .middle {
	float:left;
	margin-left:30px;
	width:500px;
}
#footer .right {
	float:left;
	margin-left:30px;
	width:280px;
}
#footer h2 {
	margin:0px;
	padding:2px 0px 15px 0px;
	font-size:21px;
	border-bottom:1px solid #181818;
	text-transform:uppercase;
}
#footer .line {
	border-top:1px solid #4C4C4C;
	display:block;
	height:1px;
	margin-bottom:15px;
}
#footer p {
	padding:0px 0px 15px 0px;
	line-height:1.7em;
}
#footer .copyright {
	padding:10px 30px 8px 30px;
	background:#202122;
	border-top:1px solid #000;
	color:#888;
	font-size:.9em;
}
#footer h2.latest-tweets {
	padding-top:2px;
	padding-left:35px;
	background:url(images/twitter.png) no-repeat left top;
}
#footer .latest-tweets li {list-style-image:none;}
#footer h2.flickr {
	padding-top:2px;
	padding-left:35px;
	background:url(images/flickr.png) no-repeat left top;
}
#footer .widget {
	padding:0px 0px 15px 0px;
}
#footer .widget ul {
	margin:10px 0px 10px 15px;
}
#footer .widget ul li {
	margin:5px 0px 5px 0px;
}
#footer .widget table#wp-calendar td {
	text-align:center;
	padding:5px;
}
#footer .widget table#wp-calendar th {
}
#footer .widget table#wp-calendar caption {
	margin-top:10px;
	color:#999;
}
#footer a.topofpage {
	display:block;
	float:right;
	width:26px;
	height:35px;
	background:url(images/footer-topofpage.png) no-repeat 0px 0px;
}
#footer .widget ul.flickr-thumbs li.first {display:none;}
/*recent reactions scroller in footer*/
#footer .recent-reactions {
	font-size:1.4em;
	margin-bottom:20px;
}
#footer .recent-reactions .content {
	padding:15px 20px 20px 20px;
	height:385px;
	overflow:hidden;
}
#footer .recent-reactions .comment-wrapper{
	margin-bottom:18px;	
}
#footer .recent-reactions a.comment{
	display:block;
	color:#D4D4D4;
	border:1px solid #565C63;
	padding:8px 5px 7px 8px;
	background:#43464D;
	font-size:13px;
	line-height:13px;
	height:50px;
	overflow:hidden;
}
#footer .recent-reactions a.comment:hover{
	color:#FFF;
	border:1px solid #636A72;
}
#footer .recent-reactions a.author {
	margin-top:-1px;
	position:relative;
	z-index:10;
	padding:3px 0px 0px 29px;
	background:url(images/spotlight-comment.png) no-repeat 5px 0px;
	display:block;
	font-size:.7em;
	color:#999999;
}

/*satisfy the Theme Check plugin warnings*/
.wp-caption-text {
}
.sticky {
}
.gallery-caption {
}



.product{float:left; margin:0px 10px 0px 0px;}
.maincontant{margin:0 10px; float:left;}

#feed-panel-wrapper {
}
#feed-panel-wrapper .left-panel {
	width:658px;
	float:left;
}
.feed-panel .ad {
	padding:10px 0px 0px 0px;		
}
.feed-panel {
	float:left;
	margin-right:10px;
	margin-top:10px;
	width:220px;
	margin-left: 10px;
}
.feed-panel.right-most {
	margin-right:0px;
}
.feed-panel .top {
	height:4px;
	width:220px;
	background:url(../images/feed-panel-top.png) no-repeat 0px 0px;
}
.feed-panel .bottom {
	height:4px;
	width:220px;
	background:url(../images/feed-panel-bottom.png) no-repeat 0px 0px;
}
.feed-panel .inner {
	width:199px;
	background:#EEEEEE;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	
}
.feed-panel .category {
	text-transform:uppercase;
	padding:4px 0px 0px 5px;
	font-size:.7em;
}
.feed-panel .article-image {
	border:1px solid #CCC;
	background:#FFF;
	padding:0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.feed-panel .article-image-placeholder {
	height:152px;
}
.feed-panel .article-image img {
}
.feed-panel .content {
	padding:5px 10px 0px 10px;
	height:178px;
	overflow:hidden;	
}
.feed-panel h2 {
	margin-bottom:5px;	
}
.feed-panel h2 a {
	font-size:.65em;
	color:#333333;	
}
.feed-panel h2 a cufon {
	padding-bottom:6px;
}
.feed-panel .excerpt {
	font-size:.75em;
	line-height:1.5em;
	color:#545454;
}
.feed-panel .meta {
	border-top:1px solid #FFFFFF;
	width:298px;
	background:#E2E2E2;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	font-size:.6em;
	text-transform:uppercase;
}
.feed-panel .meta a {
	color:#666;
}
.feed-panel .author {
	float:right;
	width:250px;
	padding:5px 15px;	
	height:12px;
	color:#6699FF;
}
.feed-panel .comments {
	float:left;
}
.feed-panel .comments a {	
	display:block;
	width:14px;
	padding:5px 10px;	
	height:12px;	
	color:#FFF;
	font-size:9px;
	text-align:center;
	background:url(images/feed-comments.png) no-repeat center center;
}
.feed-panel .fullstory {
	float:left;
}
.feed-panel .fullstory a {
	display:block;	
	width:74px;
	padding:5px 10px;	
	height:12px;
}
.feed-panel .fullstory a:hover {
	color:#999;
}
/* feed panels vertical */
.feed-vertical-wrapper {
	background:#FFF url(images/sidebar-bg.png) repeat-x 0px 0px;
	border-left:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
}
.feed-vertical {
	padding:40px 20px;
}
.feed-vertical .article-image {
	border:1px solid #CCC;
	background:#FFF;
	padding:8px;
	display:block;
	float:left;
	margin-right:20px;
	position:relative;
}
#feed-vertical .article-image .stars {
	position:absolute;	
	bottom:8px;
	right:8px;
	background: url(images/transparent-bg.png); 
	display:inline-block;
	padding:3px;
}
.feed-vertical .article-image-placeholder {
	display:block;
	float:left;
	width:238px;
}
.feed-vertical .article-image img {

}
.feed-vertical .article-image a {
border-width:0px;	
}
.feed-vertical .article {
	width:380px;
	float:left;
	padding-top:0px;
}
.feed-vertical .article .comments {
	float:right;
	background:url(images/feed-comments-large.png) no-repeat 0px 0px;
	height:47px;
	width:112px;
	color:#555;
	text-transform:uppercase;
	font-size:.7em;
}
.feed-vertical .article .comments .number {
	font-size:1.8em;
	float:left;
}
.feed-vertical .article .comments .number a {
	color:#555;
	display:block;
	width:42px;
	padding:7px 0px;
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
}
.feed-vertical .article .comments .label {
	float:left;
	width:64px;
	padding:12px 0px 0px 6px;
	font-weight:bold;
	letter-spacing:-1px;
}
.feed-vertical .article h1 {
	line-height:.7em;
}
.feed-vertical .article h1 a {
	color:#333;
	font-size:.7em;
}
.feed-vertical .article h1 a cufon {
	padding-top:4px;
}
.feed-vertical .article a.category {
	background:#545E7E;
	display:inline-block;
	color:#FFF;
	font-size:.8em;
	text-transform:uppercase;
	padding:6px 10px 4px 10px;
	margin-top:10px;
	margin-bottom:15px;
}
.feed-vertical .article .desc {
	font-size:.65em;
	color:#999999;
	margin:10px 0px;
}
.feed-vertical .article a.read-more {
	float:right;
	text-transform:uppercase;
	font-size:.7em;
}
.feed-vertical .article .excerpt {
	line-height:1.7em;	
	font-size:.8em;
	color:#545454;
}

.serivceOuter{ width:100%; margin:0px; background:url(../images/homeBG.jpg) left top repeat;}

.box_panel{ margin:0px auto; width:970px; padding:50px 0 50px 0;}
.box_panel h2{border-bottom: 1px dashed #ccc; color: #274900;  font-size: 20px;  font-weight: bold;  margin: 0 0 80px;    padding: 0 0 10px;}
.box_panel h3{ font-weight:normal; padding:10px 0; margin:0px; width:970px; color:#274900; font-size:24px;}
.box{
	width:205px;
	float:left;
	background-color: #fff;
	box-shadow: 0 1px 3px #999;
	line-height: 22px;
	padding: 10px;
	transition: box-shadow 0.5s ease-out 0s;
	position:relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 80px;
}
.box span{
	display:block;
	position:relative;
	text-align:center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 100px;
	margin-left: 0;
}
.box span img{
	width:120px;
	height:120px;
	border-radius:150px;
	border:2px solid #fff;
	box-shadow: 0 1px 3px #999;
	top:-50px;
	position:absolute;
	left:35px;
}

.box_text{ width:205px; float:left; margin:0 0 1px 0;}
.box_text h4{ font-size:16px; color:#3b4e02; font-weight:bold ;text-transform:uppercase; padding:0 0 5px 0; margin:0 0 10px 0; text-align:center}
.box_text p{
	float:left;
	margin:5px 0 15px 0;
	line-height:18px;
	font-size:14px;
	text-align:center
}
.box_text a{
	color:#374902;
	font-size:13px;
	padding:5px 10px 5px 0;
	display:block;
	background:#cfcfcd;
	margin:10px 0 0 0;
	text-align:center;
	clear:both;
	font-weight:bold;
}
.box_text a:hover{
	color:#000000;
	font-weight:bold;
}
.box:last-child{ margin:0px!important;}

.social{
	cursor:pointer;
	height:88px;
	position:absolute;
	right:-3px;
	top:604px;
	width:30px;
}
  
.social a{border:0}

.social_1{
	cursor:pointer;
	height:88px;
	position:absolute;
	right:-2px;
	top:497px;
	width:30px;
}
  
.social_1 a{border:0}
  

.buy{
	position:absolute;
	right:0px;
	top:299px;
}
.buy img{ border:0px;}

.why{
	position:absolute;
	left:0px;
	top:473px;
}
.why img{ border:0px;}

.menphoto{margin:0 7px 3px 0;}


.middle_wrapper{ width:978px; float:left; background:#FFFFCC; border:1px solid #f2f2f2; border-top:0px; padding:10px; margin:0 0 20px 0}
.marquee{
	width:1000px;
	margin:0 auto;
	height: auto;
}
.marqueePane{
	border:1px solid #cfe5fb;
	color:#0b3b3a;
	font-size:15px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.well_desc{
	width:999px;
	float:left;
	margin:0px;
	padding:0px;
}
.well_desc p{
	float:left;
	width:999px;
	text-align:justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.well_desc a{text-decoration:underline; color:#ee8835}
.well_desc a:hover{text-decoration:underline; color:#000}

.contact-form{
	float: left;
	width: 999px;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type="text"] {
	margin-bottom:4%;
	font-family: 'nexa_lightregular';
	font-size:1em;
	float:left;
	width:45.666666%;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="text"].right{
	margin-right: 10px;
}
.contact-form input[type="text"]:hover{
	border:1px solid #FF9900;
}
.contact-form textarea {
	font-family: 'nexa_lightregular';
	font-size:1em;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(138, 137, 137, 0.84);
	padding: 8px;
	display: block;
	width: 95%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form textarea:hover{
	border:1px solid #FF6600;
}
.contact-form input[type="submit"]{
	margin-top:4%;
	font-family: 'nexa_lightregular';
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #3a3a3a;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type="submit"]:hover{
	background-color: #FF6600;
}

.contact-form {
	margin-top:4%;
	float: none;
	width: 999px;
	}
