/*
Theme Name: ThemeBrew 2013 eThree
Theme URI: http://iheartbrew.com/dev/themes/ethree
Author: Code Head
Author URI: http://twitter.com/Code_Head
Description: ThemeBrew 2013 eThree Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =Reset
-------------------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
@font-face{font-family:'HelvNeueBold';src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-75Bold.EOT");src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-75Bold.EOT?#iefix") format("embedded-opentype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-75Bold.woff") format("woff"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-75Bold.ttf") format("truetype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-75Bold.svg#HelvNeueBold") format("svg");font-weight:normal;font-style:normal}

@font-face{font-family:'HelvNeueLight';src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-45Light.EOT");src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-45Light.EOT?#iefix") format("embedded-opentype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-45Light.woff") format("woff"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-45Light.ttf") format("truetype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-45Light.svg#HelvNeueLight") format("svg");font-weight:normal;font-style:normal}

@font-face{font-family:'Helvetica Neue';src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-55Roman.eot");src:url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-55Roman.eot?#iefix") format("embedded-opentype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-55Roman.woff") format("woff"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-55Roman.ttf") format("truetype"),url("/wp-content/themes/ethree/fonts/HelveticaNeueW01-55Roman.svg#HelveticaNeueLTStdUltLtRg") format("svg");font-weight:normal;font-style:normal}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	/*margin: 24px;*/
	margin:24px 0 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p{padding:12px 0px;}
/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
/*img.size-full,*/
img.size-large,
img.header-image,
img.wp-post-image {
	width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;	
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation */

/* =Basic structure
-------------------------------------------------------------- */
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/
div.clear				{ background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;overflow:hidden;visibility:hidden;width:100%;height:0; }
div.break				{ background:none;border:0;clear:both;display:block;float:none;font-size:0;margin:0;padding:0;width:0;height:0; }
.hide					{ display:none; }
.hardbreak				{ display:block; clear:both; width:100%; height:1px; padding:0; margin:0; }	
.fivespace				{ display:block; clear:both; width:100%; height:5px; padding:0; margin:0;}
.sixspace				{ display:block; clear:both; width:100%; height:6px; padding:0; margin:0;}
.tenspace				{ display:block; clear:both; width:100%; height:10px; padding:0; margin:0;}
.eighteenspace			{ display:block; clear:both; width:100%; height:18px; padding:0; margin:0;}
.twentyspace			{ display:block; clear:both; width:100%; height:20px; padding:0; margin:0;}
.thirtyspace			{ display:block; clear:both; width:100%; height:30px; padding:0; margin:0;}
.fourtyspace			{ display:block; clear:both; width:100%; height:40px; padding:0; margin:0;}
.fiftyspace			{ display:block; clear:both; width:100%; height:50px; padding:0; margin:0;}
.ninetyspace			{ display:block; clear:both; width:100%; height:90px; padding:0; margin:0;}	
.flexispace				{ display:block; clear:both; width:100%; height:9px; padding:0; margin:0; }
.onetwosixspace				{ display:block; clear:both; width:100%; height:126px; padding:0; margin:0; background-image:url(images/purple-bg-ds-bottom2.png);
	background-position:center top;
	background-repeat:repeat-x;}



/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 15px;
	font-size: 1rem;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #666666;
	line-height:20px;
	letter-spacing: 0.06em;
	
	/*background: #060617 url(images/hero-burst.jpg) center top;
	background-position: fixed;
	background-repeat: no-repeat;
	background-size: auto 100%;
	border-bottom: 10px solid #8E98AC;
	height: 1022px;*/
}
body.custom-font-enabled {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/* Page structure */
ul.mlta{
	list-style:none;
	width:400px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}
ul.mlta li{
	margin:6px 0 6px 0;
	padding: 4px 0 4px 0;
	border: 1px solid #ccc;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomright: 12px;
	border-top-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
ul.mlta li:last-child{
	border: none;
	background-color: #ffffff;	
}
ul.mlta li .entry-content,
ul.mlta li .entry-meta,
ul.mlta li .intent-meta
{
	display:block;
	margin:4px 6px;
	padding:4px 6px;
}
/* Header */
#masthead{ width:1200px; height:121px; padding:0 0 0 0; margin:0 auto 0 auto;}
#hgroup { float:left; padding:0 0 0 0; margin: 17px 0 0 123px; width:126px; height:87px; }
.site-title{padding:0 0 0 0; margin: 0 0 0 0; width:124px; height:87px; background:url(images/logo.png);}
.site-title a{display:block; padding:0 0 0 0; margin: 0 0 0 0; width:124px; height:87px; }
.site-description{ display:none; }
.menu-toggle{ display:none; }
.assistive-text{ display:none; }

/* Main Nav */
#site-navigation{float:right; width:785px; padding:0 0 0 0; margin:0 125px 0 0;}
#site-navigation .socialbuttons { float:right; display:block; width:auto; height:22px; padding:0 0 0 0; margin:15px 0 0 0;}
#site-navigation .socialbuttons a{width:22px; height:22px; display:block; float:left; padding:0 0 0 0; margin:0 0 0 8px;}
#site-navigation .socialbuttons #iconfb{
	background-image:url(images/socialbuttons.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#site-navigation .socialbuttons #iconfb:hover{
	background-position:0px -22px;
}
#site-navigation .socialbuttons #iconli{
	background-image:url(images/socialbuttons.png);
	background-repeat:no-repeat;
	background-position:-22px 0px;
}
#site-navigation .socialbuttons #iconli:hover{
	background-position:-22px -22px;
}


