/*
Theme Name: Modernline
Theme URI: http://www.your_url.com
Description: A clean and elegant Business WordPress theme by Cybersplash
Author:  Cybersplash
Author URI: http://www.cybersplash.org
Version: 1.0
Tags: dark, business, two-columns, fixed-width, custom-header, threaded-comments, custom-menu, post thumbnails, featured slider
License: GPL
*/

/*** Reset Browser Settings ***/

*{
	margin: 0; 
	padding: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-family: inherit; 
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E7E5DE -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}
a,
a img,
img{
	border: 0; 
	outline: 0; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}
.quote{
	width:400px;
	float:left;
	border-left:2px solid #666666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	margin-left:30px;
	padding-left:20px;
}

/*** Main Body ***/
body {
	font-size: 12px; font-family:Arial, Helvetica, sans-serif;

	line-height: 20px; 
	color:#333333;
	background:#FFF;

}

/***** Global Classes *****/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clear { /*display: inline-block;*/ clear:both; }
html[xmlns] .clear { display: block;}
* html .clear { height: 1%;}

.leftAlig { float:left; }
.rightAlig { float:right; }

/*** Links ***/
a { 
	text-decoration: none; 
	color:#333333;
}
a:hover, .current-cat a, #footer .current-menu-item a { 
	text-decoration:none;
	color:#D92F2F;
}


/*** Styles ***/
p { 
	margin: 0 0 1em;
	text-align:justify;
}
textarea,input { 
	font-size: 13px; 
	
	font-family: arial, sans-serif;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}

small{
	font-size: 12px;
	color: #666;
}


/*** Headings ***/
h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	color:#000000;
	font-weight: normal;
}
h1 {
	font-size: 2em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
.postcontent h2{
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 10px;
}
h1{
	font-size:18px;
	margin-bottom: 20px;
	line-height: 1;
}
h1.single-title{
	margin-bottom: 0;
}
.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 2em 0em 0.63em 0em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#respond h3 {
	font-size: 1.43em;
	padding: 10px 0;
}
h2.posttitlehome{
	font-size: 1.57em;
	margin-bottom: 10px;
	float:left;
	width:100%;
}
h1.category-title{
	font-size: 1em;
	font-style: italic;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}


/*** Main Layout ***/
#wrap{
	/*width: 1000px;
	padding:0px
	margin: 0px auto;
	background: #FFF;
	border:solid #CCC;
	border-width:0 1px;*/
}
#main_full{
	background:url(images/main_botm.html) bottom no-repeat;
	padding-bottom:22px;
}
#main{
	margin:0 auto;
	width: 1000px;
	height:auto; padding:10px 0;
}
#main h1{
	color: #292A2B;
    font-size: 20px;
    padding-bottom:0px;
	font-weight:bold;
	margin:10px 0;
/*	height:14px;*/
	width:100%;
	}
#main h2{
color: #292A2B;
    font-size: 15px;
    padding: 15px 0;
	font-weight:bold;
	margin:0px;
	}
#main h4{
	color: #292A2B;
    font-size: 15px;
    padding:0 0 15px 0;
	font-weight:bold;
	}
#main_inner{
	margin:0 auto;
	width: 1000px;
	height:auto;
	background:#FFFFFF;
	padding:10px 0;
}
.post span.mid{
	width:687px;
}
.full-width{
	width: 1000px !important;
}

/*** Header ***/
#header {
	width: 1000px;
	height: 90px;
	position: relative;
	z-index: 1;
	margin:0 auto;

}
#header_full{
	width:100%; background:url(images/bg.png) repeat-x;

}
.header_full_bottom{

	width:100%;
	
}
.header_full_top{

	width:100%;
	height:14px;
}
#header-logo{
	position: absolute;
	left: 0;
	top:17px;
}
.search_form {
    position: absolute;
    right: 0;
    top: 22px;
}
a#logo {
	font-size: 18px;
	color: #545454;
	font-weight:bold;
}
#logo:hover {
	text-decoration: none;
}
#phone{
	color: #666;
	font-size: 12px;
	font-weight:bold;
	float:right;
	background:url(images/contact.html) no-repeat bottom left;
	position:absolute;
	top:40px;
	right:5px;
	padding:0px 0 2px 30px;
	
}
#email{
	color: #666;
	font-size: 12px;
	font-weight:bold;
	float:right;
	background:url(images/mail.png) no-repeat bottom left;
	position:absolute;
	top:60px;
	right:5px;
	padding:0px 0 2px 30px;
	
}
#sfcg{
	font-size: 18px;
	text-transform: uppercase;
	float:right;
	padding-left:24px;
	
}

