

/* Import CSS Reset File */
@import url("reset.css");
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css"); 

/* ----------------------- GENERAL LAYOUT -----------------------*/

body,html{ margin:0px !important; padding:0px;}
body {
  background-color: #eeeeee;
  background-image: url(../images/pattern/minimalist11.png);
  background-repeat: repeat;
  font-size: 12px;
  line-height: 21px;
  color: #515353;
  font-family:'Droid Sans';font-size: 12px;font-weight: normal;
  text-align:justify;
}


@font-face {
font-family: 'Droid Sans';
src: url('../fonts/DroidSans.eot');
src: local('☺'), url('../fonts/DroidSans.woff') format('woff'), url('../fonts/DroidSans.ttf') format('truetype'), url('../fonts/DroidSans.svg') format('svg');
font-weight: normal;
}


/* Heading */
h1, h2, h3, h4, h5, h6{
	font-weight: 400;
/*	color:#D3D3D3;  */
}
h1{
	font-size:36px; 
	line-height:32px; 
	/*margin-bottom:14px;*/
}
h2{
	font-size:17px; 
	line-height:26px; 
/*	margin-bottom:14px;  */
}
h3{
	font-size:22px; 
	margin-bottom:12px;
}
h4{
	font-size:15px; 
	line-height:16px; 
	margin-bottom:10px;
	color:#333333;
}
h5{
	font-size:14px; 
	margin-bottom: 12px; 
	padding:0px;
}
h6{
	font-size:12px; 
	margin-bottom: 12px; 
	padding:0px;
	letter-spacing: 1px;
}
/* links */
.left_side li a{color:#515353; font-family: arial,Geneva,sans-serif;
    font-size: 12px;}
a:link,a:visited {
color:#515353;
  text-decoration:none;
}
a:hover{
  color:#666666;
  text-decoration: underline;
}
a img, img {
  border:none
}