#menu-main{list-style:none; padding:0 0 0 0; margin: 0 0 0 0; float:right;}
#menu-main li{border:none;float:left; display:inline; padding:0 0 0 0; margin: 0 0 0 0; height:20px;}
#menu-main li a{font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif; font-size:17px; color:#666666; display:inline-block; padding:0 24px 0 24px; margin: 0 0 0 0; text-decoration:none;}
#menu-main li a:hover,
#menu-main li.current-menu-item a,
#menu-main li.current_page_item a,
#menu-main li.current-page-parent a,
#menu-main li.current-menu-parent a,
#menu-main li.current-menu-ancestor a,
#menu-main li.current-page-ancestor a{color:#0079c2;}
#menu-main li:last-child a{ padding:0 0 0 24px;}
/*homepage*/
#holderslideshow{
	margin:0; padding:0; width:100%; height:510px;	background:url(images/slidebackground.png);
}
#slideshowblock{
	margin:0 auto; padding:0;  width:1200px; height:510px;	position:relative;
}
#slideshowblock .prev{
	position:absolute;
	z-index:25;
	top:223px;
	left:28px;
	width:33px;
	height:65px;
	margin:0; padding:0;
	background:url(images/slide-prev.png);
	display:block;
}
#slideshowblock .next{
	position:absolute;
	z-index:25;
	top:223px;
	right:28px;
	width:33px;
	height:65px;
	margin:0; padding:0;
	background:url(images/slide-next.png);
	display:block;
}
.homeslideshow{
		margin:0; padding:0;  width:1200px; height:510px;
}

.eachslide{
	position:relative;
	width:1200px;
	height:510px;
	margin:0; padding:0;
}

.eachslide .img{
	position:relative;
	z-index:1;
	width:1200px;
	height:510px;
	margin:0; padding:0;
}

.eachslide .blurb{
	position:absolute;
	z-index:5;
	top:0;
	left:125px;
	width:390px;
	height:510px;
	margin:0; padding:0;
	background:url(images/slidetransbg.png);
}
.eachslide .blurb h3{
	font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif; font-size:28px; color:#ffffff; font-weight:normal;
	margin: 0 0 0 0;
	padding: 30px 30px 20px 30px;
}
.eachslide .blurb {
	font-family: Helvetica, Arial, sans-serif; font-size:17px; color:#ffffff; line-height:22px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.eachslide .blurb p{
	margin:0;
	padding: 10px 30px;
}
.eachslide .blurb a{
	color:#ffffff;
}
.eachslide .blurb a:hover{
	color:#dddddd;
}
#navntab{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	min-width:1200px;
	background-color:#000000;
	background-image:url(images/bg-topography.png);
	/*background-repeat: repeat-x;*/
}


#navntabnav{
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	min-width:1200px;
	height:60px;
	background-color:#000000;
	background-image:url(images/navntabnav.png);
	background-repeat: repeat-x;
}
#navntabnavdiv{
	margin:1px auto 0 auto;
	padding:0;
	width:953px;
	height:59px;
}
#navntabnavdiv #home-tab{
	position:relative;
	list-style:none;
	padding:1px 0 0 0;
	margin: 0 auto 0 auto;
}
#navntabnavdiv #home-tab .hptab{
	position:relative;
	display:block;
	float:left;
	width:315px;
	height:58px;
	text-align:center;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
