/************** Default Elements *******************/



/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background:  fixed;
	font: 100.01%/120% verdana;
	color: #412712;
}

/************** Layout Elements *******************/

#wrapper {
	width: 990px;
	margin: 0 auto;
	font-size: 80%;
	background: #fff repeat-x;
}

#rightcol {
	width: 25%;
	float: right;
	margin: 0 15px 0 0;
}

#rightcol ul {
	line-height: 1.5em;
}


#rightcol li {
	list-style: none;
	padding-left: 12%; /* you may have to adjust this depending on how it looks */
	background: url(../images/square2.gif) no-repeat 0px 7px;
	margin-bottom: 6%;
}

#rightcol li a {
	color: #412712;
	text-decoration: none;
}

#rightcol li a:hover, #RightCol li a:focus {
	text-decoration: underline;
}


#content {
	overflow: hidden;
	border-right: dotted #412712;
	padding: 0 15px 0 0;
	margin: 0 0 0 15px;
	width: 690px;
}

#content ul {
	line-height: 1.5em;
	margin-left: 15px;
}

#content li a {
	color: #412712;
	text-decoration: none;
}

#content li a:hover, #RightCol li a:focus {
	text-decoration: underline;
}

#footer {
	margin-top: 40px;
	background-color: #fff;
	min-height: 50px;
}

#footer p {
	float: right;
	margin-right: 10px;
	color: #000;
	font-size: 80%;
}

#footer a {
	color: #3e4c39;
}
#footer a:hover {
	color: #89826f;
	text-decoration: none;
}

#header {
	min-height: 144px;
	background: url(../images/title.jpg) 0 0 no-repeat;
}

#strap {
	height: 137px;
	width: 974px;
	background: url(../images/header4.jpg) no-repeat;
	margin-left: 7px;
	border: 1px solid #000;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	font-family: verdana;
	font-size: 150%;
	color: #000;
}



p {
	margin: 8px 0;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
	border: 1px solid #000;
}

.left {
	float: left;
	margin: 5px 10px 2px 0;
	border: 1px solid #000;
}

.rightcol {
	margin: 15px 0 15px 0;
	border: 1px solid #000;
}

.brclear { /* Use a break with this class to clear float containers on both sides */ 
clear: both; 
}  

/************** Link Styles *******************/

#content a img {
	border: none;
}

#content a {
    color: #872e06;
    font-family: verdana;
    font-size: 12px;
    outline: medium none;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

#rightcol a {
    color: #872e06;
    font-family: verdana;
    font-size: 12px;
    outline: medium none;
    text-decoration: underline;
}

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

/*********** Navigation *************/

#header ul {
  margin-top: 94px;
  padding: 10px 8px 0 0;
  list-style-type: none;
  float: right;
}
  
#header li {
  float: right;		
  background: url("../images/right.jpg") no-repeat top right;
  padding: 0 5px 0 0;
  margin-left: 6px;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.jpg") no-repeat left top;
  padding: 3px 8px 3px 13px;
  text-decoration: none;
  font-weight: bold;
  color: #b4b0a7;
}

#header a:hover, #header a:focus {
  color: #ffffff;
}
  
#header #current {
  background-image: url("../images/right_on.jpg");
}
  
#header #current a {
  background-image: url("../images/left_on.jpg");
  color: #ffffff;
  padding-bottom: 3px;
  padding-top: 6px;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


/*********Show to IE mac *************/
 /*\*//*/
 #header {
	height: 144px;
}

#header ul {
	padding-top: 104px;
}
/**/
