/* CSS Document */
@import url("tables.css");

body {
  	margin: 0 0 10px 0;
  	padding: 0;
  	text-align: center;
  	background-color: #D1AD78;
	background-image:url(../images/design/bgd.png);
	background-repeat:repeat-x;
  	color: white;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.4em;
	font-size:small;
	}
/* SKIP TO CONTENT */
#skip {
	text-align:center;
	margin:0 10px 0 0;
	padding:0;
	font-size:7px;  
	height:7px;
}
#skip a, #skip a:link, #skip a:hover, #skip a:visited, #skip a:active {
	color: #645239; 
	text-decoration:none;
	background-color: none;
}
/* END SKIP TO CONTENT */

#wrapper {
  	text-align: left;
  	width: 948px;
  	margin-left: auto;
  	margin-right: auto;
  	background-color: #645239;
	border: 1px solid #3C3022;
}

/* HEADER */
#header {
	text-align:left;
	padding: 0;
	margin: 0;
	height: 198px;
}
#header img {
	border:0;
	margin: 0;
	padding:0;
}
#header #photoarray {
	float:right;
	border:0;
	margin: 0;
	padding:0;

}
/* END HEADER */

/* TOP MENU */
#menu {
	width: 100%;
	background-image: url(../images/design/menu-bgd.png);
	background-repeat:repeat-x;
	border-bottom: 1px solid #382E20;
	padding: 6px 0 6px 0;
	margin:0;
}
#menu a:link, #menu a:visited {
	color: #FFF;
	font-size: 1.1em;
	border-right: solid 1px #C9AB73;
	border-left: 1px solid #382E20;
	text-decoration:none;
	padding: 6px 12px 6px 12px;  
	/*  margin: 7px 0 7px 0;  */
}
#menu a.contact:link, #menu a.contact:visited {
	border-right: none;
}
#menu a.home:link, #menu a.home:visited {
	border-left: none;
}
#menu a:hover {
  	text-decoration: none;
	color:#FFCC00;
	background:none;
}
/* END TOP MENU */

/* SPACE AFTER TOP MENU */
#space-shadow {
	border-top: 1px solid #4E402D;
	height:20px;
	font-size:.1em;
}
/* END SPACE AFTER TOP MENU */

/* CONTENT AREA */
#maincontentbox {
/*	padding: 20px; */
	padding-left: 35px;
	padding-right: 35px;
	width: 888px;
	background-image:url(../images/design/content-bgd.png);
	background-repeat:repeat-y;
	margin-bottom:22px;
	color:white;
}
/* CONTENT ON LEFT SIDE */
#alpha {
	width: 600px;
	padding: 8px 0 8px 5px;
	font-size: 1.1em; 
}
/* END CONTENT ON LEFT SIDE */
/* RIGHT SIDE FEATURES PANEL */
#beta {
	float: right;
	width: 195px;
	padding: 8px 15px 8px 10px;
	font-size: .9em; 
	/*line-height: 1.2em; */
}

.clearone {
	clear: both;
	height:1px;
}
#footer {
/*	clear:right; */
  	text-align: left;
  	width: 898px;
  	margin-left: auto;
  	margin-right: auto;
	margin-top:2px;
  	background-color: #655339;
	background-image:url(../images/design/footer-bgd.png);
	background-repeat:repeat-x;	
	border: 1px solid #3C3022;
	padding: 5px 25px 5px 25px;
}
#footer a:link, #footer a:visited { 
	text-decoration:none;
	color:#FFF8D9;
}
#footer a:hover, #footer a:active { 
  	text-decoration: underline;
	color:#FFCC00;
}
#footer-wrapper {
	position: relative;
	width: 898px;
}
#footer-alpha {
	float:left;
	width:170px;
}
#footer-beta {
	width: 480px;
	margin-left:190px;
	margin-right:10px;
}
#footer-gamma {
	clear:both;
	float:right;
	width:200px;
	text-align:center;
	margin-right:5px;
}
#sitecredit {
	text-align:center;
	margin-top:2px;
	margin-bottom: 10px;
	font-size: .9em;
}
#sitecredit a:link, #sitecredit a:visited {
	color:#715C41;
	text-decoration:none;
}	
#sitecredit a:hover, #sitecredit a:active {
	color:#3C3022;
}
/* TEXT STYLING */

a:link, a:visited {
	/*color:#FFEA97; */
	color:#FFDD53;
	text-decoration: underline;
}
a:hover {
/*	color: #005900; green */
	color:#FFCC00;
}

.yellowbold {
	color:#FFCC00;
	font-weight:bold;
}

h1 {
	font-size: 1.4em;	
	color:#FFCC00;
/*	margin-bottom: 0px; */
}

h1.header-greentitle {
	color:#4C620D;
}
h2 {
	color:#FFCC00;
	font-size: 1.2em;	
}

.smallerfont {
	font-size: .9em;
	line-height: 1.3em;
}
.bolding {
	font-weight:bold;
}
.bolding-larger {
	font-weight:bold;
	font-size: 1.5em;
}
.italics {
	font-style:italic;
}
.leftalign {
	text-align:left;
}

.smallgreentitle-sanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;	
	color: #247024;
	/* #005900; */
	margin-bottom: 0px;
	font-weight:bold;
}
.greentitlemedium-sanserif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;	
	color: #247024;
	/* #005900; */
	margin-bottom: 0px;
	font-weight:bold;
}



/* IMAGE FLOATERS */

#content img.rightborder {
	border:1px solid black;
	float:right;
	margin: 10px 0 10px 10px;
}
#content img.right-no-border {
	border:0;
	float:right;
	margin: 10px 0 10px 10px;
}

#content img.leftborder {
	border:1px solid black;
	float:left;
	margin: 2px 10px 10px 0;
}
#content img.left-no-tborder {
	border:0;
	float:left;
	margin: 2px 10px 10px 0;
}

img.blackborder {
	border: solid 1px #000;
}	


/* HOME PAGE STYLING */


#home-rightside img {
	border: 0px;
	margin: 5px;
}
#home-rightside img.blackborder {
	border: 1px solid black;
}
#home-rightside img.building {
	border: 1px solid #005900;
	margin-top: 7px;
}
#home-rightside a {
  text-decoration: none;
  color: #000;
  background-color:#D9E6D9;
}
#home-rightside a.special {
	color: #006600;
	font-size: 1.3em;
	font-weight:bold;
	line-height: 1.5em; 
	background:none;
	
} 
#home-rightside .specialbox {
	border: 2px solid #006600;
	padding:10px;
	margin: 10px;
	width: 125px;
	background-color:#F4F7F4;
}
#home-rightside hr {
	width: 75%;
	height: 3px;
/*	color: #005900;
	background-color:#005900; */
	color: #006600;
	background-color:#006600;
}

/* SUB PAGES CONTENT AREA */



