/*
Theme Name:     Twenty Ten Child
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         The Partisans
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/
@font-face {
    font-family: 'Fanwood';
    src: url('/wp-content/fonts/fanwood.eot');
    src: url('/wp-content/fonts/fanwood.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fonts/fanwood.woff') format('woff'),
         url('/wp-content/fonts/fanwood.ttf') format('truetype'),
         url('/wp-content/fonts/fanwood.svg#fanwood') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FanwoodTextRegular';
    src: url('/wp-content/fonts/fanwoodtext-webfont.eot');
    src: url('/wp-content/fonts/fanwoodtext-webfont.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fonts/fanwoodtext-webfont.woff') format('woff'),
         url('/wp-content/fonts/fanwoodtext-webfont.ttf') format('truetype'),
         url('/wp-content/fonts/fanwoodtext-webfont.svg#FanwoodTextRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FanwoodText-Italic';
    src: url('/wp-content/fonts/fanwoodtext-italic.eot');
    src: url('/wp-content/fonts/fanwoodtext-italic.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fonts/fanwoodtext-italic.woff') format('woff'),
         url('/wp-content/fonts/fanwoodtext-italic.ttf') format('truetype'),
         url('/wp-content/fonts/fanwoodtext-italic.svg#fanwoodtext-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Junction';
    src: url('/wp-content/fonts/junction02.eot');
    src: url('/wp-content/fonts/junction02.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/fonts/junction02.woff') format('woff'),
         url('/wp-content/fonts/junction02.ttf') format('truetype'),
         url('/wp-content/fonts/junction02.svg#junction02') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #333;
	font-family: 'Junstion', Arial, Sans;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	margin:0;
	padding:0;
}


/* =Menu

-------------------------------------------------------------- */

A:link {text-decoration: none; color: #5a8243;}
A:visited {text-decoration: none; color: #5a8243;}
A:active {text-decoration: none; color: #5a8243;}
A:hover {text-decoration: none; color: #585858;}

#access {
	display: block;
	float: right;
	border: 0px dotted blue !important;
	padding: 0px !important;
	margin: 0 !important;
}

#access .menu-header,
div.menu {
	float: right;
	font-size: 13px;
	margin-left: 0px;
	float: left;
	padding: none;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	border: 0px dotted black !important;
}

#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	padding: none;
}

/* This removes HOME from the menus because home does not have page_item class applied to it while pages with IDs do */
div.menu li {
	display: none;
}
div.menu li.page_item  {
	display: inline;	
}


#access a {
	color: #80c342;
	display: block;
	text-align: left !important;
	letter-spacing: 0px;
	font-family: Helvetica, Sans;
	border-right: 1px solid #5A8243;
	text-transform: uppercase;
	color: #585858;
	display: block;
	line-height: 16px;
	padding: 1px 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:10px;

}

#access ul ul li {
	/* disabling flyout menu */
	/*min-width: 180px;*/
	/*min-width: 3999px;*/
}

#access ul ul ul {
	/*left: 100%;*/
	top: 0;
}

#access ul ul a {
	line-height: 1em;
	padding: 10px;
	width: 160px !important;
	left: 0 !important;
	margin-left: 0px !important;
	padding-left: 10px !important;
	height: auto;
	color:#fff;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #5a8243; /* green */
}

#access ul li:hover > ul {
	display: block;
	display: none; /* hiding the dropdown menus */
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #5a8243; /* green */
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* flyout */

/* =Menu

-------------------------------------------------------------- */

#access ul ul {
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	float: left;
	z-index: 99999;
}

#access ul ul ul {
	/*left: 100%;*/
	top: 0;
}

#access ul ul a {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 6px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
	text-shadow: 0 1px 1px rgba(0,0,0,.125);
	background: #5A8243; /* drk green */
	background: #7ba43e; /* lt green */
	background: #efefef;
	line-height: 18px;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 8px 2px;
	height: auto;
	color:#333;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ddd));
	background: -moz-linear-gradient(top,  #efefef,  #ddd);
}

#access ul:last-child{
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;	
}
#access li:hover > a {
	/*background: #efefef;*/
	/*background: #5A8243; /* drk green */
	color: #5A8243;
}
#access ul ul :hover > a {
	/*background: #333;*/
	/*background: #7ba43e; /* lt green */
	/*background: #5A8243; /* drk green */
	color: #5A8243;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #80C342;
	color: #5A8243;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #333;
}