/*** Primary Nav ***/
.menu{
	width:1000px;
	margin:0 auto;
}
#primary-nav{
	font-size: 12px;
	font-weight:bold;
	height:34px;

}
.primary_bottom{
	background:url(images/primary-nav-bottom.html) no-repeat bottom;
	height:4px;
	width:1000px;
	float:left;
}
#primary-nav ul{
	list-style: none;
	
}
#primary-nav li {
	float: left;
}
#primary-nav a{
	display: block;
	padding: 7px 17px;

	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;

	text-transform:uppercase;
}
#primary-nav li:last-child a{
	border-right:none;
}
#primary-nav a:hover, #primary-nav .current-menu-item a, .current-category-ancestor a{
	background:#f56600; color:#FFF;
	}
#primary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 200px;
	height: auto;
	margin:0;
	background: #FFF !important; border:solid #f56600; border-width:0 0 3px 0;


}
#primary-nav li ul a {
	display: block;
	line-height: 20px;
	height: 20px;
	text-transform:none;
	font-size: 13px;
	font-weight: normal;
	border:none;
}
#primary-nav li ul li {
	float: none;
	border: solid #e0e0e0; border-width:0 0 1px 0;
}
#primary-nav li ul li a { color:#666666 !important; background:#FFF !important;}
#primary-nav li ul ul {
	margin: 0px 0 0 180px;
	width: 180px;
}
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul, 
#primary-nav li.sfhover1 ul ul,
#primary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul, 
#primary-nav li li li:hover ul,
#primary-nav li.sfhover ul, 
#primary-nav li li.sfhover1 ul,
#primary-nav li li li.sfhover1 ul {
	left: auto;
}
#primary-nav li:hover,
#primary-nav li.sfhover1 { 
	position: static;
}


#slider{
	width:990px;
	margin:14px auto 0 auto;
	height:auto;
	padding:5px;
	background:#ececec;
	border:1px solid #c9c7c7;
}
/*** Search ***/
#searchform{
	font-size: 14px;
	border:1px solid #eae9e9;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
input#search{ 
	width: 185px; 
	padding: 10px 5px 10px 5px; 
	border-left:none;
	border-bottom:none;
	border-top:none;
	border-right: 1px solid #DDDDDD; 
	color: #bfbfbf; 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
}
#searchsubmit{ 
	background:url(images/search.png) 0px -4px no-repeat;
	color: #666;
	width:38px;
	height:30px;
	font-weight: bold;
	text-shadow: 0px 1px #FFF;
	cursor: pointer;
	border:none;
	font-size:0;
}
#searchsubmit:hover{ 
	color: #4376AD;
}


/***HomePage Business***/
#business-about h1,
#business-top-right h2
{
	margin:0px;
	border: none;
}
#business-top{

	min-height:202px;
	width:1000px;
	float:left;
	margin-top:15px;
	overflow:hidden;
}
#business-top ul{
	margin:0px;
	padding:0px;
}
#business-top h1{
	font-size:18px;
	 background:url(images/head_bg.png) repeat-x;
	 height:40px; line-height:40px;
		font-family: 'Open Sans Condensed', sans-serif; margin:0; padding:0 0 0 15px; font-weight:normal;
	font-size:20px; width:305px; border-radius:10px 10px 0 0;

}
#business-top p{
	float:left;
	width:290px; padding:0 15px;
	}
#business-top img{
	margin:0 0 0 1px;
	float:left;
}
#business-top .readmore{
	background:url(images/readmore.html) no-repeat;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	float:right;
	padding:5px 20px;
	margin-right:14px;
	margin-top:17px;
}
#business-top ul li{
	margin:0px;
	float:left;
	padding:0px;
	width:320px;
	list-style:none; border:solid 1px #cfcfcf; border-radius:10px;
	min-height:202px;
}
#business-top ul li.midli{
	 margin:0 15px;
}
#business-top ul li.midli span{
	
	min-height:202px;
	display:block;
}
#business-about{
	float: left;
	width: 657px;
}
#business-top-right{
	float: right;
	width:343px;
	/*border: 1px solid #E2E2E2;*/
}
#business-top-right ul{
	list-style: none;
}