#navntabnavdiv #home-tab .mkspce{ 
	position:relative;
	display:block;
	float:left;
	background:url(images/tabdiv-bg.png);
	margin:0;
	padding:0;
	width:2px;
	height:57px;
}
#navntabnavdiv #home-tab .hptab span{
	cursor:pointer;
	font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#ccc;
	display:inline-block;
	padding:0 0 0 0;
	margin: 23px 0 0 0;
	text-decoration:none;
}
#navntabnavdiv #home-tab hptab. span:hover{
	color:#0079c2;
}
#navntabnavdiv #home-tab .hptab .tabpointer{
	display:none;
	margin:13px 0 0 0;
	left:142px;
	padding:0;
	width:27px;
	height:17px;
	position:absolute;
	z-index:10;
}
.hometabsbox{
	font-size:16px;
}

.hometabsbox h1{
	font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size:28px;
	line-height:32px;
	color:#0079c2;
	padding:20px 0 10px 0;
}
.hometabsbox a{text-decoration:none;}
.hometabsbox a:hover{text-decoration:underline; color:#0079c2;}

#navntabnavdiv #home-tab .hptab:nth-child(2) .tabpointer {display:block;}
#notinuse{tabdiv-bg.png}

#navntabtab{
	margin:41px auto 0 auto; padding:0;
	width:1200px;
}
#navntabtabholder{
	margin:0 auto; padding:0;
	width:950px;
	/*height:651px;*/
}
#navntabtabholder .hometabsbox{display:none;}
#navntabtabholder .hometabsbox:first-child{display:block;}

#navntabtabholder .hometabsbox .wpcf7-form p{
	padding: 6px 0px;

}

#navntabtabholder .hometabsbox div.wpcf7-validation-errors {
border: none !important;
color:#ff0000;
font-weight:bold;
}
#navntabtabholder .hometabsbox div.wpcf7-mail-sent-ok{
	border: none !important;
	font-weight:bold;	
}
#navntabtabholder .hometabsbox div.wpcf7-response-output {
margin: 0 0 0 0 !important;
padding: 0 0 0 0 !important;

}
#navntabtabholder .hometabsbox span.wpcf7-not-valid-tip {
position: absolute;
top: -14px;
left: 44px;
z-index: 100;
background: #fff;
border: 1px solid #ff0000;
font-size: 10pt;
width: 180px;
padding: 2px;
}
#navntabtabholder .hometabsbox  .wpcf7-text{
	margin: 0 0 0 0;
	padding: 6px 8px;
	border: solid 1px #ccc;
	background: none;
	width: 180px;
	clear: both;
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
#navntabtabholder .hometabsbox .wpcf7-textarea {
	margin: 0 0 0 0;
	padding: 6px 8px;
	border: solid 1px #ccc;
	background: none;
	width: 300px;
	clear: both;
	display: block;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	}
#navntabtabholder .hometabsbox  .wpcf7-select	{
		margin: 0 0 0 0;
		padding: 6px 8px;
		border: solid 1px #ccc;
		background: none;
		width: 180px;
		clear: both;
		display: block;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #666666;
	}

#navntabtabholder .hometabsbox  .wpcf7-submit {
	margin: 0 0 10px 0;
	padding: 8px 20px;
	border: none;
	background: #0079c2;
	clear: both;
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}

	.tblcontact p {
	padding: 6px 0px;
	}

	.tblcontact div.wpcf7-validation-errors {
	border: none !important;
	color:#ff0000;
	font-weight:bold;
	}

	.tblcontact div.wpcf7-mail-sent-ok{
		border: none !important;
		font-weight:bold;	
	}

	.tblcontact div.wpcf7-response-output {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;

	}

	.tblcontact span.wpcf7-not-valid-tip {
	position: absolute;
	top: -14px;
	left: 44px;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 180px;
	padding: 2px;
	}

	.tblcontact .wpcf7-text{
		margin: 0 0 0 0;
		padding: 6px 8px;
		border: solid 1px #ccc;
		background: none;
		width: 180px;
		clear: both;
		display: block;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #666666;
	}

	.tblcontact .wpcf7-textarea {
		margin: 0 0 0 0;
		padding: 6px 8px;
		border: solid 1px #ccc;
		background: none;
		width: 300px;
		clear: both;
		display: block;
		font-family: 'Lato', Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #666666;
		}

	.tblcontact .wpcf7-select	{
			margin: 0 0 0 0;
			padding: 6px 8px;
			border: solid 1px #ccc;
			background: none;
			width: 180px;
			clear: both;
			display: block;
			font-family: 'Lato', Helvetica, Arial, sans-serif;
			font-size: 14px;
			color: #666666;
		}

	.tblcontact .wpcf7-submit {
		margin: 0 0 10px 0;
		padding: 8px 20px;
		border: none;
		background: #0079c2;
		clear: both;
		font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #ffffff;
		}