/* paragraphs,blockquote,code */
p {
  margin-bottom:0px; line-height: 18px;
    padding-bottom: 16px; padding:0px;
}
.linepad{height:10px;}
blockquote {
  margin: 0 0 20px 0;
  color: #9a9a9a;
  background: url(../images/blockquote.jpg) repeat;
  border-left: 4px solid #dadada;
  font-size: 12px;
  padding: 5px 10px;
  font-style: italic;
}
blockquote p {
  margin-bottom: 0;
}
code {
  background: #fafafa;
  padding: 5px 10px;
  display: block;
  font-size: 12px;
  color: #858585;
  margin-bottom: 10px;
  border: 1px dotted #eaeaea; 
  clear: both;   
}
pre{ 
  clear: both; 
 
  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;
}
ol {
  margin: 20px 0 20px 25px;
  list-style-type: decimal;
}
ol li {
  font-size: 12px;
  margin: 2px 0; 
  padding-bottom: 3px;
} 
/* Star List */
.starlist {
  margin-bottom: 10px;
}
.starlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/star.png) 0 2px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Arrow List */
.arrowlist {
  margin-bottom: 10px;
}
.arrowlist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 22px;  
  background: url(../images/arrow.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.checklist {
  margin-bottom: 10px;
}


.checklist li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 25px;  
  background: url(../images/tick.png) 0 4px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Check List */
.bulletlist {
  margin-bottom: 10px;
}
.bulletlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/bullet.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Item List */
.itemlist {
  margin-bottom: 10px;
}
.itemlist  li {
  margin: 3px 0; 
  padding-bottom: 3px;
  padding-left: 20px;  
  background: url(../images/item.png) 0 5px no-repeat;
  border-bottom: 1px solid #dfdfdf;
}
/* Dropcap */
.dropcap{
	background:transparent url(../images/big-bullet.png) no-repeat scroll -1px -1px;
	color:#ffffff;
	float:left;
	font-size:24px;
	height:41px;
	line-height:30px;
	margin-bottom:-10px;
	margin-right:10px;
	padding-top:5px;
	text-align:center;
	width:41px;
}
/* Pullquotes */

.pullquote_right,.pullquote_left{
	color:#9F9F9F;
	float:right;
  font-size: 14px;
	letter-spacing:0px;
	margin-bottom:0;
	margin-top:10px;
	margin-left:20px;
	padding:0 10px;
	width:33%;
  font-style: italic; 
  background: url(../images/quote.png) top left no-repeat;
}
.pullquote_left{
  border-left: none;
	float:left;
	margin-left:0px;
	margin-right:10px;
  
}
/* Clear Floated Elements */

/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* Images Alignment &amp; Styling */
.alignleft {
  float: left;
  margin: 5px 15px 0 0;
}
.alignright {
  float: right;
  margin: 5px  0 5px 15px;
}
.aligncenter {
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 15px;
  display: block; 
}
.imgbox {
  padding: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.imgbox2 {
  padding: 3px;
  background: #ffffff;
  border: 1px solid #ededed;
}
.divider {
 /* background: url(../images/divider.jpg) bottom repeat-x;*/
  padding: 5px 0;
 /* margin: 0 0 16px 0;*/
  display: block;
}
.spacer {
  margin-bottom: 20px;
  float: left;
}
/* Custom Message Styling */
.info {
  margin: 15px 0;
  font-size: 14px;
  color: #246EA7;
  padding: 15px 12px 15px 47px;
  background: #DFECF7 url(../images/info.png) .5em .4em no-repeat;
  border: 1px solid #A7CEEC;
 
  border-radius: 4px;

} 
.error {
  margin: 15px 0;
  font-size: 14px;
  color: #C92036;  
  padding: 15px 12px 15px 47px;
  background: #FAE1E1 url(../images/error.png) .5em .4em no-repeat;
  border: 1px solid #EDA8A8;

  border-radius: 4px;

  box-shadow:0 0 6px #aaaaaa;
} 
.warning {
  margin: 15px 0;
  font-size: 14px;
  color: #E08820;  
  padding: 15px 12px 15px 47px;
  background: #FDF4D7 url(../images/warning.png) .5em .4em no-repeat;
  border: 1px solid #E8C779;
  border-radius: 4px;
  box-shadow:0 0 6px #aaaaaa;

} 
.success, 
.success-message{
  margin: 15px 0;
  font-size: 14px;
  color: #84AF22;  
  padding: 15px 12px 15px 47px;
  background: #E6F2D2 url(../images/ok.png)  .5em .4em no-repeat;
  border: 1px solid #96C24A;

  border-radius: 4px;
 
  box-shadow:0 0 6px #aaaaaa;

} 
/*  Highlight Styles */

.highlight-yellow {padding:1px 4px;background-color:yellow;color:#111;}	
.highlight-dark{padding:1px 4px;background-color:#6a6a6a;color:#fff;}
.highlight-red{padding:1px 4px;background-color:#DE2D2D;color:#fff;}	
.highlight-green{padding:1px 4px;background-color:#A3CC29;color:#111;}	

/* Button */
.button {
  float: left;
  margin: 10px 10px 10px 0;
  cursor: pointer;
  color: #9a9a9a;

  line-height: 30px;
  height: 32px;
 /* background: url(../images/button_white_right.png) no-repeat 100% 0;*/
  display: inline-block;
  text-transform: uppercase;
}
.button span {
 background: none repeat scroll 0 0 #02A3B5;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 30px;
    margin-right: 8px;
    padding: 0 18px 0 20px;
    text-align: center;
}
a.button{
  color: #fff;
}
a.button:hover {
  color: #eafdfb;
}
.buttongreen {
  background: url(../images/button_green_right.png) no-repeat 100% 0;
}
.buttongreen span {
  background: url(../images/button_green_left.png) no-repeat;
}
a.buttongreen {
  color: #6d9900;
  text-shadow: 1px 1px #c4d582;
}
a.buttongreen:hover {
  color: #648317;
}
.buttonblue {
  background: url(../images/button_blue_right.png) no-repeat 100% 0;
}
.buttonblue span {
  background: url(../images/button_blue_left.png) no-repeat;
}
#searchsubmit{    background: url("../images/SSearch.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 15px;
    position: relative; cursor:pointer;
    right:51px;
    width: 15px; text-indent:-99999px; top:4px;}
	
#searchform input{ font-size:12px; color:#515353; font-family:'Droid Sans'}
#searchform input:focus{ border:1px solid #0099FF;}
.only-search{  float: left;
    margin-top: 11px;
    width: 194px;}
.social-links{   border-right: 1px solid #02A3B5;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    padding-right:10px;
    padding-top: 5px;}
#searchform label{ display:none;}
#searchform #s{ background: url("../images/inputbox.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
   color: #858687;
    /*height:15px;*/
    padding-left: 6px;
    width: 166px;}
a.buttonblue {
  color: #1b9ac6;
  text-shadow: #c4ebf9 1px 1px;
}
a.buttonblue:hover {
  color: #167ca0;
}
.buttonred {
  background: url(../images/button_red_right.png) no-repeat 100% 0;
}
.buttonred span {
  background: url(../images/button_red_left.png) no-repeat;
}
a.buttonred {
  color: #ba3226;
  text-shadow: #dcb8b4 0px 1px 1px;
}
a.buttonred:hover {
  color: #ac2e23;
}
.buttondark {
  background: url(../images/button_dark_right.png) no-repeat 100% 0;
}
.buttondark span {
  background: url(../images/button_dark_left.png) no-repeat;
}
a.buttondark {
  color: #3a3a3a;
  text-shadow: #8d8d8d 0px 1px 1px;
}
a.buttondark:hover {
  color: #2a2a2a;
}
.buttonbrown {
  background: url(../images/button_brown_right.png) no-repeat 100% 0;
}
.buttonbrown span {
  background: url(../images/button_brown_left.png) no-repeat;
}
a.buttonbrown {
  color: #944922;
  text-shadow: 1px 1px #d7ad83;
}
a.buttonbrown:hover {
  color: #943b00;
}
.buttonorange {
  background: url(../images/button_orange_right.png) no-repeat 100% 0;
}
.buttonorange span {
  background: url(../images/button_orange_left.png) no-repeat;
}
a.buttonorange {
  color: #dc8100;
  text-shadow: 1px 1px #fcdb89;
}
a.buttonorange:hover {
  color: #ce7900;
}
.buttonpurple {
  background: url(../images/button_purple_right.png) no-repeat 100% 0;
}
.buttonpurple span {
  background: url(../images/button_purple_left.png) no-repeat;
}
a.buttonpurple {
  color: #a33daa;
  text-shadow: #ddc0df 0px 1px 1px;
}
a.buttonpurple:hover {
  color: #902d96;
  text-shadow: #ddc0df 0px 1px 1px
}
.buttonpink {
  background: url(../images/button_pink_right.png) no-repeat 100% 0;
}
.buttonpink span {
  background: url(../images/button_pink_left.png) no-repeat;
}
a.buttonpink {
  color: #752b4e;
  text-shadow: #ffc6e5 0px 1px 1px;
}
a.buttonpink:hover {
  color: #8f004d;
  text-shadow: #ffc6e5 0px 1px 1px
}

img.readmore {
  position: relative;
  top: 5px;
  left: 8px;
  overflow: hidden;
}
.last {
  float:  right;
  margin-right: 0;
}

/* Tabs 
.tabs-container {
  margin-bottom: 20px;
}
.tabs-wrapper {
  margin: 0 0 30px 0;
}
ul.tabs {
	margin:0px 0px 0px 1px;
	padding: 0;
	float: left;
	list-style: none;
	height: 35px;
	border-bottom: 1px solid #dedede;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	width: auto;
	float:left;
}
ul.tabs li {
	float: left;
	padding: 0;
	height: 35px;
	line-height: 32px;
	border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin:0px 0px -1px -1px;
	background-image:url(../images/tabs.jpg);
	background-repeat:repeat-x;
	overflow: hidden;
	position: relative;	
}
ul.tabs li a {
	display: block;
	font-size: 12px;
	padding: 1px 26px;
	outline: none;
}
ul.tabs li a:hover {
  background: #ffffff;
  border-bottom: none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}	*/
html ul.tabs li.current, html ul.tabs li.current a:hover  {
	background: #fff;
  padding-bottom: 1px;
}
.panes {
	border: 1px solid #dbdbdb;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;  
	padding-bottom: 10px;
  font-size: 12px;
  color: #7d7d7d;
  display: block;
}
.pane {
	padding: 18px 20px 8px 20px;
  border-top: 1px solid #dbdbdb;
}


/* ----------------------- Toggle -----------------------*/
.toggle-wrapper {
  margin-bottom: 20px; 
}
.toggle {
	position:relative;
	margin-bottom:5px;
}
.toggle_title {
	margin:0;
	padding:5px 0 5px 0;
	font-size:18px;
	line-height:18px;
	background: url("../images/toggle_icon.png") no-repeat scroll 100% 6px transparent;
	cursor:pointer;
  border-bottom:1px solid #d5d5d5;
}
.toggle_title h5 {
  margin-bottom: 0;
}
.toggle_active {
	background-position: 100% -18px;
}
.toggle_content {
	padding:10px;
	margin:-3px 0px 10px 0px;
	display:none;
  background-color:#ffffff;
}

/* Columns */
.col_12 {
  width: 460px; 
  display: inline;
  float: left;
  margin-right: 20px;
}
.col_13 {
 background: none repeat scroll 0 0 #FFFFFF;
   
    display: inline;
float: right;
/*margin-right: 15px;*/
    margin-top: 34px;

    padding-right:15px;   height: 133px;
    width: 251px; 
}
.col_22{ background: url("../images/borderright.png") no-repeat scroll right center transparent;
    display: inline;
    float: left;
    margin-right: 1px;
    padding: 15px;
    width: 311px;}
	
	.col_22 h4 {
  background: none repeat scroll 0 0 #E0E0E0 !important;
    color: #555555 !important;
    margin-bottom: 15px; width:298px !important;
    padding: 6px 0 7px 11px !important; border-top:none !important;
}
.queryform{/* border: 1px solid #DDDDDD;*/
     
    float: right;
    width: 252px;}
.queryform	h4{ background-color: #EFEFEF;
    border-top: 2px solid #414846;
    color: #494949;
    margin-bottom: 0;
    padding-bottom: 5px;
    padding-left:5px;
    padding-top: 4px;
    width: 247px;}
	
	.innerform{   background: none repeat scroll 0 0 white;
border: 2px solid #e0e0e0;
width: 248px;
height: 280px;}
.col_23 {
  width: 620px; 
  display: inline;
  float: left;
  margin-right: 20px;  
}
.col_14 {
  width: 227px; 
  display: inline;
  float: left;
  margin-right:16px;  
  /* border:3px solid #dddddd; */
  background:url(../images/box.png) no-repeat;
  height:274px;
}


.col_14:hover {
  

  background:#f2f1f1;
border-radius: 5px 5px 5px 5px; 
  background:url(../images/box_hover.png) no-repeat;
}


 .col_14inner {
    background: url("../images/boxinner.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 280px;
    margin: 10px 3px;
    width: 240px;
	padding-top: 15px;

}


.col_14inner:hover {
  

  background:#f2f1f1;
border-radius: 5px 5px 5px 5px; 
  background:url(../images/box_hoverinner.png) no-repeat;
}



.col_14innerr {
  background: url("../images/boxinner.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 329px;
    margin-right: 17px;
    width: 268px;
}


 .col_14innerr img {  min-height: 157px;
    padding-left: 50px;
    padding-top: 17px;}




.col_14_1 {
  width: 220px; 
  display: inline;
  float: left;
  margin-right:10px;  

}
.col_34 {
 /* width: 700px;  */
  display: inline;
  float: left;
  width:100%;
 
}
.last {
  float: right;
  margin-right: 0;
}
/* ----------------------- WRAPPER -----------------------*/
#topsection {
 background-color: #FFFFFF;
    height: 107px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 989px;
  border-radius: 5px;
	
}
#wrapper {  
  width: 998px;
  margin-left:auto;
  margin-right:auto;
/*  margin-top: 10px;
  margin-bottom: 20px;
 /* background:#fff;*/
border-radius: 5px;

}
#topwrapper {
  width: 996px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/top_wrapper.png) center bottom no-repeat;
  padding-top:9px;
}
#mainwrapper {  
  width: 999px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/mainwrapper.png) repeat-y;
}
#bottomwrapper {
  height: 13px;
  width: 996px;
  margin-left:auto;
  margin-right:auto;
  background: url(../images/bottomwrapper.png) center no-repeat;
}
#center {
  margin : 0px auto;
  width: 986px;
}