#business-bottom h2{
	font-weight: 100;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 10px;
}
span.name {
	clear:both;
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#333333;
}
span.date {
	clear:both;
	color:#999999;
	font-size:12px;
	display:block;
}
span.title a {
	clear:both;
	display:block;
	color:#72859d;
	font-size:12px;
	padding-bottom:10px;
	border-bottom:1px dashed #b2b2b2;
	margin-bottom:10px;
}
span.title a:hover{
	color:#000;
}
#business-bottom{
	clear: both;
	width:1000px;
	margin-top: 15px;
	float: left;
}
span.left{
	background:url(images/c_left.png) no-repeat;
	width:9px;
	height:40px;
	float:left;
}
span.mid{
	background:url(images/c_mid.html) repeat-x;
	height:40px;
	float:left;
	
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:20px;
	line-height:40px; font-weight:normal;

	color:#313131;
}
#business-top-right span.mid{
	width:323px;
}
#business-about span.mid{
	width:639px;
}
#business-area span.mid{
	width:982px;
}
span.right{
	background:url(images/c_right.png) no-repeat;
	width:9px;
	height:40px;
	float:left;
}
.business-top-right-cont{
	width:317px;
	height:190px;
	float:left;
	border:1px solid #d4d4d4;
	padding:11px;
}
.business-about-cont{
	width:633px;
	height:154px;
	float:left;
	border:1px solid #d4d4d4;
	padding:11px;
}
.business-about-cont img{
	background:#FFF;
	padding:2px;
	float:left;
	border:1px solid #dfdddd;

}
.business-about-cont p
{
	float:right;
	width:475px;
	color:#5a5a5a;
	line-height:18px;
	margin:0 0 0px 0;
}
.readmore2{ background:#f56200; text-transform:uppercase; color:#FFF; padding:3px 12px; float:right; border-radius:5px;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear; opacity:1;}
.readmore2:hover{
opacity:0.7; background:#f56200; color:#FFF;}
span.ball{
	background:url(images/ball.html) no-repeat;
	height:25px;
	width:23px;
	margin:8px 8px 4px 2px;
	float:left;
}
#business-area{
	float:left;
	width:1000px;
	margin-top:16px;
}
.slider_head { border-radius:10px 10px 0 0;
   background: url("images/c_mid.html") repeat-x scroll 0 0 transparent;
    color: #313131;
    float: left;
    font-family: 'Open Sans Condensed',sans-serif;
    font-size: 20px;
    font-weight: normal;
    height: 40px;
    line-height: 40px; width:985px; border:solid #D4D4D4; border-width:0 1px 0 1px; padding:0 0 0 15px;
}
.slider_cnt { border:1px solid #D4D4D4; padding:10px; width:980px; float:left;}
.business-section-left{
	width: 300px;
	float: left;
	margin-right: 30px;
}
.business-section-middle{
	width: 300px;
	float: left;
	margin-right: 30px;
}
.business-section-right{
	width: 300px;
	float: left;
}
.home-widget ul{
	list-style: none;
}
.home-widget ul li a{	
	list-style: none;
	padding:4px 0;
	border-bottom:#CCCCCC dotted 1px;
	display:block;
}
.home-widget ul li a:hover{
	color:#990000;
	background:#ececec;
	}
/*** Post  ***/
.post{
	float: left;
}
.post-inner{
	float: left;
	width:735px;
}
.postimg img{
	float: left;
}
.postcontent a img{
	margin: 10px;
}
.postcontent a:hover img{
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-moz-box-shadow: 0px 5px 5px #ababab;
	-khtml-box-shadow: 0px 5px 5px #ababab;
	-webkit-box-shadow: 0px 5px 5px #ababab;
	box-shadow: 0px 5px 5px #ababab;*/
}
img.single{
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
	margin-right: 20px;
	margin-bottom: 20px;
}
red{color:#FF0000;}
.noborder{
	border-bottom: none;
}


/*** Post Content ***/
.postcontentt h1 {
	font-size: 2em;
	font-weight: bold;
	color:#990000;
}
.postcontent {
	/*color: #707070;*/
	color:#696969;
	float:left;
	padding:10px 25px 10px 0;
	width:736px;
	min-height:583px;
	background:url(images/bg-li.gif) right repeat-y;
	text-align:justify;
}
.postcontent_inner {
	/*color: #707070;*/
	color:#333;
	float:left;
	padding:10px;
	width:682px;
	min-height:583px;
	text-align:justify;
}
#main .postcontent img{
margin:0 15px 5px 0;
}
#main .cnt_top{
	border-bottom:#ccc 1px solid;
    padding-bottom:20px;
	float:left;
	clear:both;
}
#main strong{
color:#01448A;
}
h2.entry-title{
	margin-top: 0 !important;
}
h2.entry-title a{
	color: #726763;
	font-weight: 100;
}
h2.entry-title a:hover{
	text-decoration: none;
	color: #4F4F4F;
}
.postcontent ul {
padding-left:18px;
}
.postcontent ul li
{
	list-style-image:url(images/a3.html);
	padding:5px 0;
	}
