@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

html, body, #wrap {
	background: #ffffff url(content/bkg_rep.jpg) repeat-x;
	height: 100%;
	text-align: center; /* leave so page is centered in IE */
}

body > #wrap {
	height: auto;
	min-height: 100%;
}

#main {
	padding-bottom: 73px; /* must be same height as the footer */
	
}  

#footer {
	position: relative;
	margin-top: -73px; /* negative value of footer height */
	height: 58px;
	background: #6b5c4c;
	clear:both;
	padding-top: 15px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PNG FIX - courtesy of Angus Turnbull*/

 img, div, input { 
 	behavior: url("iepngfix.htc") 
}

/* Main content for all pages */

#header {
	width:868px;
	height:70px;
	padding: 0px 0px 20px 30px;
	padding-top: 30px;
	margin:0 auto;
	clear:both;
	text-align: left;
}

#headerImage {
	width:330px;
	float:left;
}

#headerLinksContainer {
	float:left;
	padding: 47px 0px 0px 0px;
	margin: 0px 0px 0px 59px;
	width: 460px;
	background: url(content/menu-container-bg.gif) no-repeat;
	background-position: left bottom;	
}

.headerLinksHome a, .headerLinksContact a {
	font-size: 18px;
	float:left;
	color: #4a686f;
} 

.headerLinksHome a:hover, .headerLinksContact a:hover {
	color: #6b5c4c;
} 

.headerLinksHome a {
	padding: 0px 3px 0px 0px;	
}

.headerLinksContact a {
	padding: 0px 0px 0px 16px;	
}


.headerLinksJS {
	float:left;
}


.MainInfo{
	width:838px;
	padding: 0px 30px 0px 30px;
	margin:0 auto;
	clear:both;
}

.MainImage{
	padding: 30px 0px 10px 0px;
	border-top: 1px dashed #B09F8B;
	border-bottom: 1px dashed #B09F8B;
	width:838px;
	margin:0 auto;
	clear:both;
}

.MainImageGap{
	width:6px;
	height: 450px;
	float: left;
}

#right {
	background: #ffffff;
	width: 550px;
	float: right;
	height: 32px;
	padding-top: 68px;
}

#footer_hold{
	width:898px;
	margin:0 auto;
	clear:both;
}
.footerFont{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B09F8B;
	float: left;
	text-align: left;
	padding: 0px 30px 0px 30px;
}

.footerFont2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #B09F8B;
	float: left;
	border-left: 1px solid #B09F8B;
	padding: 15px 0px 10px 30px;
	height: 14px;
}

a.footerFontLink{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B09F8B;
	text-decoration:none;
}

a.footerFontLink:hover{
	color:#FFFFFF;
	
}

/* History Page */

.links_right{
	float:left;
	width:250px;
	padding: 20px 0px 20px 0px;
}

.MainImage_history{
	padding: 30px 0px 10px 0px;
	border-top: 1px dashed #B09F8B;
	border-bottom: 1px dashed #B09F8B;
	width:838px;
	margin:0 auto;
	clear:both;
}

.MainImage_history2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	line-height: 1.5em;
	text-align:left;
	padding: 30px 0px 0px 0px;
	width:838px;
	margin:0 auto;
	clear:both;
	height: 315px;
}

.MainImage_history_title{
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #B09F8B;
	width:838px;
	margin:0 auto;
	clear:both;
}

.MainImage_history3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	line-height: 1.5em;
	text-align:left;
	padding: 30px 0px 30px 0px;
	width:838px;
	clear:both;
}

.history_pic{
	padding:0px 0px 20px 0px;
	float: left;	
}

.history_pic_left{
	padding:0px 30px 30px 0px;
	float: left;
}

.history_pic_left2{
	padding:0px 30px 30px 0px;
	float: left;
}

.historyText{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	text-align:left;
	line-height: 1.5em;
}


/*fontland */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align: left;
	color: #6b5c4c;
	font-weight: lighter;
}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align: left;
	color: #6b5c4c;
	line-height:normal;
	font-weight: lighter;
}

h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-align: left;
	color: #6c6d6d;
	font-weight: lighter;
}


p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	color: #6b5c4c;
	line-height: 1.5em;
}


ul  {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color: #999999;
}