#gholder{
	position:relative;
	z-index:1;
	width: 1200px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background: url(images/bg-topography.png);
}
#gcontent{
	position:relative;
	z-index:10;
	margin:-124px auto 0 auto; 
	padding:0; 
	width:950px; 
}
#gcontent .rightbox{
	float:right;
	width:872px;
	padding: 0 0 0 0;
	margin: 40px 0 0 0;
	background-color:#ffffff;
}
#gcontent .whitebox{
	width:950px;
	min-height:550px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color:#ffffff;
}
#gcontent .whitebox .titlebluebar{
	float:left;
	width:330px;
	padding: 0 0 0 0;
	margin: -24px 0 0 -24px;
	background-color:#0079c2;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
	-webkit-box-shadow:  6px 6px 8px -3px #aaa;
	box-shadow:  6px 6px 8px -3px #aaa;
}
#gcontent .whitebox .titlebluebar .entry-title {
float:right;
font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 24px;
line-height: 26px;
color: #ffffff;
padding: 12px 30px 12px 0;
margin: 0 0 0 0;
border: none;
}

#gcontent .whitebox .dispcontent{
	float:left;
	padding: 31px 0 0 30px;
	margin: 0 0 0 0;	
	width:560px;
}
#gcontent .whitebox .dispcontent .entry-content{
	font-size:15px;
	padding-bottom:15px;
}

#gcontent .whitebox .dispcontent .headlines{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .dispcontent .headlines p{
	margin: 0 0 0 0;
	padding:0 0 25px 0;
}

#gcontent .whitebox .dispcontent .contentbody{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	text-align:justify;
}
#gcontent .whitebox .dispcontent .contentbody p:first-child{
	margin: 0 0 0 0;
	padding: 30px 0 12px 0;
}
#gcontent .whitebox .dispcontent .contentbody .tblcontact p:first-child{
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}

#gcontent .whitebox .dispcontent2{
	float:left;
	padding: 18px 0 0 30px;
	margin: 0 0 0 0;	
	width:644px;
}
#gcontent .whitebox .dispcontent2 .entry-content{
	font-size:15px;
	padding-bottom:15px;
}

#gcontent .whitebox .dispcontent2 .headlines{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .dispcontent2 .headlines p{
	margin: 0 0 0 0;
	padding:0 0 25px 0;
}

#gcontent .whitebox .dispcontent2 .contentbody{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	text-align:justify;
}
#gcontent .whitebox .dispcontent2 .contentbody p:first-child{
	margin: 0 0 0 0;
	padding: 30px 0 12px 0;
}

#gcontent .whitebox .dispcontent-single{
	float:left;
	padding: 18px 0 0 30px;
	margin: 0 0 0 0;	
	width:890px;
}
#gcontent .whitebox .dispcontent-single .entry-content{
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

#gcontent .whitebox .dispcontent-single .headlines{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .dispcontent-single .headlines p{
	margin: 0 0 0 0;
	padding:0 0 25px 0;
}

#gcontent .whitebox .dispcontent-single .contentbody{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	text-align:justify;
}
#gcontent .whitebox .dispcontent-single .contentbody p:first-child{
	margin: 0 0 0 0;
	padding: 30px 0 12px 0;
}


#gcontent .whitebox .dispcontent-gallery{
	float: left;
	padding: 18px 0 0 30px;
	margin: 0 0 0 0;
	width: 920px;
	min-height: 476px;
	/*background:greenyellow;*/
}

#gcontent .whitebox .dispcontent-general{
	float: left;
	padding: 31px 0 0 30px;
	margin: 0 0 0 0;
	width: 890px;
	min-height: 476px;
}
#gcontent .whitebox .dispcontent-general .entry-content{
	font-size:15px;
	padding-bottom:15px;
}

