body {
	margin:0;
	padding:0;
        border:0; 
	text-align: center;
	color: #000;
	/* background: #900 url(/images/site/body_bg.gif); */
  	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}

html>body { /* don't forget about the Opera */
	font-size: 12px;
	margin:0;
	padding:0;
        border:0; 
	}

/*------( layout divs )----------*/
#toplinx{
  position: absolute;
  left: 428px;
  top: -16px;
  font-size: 12px;
  color: #71684b;
}

#toplinx a{
  color: #71684b;
   font-weight: normal;
}

#toppix{ 
  position: absolute;
  left: 549px;
  top: 5px;
  font-size: 10px;
}

#toppix input {font-size: 9px;}

#wrap {
	position: relative;
	margin: 0 auto;
	border-color: #888a7f;
        border-style: solid;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-color: #b0a997;
        border-top-width: 18px;
	padding: 0 0 0 0;
	font-size: 95%;
	text-align: left;
	width: 772px;
  	/* background: #fff url(/images/site/content_bg.jpg) no-repeat 375px 185px; */
	}

html>body #wrap {
  	width: 772px;
	}

/* ---( header )----------------------------- */

#header {
	margin: 0;
	padding: 0;
	color: #fff;
	width: 772px;
	height: 75px;
	border-bottom: 1px solid #888a7f;
	background: #fff url(/images/site/header.jpg);
	}

/* ------( logo )------------*/

#homeLogo{
  position: absolute;
  top: 11px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  left: 3px;
}

#logo h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	text-indent: -9999px;
	width: 300px;
	height: 75px;
	padding: 0;
	margin: 0;
	}

#logo a  {
	border: 0;
	display: block;
	width: 300px;
	height: 75px;
	}

/* ------( site nav )------- */

div#mainNav	{
	position: absolute;
	top: 76px;
	left: 0px;
	height: 23px;
	width: 772px;
	margin: 0;
	padding: 0;
	border: 0;
        z-index: 2;
	background: #a1a499;
	}

div#mainNav a {
  color: #fff;
}

div#mainNav a:hover, div#mainNav a.current {
   text-decoration: underline;
}	

div#secondNav	{
	position: absolute;
	top: 99px;
	left: 0px;
	height: 23px;
	width: 772px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #d1d3c6;
        z-index: 2;
	}

div#secondNav a {
  color: #747d60;
}

div#secondNav	a:hover, div#secondNav	a.current {
   text-decoration: underline;
}	

div#thirdNav	{
	position: absolute;
	top: 122px;
        color: #747d60;
	left: 0px;
	height: 23px;
	width: 772px;
	margin: 0;
	padding: 0;
	border: 0;
        z-index: 2;
	background: #e7eae3;
	}

div#thirdNav a {
  color: #747d60;
}

div#thirdNav a:hover, div#thirdNav a.current {
   text-decoration: underline;
}	

ul#menu	{
	/*height: 23px;*/
	/*width: 772px;*/
	margin: 5px 0 0 5px;
	padding: 0;
	}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0 0px 0 0;
	list-style: none;
	top: 0;
	}
	
ul#menu li, ul#menu a { 
	font-size: 11px;
	}
	
ul#menu li a {
	text-decoration: none;
	}

/* ---( main column )----------------------------- */


#content {
	position: relative;
	/*float: left;*/
	padding: 0px 0 0 10px;
	margin: 30px 0 10px 6px;
	width: 475px; /* for IE5/Win */
  	width: 485px;
        z-index: 1;
}

html>body #content { /* oh yeah, and there's Opera */
	width: 485px;
	}

#content .tableHome {
	padding: 0;
	margin: 0;
}

#gallery {
	position: relative;
	float: left;
	padding: 0px 0 0 10px;
	margin: 30px 0 10px 6px;
	width: 745px; /* for IE5/Win */
  	width: 755px;
        z-index: 1;
}

html>body #gallery { /* oh yeah, and there's Opera */
	width: 755px;
	}

#gallery .tableHome {
	padding: 0;
	margin: 0;
}

/* ---( content stuff ) --------------*/

.galleryimgs{
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.galleryimgs li {
	float: left;
	margin: 0 7px 15px 14px;
	padding: 2px 2px 0 4px;
	list-style: none;
	border: 1px solid #888a7f;
        background: #eee;
	}

.galleryimgs li a{
       color: #71684b;
}

.galleryimgs li a:hover{
       color: #675830;
}

.buttons  {
	color: #d00;
	background: #fff;
	border: 1px solid #d00;
	padding: 2px;
	font-style: normal;
	}

.prop { /* this is a 'prop' for the height since IE no comprende min-height */
	height: 422px;
	float: right;
	width: 1px;
	}

.padded { padding: 0 10px 0 10px; }

.caption { 
	padding: 0 0 10px 0; 
	color: #24488C;
}
.caption a:hover {
	color: #f00;
	text-decoration: none;
	}


/* ---( contact form )--- */
.embContactForm {
	}
.embContactFormTable {
	}
.embContactFormLabel {
	color: #fff;
	text-align: right;
	font-weight: bold;
	background: #a1a499;
	padding: 2px;
	}
.embContactFormValue {
	}
.embContactForm textarea {
	width: 400px;
	height: 200px;
	}
.embContactFormSubmit {
	text-align: center;
	}
.embContactFormError {
	}

.contactBox {
	margin: auto;
	width: 90%;
	padding: 8px;
	border: 1px solid #a1a499;
	background: url(/images/site/semiopaque.gif) repeat;
	}

.sidebarBox {
	width: 150px;
	padding: 8px;
	margin-bottom: 10px;
	border: 2px solid #a1a499;
	}

/* ---( sidebar )----------------------------- */

#sidebar {
	position: absolute;
        left: 507px;
        top: 13px;
	line-height: 1.5em;
	width: 222px; /* for IE5/Win */
	width: 232px;
	margin: 75px 10px 0 0;
	padding: 0 0px 0 0px;
	background: #bec1b8 url(/images/site/side_back.jpg) no-repeat;
	border: 1px solid #111;
        height: 428px;
        z-index: 3;
	}

#sidebar p {
padding: 5px;
}

.sideprop { /* this is a 'prop' for the height since IE no comprende min-height */
	height: 407px;
	float: right;
	width: 1px;
	}

/* --(links)-------------------------- */

a {
	color: #8D5933 ;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #9E9973;
	font-weight: bold;
	text-decoration: none;
	}

#caption a:hover {
	color: #9E9973;
	text-decoration: none;
	}

/* ---( typography stuff )--------------------*/

#content h2 { 
	color: #3c5224;
	font-size:13px;
	}

#content h3 { 
	color: #3c5224;
	/*padding: 0;*/
	/*margin: 0;*/
	font-size:12px;
	}

#content h4 { 
	color: #3c5224;
	/*padding: 0;*/
	/*margin: 0;*/
	font-size:11px;
	}

#content .caption { align: center; }


#summuslogo a {
	position: relative;
	top: -40px;
	display: block;
	text-indent: -9999px;
	width: 133px;
	height: 35px;
	background: transparent url(/images/site/powered_by_summus.gif) no-repeat;
	margin: 0 30px 0 630px;
	}

/* ---( footer )----------------------------------- */

#footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #828073;
	}
	
#footer p {
	margin: 0;
	padding: 5px;
	}


/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */

#footer a {
	color: #828073;
	}

#footer a:hover {
	color: #979588;
	}