/* STYLES */
H1,
H2,
H3 {
	font-family: 'FanwoodTextRegular', 'Fanwood', Georgia, Times, Serif;
	-webkit-font-smoothing: subpixel-antialiased;
	text-shadow: 0.01em 0.01em .01em #fff;
	font-weight: normal;
	color: #5a8243; /* green */
	margin: 21px 0 -10px 0;
	font-size: 32px;
	line-height: 32px;
}
H2 {
	font-size: 25px;
	line-height: 30px;
}
H3 {
	font-size: 20px;
	line-height: 24px;
}

.dateformat {
	font-family: 'Fanwood', Georgia, Arial, Helvetica, Sans !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
}


#container,
#entry-content {
	font-family: Arial, Helvetica, Sans !important;
	font-size: 13px;
	line-height: 24px;
}

.navimg {
	float: left;
	border: 0;
	margin: 10px 2px 10px 10px;
	width: 285px;
	height: 107px;
}

.threecolumns {
	width: 280px;
	float: left;
	border: 0px dotted gray;
	margin: 10px 9px 10px 10px;
}

#usp,
#usp-form {
	width: 440px !important;
	
}
textarea  {
	width: 380px !important;
}
	




.post {
	padding: 20px;	
}

.entry-utility {
	display:none;
}

h2 a:link,
h2 a:active,
h2 a:visited {
	color: #5a8243;
	font-family: Georgia, Times, Serif;
	font-size: 24px;
	font-weight:normal;
	text-decoration: none;
}	
h2 a:hover {
	color: #333;
}
.screen-reader-text {
	display: none;
	}
	
	
#main,
#header {
	overflow: auto;
	width: 940px;
	margin: 0 auto;
	}
#main {
	width: 960px;
	padding-left: 30px;
	overflow-x: hidden; 
}
	
	
#headerblock {

}

#headerblklft {
	background: gray;
	background-image:url('/wp-content/art/slideshow-1.jpg');
	background-repeat: no-repeat;
	width: 590px;
	height: 240px;
	float: left;
}
#headerblkrt {
	background: #79a342;
	background-image:url('/wp-content/art/header-bkgrnd.jpg');
	background-repeat: no-repeat;
	width: 310px;
	height: 200px;
	float: left;
	padding: 20px;
	color: #FFF;
}
#headerblkrt a:link {
	color: #fff !important;
}
#hdrcontacttop {
	padding: 20px 0px 10px 0px;
	font-size: 22px;
	line-height: 24px;
    font-family: 'FanwoodText-Italic';
	font-style: normal;
	font-weight: 100;
	text-shadow: 0.03em 0.03em 1.9em #5b8344;
	-webkit-font-smoothing: subpixel-antialiased;
}

#hdrcontactbottom {
    font-family: Arial, 'Junction', Sans;
	font-size: 12px;
	line-height: 20px;
	-webkit-font-smoothing: subpixel-antialiased;
}

#contentblock {

}

#contentblklft {
	padding-top: 10px;
	width: 580px;
	border: 0px dotted gray;
	float: left;
}
#contentblkrt {
	width: 374px;
	border: 0px dotted gray;
	float: right;
	padding-bottom: 20px;
}


.half_column {
	width: 560px;
	/*padding-left: 120px;*/
	margin-bottom:20px;
	margin-right:20px;
	border: 0px solid red;
	float: left;
	padding-right: 20px;
	/*height: 265px !important;*/
	overflow-y: hidden;
}
.half_column h3{
	clear: none;
	margin-bottom:5px !important;
}

.teamdiv img {
	float: left;
	margin: 17px 5px 2px 0;
}


/* contact form */
#contactuslft {
	overflow: auto;
	width: 320px;
	border: 0px solid red;
	line-height: 34px;
	margin-right: 10px;
}

#contactusrt {
	line-height: 34px;
	position: relative;
	top: -104px;
	width: 280px;	
	border: 0px solid blue;
	clear: right;
	float: right;
	margin-right: 10px;
}
#contactusbtm {
	z-index: 1;
	position: relative;
	top: -95px;
	width: 650px;	
	border: 0px solid blue;
	padding: 0;
	overflow: auto;
}
#credentials {
	margin: 20px 0;
	float:left;
	width:200px;
	text-shadow: 0 1px 1px rgba(0,0,0,.125);
	background: #efefef;
	border: 0;
	border-bottom: 1px solid #ddd;
	padding: 8px 12px;
	height: auto;
	color:#333;
	background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ddd));
	background: -moz-linear-gradient(top,  #efefef,  #ddd);
}

input.contactus1 {
	width: 278px;	
	border: 1px solid #ababab;
	border-top: 1px solid #585858;
	background: #fff;
}
textarea.contactus2 {
	font-family: Arial, Helvetica, Sans;
	position: relative;
	width:572px !Important;
	border: 1px solid #ababab;
	border-top: 1px solid #585858;
	background: #fff;
	top: 0px;
}