/* ----------------------- HEADER -----------------------*/
.social-links ul {
  margin: 0;
  padding: 0;
  float: right;
}
.social-links ul li {
  margin: 0 5px 0 0;
  float: left;
}
.phone-info {
 /* float: left;*/
   float: right;

  display: block;
/*  width: 450px;*/
 /* background: url(../images/phone-dark.png) left center no-repeat;*/
}
.phone-info p {
  color: #666666;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 27px;
  font-size: 14px;
}
#header {
  width: 988px;
  margin: 0 auto;
  height:31px;
  background:url(../images/topwrapper.png) bottom center no-repeat;
}
#logo {
  float: left;
  width: 280px;
  margin-left:24px;
/*  position: absolute;*/
  margin-top:10px;
  padding-bottom:8px;

  z-index: 100;
}
#mainmenu {
  float: right;

}
.menudesc {
  clear: both;
  display: block;
  font-size: 11px;
  color: #8f8f8f;
  margin-top: -5px;
}
/* ----------------------- SLIDESHOW -----------------------*/
#slideshow {
  width: 986px;
  height: 262px;
 /* background: url(../images/bg-slideshow.jpg) center center no-repeat;  */  
  margin-left: auto;
  margin-right: auto;
 /* border-top: 4px solid #1b4d92;   
  border-bottom: 2px solid #1b4d92;   */
  position:relative;
  bottom:4px;
}
.slider {
  margin: 0;
  padding: 0;
}
.slider li {
  float: left;
  width: 986px;
  display: none;
}
.slide-image {
  float: left;
  width: 519px;
}
.slide-text {
  float: left;
  width: 449px;
  margin: 20px 0px;
}
.slide-text-wide {
  float: right;
  width: 542px;
  padding: 20px 30px;
}
.slide-image-left {
  float: left;
  width: 282px;
  margin: 30px 40px 30px 60px;
}
.slide-text h3,
.slide-text p,
.slide-text-wide h3,
.slide-text-wide h4,
.slide-text-wide p,
.slide-desc h3,
.slide-desc p {
  color: #ffffff;
}
.slide-text .starlist,
.slide-text-wide .starlist  {
  margin-bottom: 10px;
  margin-left: 0;
}
.slide-text .starlist li,
.slide-text-wide .starlist li {
  margin: 2px 0; 
  padding-bottom: 2px;
  padding-left: 24px;  
  background: url(../images/star.png) 3px 3px no-repeat;
  color: #ffffff;
  border-bottom: none;
}
.slide-desc {
  position: absolute;
  bottom: 40px;
  right: 60px;
  background: url(../images/transparent.png) repeat;
  padding: 10px 20px 0 20px;
  width: 800px;
}
.slide-desc h3 {
  margin-bottom: 5px;
}
.slide-desc p {
  line-height: 18px;
  color: #dadada;
}
.slide-desc p strong {
  color: #ffffff;
}
.slide-desc-right { 
  width:260px; 
  height:268px; 
  position:absolute; 
  padding: 30px;  
  top:0px; 
  right:0px; 
  z-index:99; 
  background:url(../images/transparent.png); 
  margin-right:50px; 
}
.slide-desc-right h3{ margin-bottom:0px;color: #ffffff;}
.slide-desc-right .subtitle{ font-size:16px; color: #51a8d5;margin-bottom: 25px;}
.slide-desc-right p{ color: #dadada;margin-bottom:5px;}

/* Pager */
#pager{
  bottom: 6px;
  left: 45%;
	z-index: 500;
	position:absolute;
}
#pager a{
	background: url(../images/slidenav.png) no-repeat;
	display:inline-block;
	font-size:0px;
	width:10px;
	height:10px;
	margin:11px 4px 0px 4px;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}
#pager .activeSlide{
	background: url(../images/slidenav-active.png) no-repeat;
}
/* ----------------------- FEATURES BOX -----------------------*/
.featureslist,
.featureslist-4col,
.quotebox {
  padding: 15px 20px 15px 20px;
  background: url(../images/bg-featureslist.jpg) bottom center repeat-x;  
  height: 65px;
  margin: 0 auto;
  width: 946px;
}
.quotebox {
  height: 88px;
  padding: 10px 20px 12px 20px;
}
.featureslist li {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.featureslist-4col li {
  float: left;
  width: 220px;
  margin-right: 20px;
}
.featureslist li.last,
.featureslist-4col li.last {
  float: right;
  margin-right: 0;
}
.featureslist li h4,
.featureslist-4col li h4  {
  margin-bottom: 5px;
}
.featureslist li h4 a,
.featureslist-4col li h4 a {
  color: #444444;
}
.featureslist li img,
.featureslist-4col li img {
  margin-bottom: 15px;
}
.featureslist li p,
.featureslist-4col li p {
  color: #787878;
}
/* ----------------------- PAGE HEADING -----------------------*/
.pageheading {
  width: 986px;
  height: 162px; 
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #1b4d92;
}
#page-title {
  padding:10px 20px;
  background: url(../images/headerbar.jpg) top center repeat-x;  
  height: 23px;
  margin: 0 auto;
  width: 946px;
}
#page-title h4 {
  margin-top: 0;
  text-shadow: #ffffff 1px 1px;
}
.breadcrumbs {
  display: block;
  text-align: right;
}
.breadcrumbs span.current {
  color: #9a9a9a;
}
/* ----------------------- HOMEPAGE CONTENT -----------------------*/
.quotetext {
  display: block;
  margin-bottom: 0;
}
.quotetext h3 {
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.quotetext h4 {
  line-height: 22px;
  margin: 0;
  color: #666666;
  display: block;
  text-align: center;
}
img.speaker {
  float: right;
  margin-right: 20px;
  margin-left: 30px;
}
.homepage-content {
  margin: 0px 0 0 0;
  padding:16px 0px 0 0px;
}
.homepage-content p {
}
.image-box1 {
  background: url(../images/bg-box1.png) top center no-repeat;
  width:300px;
  height: 166px;
  margin-bottom: 5px;
}
.image-box1 img {
  margin: 8px 7px;
  border: 1px solid #fafafa;
}
.image-box2 {
 /* background: url(../images/bg-box2.png) top center no-repeat; */
  width:220px;
  height: 124px;
  margin-bottom: 5px;
  margin-top:5px;
  
}
.image-box2 img {
  margin: 7px 6px;
  padding-left:6px;
}
.image-box2 h4 a{color:#858687}

.homepage-box h4,
.homepage-box-last h4 {
  margin-bottom: 8px;padding-left:17px;font-size: 14px;
    font-weight: bold;
}
.homepage-box p  {
text-align:justify;padding:0 18px 0 18px;
line-height:18px;color:#858687;

}
.clients {
  margin: 0;
  padding: 0;
}
.clients li {
  margin: 0 18px;
  padding: 0;
  float: left;
}
.welcome {
}
/* Content */
.content {
  
}
.content-box,
.content-box-last {
  width: 340px;
  float: left;
  margin-right: 20px;
}
.content-box h4,
.content-box-last h4 {
  color: #666666;
}

.content-box-last {
  float: right;
  margin-right: 0;
}
.small-box {
  background: url(../images/small-box.png) top center no-repeat;
  width:93px;
  height: 97px;
  margin-bottom: 30px;
  float: left;
  margin-right: 15px;
}
.small-box img {
  margin: 6px;
  border: 1px solid #fafafa;
}
/* ----------------------- TABLE PRICING -----------------------*/
.pricing-table{
	width:940px;
	margin-bottom:20px;
	float:left;
}
ul.feature-list{
	font-size:14px;
	padding:0px;
}
ul.feature-list li,
ul.feature-list li.odd {
  font-size: 12px;
  padding: 10px 0;
  color: #7d7d7d;
  border-bottom: 1px solid #dedede;
  line-height: 18px;
  text-align: left;
  padding-left: 52px;
  background: url(../images/star.png) 30px 10px no-repeat;
}
ul.feature-list li.odd {
  background: #f5f5f5 url(../images/star.png) 30px 10px no-repeat;
}
ul.feature-list li.last {
  border: none;
  background: none;
}
.pric-column{
	width:234px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.pric-column-last{
	width:233px;
	background-color:#ffffff;
	border-bottom:1px solid #dedede;
	border-right:1px solid #dedede;
	border-left:1px solid #dedede;
	text-align:center;
	float:left;
}
.heading-column{
	width:235px;
	text-align:center;
	padding:14px 0px 16px 0px;	
	float:left;
	background-image: url(../images/small-gradient.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.heading-column h3, .heading-column h5{
	color:#ffffff;
	margin-bottom:0px;
}
.color1{
	background-color:#8cbc36;
}
.color2{
	background-color:#ffbd00;
}
.color3{
	background-color:#71c5e5;
}
.color4{
	background-color:#ec5b3e;
}
.color5{
	background-color:#666666;
}
.pric-btn {
	width:160px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

/* ----------------------- PORTFOLIO -----------------------*/
.portfolio {
  margin: 20px 0;
}
.portfolio li {
  clear: both;
}
.bgportfolio{
  width: 444px;
  height: 248px;
  background: url(../images/bgportfolio.png) center center no-repeat;
}
.bgportfolio img{
  margin: 11px;
}
.blockimg {
  float: left;
  width: 470px;
  margin-bottom: 20px;
}
.blocktext {
  float: left;
  width: 470px;
}

/* Filterable Portfolio (3 columns) */
.portfolio-3col {
  margin: 20px 0;
  width: 968px;
}
.portfolio-3col:after {
  content: "";
  overflow: hidden;
}
.portfolio-3col li {
  float: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.portfolio-3col li.last{
  float: right;
  margin-right: 0;
}
.portfolio-3col li p {
  margin-bottom: 5px;
}
.filter {
    margin: 20px 0;
    padding: 10px 10px 10px 0px;
}
.filter ul li {
  float: left;
  margin-right: 10px;
}
.filter ul li a {

  border: 1px solid #DADADA;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  color: #868686;
  display: block;
  font-weight: bold;
  line-height: 28px;
  padding: 0 10px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.filter ul li a:hover, .filter ul li a.current {
    background: none repeat scroll 0 0 #E7E7E7;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    color: #787878;
}
.zoom {
  background: url(../images/zoom.png) 50% 50% no-repeat;
}
.play {
  background: url(../images/play.png) 50% 50% no-repeat;  
}
/* ----------------------- BLOG PAGE -----------------------*/
.bloglist {
  
}
.blogtitle {
  padding-bottom: 10px;
}
.postcomment {
  width: 50px;
  height: 50px;
  background: url(../images/bgcomment.png) center center no-repeat;
  float: left;
  margin-right: 20px;
  display: block;
  text-align: center;
  font-size: 24px;
}
.postcomment h3 {
  margin: 9px;
  color: #9a9a9a;
  text-shadow: #ffffff 1px 1px;
}
.postcomment h3 a {
  color: #9a9a9a;
}
.posttitle {
  float: left;
  width:620px;
}
.posttitle h3 {
  color: #555555;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a {
  color: #555555;
  line-height: 24px;
  text-shadow: #ffffff 1px 1px;
}
.posttitle h3 a:hover {
  color: #666666;
  line-height: 24px;
}
.postimage {
  background: url(../images/imagebox.png) center center no-repeat;
  width: 697px;
  height: 285px;
  margin-bottom: 10px;
}
.postimage img {
  margin: 8px 9px;
  border: 1px solid #ffffff;
}
.postdate {
  width: 68px;
  height: 65px;
  background: url(../images/bgdate.png) center center no-repeat;
  display: block;
  float: left;
  text-align: center;
  padding-top: 3px;
  margin-right: 20px;
}
.postdate h2 {
  margin-top: 8px;
  margin-bottom: 0;
  color: #9a9a9a;
  text-shadow: #ffffff 1px 1px;
}
.postdate h5 {
  color: #b7b7b7;
  text-transform: uppercase;
  text-shadow: #ffffff 1px 1px;
  margin-top: -5px;
}
.postcontent {
  width: 600px;
  float: left;
}
.postcontent p {
  margin-bottom: 10px;
}
a.readmore {
  text-decoration: underline;
  margin-bottom: 10px;
  float: right;
}
.postmeta {
  display: block;
  font-size: 11px;
  color: #868686;
}
.postmeta a {
  text-decoration: underline;
}
/* Author Box */
#authorbox {
  background: #ffffff;
  border: 1px dotted #eee;
  padding: 10px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#authorbox h4{
  vertical-align: top;
  margin-bottom: 5px;
}
#authorbox .blockavatar {
  width: 80px;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
#authorbox img {
  margin-top: 0;  
  margin-bottom: 0;
  border: none;
}
#authorbox .detail {
  float: left;
  width: 550px;  
}
#authorbox .detail p {
  margin-bottom: 0;
}
/* Comment List */
#listcomment {
	padding: 0;
	margin: 0 0 20px 0;
}
#listcomment li {
  display: block;
	padding: 11px 0;
	margin: 0;
	background: none;
	background: url(../images/divider.jpg) bottom repeat-x;
}
.titlecomment {
	width: 673px;
}
.titlecomment img {
	float: left;
	padding: 3px;
	border: 1px solid #d9d9d9;
	margin: 0 10px 0 0;
}
.titlecomment h4 {
  color: #666666;
	padding: 7px 0 0 0;
	margin: 0;
}
.datecomment {
	font-size: 11px;
	color: #858585;
}
#listcomment li p {
	font-size: 12px;
	padding: 10px 0 0 0;
	margin-bottom: 0;
}

/* Comment Form */
#commentform label {
  font-size: 12px;
  display: block;
  text-align: left;
  color: #666666;
  margin-bottom: 10px;
}
.leftcomment {
  width: 285px;
  float: left;
}
.comment-input {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 19px;
  width: 250px;
  border: 1px solid #eaeaea;
  margin-bottom: 12px;
}
.comment-textarea {
  color: #666666;
  padding: 7px;
  display: block;
  text-align: left;  
  height: 178px;
  width: 395px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.comment-submit {
  display: block;
  float: right;
  margin-right: 5px;
  background: url(../images/comment-submit.png) no-repeat;
  color: #d4d4d4;
  border: none;
  width: 106px;
  height: 32px;
  padding: 3px 5px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}
.comment-heading {
  padding-bottom: 15px;
  background: url(../images/sidebar-line.jpg) bottom repeat-x;
}

/* Pagination  */
.pagination {
  clear:both;
  left: 35%;
  padding:5px 0 20px 0;
  position:relative;
  font-size:12px;
  line-height:13px;
  float: left;
}
 .pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 10px 2px 0;
  padding:8px 10px;
  text-decoration:none;
  width:auto;
  color:#666666;
  background: url(../images/paging.jpg) repeat-x;
 
  box-shadow:0 0 4px #aaaaaa;

  
}
 .pagination a:hover{
  color:#fff;
  background: #2a92bd;
}
.pagination .current{
  padding:8px 10px;
  background: #2a92bd;
  color:#fff;
}
/* ----------------------- CONTACT PAGE -----------------------*/
/* Contact Form */
.formleft {
  width: 280px;
  float: left;
}
.formright {
  width: 400px;
  float: left;
  margin-left: 20px;
}
#maincontactform {
  margin: 20px 0px;
}
#maincontactform label {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
  clear: both;
}
.textfield {
  margin-bottom: 10px;
  padding: 5px;
  color: #7d7d7d;
  width: 260px;
  height: 29px;
  border: 1px solid #eaeaea;
  background: url(../images/contact-input.jpg) repeat-x;
  clear: both;
  float: left;
}
.textarea {
  padding: 5px;
  color: #7d7d7d;
  width: 380px;
  height: 198px;
  border: 1px solid #eaeaea;
  background: url(../images/contact-textarea.jpg) repeat-x;
  clear: both;
  float: left;
}
.require {
  display: inline;
  float: left;
  color: #f00;
  font-weight: bold;
  margin-left: 2px;
  font-size: 10px;
}
.loading {
  margin-top: 15px;
  background: url(../images/loading.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 12px;
  color: #8f8f8f;
  margin-left: 10px;
  float: left;
  padding-bottom: 15px;
}
#map {
  width: 690px;
  height: 320px;
  border: 1px solid #c6c6c6;
}
.gmap_marker {
  font-size: 12px;
  line-height: 18px;
}

