/* @group Reset */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size: 1em; font-weight: normal; font-style: normal;}
ul,ol {list-style: none;}
fieldset,img {border: none;}
caption,th {text-align: left;}
table {border-collapse: collapse; border-spacing: 0; margin-bottom: 18px;}
.clear {clear: both; display: block; height: 0; overflow: hidden; width: 0;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block; display: block;}
* html .clearfix {height: 1%;}
:focus{outline:0}
/* @group General */
body {font: 14px/1.5em Arial, sans-serif; background-color: #fff; color: #000;}
a {color: #c7c7c7; text-decoration: none;}
a:hover {color: #c7c7c7; text-decoration: none;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
sup {padding-left: 1px; font-size: 10px !important; font-weight: normal !important; vertical-align: baseline; position: relative; bottom: 0.33em; color: #777; _position: static !important;}
abbr {border: 0;}

h1 {font-weight: bold; font-size: 20px; line-height: 1.2em; margin-bottom: 18px;}
h2 {font-weight: bold; font-size: 16px; line-height: 1.2em; margin-bottom: 12px;}
h3 {font-weight: bold; font-size: 14px; line-height: 1.2em; margin-bottom: 8px;}
h4,h5,h6 {font-weight: bold; font-size: 1em; line-height: 16px; margin-bottom: 8px;}
blockquote {margin: 1.5em 0; padding: 18px 18px 0; color: #333; border:1px solid #ccc; background-color: #fff;}
hr {border: 0 none #ddd; clear: both; height: 0; border-top: 1px solid #ccc; border-bottom: 1px solid #fff; margin: 18px 0;}
pre, code {font-family: Courier, "Courier New", monospace; font-size: 12px; color: #666;}
pre {margin: 0 0 1em 0; padding: 0 0 0.5em 0; white-space: pre-wrap;}
dl {margin-bottom: 18px;}
.hide {display: none;}
.error-hint { color: red; }
/* iPhone */
@media screen and (max-device-width: 480px) {
html {-webkit-text-size-adjust: none;}
}
.italic {
	font-style:italic;
}

/* @group Content */
body {
	background: none repeat scroll 0 0 #FFF;
	font: 14px/1.5em Arial,Tahoma,sans-serif;
	background-color: #666666;
	background-image: url(../images/bg.png);
}
h1, h2, h3, h4, h5, h6, h7 {margin:0; padding:0; text-align:left; font-weight:bold; color:#000; line-height:1.5em}
h1{font-size:20pt; margin:0}

h3{font-size:16pt}
h4{font-size:12pt; letter-spacing:0}
h5, h6, h7{font-size:12pt; letter-spacing:0}
input {
	font: 14px/1.5em Arial,Tahoma,sans-serif;
}
ul, ol {margin: 0 0 1.625em 2.5em;}
ul {list-style: disc;}
ul ul {list-style: circle;}
ol {list-style-type: decimal;}
ol ol {list-style: upper-alpha;}
ol ol ol {list-style: lower-roman;}
ol ol ol ol {list-style: lower-alpha;}
ul ul, ol ol, ul ol, ol ul {margin-bottom: 0;}

/*@font-face {
	font-family: "Bodoni Book";
	src: url( 'Bodoni_Book_BT.eot' );  IE
	src: local("Bodoni Book"), url( 'Bodoni_Book_BT.ttf' ) format("truetype");  non-IE
}*/
#wrapper {
	width: 975px;
	margin: 20px auto;
	-moz-box-shadow: 0 0 15px #666;
	-webkit-box-shadow: 0 0 15px #666;
	box-shadow: 0 0 15px #666;
	background-color: #fff;
}
#header {
	width: 975px;
	height: 231px;
	margin: 0px auto;
	position: relative;
	
}
#header #logo {
	z-index: 300;
	position: absolute;
	left: 10px;
	top: -5px;
}

#header-bg {
	position: absolute;
	z-index: 200;
	background: #fff;
}

#navigation {
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	height: 34px;
	font-size: 12px;
	background: transparent url('../images/nav-bg_2.png') repeat-x scroll 0 0;
	
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 180px;
}
#navigation ul li a {
	color: #fff;
	white-space: nowrap;
	line-height: 34px;
	display: block;
	background: transparent url('../images/nav-bg_2.png') repeat-x scroll 0 0;
	padding: 0 25px; /* original padding 38px */
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
}
#navigation ul li a:hover {
	background-position: 0 -34px;
	color: #fff;
}
#navigation ul li a.active {
	background-position: 0 -68px;
}
#navigation ul>li {
/*	display: inline-block;*/
	float: left;
	position: relative;
	height: 34px;
	border-left: 1px solid #717171;
	border-right: 1px solid #1e1e1e;
}
#navigation ul>li:first-child {
	border-left: none;
}
#navigation ul>li:last-child {
	border-right: none;
}