.postcontent ol {
	margin: 10px 40px;
}
.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.postcontent .aligncenter,
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	margin: 20px 0;
	margin-left: 20px;
}
a.read-more{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.93em;
	color: #09F;
}


/*** Byline ***/
#byline {
	font-size: 11px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #999;
}
#byline a{
	color: #09F;
	text-decoration: none;
}
#byline a:hover{
	text-decoration: underline;
}
	
	
/***Portfolio Page ***/
.portfolio-item{
	width: 205px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.portfolio-item h2{
	text-align: center;
	font-size: 1.14em;
}
.portfolio-item h2 a{
	color: #666;
}
.portfolio-item a img{
	border: 3px solid #ECECEC;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	 border-radius: 5px;
	-moz-box-shadow: 0px 1px 2px #ababab;
	-khtml-box-shadow: 0px 1px 2px #ababab;
	-webkit-box-shadow: 0px 1px 2px #ababab;
	box-shadow: 0px 1px 2px #ababab;
}
.portfolio-item a:hover img{
	-moz-box-shadow: 0px 5px 5px #ababab;
	-khtml-box-shadow: 0px 5px 5px #ababab;
	-webkit-box-shadow: 0px 5px 5px #ababab;
	box-shadow: 0px 5px 5px #ababab;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

/*** Comments ***/
#comment-wrap{
	border-top: 1px solid #CCC;
	clear: both;
}
h3#comments{
	margin: 30px 0;
	clear: both;
}
.comment-author{
	color: #000;
	font-size: 0.93em;
}
.commentlist li {
	margin-bottom: 20px;
}
ul.children li{
	margin-left: 30px;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
ul.children li li{
	margin-left: 30px;
}
.comment-wrap{
	margin-left: 70px;
	position: relative;
	font-size: 0.93em;
	color: #666;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CCC;
}
.comment-wrap p{
	margin: 0;
	padding: 0;
}
ol.commentlist {
	list-style: none;
}
img.avatar {
	float: left;
	padding: 2px;
	border: 1px solid #CCC;
	background: #EBEBEB;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
}
a.comment-reply-link{
	color: #2173af;
	text-decoration: none;
	font-size: 0.79em;
}
a.comment-reply-link:hover{
	color: #349ce6;
}
input#submit {
	background: #F4F4F4;
	padding: 5px;
	border: 1px solid #CCC;
	color: #333;
	cursor: pointer;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	color: #C50A17;
	font-weight: bold;
}


/*** Pagination & Page Navi ***/
.wp-pagenavi{
	padding-bottom: 20px;
	font-size: 0.86em !important;
}
.wp-pagenavi a{
	margin-right: 10px;
	padding: 5px;
	color: #666 !important;
	border: 1px solid #C7C7C7;
	background: #F4F4F4;
}
.wp-pagenavi a:hover,
span.current{
	background: #C9C9C9;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #999 !important;
}
	

/*** Footer ***/
#footer{
	padding-top: 10px;
	padding-bottom: 15px;
	width:1000px;
	height:180px;
	margin:0 auto;
	position:relative;
}
.photogallery{
	 float: right;
    height: 157px;
    overflow: hidden;
    width: 287px;
	}
