/*------------------*/
/*----- GENERAL-----*/
/*------------------*/

html 	{
	margin: 0px; 
	padding: 0px;
	font-family: verdana, sans-serif;
	background:#cabda7;  /* url("../img/bg-01.gif") repeat-x */

	} 

body 	{
	margin: 0px;
	padding: 0px;
	font-size:0.75em;
	line-height:1.6em;
    color:#38342f;
	}

div 	{
	margin: 0px;
	padding: 0px;
    }

.hidden	{
	display:none;
	}

small	{
	line-height:1.5em;
	}

.cleaner {
	clear:both;
	height:0px;
	font-size:0px;
	border:none;
	margin:0px;
	padding:0px;
	}

/*----- global link -----*/

a {
	color:#665e55;
	text-decoration:none;
	font-weight:bold;
    border-bottom:#665e55 1px dotted;
	}

a:visited	{
	color:#665e55;
	text-decoration:none;
	font-weight:bold;
	}

a:hover 	{
	color:#000;
    border-bottom:#000 1px dotted;
	}


/*----- headings -----*/

h1	{
	margin: 0px;
	padding: 0px; 
	}

h2	{
	margin: 0px;
	padding:10px 0 20px 0;
	font-size:1.6em;
	font-weight:normal;
    font-family:georgia, times;
    line-height:1.3em;
	}

h3	{
	margin: 0px;
	padding:10px 0 20px 0;
	font-size:1.5em;
	font-weight:normal;
    font-family:georgia, times;
    color:#665e55;
    border-top:1px #665e55 dotted;
    clear:both;
	}

h4	{
	margin: 0px;
	padding: 5px 0px;
	font-size:1.2em;
	font-weight:normal;
	color:#665e55;
    font-family:georgia, times;
    border-top:0px #665e55 dotted;
	}




/*------------------*/
/*----- LAYOUT -----*/
/*------------------*/

#wrapper1	{
	margin-left:auto;
	margin-right:auto;
	width:770px;
	}

#wrapper2	 {
	margin-top:-47px;
	width:760px;
	border: solid #38342f 6px;
	background:#fff;
    display:block;
    }

#content {
	background:#fff;
    display:block;
    clear:both;
    padding:5px 0;
    }


.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}
	

/*-----------------*/
/*----- HEADER-----*/
/*-----------------*/

#logo a {
	position:relative;
	top:7px;
	background:	url("../img/logo-ampersand.gif") no-repeat;
	width:228px;
	height:147px;
	display:block;
    border-bottom:#fff 0px dotted;
    }

#logo a:hover 	{
	color:#38342f;
    border-bottom:#fff 0px dotted;
	}

#navigation	{
	padding:25px 30px;
	float:right;
	}

#navigation a {
	font-weight:normal;
    color:#97805b;
    border-bottom:#fff 1px dotted;
	}

#navigation a:hover {
	font-weight:normal;
	color:#6D614F;
    text-decoration:none;
    border-bottom:#2c2925 1px dotted;
	}

.navOn {
    border-bottom:#2c2925 1px dotted;
	}

.navDingbat {
  padding:3px 10px;
  margin:0;
}


/*-------------------*/
/*----- CONTENT -----*/
/*-------------------*/

#content p {
    padding:0px 0 20px 0;
    margin:0px;
    }

#content b {
    color:#665e55;
    }


#textCol {
	width:310px;
	padding:0px;
	margin:0px 0px 20px 40px;
	font-size:.9em;
    text-align:justify;
	}


#imgCol	{
    position:relative;
	width:355px;
	padding:0px;
	margin:0px 12px;
    float:right;
    font-size:.9em;
    text-align:center;
    }


#imgCol a {
    border-bottom:#fff 0px dotted;
	}

# a:hover {
    border-bottom:#2c2925 0px dotted;
	}

#fullCol {
	padding:0px;
	margin:0px 120px 20px 120px;
	font-size:.9em;
    text-align:justify;
	}


.imgBorder {
	border:#2c2925 3px double;
	margin:5px;
	padding:0;
	}

.imgBorderRight {
	border:#2c2925 3px double;
	padding:0;
    float:right;
    margin:0 15px 15px 25px;
    }

.imgBorderLeft {
	border:#2c2925 3px double;
	padding:0;
    float:left;
    margin:5px 15px 0px 0px;
    clear:both;
    }

#slideBorder {
	border:#2c2925 3px double;
    width:322px;
    height:356px;
    display:block;
    margin:5px 0;
    }


#map {
	border:#2c2925 3px double;
    width:320px;
    height:320px;
    display:block;
    margin:5px 0;
    }


.quote {
  padding-bottom:0px;
}




/*-------------------------*/
/*----- CONTACT FORMS -----*/
/*-------------------------*/

form	{
	padding:0px;
	margin:0px;
	}

input	{
	padding:0px;
	margin:0px;
	}


/*------------------*/
/*----- FOOTER -----*/
/*------------------*/

#footer {
	margin-left:auto;
	margin-right:auto;
    width:770px;
    display:block;
	font-size:0.8em;
	line-height:2em;
	color:#515043;
    padding:5px;
    clear:both;
	}

#footer a	{
	color:#515043;
	text-decoration:none;
	font-weight:bold;
    border-bottom:#cabda7 1px dotted;
	}

#footer a:visited	{
	color:#515043;
	text-decoration:none;
	font-weight:bold;
    border-bottom:#cabda7 1px dotted;
	}

#footer a:hover 	{
	color:#38342f;
    border-bottom:#2c2925 1px dotted;
	}