#midSection h1 {
text-align:left;
}


 .imageRow {
 	padding-left:90px;
	background-color:#FFF;
}

.imageRow .single a {
  outline:0;
  float: left;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  padding: 3px;
  line-height: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 5px 5px 5px auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  
}
/* line 332, ../sass/screen.sass */
.imageRow .single a img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
/* line 335, ../sass/screen.sass */
.imageRow .single a:hover {
  background-color: #b4bf92;
}


#content {
	width: 975px;
	margin: 0 auto;
	
	
}
#content a, #content a:hover {
	color: #000;
	text-decoration: none;
}
#content .main-content {
	margin: 20px 30px 0px 30px;
	padding: 20px 20px 35px;
	background: #ededee;
	overflow: hidden;
	position: relative;
}

#content h1 {
	color: #3b4f63;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 18px;
	background: transparent url('../images/sep.png') no-repeat scroll 0 bottom;
}
#content .quote {
	background: #bbbbbb url('../images/quote-bg.jpg') no-repeat scroll 0 0;
	width: 755px;
	height: 400px;
	padding: 20px 20px 35px;
	margin: 0 auto 28px auto;
}
#content .quotetop{
	background: #bbbbbb url('../images/quote-bg.jpg') no-repeat scroll 0 0;
	width:755px;
	height:300px;
	padding: 10px 20px;
	margin: 0 auto 18px auto;
}
#content .quotemid{
	background: #bbbbbb url('../images/quote-bg.jpg') no-repeat scroll 0 0;
	width:755px;
	height:200px;
	padding: 20px 20px 35px;
	margin: 0 auto 18px auto;
}

#content .quote p {
	margin-bottom: 10px;
}
#content .quote ul {
	margin-bottom: 0;
	float: left;
}
#homeLeft {
	width: 700px;
	float: left;
	line-height: 20px;
	color: #252525;
	margin: 0px 0px 0px 120px;
	
}

#footer {
	background: url('../images/footer-bg.jpg') no-repeat scroll 0 0;
	width: 975px;
	height: 263px;
	margin: 0 auto;
	font-size: 11px;
	position: relative;
	color: #000;
	
}
#footer .logo {
	position: absolute;
	left: 180px;
	top: 80px;	
}
#footer .cog {
	position: absolute;
	left: 15px;
	top: -5px;
}
#footer .eho {
	position: absolute;
	left:850px;
	top:-10px;
}
#footer .address {
	position: absolute;
	left: 180px;
	top: 10px;
	line-height: 1.2em;
}
#footer a,
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
#footer .footer-bottom {
	margin-top: 170px;
}

#footer .footer-nav {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
}
#footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-nav ul li a {
	color: #fff;
	white-space: nowrap;
	line-height: 14px;
	display: block;
	padding: 0 10px;
}
#footer .footer-nav  ul>li {
	display: inline-block;
	position: relative;
	border-right: 1px solid #fff;
}
#footer .footer-nav  ul>li:last-child {
	border: none;
}
#footer .copy {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}



#address {
	padding: 0 0 0 140px;
	font-weight: bold;
}

#divider {
	border-bottom: 1px dotted #666;
}

#contactform {
	margin-top: 32px;
	margin-left: 255px;
}
#contactform table {
	width: 500px;
}
#contactform table td {
	vertical-align: top;
}
#contactform table td.title-col {
	text-align: right;
}
#contactform table td.checkbox-col {
	vertical-align: middle;
}
#contactform table td label {
	padding-right: 15px;
	display: block;
}
#contactform input[type=text],
#contactform select,
#contactform textarea {
	padding: 2px;
	font: 14px/1.2em Arial,Tahoma,sans-serif;
	width: 300px;
	margin-bottom: 10px;
}
#contactform textarea {
	resize: none;
}
#contactform .button {
	padding-top: 20px;
}
#contactform .button input {
	float: left;
	margin-right: 10px;
}

#content .address {
	overflow: hidden;
	margin-top: 10px;
	float: left;
}

#content .address-info {
	padding-bottom: 18px;
}
.highlight{
	font-weight:bold;
}
.red {
	color: #ff0000;
}
p.last {
	margin: 0
}
p.alt {
	font-style: italic;
}
.error {
	background-color:#FFEBE8;
	border-color:#CC0000;
	border-style:solid;
	border-width:1px;
	color:#333333;
}
div.message {
	background-color:#ffffe0;
	border-color:#e6db55;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-style:solid;
	border-width:1px;
	padding:12px;
	color:#333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}
div.error {
	background-color:#FFEBE8;
	border-color:#CC0000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-style:solid;
	border-width:1px;
	padding:12px;
	display: block;
	color:#333333;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

ul.star {
	list-style: none;
}
ul.star li {
	background: transparent url('../images/star.png') no-repeat scroll 0 3px;
	padding: 0 0 15px 25px
}