.button,
.submit,
#user-submitted-post,
submit.wpcf7-submit ,
.wpcf7-submit submit,
.wpcf7-submit {
	border: 1px solid #585858;
	border-right: 1px solid #585858;
	border-bottom: 1px solid #5b8344;
	border-left: 1px solid #5b8344;
	background-color: #79a242;
	color: #fff;
    font-family: Arial;
	font-size: 28x !important;
	line-height: 30px;
	padding:1px 25px;
}

.wpcf7-response-output {
	top: 0px !important;
	margin-top: -98px !important;
}

#user-submitted-post:hover,
.wpcf7-submit:hover {
	background-color: #585858;
}
.wpcf7-form {
	height: 294px;
}

/* =Footer

-------------------------------------------------------------- */



#footer {

	border-top: 1px dashed gray;
	margin: 0 auto;
	margin-top: 0px;
	width: 930px;
	height: auto;
	background-color: #FFF;
	padding: 5px 0 8px 0;
	color: #585858;
	font-size: 10px;

}

#colophon {
	/* rule above the footer*/
	/*border-top: 1px solid #80c342;*/

	margin-top: 0;
	overflow: hidden;
	padding: 0;

}
	
#wrapperbkgrnd {
	background-image:url('/wp-content/art/keyco_bkgrnd.png');
	background-repeat: repeat-y;
	width: 1000px;
	margin: 0 auto;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

#sidebar {
	width: 374px;
	height: 54px;
	background-image:url('/wp-content/art/press_sidebar.png');
	background-repeat: no-repeat;
	background-color: none;
	margin-top: 20px;
	padding: 0px;
	color: #fff;
	font-size: 11px;
	font-family: 'Junction', Helvetica, Arial, Sans;
	font-weight: 400;
}
#sidebar h3 {
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
}

.homepage h3 {
	margin-bottom: 2px;
}
.transactions h3 {
margin: 0;
}
.transactions {

}
#press_sidebar h3 {
	margin: 6px 0 0px 0;
	padding: 0;
}
#press_sidebar {
	width:312px;
	padding:0 0 5px 20px;
	border:0px solid pink;
	overflow:auto;
	font-size: 12px;
	line-height: 19px;
	font-family: Helvetica, Arial, 'Junction', Sans;
	font-weight: 400;
}
#gallery {
	width:350px;
	border:0px solid red;
	overflow: auto;
	font-size: 12px;
	font-family: Helvetica, Arial, 'Junction', Sans;
	font-weight: 400;
	line-height: 19px;
}
.subhead {
	font-size: 16px;
	line-height: 24px;
	font-family: 'FanwoodText', Georgia, Serif, 'Junction', Helvetica, Arial, Sans;
	font-weight: 400;
}

#quotesxxx {
	width:348px;
	height:220px;
	padding:0px;
	border: 1px solid #eaeaea;
	overflow: hidden;
	margin: 20px 0;
}
.press_subcopy {
	font-size: 14px;
	font-family: 'FanwoodText', Georgia, Serif;
	font-weight: normal;
}
.beachhill {
	margin-top: -12px;	
    font-family: 'FanwoodText', Georgia, Serif;
	font-size: 17px;
}
.contacttext  h3 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 16px;
}
.contacttext {
	margin-top: -2px;	
	font-size: 12px;
	line-height: 21px;
	font-family: 'Junction', Georgia, Serif;
	font-weight: 400;
}
.quote_bubble {
	clear: both;
	border: 1px solid #eaeaea;
	width: 308px;
	min-height: 160px !important;
	height: 170px !important;
	padding: 10px 20px;
	margin: 20px 0 10px 0;
	display: table;
	float: left;
    font-family: 'FanwoodText-Italic', Georgia, Serif;
	font-size: 23px;
	line-height: 28px;
	background-image:url('/wp-content/art/quotes_bkgrnd_4.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}

.quote_bubble .byline {
	float:left;
	width: 280px;
	overflow: hidden;
	font-size: 11px;
    font-family: 'Junction', Arial, Sans;
	text-align: right;
	margin-top: -6px;
	padding-right: 20px;
}
.quote_bubble p {
  display: table-cell;
  vertical-align: middle;
  padding: 0px;
	min-height: 160px !important;
	height: 160px !important;
}

.smallheader {
	font-weight: normal;
	text-transform: uppercase;
	color: #5a8243;
	font-family: 'Junction', Arial, Sans;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
}


ul.list-tick {
  margin: 0;
  padding: 0;
}
ul.list-tick li {
  margin: 0;
  padding: 0px 0 4px 24px;
  list-style: none;
  background: url('/wp-content/art/icon-checklist.png') no-repeat top left;
}