/* a -  links */
a
{
	color: #6b5c4c;
	outline: none;
	text-decoration:none;
	border:none;
}

a img {
	border: none;
	outline:none;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
object { outline:none; }



.box_feature{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	text-align:left;
	line-height: 1.5em;
}

.homeText{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	text-align:left;
	border-bottom: 1px dashed #B09F8B;
	padding: 30px 0px 30px 0px;
	width: 838px;
	line-height: 1.5em;
	clear:both;
	float: left;
}

.homeText2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color: #6b5c4c;
	padding: 30px 0px 30px 0px;
	width: 838px;
}

.homeText_links{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:12px;
	text-align:left;
	padding: 30px 0px 30px 0px;
	width: 838px;
	line-height: 1.5em;
	clear:both;
	float: left;
	
}

#hometext_left{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #6b5c4c;
	padding: 0px 0px 0px 20px;
	width: 396px;
	float: left;
	border-left:1px solid #bed0d4;
}

#hometext_right{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color: #6b5c4c;
	padding: 0px 0px 0px 20px;
	width: 400px;
	float: left;
	border-left:1px solid #bed0d4;

}

.image-subtitle2 {
	font-family: Times New Roman, "Times", serif;
	font-style: italic;
	color: #4a686f;
	font-size: 16px;
}

a.image-subtitle2:hover{
	font-family: Times New Roman, "Times", serif;
	font-style: italic;
	color: #6b5c4c;
	font-size: 16px;
}

.italic_links_about{
	
	float:left;
	width:250px;
	padding: 20px 0px 20px 0px;
}

.italic_links, a.italic_links{
	font-family: Times New Roman, "Times", serif;
	font-style: italic;
	font-size: 16px;
	color: #4a686f;
}


a.italic_links:hover{
	color: #6b5c4c;
}

/* contact */

.Main_Info_contact{
	border-top: 1px dashed #B09F8B;
	padding: 30px 0px 10px 0px;
	width:838px;
	margin:0 auto;
	clear:both;
	float: left;
}

#main_contact_info{
	padding: 10px 0px 10px 0px;
	margin:0 auto;
	clear:both;
	width: 838px;
	float: left;
}

#contact_form{
	padding: 30px 20px 10px 0px;
	width: 370px;
	float: left;
}

#contact_details{
	padding: 20px 0px 20px 30px;
	width: 415px;
	float: left;
	background: #dee7e9;
	margin-top: 30px;
}

#contact_details ul  {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:14px;
	text-align:left;
	line-height: 1.5em;
	list-style:none;
}

#contact_details li {
	color:#6c6d6d;
	margin:0;
	padding:0;
}

#contact_details a {
	outline: none;
    text-decoration:none;
	color:#d6d1cc;
}
	  
#contact_details a:hover {
	color:#FFFEAA;
}

/* ------------------------------------ Case Studies ------------------------------------ */

#casestudies {
	border-top:1px dashed #B09F8B;
	padding-top:30px;
}

#casestudies h3 {
	padding-top:20px;
}

.casestudy {
	padding:0 0 30px;
}

.casestudy h2 {
	font-size:16px;
	padding-bottom:10px;
}

.bborder {
	padding-top:20px;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;
}

.casestudy p {
	margin:10px 0;
	color:#6C6D6D;
}

.casestudy h4 {
	text-align:left;
	font-weight:normal;
	margin-top:30px;
	color:#6C6D6D;
	font-size:12px;
}

/* form styles */

.formText{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #5a5a5a;
	font-size:14px;
	text-align:left;
	line-height: 1.5em;	
	width:300px;
}

.formLabel{
	color: #5a5a5a;
	font-size:14px;
}

.box{
	border: 1px solid #bed0d4;
	font-size:16px;
}

/* ------------------------------------ Gallery Page ------------------------------------ */
/* Check Galleria Theme file to edit Gallery css */

.MainInfo_gallery{
	width:860px;
	border-top: 1px dashed #B09F8B;
	border-bottom: 1px dashed #B09F8B;
	margin:0 auto 50px;
	clear:both;
	height: 600px;
}
            
/* This rule is read by Galleria to define the gallery height: */
#galleria {
    position: relative;
    top: -10px;
}
