body{
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
}

p, li, TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 1 em;*/
	font-size: 11px;
	color: #322e2f;
}




#topnav #links a{
	padding: 3px;
	font-weight: bold;
	color: #908c85;
	text-decoration: none;
}
#topnav #links a:hover{
	background: #BBBBBB;
	color: #fff;
}
#topnav .tagline{
	font-family: verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #393939;
}



#sitenav {
	padding: 0px;
	margin: 0px;
	background-color: #c2cd23;
	color: #fff;
	width: 760px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
#sitenav td {
	text-align: center;
}
#sitenav td a{
	display: block;
	background-color: #c2cd23;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#sitenav td a:hover{
	text-decoration: underline
}






/*BEGIN: home page*/
#banner{
	width: 760px;
	height: 163px;
	background: url(/images/img_stones_index.jpg) no-repeat
	
}
#banner .quote{
	color: #000;
}


#boxes .h1{
	/*font-size: 1.1em;*/
	font-size: 11px;
	font-weight: bold;
}
#boxes .h2{
	color: #908c85;
	/*font-size: 1em;*/
	font-size: 11px;
	font-weight: bold;
}
#boxes .header{
	height: 21px;
	padding-left: 10px;
	border-top: 1px solid #908c85;
	border-right: 1px solid #908c85;
	border-left: 1px solid #908c85;
	background: #c2cd23;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
}
#boxes a{
	text-decoration: none;
}

.latestnews{
	width: 220px;
}
.latestnews .bullet{
	border: 1px solid #9b83be;
	margin-top: 2px;
	width: 10px;
	height: 10px
}
.latestnews a{
	font-family: verdana, sans-serif;
	color: #322e2f;
	text-decoration: none;
}
.latestnews a:hover{
	color: #9b83be;
	text-decoration: underline;
}
.latestnews a:visited{
	color: #908c85;
	text-decoration: none;
}
/*END: home page*/


#subbanner p{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #9c8f82;
}




#subbanner h1{
	margin: 0px;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #9c8f82;
}


a {
	/*font-size: 1 em;*/
	color: #9983BE;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}




.subnav a{
	color: #000 ;
}

.subnav a:visited{
	color: #000 ;
}
.subnav a:hover{
	color: #ff6600 ;
	text-decoration: underline;
}




#about{
	margin-top: 100px;
	margin-left: 40px;
	/*font-size: .65em;*/
	color: #322e2f;
}


#nav_footer p{
	width: 760px;
	font-family: verdana, sans-serif;
	text-align: center;
	color: #666;
}
#nav_footer a{
	color: #666;
}
#nav_footer a:visited{
	color: #908c85;
	text-decoration: none;
}



#footer p{
	margin-top: 10px;
	width: 760px;
	text-align: center;
	/*font-size: .65em;*/
	font-size: 10px;
	color: #97948d
}




#leftnav{
	width: 230px;
}



#nav{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#nav li{
	background: url(/images/square.gif) 4px center no-repeat;
	margin-bottom: 4px;
	padding: 4px 5px;
}
#nav li a{
	display: block;
	margin-left: 20px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #9c8f82;
	text-decoration: none;
}
#nav li.highlight{
	/*border: 1px solid #ee6409;*/
	border: 1px solid #9983BE;
	background: url(/images/square_over.gif) 4px center no-repeat;
	color: #322e2f;
	/* compensate for border */
	margin-bottom: 2px;
}
#nav li.highlight a{
	color: #322e2f;
	/* compensate for border */
	margin-left: 19px;
}
#nav li.hover{
	/*border: 1px solid #ee6409;*/
	border: 1px solid #9983BE;
	background: url(/images/square_over.gif) 4px center no-repeat;
	/* compensate for border */
	margin-bottom: 2px;
}
#nav li.hover a{
	color: #9c8f82;
	/* compensate for border */
	margin-left: 19px;
	margin-right: 0px;
}


/* Martin changes */
#nav ul {
	list-style: none;
}

#nav ul li ul li.hover, #nav ul li ul li.sfhover {
	border: 1px solid #9983BE;
}

#nav li ul {
	position: absolute;
	left: 205px; /* Set 1px less than menu width */
	top: 285px;
	display: none;
	width: 100px; /* Width of Menu Items */
	background: #fff;
	margin-left: 0px;
}

/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border-bottom: 0;
	}
	
#nav ul li a:hover, #nav ul li a.sfhover { color: #000; background: #fff; } /* Hover Styles */
		
#nav li ul li a { padding: 0px 1px; } /* Sub Menu Styles */
		
#nav li:hover ul, #nav li.over ul, #nav li.sfhover ul { display: block; padding-left: 1px;} /* The magic */
/* End Martin changes */





#content h1{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: large;
	font-weight: bold;
	color: #322e2f;
}


#content h2{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
	color: #9b83be;
}

#content .header{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 13pt;
	font-weight: bold;
	color: #9b83be;
}





#content h3{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 9pt;
	font-weight: bold;
	color: #322e2f;
}


ul.icon_bullets {
	list-style-image: url('/images/icon_bullets.gif');
}

/* 
* rule for creating pretty table borders.
* table border: only top and right
* cell borders: left and bottom
*/
table.border {
	border-top: solid 1px #9983BE;
	border-right: solid 1px #9983BE;
}

table.border td{
	border-left: solid 1px #9983BE;
	border-bottom: solid 1px #9983BE; 
}
/* */



.search{
	border: solid 1px  #666666;
	height: 17px;
}
.orange{
	color: #ff6600;
}


input{
	border: 1px solid #bbb;
}