#gcontent .whitebox .dispcontent-general .headlines{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .dispcontent-general .headlines p{
	margin: 0 0 0 0;
	padding:0 0 25px 0;
}

#gcontent .whitebox .dispcontent-general .contentbody{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	text-align:justify;
}
#gcontent .whitebox .dispcontent-general .contentbody .anchor{
	color: #666666;	
}

#gcontent .whitebox .dispcontent-general .contentbody  a.goto{
	font-size:15px;
	text-decoration:none;
	background-image:url(images/link-arrow.png);
	background-position: left center;
	background-repeat:no-repeat;
	display:block;
	padding:0 0 0 10px;
	color:#0079c2;
}
#gcontent .whitebox .dispcontent-general .contentbody  a.goto:hover{
	text-decoration:underline;
	color:#0079c2;
}	
#gcontent .whitebox .dispcontent-general .contentbody p:first-child{
	margin: 0 0 0 0;
	padding: 30px 0 12px 0;
}
#gcontent .whitebox .dispcontent-general .contentbody .tblcontact p:first-child{
	margin: 0 0 0 0;
	padding: 0 0 12px 0;
}
#gcontent .whitebox .dispcontent-general .contentbody ul{
	list-style-type:square;
	list-style-position:inside;
}

.tableone{
	border-collapse:collapse;
	border: none;
	padding:0;
	margin:0 0 20px 0;
}

.tableone td{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align:center;
	line-height: 24px;
	color: #666666;
	width:222px;
	
}
.tableone td a {
	text-decoration:none;
	color:#21759b;
}
.tableone td a:hover {
	text-decoration:underline;
}

.tableone td a img{
	border:none;
}




.tableproj{
	border-collapse:collapse;
	border: none;
	padding:0;
	margin:0 0 20px 0;
}
.tableproj:first-child{
	margin:20px 0 20px 0;
}

.tableproj td{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	text-align:left;
	color: #666666;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
	vertical-align:middle;
}


#gcontent .whitebox .dispcontent-general .contentbody .tableproj td p:first-child {
margin: 0 0 0 0;
padding: 0 0 12px 0;
}
#gcontent .whitebox .dispcontent-general .contentbody .tableproj td p:last-child {
margin: 0 0 0 0;
padding: 12px 0 0 0;
}

.tableproj td a {
	text-decoration:none;
}
.tableproj td a:hover {
	text-decoration:none;
}

.tableproj td a.goto{
	font-size:15px;
	text-decoration:none;
	background-image:url(images/link-arrow.png);
	background-position: left center;
	background-repeat:no-repeat;
	display:block;
	padding:0 0 0 10px;
	color:#0079c2;
}
.tableproj td a.goto:hover{
	text-decoration:underline;
	color:#0079c2;
}




.tableproj td a img{
	border:none;
}

.tableproj .tblimg{
	width:280px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* blog content */
#gcontent .whitebox .teaser{
	float:left;
	width:290px;
	min-height:300px;
	margin-left:30px;
	padding-top:18px;
}
#gcontent .whitebox .teaser .box{
	width:250px;
	margin-right:10px;
	font-size: 15px !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 20px;
	letter-spacing: 0.06em;
}
#gcontent .whitebox .teaserbox{
	font-size: 15px !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 20px;
	letter-spacing: 0.06em;
	padding: 0 0 24px 0;
	margin: 0 0 26px 0;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .teaserbox table td{
	vertical-align:top;
}
#gcontent .whitebox .teaserbox table td p{
	padding-left:20px;
}
#gcontent .whitebox .teaserbox table td p:first-child{
	padding-top:0px;
}

#gcontent .whitebox .blogcontent{
	float:left;
	/*width:580px;*/
	padding: 31px 30px 0 30px;
	margin: 0 0 0 0;	
}
#gcontent .whitebox .blogcontent .entry-content{
	font-size:15px;
	padding-bottom:15px;
}
#gcontent .whitebox .blogcontent .entry-content table td{vertical-align:top;}
#gcontent .whitebox .blogcontent .headlines{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	border-bottom: solid 1px #ccc;
}
#gcontent .whitebox .blogcontent .headlines p{
	margin: 0 0 0 0;
	padding:0 0 25px 0;
}

#gcontent .whitebox .blogcontent .contentbody{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px !important;
	line-height: 21px;
	color: #666666;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width:100%;
	text-align:justify;
}
#gcontent .whitebox .blogcontent .contentbody p:first-child{
	margin: 0 0 0 0;
	padding: 30px 0 12px 0;
}
.navigation{
	
}