#footer h1, #footer h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#415a7a;
	border-bottom:1px solid #dcd9d9;
	padding-bottom:5px;
	margin:2px;
	text-transform:uppercase;
}
.footer_left {
	width:134px;
	float:left;
	margin-right:30px;
}
.footer_left ul{
}
.footer_middle {
	width:342px;
	float:left;
	margin-right:30px;
}
.footer_middle ul {
	width:342px;
}
.footer_middle li{
	float:left;
	width:171px; margin:3px 0 0 0;
}
.footer_right {
	width:225px;
	float:left;
}
.footer_right ul {
	width:140px;
}
#footer a{
	color: #666;
	font-size: 0.86em;
}
#footer a:hover{
	color:#000000;
}
.ngg-widget img:hover{
	border:2px solid #000;
}
#footer ul{
	list-style: none;
	padding-left:20px;
}
#footer ul li {
	list-style:url(images/li-style.png);
}
#footer-social{
	float: right;
	height:28px;
	position:absolute;
	bottom:5px;
	right:20px;
}
#footer-social ul li{
	float: left;
	margin-right: 10px;
	list-style:none;
}
#footer-links{
	float: left;
}
#footer-links li{
	float: left;
	border-right: 1px solid #CCC;
	padding: 0 10px;
}
#footer-links li a:hover{
	color:#990000;

}

/*** Copyright ***/
#copyright{
	background:#FFFFFF;
	font-size:12px;
	width:1000px;
	margin:0 auto;
}
#copyright ul li{
	list-style:none;
	float:right;
	}
.footer_menu ul.menu{
	width:700px;
	float:right;
}
#copyright ul li{
	margin-right:10px;
}
#copyright_full{
	width:100%;
	border-top:#d7cccc solid 1px;
	padding-top:12px;
}
#copyright a{
	color: #a7a7a7 !important;
}
#copyright-left{
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626161;
	width:300px;
}
#copyright-left a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626161;
}
#copyright-right{
	float: right;
	font-size: 11px;
}

/*** Sidebar ***/
#sidebar {
	float: right;
	width: 215px;
	font-size: 0.93em;
	margin-top:20px;
}
#sidebar ul{
margin-left:20px;
width:220px;
}
#sidebar ul li{
list-style:url(images/a1.html) inside;
width:215px;
}
#side_menu{

    margin-bottom: 30px;
    padding-bottom: 20px;
}
#side_menu ul { margin:15px 0 0 0px; padding:0; list-style:none;}
#side_menu ul li { margin:0 0 5px 0; padding:0 0 5px 0; border: dotted #CCC; border-width:0 0 1px 0; font-size:12px; }
#sidebar h2{
	border-radius: 2px 2px 2px 2px;
    color: #01448A;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 15px;
    padding: 0 0 5px 0;
    text-decoration: none;
}
.sidebar_content{
	border:1px solid #D4D4D4;
	padding:10px;
	float:left;
	width:90%;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#sidebar span.mid {
	width:262px;
}
.box ul li a{
	padding: 4px 0;
	border-bottom:1px #CCCCCC dotted;
	display:block;
}
.box ul li a:hover{
	color:#990000;
	background:#ececec;
	}
.box{
	margin-bottom: 20px;
}
.box ul li ul li, .box ul li ul{
	
	}
.box ul li ul li a{
	font-size:11px;}
.box ul li ul li a:hover{
	background:#999999;
	} 		


.box ul{
	padding: 10px 0;
}
.textwidget{
	padding: 10px 0;
}
#sidebar h4, 
#business-news h2,
.home-widget h2
{
	font-size: 1.43em;
	font-weight: normal;
	border-bottom: 1px dotted #CCC;
	
}

/*** WordPress Styles ***/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.input2 {
	background: #F4F4F4;
	padding: 5px;
	border: 1px solid #CCC;
	color: #333;
	width:450px;
	}
.btn_submit{
	width:auto; height:auto; background:#F4F4F4; color:#333333;
	 padding:5px 10px; outline:none; border:1px solid #999999; font-size:14px;}	

select{
	font-size:15px;
	display:block;
	padding:2px 10px 3px 17px;
	border:1px solid #9e9e9e;
	width:97%;
	color:#5E5659;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.31);
box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.31);
}
.wpcf7 input[type='text']{
	font-size:12px;
	height:30px;
	display:block;
	padding:0 0 0 17px;
	border:1px solid #CCC;
	width:342px;
	color:#5E5659;
	font-weight:bold;
	

}

