@charset "utf-8";
/*


grey background			#B8B8C5
brown outline			#967B66
content background		#F3F3E9

*/

 
/* ///////////////////////////

@import rules

/////////////////////////// */

@import url("reset.css");

/* ///////////////////////////

Global Overrides

/////////////////////////// */

body {
	background-color: #B8B8C5;
	font: normal 15px Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../../images/body-bg.jpg);
}

h1 {
	margin-bottom: 7px;
	font: bold 160% Arial, sans-serif;
	color: #080C63;
}

h2 {
	margin-bottom: 15px;
	font: bold 160% Arial, sans-serif;
	color: #080C63;
	border-bottom: 2px solid #766050;
	margin-left: 10px;
	width: 500px;

}

h3 {
	margin-bottom: 7px;
	font: bold 110% Arial, sans-serif;
	color: #080C63;
}

h4 {
	color: #070D5F;
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
}

h5 {
	color: #080C63;
	font: bold 15px Geneva, Arial, Helvetica, sans-serif;
}	

/* ///////////////////////////

ID Declarations

/////////////////////////// */
#container {
	width: 850px;
	margin: 10px auto;
}
#flashcontent {float:right;
	margin-top:3px;}
#imageright {float:right;
	text-align:center;
	margin:0 0 10px 10px;
	}
#site-top {
	background-image: url(../../images/page-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 1px;
	margin-top: 10px;
}

#site {
	width: 840px;
	_width: 839px;
	margin: 0 auto;
	border:thin #dedede 1px;

}

#site-bottom {
	width: 839px;
	background-image: url(../../images/page-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}



#header {
	min-width: 840px;
	background-image: url(../../images/header-bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#masthead {
	height: 250px;
	margin: 0 auto;
}

.main-nav {
	background-color: #F3F3E9;
	color: #FFF;
	background-image: url(../../images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position:left;
	height: 38px;
	border-left: 1px solid #967B66;
	border-right: 1px solid #967B66;
}

.main-nav ul {
	padding-top: 10px;
	_padding-top: 17px;
}

.main-nav li {
	display: inline;
	margin-left: 7px;
	font: bold 13px Arial;	
}

.main-nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 9px 8px;
}

.main-nav li a:hover {
	background-color: #967B66;
	padding: 9px 7px;
	border-left: 1px solid #58463D;
	border-right: 1px solid #58463D;
	_border: none;
	_padding: 9px 8px;
	background-image: url(../../images/nav-over.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
}	

 .active {
	background-color: #967B66;
	padding: 9px 7px;
	_padding: 0;
	border-left: 1px solid #58463D;
	border-right: 1px solid #58463D;
	background-image: url(../../images/nav-over.gif);
	background-repeat:no-repeat;
	background-position: center bottom;
}	

/*****************************************************************/


#topMenu {
display:block;
height:34px;
width:100%;
margin-left: 3px; /*menu shift left or right */
float:left;
background:url(../../images/nav-bg.jpg) no-repeat;
	/*background-color: #F3F3E9;
	border-left: 1px solid #967B66;
	border-right: 1px solid #967B66;*/
}

#nav, #nav ul {
line-height:1;
list-style:none;
margin:0px;
padding:0px;padding-left:10px;
width: 100%;
/*width:838px;*/
/*background:url(../../images/nav-bg.jpg) no-repeat;*/
}
#nav li {
display:block;
float:left;
height:30px;
line-height:30px;
padding-top:3px;
list-style:none;
position:relative;
margin: 0px 20px 1px 20px;
}

#nav li a {
display:block;
color:#FFF;
float:left;
height:30px;
width:auto;
padding:0px 10px 0px 0px;
text-indent:15px;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#nav li a:hover , #nav li:hover, #nav .current{
background:#967B66 url(../../images/nav-over.gif) no-repeat;
color: #FFFFFF;
background-position:center;
background-position:bottom;
}

/********************************************************/

#page {
	min-width: 838px;
	margin: 0 auto;
	background-color: #F3F3E9;
	border-left: 1px solid #967B66;
	border-right: 1px solid #967B66;
}

#content {
	width: 550px;	
	background-color: #F3F3E9;
}

#content2 {
	background-color: #F3F3E9;
}	
#content-side {background-color: #F3F3E9; float:left; padding:0 40px 0 40px;}
#content-side a, #content a:hover{color: #080C63;}
#content-right {background-color: #F3F3E9; padding:0 100px 0 20px;}
#content a, #content2 a {
	color: #080C63;
}

#content a:hover, #content2 a:hover {
	text-decoration: none;
}	

#article {
	padding: 12px;
}

#sidebar {
	width: 250px;
	background-color: #F3F3E9;
}
#gmap {padding-left:50px;
	margin-top:40px;
	text-align:center;}
	
.custombutton {padding:0;margin:0;border:none;background:none;cursor:pointer;}

.cust {background-color:#dbe4f5;}

fieldset {
  padding:2em;
  font:80%/1 sans-serif;
  border:1px solid #766050; 
  }
input.name, input.email {margin-right:20px; background-color:#CCC;}
.label {
	width: 200px;
 	margin-right:0.5em;
    padding-top:0.2em;
    text-align:left;
    font-weight:bold;
	margin-bottom: 8px;
}	

.label-spacers {
	width: 200px;
	margin-bottom: 8px;
}
.label-sub {
	width: 200px;
}
textarea {background-color:#CCC;}
legend {
  padding: 0.2em 0.2em;
  border:1px solid #766050;
  color:white;
  font-size:90%;
  text-align:left;
  background-color:#766050;
  }

#related-links {
	margin: 15px 15px 0 15px;
	text-align: left;
}

#related-links a {
	color: #000;
}

#specific {
}