/* ----------------------- SIDEBAR -----------------------*/
.sidebox {
  margin-bottom: 30px;
}
.sidebox h4 {
  padding-bottom: 15px;
  background: url(../images/sidebar-line.jpg) bottom repeat-x;
  text-shadow: #ffffff 1px 1px;
}
.sidebox ul {
  
}
.sidebox ul li {
  background: url(../images/divider.jpg) bottom repeat-x;
}
.sidebox ul li a {
  display: block;
  margin: 7px 0;
  padding-bottom: 6px;
}
/* Testimonials */
.sidebox blockquote {
  background: url(../images/quote.png) 0 0 no-repeat;
  border-left: none;
  padding: 0;
}
.testilist blockquote {
  background: none;
  padding: 0;
  border-left: none;
}
.testibox {  
}
.testibox p {
  margin-bottom: 0;
}
.testiname {
  display: block;
  text-align: right;
  font-weight: bold;
}
.searchbox {
  width: 220px;
  height: 37px;
}
.searchinput {
  border: none;
  height: 13px;
  width: 169px;
  background: url(../images/search-input.jpg) left center no-repeat;  
  float: left;
  padding: 10px;
  color: #cacaca;
}
.searchsubmit {
  height: 33px;
  width: 31px;
  background: url(../images/search-button.jpg) left center no-repeat;
  float: left;
  border: none;
  cursor: pointer;
}
/* ----------------------- FOOTER -----------------------*/
#footer {
 /* background: #D5D5D5;*/ background:#fff;

  border-bottom: 1px solid #bfbfbf;
   padding: 15px 15px 5px 15px;