.jr-form-i .wpcf7 input[type='text']{
	font-size:12px;
	height:29px !important; position:relative; top:5px;
	display:block;
	padding:0 0 0 17px;
	border:1px solid #b65007 !important;
	width:240px !important; background:#f77c00;
	color:#5E5659;
	font-weight:bold;
	

}
.jr-form-i .wpcf7-submit{
	background:#FFF !important;
	color:#000;
	float:left;
	margin-left:0px;
	margin-top:0px;
	border:none;
	padding:5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; border-radius:4px;
}
.jr-form-i .wpcf7 textarea{
	font-size:12px;
	height:100px !important;
	display:block;
	padding:0 0 0 17px;
	border:1px solid #b65007 !important;
	width:240px !important; background:#f77c00; position:relative; top:6px;
	color:#5E5659;
	font-weight:bold;
}
.jr-form-i p { color:#FFFFFF;}
div.wpcf7 .watermark{color:#5E5659 !important;}
#business-bottom .wpcf7 textarea{
	height:73px;
	max-width:312px;
	max-height:73px;
	font-size:15px;
}
.wpcf7 textarea{
	border:1px solid #CCC;
	padding:0 0 0 17px;
	width:342px;
	height:95px;
	color:#5e5659;
	font-weight:bold;
	padding-top:10px;
}
.wpcf7-submit{
	background:#F56600;
	color:#FFFFFF;
	float:left;
	margin-left:0px;
	margin-top:6px;
	border:none;
	padding:5px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; border-radius:4px;
}
.wpcf7-submit:hover{
	background:#959595;
	cursor:pointer;
}

#head_menu
{
	/*width:728px;*/
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 20px 0;
}
#head_menu a
{
	color:#01448A;
	font-size:15px;
	font-weight:bold;
	display:block;
	line-height:16px;
}
#head_menu .current-menu-item{
	background:url(images/bg-li.gif) left repeat-y;
}
#head_menu .current-menu-item a{
	background:none;
	color:#000000;
}
span.sub
{
	display:block;
	margin-top:5px;
	color: #A9A59C;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.head_menu
{
	float:left;
	margin-top:11px;
}
.head_menu li
{
	list-style:none;
	float:left;
	background:url(images/bg-li.gif) left repeat-y;
	height:65px;
	padding:0 5px 0 15px;
	width:126px;
}
.head_menu li:hover{
	background:url(images/bg-li.gif) left repeat-y;
}
.head_menu li:last-child:hover{
	
}
.head_menu li:last-child
{
	padding-right:0px;
}
.head_menu li:last-child a
{
	padding-right:0;
}
.blog_post{float:left;}
.blog_post ul{}
.blog_post ul li{clear: both;
    display: block;
    height: auto;
    list-style: none outside none;
    padding: 10px 0;
	float:left;
	border-bottom:1px solid #E7E5DE;
	width:100%;
}
.blog_post ul li:last-child{border:none;}
.blog_post .postimg{float:left;}
.blog_post .postimg img{ margin-left:0 !important;}
.blog_post h2 a{
    color: #292A2B;
    font-size: 15px;
    padding: 15px 0;
	display:block;
	clear:right;
	font-weight:bold;
}
.blog_post p{}
.cnt{padding-top:15px; float:left; border-top:1px solid #E7E5DE;}

#box{
	width: 703px; 
	height: auto; 
	background: #f1f1f1; 
	border: 1px solid #ccc; 
	padding: 15px; 
	margin-top: 40px; 
	margin-bottom: 30px;
	float:left;
}
#box h2{
	color:#01448A;
	font-size:15px;
}
#box a{
	color:#696969;
	background:url(images/a1.html) no-repeat left center;
	padding-left:22px;
}
#box a:hover{
	color:#01448A;
	text-decoration:underline;
}
.servicecat{
	width:350px;
	height:146px;
	float:left;
	padding-bottom:20px;
	padding-left:16px;
	margin-right:1px;
}
.servicecat > img {
    margin-top: 0 !important;
}
.servicecat p{
	color:#333333;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
.servicecat h4{
	padding-bottom:5px !important;
}
.servicecat h4 a{
	color:#01448A;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}
span.more a{
	float:right;
	margin-right:10px;
	font-size:12px;
}
span.more a:hover{
	color:#333333;
	text-decoration:underline;
}
.servicecat a:hover{
	text-decoration:underline;
}
.blog_postt1{
	float:left;
	width:100%;
	height:90px;
	border-bottom:1px solid #ccc;
	margin-top:20px;
}
span.event-label{
	font-weight:bold;
}

#consultancy select{
	font-size:15px;
	display:inline;
	padding:2px 10px 3px 17px;
	border:1px solid #9e9e9e;
	width:auto;
	margin-bottom:5px;
	color:#5E5659;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.31);
box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.31);
}
#consultancy span.wpcf7-list-item{
	display:block;
	margin-bottom:5px;
}
span.red{ color:#FF0000;}
#consultancy input[type='text']{
	font-size:15px;
	height:25px;
	display:inline;
	padding:0 0 0 17px;
	margin-bottom:5px;
	border:1px solid #9e9e9e;
	width:58%;
	color:#5E5659;
	font-weight:bold;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.31);
