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

#container
{
	float:left;
	width:100%;
	height:100%;
	background-color:#ffffff;

}

#header
{
	width:100%;
	height:15%;
	background-color:#98826c;
	text-align:right;
}

#navigation
{
	float:left;
	clear:both;
	width:100%;
}

#nav1
{
	float:left;
}

#nav2
{
	float:left;	
}

#nav3
{
	float:left;
}

#nav4
{
	float:left;
}

#nav5
{
	float:left;
}


#nav5
{
	float:left;
}

#nav6
{
	float:left;
}

#mainbody
{
	width:100%;
	height:66%;
}

#mainbodyR1
{
	float:left;
	width:100%;
	clear:both;
}

#mainbodyR2
{
	float:left;
	width:100%;
	clear:both;
}

#mainbodyR3
{
	float:left;
	width:100%;
	clear:both;
}

#mainbodyR4
{
	float:left;
	width:100%;
	clear:both;
}


#col1
{
	float:left;
	width:60%;
}

#col2
{
	float:left;
	width:40%;
}

#col3
{
	float:left;
	width:50%;
}

#col4
{
	float:left;
	width:50%;
	text-align:right;
}

#sheetnavs
{
	width:100%;
	clear:both;
}

#sheet1
{
	float:left;
}

#sheet2
{
	float:left;
}


#sheet3
{
	float:left;
}


#sheet4
{
	float:left;
}


#sheet5
{
	float:left;
}

#emailbutton
{
	float:left;
	text-align:left;
}

#visitbutton
{
	float:left;
	text-align:left;
	padding-bottom: 20px;
}

#bottom
{
	width:100%;
	background-color:#98826c;
	clear:both;
}

#bottom1
{
	float:left;
	width:25%;
	height: 126px;
	background-color:#98826c;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#ffffff;
}

#bottom2
{
	float:left;
	width:25%;
	height: 126px;
	background-color:#98826c;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#ffffff;
}

#bottom3
{
	float:left;
	width:25%;
	height: 126px;
	background-color:#98826c;
	border-right:thin;
	border-right-style:solid;
	border-right-color:#ffffff;
}

#bottom4
{
	float:left;
	width:24%;
	height: 126px;
	background-color:#98826c;
}

.navigation{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-align:center;
}

h1{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#ab875b;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.navtext{
	font-size:.8em;
	line-height:1.5em;
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	
}


p{
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#484645;
	padding-left: 20px;
}

b{
	color:#ab875b;
}

a:link{
  text-decoration:  none;
  color:            #ffffff;
  }
  
a:visited{
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  color:            #ffffff;
} 
  
a:hover{
  /* Applies to links under the pointer */
  text-decoration:  underline;
  color:            #ffffff;
} 