width: 956px;
  margin: 0px auto 0 auto;
 
}


.footer-col {
}
.footer-col h4  {
    background-color: #efefef;
    color: #494949;
	border-top: 2px solid #64A5C4;
    margin-bottom: 11px;
    padding-bottom: 5px;
    padding-left:4px;
    padding-top: 4px;
    width: 247px;
}
.footer-col ul {
  margin: 0;
  padding: 0;
}
.footer-col ul li  {
  margin: 5px 0;
  padding-bottom: 7px;
 /* border-bottom: 1px solid #c5c5c5;*/
}
.footer-col a  {
  color: #686868;
}
.footer-col a:hover  {
  text-decoration: none;
}
.footer-col p {
 color: #666666;
   
}
.latestnews {
  
}
.latestnews a {
  line-height: 16px;
  margin-bottom: 0;
}
.sidebox .latestnews a {
  margin-bottom: -5px;
}
.latestnews li {
  margin-bottom: 5px;
}
.sidebox .latestnews li {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.latestnews li img {
  margin-bottom: 20px;
  margin-right: 12px;
}
.sidebox .latestnews li img {
  margin-bottom: 40px;
}
.latestnews li p.newsdate {
  font-size: 11px;
  text-decoration: underline;
  margin-bottom: 0;
  color: #868686;
}
.latestnews li p.newscontent {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 5px;
}
.footer-col .contactlist li {
  padding-left: 24px;
  border: none;
  margin: 0;
  margin-bottom: 0;
  color: #666666;
}
.sidebox .contactlist li {
  padding-left: 24px;
  margin: 8px 0;
}
.contactlist li a {
  color: #666666;
}
.contactlist li.home {
  background: url(../images/home.png) 0 3px no-repeat;
}
.contactlist li.mail {
  background: url(../images/mail.png) 0 3px no-repeat;
}
.contactlist li.help {
  background: url(../images/help.png) 0 3px no-repeat;
}
.contactlist li.phone {
  background: url(../images/phone.png) 0 3px no-repeat;
}
.contactlist li.phone2 {
  background: url(../images/phone2.png) 0 3px no-repeat;
}

#bottom {
  background-color: #4C4C4C;
  width: 946px;
  margin: 0 auto;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5;
}

