/*
Theme Name:Hive
Theme URI:
Description:Hive Wordpress Theme 
Version:1.0
Author:<a href="http://port80webdesign.com" title="http://port80webdesign.com">http://port80webdesign.com</a>
Author URI:http://port80webdesign.com
Tags:white, green, gray, Wordpress 3
*/

/* begin Page */

body{
	margin: 0 auto;
	padding: 0;
	background-color: #D4CCAA;
	background-image: url("images/Page-BgTexture.jpg");
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
}




#art-page-background-gradient{
	background-position: top left;
}


.cleared{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}


form{
	padding:0 !important;
	margin:0 !important;
}

table.position{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.art-Sheet{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 950px;
	min-width:31px;
	min-height:31px;
}

.art-Sheet-body{
	position: relative;
	z-index: 1;
	padding: 0px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl{
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl{
	width: 30px;
	height: 30px;
	background-image: url("images/Sheet-s.png");
}

.art-Sheet-tl{
	top:0;
	left:0;
	clip: rect(auto, 15px, 15px, auto);
}

.art-Sheet-tr{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 15px, 15px);
}

.art-Sheet-bl{
	bottom: 0;
	left: 0;
	clip: rect(15px, 15px, auto, auto);
}

.art-Sheet-br{
	bottom: 0;
	right: 0;
	clip: rect(15px, auto, auto, 15px);
}

.art-Sheet-tc, .art-Sheet-bc{
	left: 15px;
	right: 15px;
	height: 30px;
	background-image: url("images/Sheet-h.png");
}

.art-Sheet-tc{
	top: 0;
	clip: rect(auto, auto, 15px, auto);
}

.art-Sheet-bc{
	bottom: 0;
	clip: rect(15px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl{
	top: 15px;
	bottom: 15px;
	width: 30px;
	background-image: url("images/Sheet-v.png");
}

.art-Sheet-cr{
	right:0;
	clip: rect(auto, auto, auto, 15px);
}

.art-Sheet-cl{
	left:0;
	clip: rect(auto, 15px, auto, auto);
}

.art-Sheet-cc{
	position:absolute;
	z-index:-1;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background-color: #FFFFFF;
}


.art-Sheet{
	margin-top: 0px !important;
}

#art-page-background-simple-gradient,
#art-page-background-gradient,
#art-page-background-glare{
	min-width:950px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
	
}
.menu-primary-menu-container {
height:73px;
position:relative;
}

.art-menu, .art-menu ul{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}
.art-menu li a{
display:block;
float:left;
}
.art-menu li:hover{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li{
	float: none;
}

.art-menu ul{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul{
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul{
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.art-menu, .art-menu ul{
	min-height: 0;
}

.art-menu ul{
	background-image: url(images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}


ul.art-menu{
	float:right;
}



/* menu structure */

.art-menu{
	padding: 0px 0px 0px 0px;
}

.art-nav{
	position: relative;
	height: 88px;
	z-index: 1000;
}

.art-nav .l, .art-nav .r{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 88px;
	background-image: url("images/nav.png");
	background-repeat:no-repeat;
	background-position:top left;
}

.art-nav .l{
	left: 0;
	right:0px;
}

.art-nav .r{
	right: 0;
	width: 950px;
	clip: rect(auto, auto, auto, 950px);
}


/* end Menu */

/* begin MenuItem */
.art-menu ul li{
	clear: both;
}

.art-menu a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 73px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r,
.art-menu a .l{
	position: absolute;
	display: block;
	top: 0;
	z-index: -1;
	height: 219px;
	background-image: url("images/MenuItem.png");
}

.art-menu a .l{
	left: 0;
	right: 0px;
}

.art-menu a .r{
	width: 400px;
	right: 0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t{
	text-align: center;
	text-transform: uppercase;
	font: normal normal 18px/73px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	color: #024427;
	padding: 0px 24px;
	margin: 0px 0px;
}
	.art-menu a:hover .t{
		color: #fff !important;
	}

.art-menu a:hover .l,
.art-menu a:hover .r{
	top: -73px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r{
	top:-73px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r{
	top:-73px;
}
.art-menu a:hover .t{
	color: #232622;
}

.art-menu li:hover a .t{
	color: #232622;
}

.art-menu li:hover>a .t{
	color: #232622;
}



/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator{
	display: block;
	width: 10px;
	height: 73px;
	background-image: url("images/MenuSeparator.png");
}

/* end MenuSeparator */

/* begin Header */
div.art-Header{
	margin: 0 auto;
	position: relative;
	margin-top:-15px;
	z-index:-2;
	width: 950px;
	height: 309px;
}


div.art-Header-jpeg{
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 950px;
	height: 309px;
	background-color:#FFF;
}
/* end Header */

/* begin Logo */
.art-Logo{
	display : block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 950px;
	height:307px;
	position:relative;
	background:url(images/ajax-loader.gif) no-repeat 50% 50%;
	overflow:hidden;
}
.art-Logo ul,
.art-Logo li {
    list-style:none;
	padding:0px;
	margin:0px;
	display:inline;
}

h1.art-Logo-name{
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 26px;
font-style: normal;
font-weight: bold;
text-decoration: none;
	padding:0;
	margin:0;
	color: #706538 !important;
}

.art-Logo-text{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
	padding:0;
	margin:0;
	color: #1B180E !important;
}
/* end Logo */

/* begin ContentLayout */
.art-contentLayout{
	position: relative;
	margin-bottom: 2px;
	width: 950px;
}
/* end ContentLayout */

/* begin Box, Block */
.art-Block{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.art-Block{
	margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.art-BlockContent{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-BlockContent-body{
	color:#666F62;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.art-BlockContent-body a:link{
	color: #30A443;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited{
	color: #30A443;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover{
	color: #7DC242;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
}

.art-BlockContent-body ul{
	list-style-type: none;
	color: #282B26;
	margin:0;
	padding:0;
}

.art-BlockContent-body li{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
}


/* end Box, BlockContent */

/* begin Box, Post */
.art-Post{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
	padding-left:0;
	padding-right:0;
}

.art-Post-body{
	position: relative;
	z-index: 1;
	padding: 10px;
	padding-left:0;
	padding-right:0;
}



.art-Post{
	margin: 0px;
}

/* Start images */
a img{
	border: 0;
}

.art-article img, img.art-article{
	margin: 1em;
}

.art-metadata-icons img{
	border: none;
	vertical-align: middle;
	margin: 2px;
}
/* Finish images */

/* Start tables */

.art-article table, table.art-article{
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td{
	background-color:Transparent;
}


.art-article th{
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

/* Finish tables */

pre{
	overflow: auto;
	padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-PostHeader{
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	color: #3E443C;
}

.art-PostHeader a, .art-PostHeader a:link, .art-PostHeader a:visited, .art-PostHeader a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 22px;
font-style: normal;
font-weight: bold;
text-align: left;
	margin:0;
	color: #3E443C;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.art-PostHeader a:link{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #006940;
}

.art-PostHeader a:visited, .art-PostHeader a.visited{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #006940;
}

.art-PostHeader a:hover, .art-PostHeader a.hovered{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
text-decoration: none;
text-align: left;
  color: #7DC242;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
  color: #52594F;
}


.art-PostContent p {
	margin: 0.5em 0;
}

.art-PostContent, .art-PostContent p{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-align: left;
  color: #52594F;
}

.art-PostContent{
  margin:0;
}


/*
	Start Content link style
	
	The right order of link pseudo-classes:
	*	Link, Visited, Hover, Focus, Active.
	
	http://www.w3schools.com/CSS/css_pseudo_classes.asp
	http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/


/* Adds special style to an unvisited link. */
a:link{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #006940;
}

/* Adds special style to a visited link. */
a:visited,
a.visited{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #006940;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover,
a.hover{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #7DC242;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
text-align: left;
  color: #006940;
  margin:0;
  padding:0;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #7DC242;
  margin:0;
  padding:0;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #2DA343;
  margin:0;
  padding:0;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
text-align: left;
  color: #C7C8CA;
  margin-bottom:0;
  padding-bottom:0;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 18px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #C7C8CA;
  margin:0;
  padding:0;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #7DC242;
  margin:0;
  padding:0;
}

.h7, .h7 a, .h7 a:link, .h7 a:visited, .h7 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-align: left;
  color: #000;
  margin:0;
  padding:0;
}

.h8, .h8 a, .h8 a:link, .h8 a:visited, .h8 a:hover{
font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: none;
text-align: left;
  color: #bebfc1;
  margin:0;
  padding:0;
}

/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin PostBullets */
/* Start Content list */
ol, ul{
	color: #3E443C;
	margin: 1em 0 1em 2em;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul{
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

li{
	margin: 0.2em 0;
	padding: 0;
}

ul{
	list-style-type: none;
}

ol{
	list-style-position:inside;
}


.art-Post li{
	padding: 0px 0px 0px 13px;
	line-height: 1.2em;
}

.art-Post	ol	li,
.art-Post	ul	ol	li{
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li {
	background-image: url("images/PostBullets.png");
	background-repeat:no-repeat;
	padding-left:13px;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
.quote p{
	color:#0F100E;
	font-family: Arial, Helvetica, Sans-Serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

.quote,
.art-PostContent .quote{
	border: solid 1px #006940; 
	margin: 10px 10px 10px 50px;
	padding: 5px 5px 5px 41px;
	background-color: #E9E4D3;
	background-image: url("images/PostQuote.png");
	background-position: left top;
	background-repeat: no-repeat;
}


/* Finish blockuote */
/* end PostQuote */

/* begin Button */
.art-button-wrapper .art-button{
	display: inline-block;
	width: auto;
	outline: none;
	border: none;
	background: none;
	line-height: 51px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
	cursor: default;
	text-decoration: none !important;
	z-index: 0;
}

.art-button-wrapper{
	display: inline-block;
	position: relative;
	height: 51px;
	overflow: hidden;
	white-space: nowrap;
	width: auto;
	z-index: 0;
}

.firefox2 .art-button-wrapper{
	display: block;
	float: left;
}

.art-button-wrapper .art-button{
	display: block;
	height: 51px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: left;
	padding: 0 21px !important;
	line-height: 51px;
	text-decoration: none !important;
	color: #fff !important;
}



.art-button-wrapper.hover .art-button, .art-button:hover{
	color: #000000 !important;
	text-decoration: none !important;
}

.art-button-wrapper.active .art-button{
	color: #FCF9ED !important;
}

.art-button-wrapper .l, .art-button-wrapper .r{
	display: block;
	position: absolute;
	z-index: -1;
	height: 153px;
	background-image: url("images/Button.png");
}

.art-button-wrapper .l{
	left: 0;
	right: 12px;
}

.art-button-wrapper .r{
	width: 413px;
	right: 0;
	clip: rect(auto, auto, auto, 401px);
}

.art-button-wrapper.hover .l, .art-button-wrapper.hover .r{
	top: -51px;
}

.art-button-wrapper.active .l, .art-button-wrapper.active .r{
	top: -102px;
}


/* end Button */

/* begin Footer */
.art-Footer{
	position: relative;
	z-index: 0;
	overflow: hidden;
	width: 950px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner{
	height: 1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background{
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url("images/Footer.png");
	width: 950px;
	height: 150px;
	bottom: 0;
	left: 0;
}


.art-Footer .art-Footer-text p{
	margin: 0;
}

.art-Footer .art-Footer-text{
	display: inline-block;
	color: #D9D2B4;
	font: 11px Arial, Helvetica, Sans-Serif;
}

.art-Footer .art-Footer-text a:link{
	color: #C8BE92;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited{
	color: #778273;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover{
	color: #EBD070;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */




/* begin PageFooter */
.art-page-footer,
.art-page-footer	a,
.art-page-footer	a:link,
.art-page-footer	a:visited,
.art-page-footer	a:hover{
	font: 10px Arial;
	letter-spacing: normal;
	word-spacing: normal;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #B3911A;
}

.art-page-footer{
	margin: 1em;
	text-align: center;
	text-decoration: none;
	color: #887A44;
}
/* end PageFooter */


/* begin LayoutCell */
.art-contentLayout .art-content{
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 950px;
}
/* end LayoutCell */
#ncolum1,
.column1{
	border:0;
	float:left;
	overflow:hidden;
	width:217px;
	margin-left:25px;
	margin-right:13px;

}
.column1 h2 {
margin-bottom:14px !important;
}
#ncolum2,
.column2{
	border: 0;
	overflow: hidden;
	float: left;
	width: 425px;
	margin-left: 12px;
	margin-right: 13px;
	padding-top: 10px;
}
.portfolio #ncolum2,
.portfolio .column2,
.parent-pagename-portfolio #ncolum2,
.parent-pagename-portfolio .column2,
.services #ncolum2,
.services .column2,
.parent-pagename-services #ncolum2,
.parent-pagename-services .column2 {
	padding-top: 17px;
/* the padding below affects sub page headings so it lines up - EM */

	padding-top: 10px;
}
.column2 h3{
margin-bottom:15px !important;
}
#ncolum3,
.column3{
	border: 0;
	overflow: hidden;
	width: 220px;
	float: left;
	margin-left: 12px;
	margin-right: 0px;
	padding-top: 8px;
}

.column4{
	border: 0;
	overflow: hidden;
	width: 650px;
	float: right;
	margin-left: 12px;
	margin-right: 13px;
}

.textright{
	text-align: right;
}



.footerleft{
	color: #c7c8ca;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
}

.footerright{
	color: #fff;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	float: left;
	padding-left: 30px;
}

/* additionals */
.boxes {
margin:0 0 10px;
}
.column3 .ngg-widget,
.column3 .ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:0;
	text-align:left;
}
.column3 .ngg-widget a {
    -moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 0 3px #E9E9E9;
    border: 1px solid #E0E0E0;
    display: block;
    float: left;
    height: 100px;
    margin: 4px;
    width: 100px;
}
.column3 .ngg-widget img {
	border:0;
	padding:0; 
    display: block;
    margin: 5px auto;
}
#cf_form div.wpcf7 {
	margin: 0;
	padding: 0;
}
#cf_form div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
#cf_form div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	border:0;
	color:#398f14;
}
#cf_form div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	border:0;
	color:#ff0000;
}
#cf_form div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	border:0;
	color:#ffa500;
}
#cf_form div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	border:0;
	color:#EF1100;
}
#cf_form span.wpcf7-form-control-wrap {
	position: relative;
	display:block;
}
#cf_form span.wpcf7-not-valid-tip {
	position: absolute;
	top: 7px;
	left: 114px;
	z-index: 100;
	background: transparent;
	border: 0px;
	font-size: 10px;
	width: 250px;
	padding: 0px;
	line-height:normal;
	color:#EF1100;
}
#cf_form  span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10px;
	display: block;
}
#cf_form  span.wpcf7-list-item {
	margin-left: 0.5em;
}
#cf_form  .wpcf7-display-none {
	display: none;
}
#cf_form  div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}
#cf_form  div.wpcf7 .watermark {
	color: #888;
}
#slider {
	position:relative;
    width:950px;
    height:307px;
	background:#fff url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;

}
.home #slider img { 
	display:none;
}
#slider a {
	border:0;
	display:block;
}