.scrollem{
	width: 580px;
	text-align: center;
	margin: 0 auto 0 auto;
	/*float:right;*/
	float:none;
}
.scrollem a{
	width: 580px;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 7px 0 7px 0;
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 22px;
	line-height: 100%;
	color: #777777;
}
.scrollem a {
		-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
		-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
		box-shadow:inset 0px 1px 0px 0px #ffffff;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
		background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
		background-color:#ededed;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #dcdcdc;
		display:inline-block;
		text-decoration:none;
		text-shadow:1px 1px 0px #ffffff;
	}.scrollem a:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
		background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
		background-color:#dfdfdf;
	}.scrollem a:active {
		position:relative;
		top:1px;
	}
	
	.navigation-single .scrollem{
		width: 170px;
		text-align: center;
		margin: 0 auto;	
		float:none;
	}
	.navigation-single .scrollem a{
		width: 170px;
		display: block;
		text-align: center;
		margin: 0 auto;
		padding: 10px 0 10px 0;
		font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		line-height: 100%;
		color: #777777;
	}
	.navigation-single .scrollem a {
			-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
			-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
			box-shadow:inset 0px 1px 0px 0px #ffffff;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
			background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
			background-color:#ededed;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #dcdcdc;
			display:inline-block;
			text-decoration:none;
			text-shadow:1px 1px 0px #ffffff;
		}
	.navigation-single .scrollem a:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
			background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
			background-color:#dfdfdf;
		}
	.navigation-single .scrollem a:active {
			position:relative;
			top:1px;
		}	
	
#infscr-loading{
	margin: 0px auto;
	width: 220px;
}

.nav-single-previous {
	margin: 0 0 0 0;	
	float:left;
	width:300px;
}
.nav-single-next {
	margin: 0 0 0 0;	
	float:right;
	width:300px;
	text-align:right;
}
.nav-single-previous a, .nav-single-next a{
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 8px 8px;
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 21px;
	color: #777777;

	}

/* blog content end */

.bulletgray{
	width:83%;
	padding: 10px 10px;
	margin: 0 0 0 0;	
	background:#f0f0f0;
}
.bulletgray .bgbox{
	border:solid 2px #ffffff;
	padding: 22px 0px 36px 20px;
	margin: 0 0 0 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:15px;
	line-height:18px;
	color:#666666;
}
.bulletgray .bgbox p:first-child{
	padding: 0 0 12px 0;
	margin: 0 0 0 0;	
}
.bulletgray .bgbox ul{
	padding: 0 0 0 0;
	margin: 0 20px 0 18px;	
	list-style-type:disc;

}
.bulletgray .bgbox ul li{
	font-size:15px;
	line-height:18px;
	color:#666666;

	margin: 0 0 19px 0;
	padding: 0 0 0 0;
}
.bulletgray .bgbox ul li:last-child{
	margin: 0 0 0 0;
}

#gcontent .whitebox .rightbar{
	float:right;
	padding: 21px 0 0 0;
	margin: 0 0 0 0;	
	width:336px;
}
#gcontent .whitebox .shiftup{
	padding: 0 0 0 0;
	margin: -124px 0 0 0;	
}
#gcontent .whitebox .rightbar .sideadvert{
	float:right;
	padding: 0 0 0 0;
	margin: 0 51px 10px 0;	
	width:270px;
	height:114px;

}
#gcontent .whitebox .rightbar2{
	float:right;
	padding: 21px 0 0 0;
	margin: 0 0 0 0;	
	width:270px;
}
#gcontent .whitebox .shiftup{
	padding: 0 0 0 0;
	margin: -124px 0 0 0;	
}
#gcontent .whitebox .rightbar2 .sideadvert{
	float:right;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;	
	width:250px;
	min-height:114px;

}
#gcontent .whitebox .rightbar3{
	float:right;
	padding: 21px 0 0 0;
	margin: 0 0 0 0;	
	width:270px;
}
#gcontent .whitebox .rightbar3 .sideadvert{
	float:right;
	padding: 0 0 0 0;
	margin: 0 51px 10px 0;	
	width:270px;
	height:114px;

}