.footer_inner {

  width: 946px;
}

.footer_inner .footer_services{ float:left; width:946px; padding:5px 0 15px 0;}
 .footer_services .services_block{ float:left; max-width:230px; border-right: 1px solid #535353; padding:0 0 0 5px; height:350px;}
.footer_services .services_block ul{ float:left; width:224px; padding:0 3px 0 3px;}
.footer_services .services_block ul li{ float:left; width:210px; padding:3px 0 3px 2px; color:#a09d9d; line-height: 17px;}
.footer_services .services_block ul li a{ font-size:11px; color:#a09d9d;}
.footer_services .services_block ul h3 a{ color:#c0bebe;}
.footer_services .services_block ul h3{ margin:0; padding: 4px 0; font: 15px 'Droid Sans', Arial, Helvetica, sans-serif; color:#c0bebe;}

.footer_services .services_block ul h3 a{ color:#c0bebe;}

 .footer_services .services_block.last{ border:0;}

.footer_links {
  float:left;
  width: 946px;
  border-top: 1px solid #535353;
}


.footermenu li {
  float: left;
  margin: 3px 0;
}
.footermenu li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 11px;
}
.copyright {
  display: block;
  text-align: right;
  margin-top: 4px;
  color: #fff;
  font-size: 11px;
}
.copyright a {
  color: #fff;
}

.mapi{float:left;}
.addre{float:left;width:300px;}



.accordion_m{ float:left; width:715px; padding-bottom:14px;    margin-top: 12px;
    padding-bottom: 14px;}


.accordionButtonn {	
	  background: none repeat scroll 0 0 #EDEDED;
    border-bottom: 1px solid #FFFFFF;
    color: #7d7a7a;
    cursor: pointer;
    float: left;
    font-size: 1.1em;
    font-weight: bold;
    padding: 7px 15px;
    width: 707px; 
	}
	
.accordionContentt {	
	width: 725px;
	float: left;
	float: none; /* Float works in all browsers but IE6 */
	background: #EFEFEF; margin-bottom:15px; border:1px solid #BABABA; border-top:0px; padding:0 0 10px 10px;
	}
	
/***********************************************************************************************************************
 EXTRA STYLES ADDED FOR MOUSEOVER / ACTIVE EVENTS
************************************************************************************************************************/

.on {
	background: #02a3b5; color:#fff;
	}
	
.over {
	background: #CCCCCC; color:#FFFFFF;
	}


.blog-art{width:699px;text-align:justify;}
.blog-art article{margin-bottom:29px;}

.blog-art .hentry, .no-results {width:703px;}

.blog-right{float: left;
    margin-left: 6px;
    width: 210px;}
	
.blog-right aside ul li a { font-family: 'Droid Sans';
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0px;
    padding: 0;}
	
.blog-right aside ul li { margin-bottom:4px;list-style-type: disc;
margin: 0 0 0 17px;
text-align: left;}


.blog-left {
    background: url("../images/inner_page_right_bg.gif") repeat scroll 0 0 transparent;
    float: left;
  
    padding-bottom: 1px;
      width: 740px;
}

#recent-posts-3 h3,.recentp{font-size:14px;color:#03A0B1;padding:0px;margin:0px;}



.inner_page_right_title11{  border-bottom: 1px solid #B7B7B7;
    clear: both;
    color: #03A0B1;
    font-size: 20px;
    font-weight: bold;
    height: 23px;
    line-height: 16px;
    padding-left: 5px;
    padding-top: 7px;
    width: 698px;}

.entry-header a{}
.entry-header a h2{margin:0px;padding:0px;}
.matrix-custome-1{margin-bottom:10px;font-style:italic;color:#03A0B1;}
.blog-art entry-header a{font-size:17px; 
	line-height:26px; 
	margin-bottom:14px;}
	
.blog-pagination{margin-top:10px;text-align:center;}


#si_contact_form2{width:700px;}
/*
#si_contact_form2 label{width:230px;float:left;}


#si_contact_form2 input{width: 222px;}

#si_contact_ex_field2_3 {
    height: 23px;
    width: 247px !important;
}

*/
.page-numbers{margin-left:6px;}

.web_service_list{ float:left; width:740px;}



#si_contact_ex_field3_4 {
    width: 230px;
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 4px 4px 4px 4px;
    color: #969595;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 22px 5px 5px;
    resize: none;


}

#si_contact_ex_field3_3 {
    width: 225px;
    background-color: #FFFFFF;
    border: 1px solid #C9C9C9;
    border-radius: 4px 4px 4px 4px;
    color: #969595;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 22px 5px 5px;
    resize: none;
}

#si_contact_ex_field3_11{ float:left;}

#si_contact_ex_field3_11 span{ float:left;}

.nimble-portfolio-content div.three h6 
{
	 text-transform: none !important;	
}