#footer {
	width: 840px;
	height: 25px;
	margin: 0 auto;
	margin-top: 5px;
}

#footer-nav {
	margin: 0px 15px;
	text-align: center;
}

#footer-nav ul {
	padding: 0;
}

#footer-nav li {
	display: inline;
	padding: 3px;
	font: 14px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

#footer-nav li a{
	color: #070D5F;
	text-decoration: none;
}	

#footer-nav a:hover {
	text-decoration: underline;
}	

#legal {
	text-align: center;
	color: #070D5F;
	font-size: 12px;
	padding-top: 1em;
}

#legal a {
	text-decoration: underline;
	color: #070D5F;
}

#legal a:hover {
	text-decoration: none;
}	

/* ///////////////////////////

Custom Classes

/////////////////////////// */
.clear-both {
	height: 0px;
	clear: both;
}

.no-margin, #content.no-margin {
	margin:0;
}

.one-col {
	width: 100%;
	background-color: #F3F3E9;
}

.two-col {
	width: 49%;
	background: #F3F3E9;
}

.three-col {
	width: 32%;
	background: #9CF;
}

.four-col {
	width: 24%;
	background: #069;
}

.five-col {
	width: 19%;
}

#content, #sidebar, .two-col, .three-col, .four-col, .five-col {
	float: left;
	margin: 0px;
}

#sidebar.first-col, .first-col {
	margin: 0px;
}

.feature {
	padding: 3px;
}

.logo{
	float: left;
	color: #FFF;
}

.logo {
	width: 225px;
	height: 245px;
	margin-top: 5px;
	background-image: url(../../images/logo.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}

.photo-fader {
	width: 600px;
	height: 250px;
	color: #000;
	float: right;
	margin-top: 2px;
}

.header-text {
	text-align: center;
	margin-top: 170px;
	width: 225px;
}	

	

#bottom-pics {
	width: 820px;
	padding-left: 8px;
}

.right-sidebar-pictures {
	width: 230px;
	padding-left: 10px;
	float: right;
}	

.thumb-pictures {
	padding: 2px;
	border: 1px solid #000;
	margin: 3px;
}	
img.thumb-pictures {
	padding: 2px;
	border: 1px solid #000;
	margin: 3px;
}	
#clip {float:right;
	position:relative;
	margin-top:-146px;
	margin-right:300px;
	text-align:center;}
#clip .thumb-pictures {padding: 2px;
	border: 1px solid #000;
	margin: 3px;
	}
	#clip2 {float:right;
	position:relative;
	margin-top:-146px;
	margin-right:300px;
	text-align:center;}
#clip2 .thumb-pictures {padding: 2px;
	border: 1px solid #000;
	margin: 3px;
	}
	#clip3 {float:right;
	position:relative;
	margin-top:-146px;
	margin-right:300px;
	text-align:center;}
#clip3 .thumb-pictures {padding: 2px;
	border: 1px solid #000;
	margin: 3px;
	}
	a.highslide {
		}
.products {
	width: 800px;
	padding: 10px;
	margin-top: 15px;
}
.content-text {

	padding: 10px;
	
}
#footer a.copyrightb , a:hover.copyrightb { font: normal 12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif ;
	color:#070D5F;
	text-decoration:none;
	cursor:text;
	}


/*test*/

.b2bh, .b3bh, .b4bh {font-size:1px; overflow:hidden; display:block;}
.b2bh {height:1px; background:#967B66; border-right:1px solid #967B66; border-left:1px solid #967B66; border-bottom:1px solid #967B66; margin:0 5px;}
.b3bh {height:1px; background:#967B66; border-right:1px solid #967B66; border-left:1px solid #967B66; margin:0 2px;}
.b4bh {height:2px; background:#967B66; border-right:1px solid #967B66; border-left:1px solid #967B66; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #F3F3E9;}
.contenth {background: #F3F3E9; border-right:1px solid #967B66; border-left:1px solid #967B66; }
.contenth div {margin-left: 12px; padding-top: 5px;}

/*Francisco Test
#topMenu {
background:#AA0000;
display:block;
height:30px;
width:100%;
float:left;
}
#nav, #nav ul {
line-height:1;
list-style:none;
margin:0px;
padding:0px;
width:1000px;
}
#nav li {
background:url(i/top.arrow.gif) no-repeat;
display:block;
float:left;
height:30px;
line-height:30px;
list-style:none;
position:relative;
border-right:#FFFFFF 1px solid;
}
#nav li a {
display:block;
color:#FFF;
float:left;
height:30px;
width:auto;
padding:0px 10px 0px 0px;
text-indent:15px;
font-size:12px;
font-weight:bold;
text-decoration:none;
}
#nav li a:hover {
background: #000000;
color: #FFFFFF;
}
#nav li:hover, #nav .current { 
background:none #000000;
color:#FFFFFF;
}*/

.bold {
	font: bold 14px Arial, sans-serif;
	color: #080C63;	
	width: 100px;
	float: left;
}	

.projects-text {
	width: 680px;
	float: left;
	margin-bottom: 5px;
}	

.pictures {
	border: 2px solid #080C63;
	margin: 12px;
}	