#gcontent .leftbluebar{
	float:left;
	width:200px;
	padding: 0 0 0 0;
	margin: 40px 0 0 -83px;
	background-color:#0079c2;
	color:#fff;
	font-size:16px;
	font-weight:normal;
	line-height:20px;
}
#gcontent .leftbluebar .h1hdr{
	font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:26px;
	color:#fff;
	padding: 0 0 18px 0;
	margin: 30px 20px 0 20px;
	border-bottom:solid 1px #fff;

}
#gcontent .leftbluebar p{padding:12px 20px ;}
#gcontent .leftbluebar p:nth-child(2) {padding:28px 20px 12px 20px;}
	
	
#gcontent .rightwhitebar{
	float:right;
	width:677px;
	padding: 0 0 0 0;
	margin: 40px 40px 0 0;
	font-size:16px;
	line-height:20px;
	letter-spacing: 0.06em;
	color:#888;
}
#gcontent .rightwhitebar .h1hdr{
	font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-size:28px;
	font-weight:normal;
	line-height:26px;
	color:#888;
	padding: 0 0 18px 0;
	margin: 0 0 0 0;
	border-bottom:solid 1px #ccc;

}

.entry-title{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
	line-height: 32px;
	color: #0079c2;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	border-bottom:solid 1px #ccc;	
}
.entry-title-blog{
	font-family: Georgia, "Times New Roman", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 24px !important;
	line-height: 26px;
	color: #0079c2;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
}
.entry-title-blog a{
	text-decoration:none;
	color: #0079c2;
}
.entry-title-blog a:hover{
	text-decoration:underline;
}	
.entry-date{
	display:block;
	font-size: 12px;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
	color:#cccccc;
}
.readmore{
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.readmore:hover{
	text-decoration:underline;	
}
.post{
	padding: 0 0 0 0;
	margin: 0 0 26px 0;
	border-bottom: solid 1px #ccc;
	float: left;
	min-width: 570px;
	width:100%;
}	
.dispcontent-single .post{
	padding: 0 0 0 0;
	margin: 0 0 26px 0;
	border:none !important;
	float: left;
	min-width: 570px;
	width:100%;
}


form#searchform input{
	font-size: 14px;
	font-size: 1rem;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	color: #666666;
	line-height: 20px;
	letter-spacing: 0.06em;
}

form#searchform input[type="text"]{
	border:solid 1px #ccc;
	background:none;
	padding: 2px 6px 3px;
}
form#searchform input[type="submit"]{
	color:#FFFFFF;
	border:solid 1px #ccc;
	padding: 2px 6px 3px;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(top,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */

}
form#searchform input[type="submit"]:hover{
	background: #b8c7d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #b8c7d1 0%, #485860 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c7d1), color-stop(100%,#485860)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8c7d1 0%,#485860 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8c7d1 0%,#485860 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8c7d1 0%,#485860 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8c7d1 0%,#485860 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c7d1', endColorstr='#485860',GradientType=0 ); /* IE6-9 */
}

#blkcontent{
	margin: 0;
	padding: 0;
	background: url(images/bg-topography.png);	
	min-height:700px;
}

#gcontent .rightwhitebar p:nth-child(2) {padding:28px 0 12px 0;}
#gcontent .rightwhitebar .alignleft{
	float:left;
	padding: 0 0 0 0;
	margin: 0 10px 10px 0;
}
#gcontent .rightwhitebar .alignright{
	float:right;
	padding: 0 0 0 0;
	margin: 0 0 10px 10px;
}

#footblock{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 1200px;
}
.footcolhome{
	width:950px;
	margin:0px auto 0px auto;
	padding:20px 0 40px 0;
	font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:12px; color:#666666; line-height:22px;
}
.footcolhome .copyright{
	float:left; width:336px;
}
.footcolhome .builtby{
	float:right;
}

#tabcontact{}
#tabcontact #tabname{margin:0 0 10px 0; padding:6px 8px; border:solid 1px #ccc; background:none; width:180px; clear:both; display:block;font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:14px; color:#666666;}	
#tabcontact #tabemail{margin:0 0 10px 0; padding:6px 8px; border:solid 1px #ccc; background:none; width:180px; clear:both; display:block;font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:14px; color:#666666;}
#tabcontact #tabint{margin:0 0 10px 0; padding:6px 8px; border:solid 1px #ccc; background:none; width:180px; clear:both; display:block;font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:14px; color:#666666;}
#tabcontact #tabmessage{margin:0 0 10px 0; padding:6px 8px; border:solid 1px #ccc; background:none; width:300px; height:106px; clear:both; display:block;font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:14px; color:#666666;}
#tabcontact #tabsubmit{margin:0 0 10px 0;  padding:8px 20px; border:none; background:#0079c2; clear:both;font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif; font-size:14px; color:#ffffff;}			
#tabcontact p{
	padding:0 0 0 0;
	margin: 0 0 0 0;
}