-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.31);
box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.31);

}
#consultancy textarea{
	border:1px solid #9e9e9e;
	padding:0 0 0 17px;
	width:88%;
	height:88px;
	color:#5e5659;
	font-weight:bold;
	padding-top:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.31);
	box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.31);
}
#consultancy .wpcf7-submit{
	background:#bbb8b9;
	color:#FFFFFF;
	float:left;
	margin-left:126px;
	margin-top:-6px;
	border:none;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#consultancy .wpcf7-submit:hover{
	background:#959595;
	cursor:pointer;
}

.news_thumb{ width:250px; height:160px; float:left;}
.blog_post ul li a.readmore{
	background:url(images/readmore.html) no-repeat;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	float:right;
	padding:5px 20px;
	margin-right:14px;
}
#main h2.news-title{
	color:#14345C;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
}

a.partner-form{
	background:#aaa;
	border:2px solid #ccc;
	padding:5px;
	margin-left:278px;
}
a.partner-form:hover{
	background:#0A4C91;
	color:#fff;
}
.postblog {
	width:100%;
	height:auto;
	min-height:100px;
	float:left;
	margin-bottom:10px;
}
.style_01 { font-style:italic; font-size:18px; font-family:Arial, Helvetica, sans-serif; text-align:center;}
.style_02 {  font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#89bd1d; font-weight:bold; text-align:center; font-size:16px;}
.home_thumb { width:319px; height:64px;}
.home_service { width:144px; height:118px;}
.new1 { width:144px; height:118px;}
.page_featured { width:730px; height:180px;}
.c_out { float:left; width:152px; margin:0 10px 0 0;}
.services { width:208px; height:95px;}
.services_items { float:left; margin:0 15px 15px 0; width:208px; height:270px; border:solid 1px #e9e9e9; padding:10px; position:relative;}
.services_items_outer { float:left; margin-top:20px;}
.services_items_img { float:left; margin-bottom:10px; width:200px; height:95px; background: #CCCCCC;}
.services_items_txt { float:left;  }
.services_items_txt img { display:none;-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear; opacity:0.7;}
.services_items_txt img:hover { opacity:1}
.services_more { float:left; position:absolute; bottom:10px; right:10px;}
.services_items_txt p { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#666666; margin:0; padding:0;}
.services_items h4 { font-family:Arial, Helvetica, sans-serif; font-size:12px !important; font-weight:bold; color:#FF3300; margin:0; padding:0 0 5px 0 !important;}
.services_more a { padding:5px 10px; color:#FFFFFF; background:#F56600; border-radius:4px;

-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-ms-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear; opacity:1;}
.services_more a:hover { opacity:0.8;}
.gal_img { float:left; margin:0 10px 10px 0; padding:0px; border:solid 1px #dfdfdf;}
.left_bg_social { position:fixed; left:0; background:url(images/left_bg.png) no-repeat; top:30%; width:47px; height:193px; padding:8px 0 0 0;}
.social_items { float:left; margin:0 0 4px 10px;}
.small_thumb_footer { width:63px; height:63px;}
.footer_news_items { width:225px; float:left; border:solid #CCCCCC; border-width:0 0 1px 0; margin-bottom:12px; padding-bottom:6px;}
.footer_news_left { width:63px; float:left;} 
.footer_news_right { width:150px; float:left; margin-left:8px;} 
.footer_news_right p { font-size:11px; line-height:15px; margin:0; padding:0;}
.Home_slider { width:990px; height:345px;}