/* Wide slideshow */
#wideslide{
	position:relative;
	z-index:1;
	top:0px;
	left:0px;
	width:100%;
	height:233px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-image:url(images/wideslideblockbackground2.png);
}
.wideslideslideshow{
	position:relative;
	width:1200px;
	height:233px;
	margin:0 auto; padding:0;
}
#wideslideblock .wideslideslideshow .img{
	display:none;
	width:1200px;
	height:233px;
}
#wideslideblock .wideslideslideshow .img:first-child {
	display:block;
	width:1200px;
	height:233px;
}
#wideslideblock .wideslideslideshow .img img{
	width:1200px;
	height:233px;
}

.sideadvertslideshow{
	position:relative;
	width:270px;
	min-height:114px;
	margin:0; padding:0;
}
#sideadvertblock .sideadvertslideshow .img{
	display:none;
	/*width:1200px;
	height:233px;*/
}
#sideadvertblock .sideadvertslideshow .img a{
	text-decoration:none;
	border:none;
}
#sideadvertblock .sideadvertslideshow .img .description{
text-align:center;
width:270px;
font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:12px; color:#666666; line-height:16px;
}

.rightbar2 .sideadvertslideshow{
	position:relative;
	width:250px;
	min-height:114px;
	margin:0; padding:0;
}
.rightbar2 #sideadvertblock .sideadvertslideshow .img{
	display:block;
	/*width:1200px;
	height:233px;*/
}
.rightbar2 #sideadvertblock .sideadvertslideshow .img a{
	text-decoration:none;
	border:none;
	display:block;
}
.rightbar2 #sideadvertblock .sideadvertslideshow .img .description{
text-align:center;
width:220px;
font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:12px; color:#666666; line-height:16px;
}



.tinyad	{ float:left; margin:0 10px 10px 0; padding: 0 0 0 0; width:180px; height:234px;}
#tinyadblock{ width:180px; height:234px;}
.tinyadslideshow{  width:180px; height:234px;}	

.lato{
	font-size:16px;
	text-decoration:none;
	background-image:url(images/link-arrow.png);
	background-position: left center;
	background-repeat:no-repeat;
	display:block;
	padding:0 0 0 10px;
	color:#0079c2;
}
.lato:hover{
	text-decoration:underline;
	color:#0079c2;
}

#projectss{
	width: 280px;
	margin: 0 auto 0 auto;
	min-height: 140px;
}
#projectss .projectcont{
	width: 280px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: auto;
}
#projectss .projectcont img{
		width: 280px;
		height:auto;
}
.teeny{
	display:none;
	min-height:140px;
}
.teeny:first-child{
	display:block;
}

.blueshade{
	color: #0079c2 !important;
}
.hometabsbox #pex img{margin:62px auto 0 auto;}
/* Media queries */
@media only screen and (max-width: 1200px) and (min-width: 640px) {	

	#menu-main{list-style:none; padding:0 0 0 0; margin: 0 0 0 0; float:right;}
	#menu-main li{border:none;float:left; display:inline; padding:0 0 0 0; margin: 0 0 0 0; height:20px;}
	#menu-main li a{font-family:  Georgia, "Times New Roman", Helvetica, Arial, sans-serif; font-size:15px; color:#666666; display:inline-block; padding:0 24px 0 24px; margin: 0 0 0 0; text-decoration:none;}
	#menu-main li a:hover,
	#menu-main li.current-menu-item a,
	#menu-main li.current_page_item a,
	#menu-main li.current-page-parent a,
	#menu-main li.current-menu-parent a,
	#menu-main li.current-menu-ancestor a,
	#menu-main li.current-page-ancestor a{color:#0079c2;}
	#menu-main li:last-child a{ padding:0 0 0 24px;}

	.footcolhome{
		width:950px;
		margin:0px auto 0px auto;
		padding:20px 0 40px 0;
		font-family: 'Lato', Helvetica, Arial, sans-serif; font-size:12px; color:#666666; line-height:22px;
	}
	.footcolhome .copyright{
		float:left; width:350px;
	}
	.footcolhome .builtby{
		float:right;
	}





}

