/* ==== Set overall font size, color and family in the body tag below === */

body { 
color: #334D27;
font-size: 13px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
text-align: justify;
margin: 0px;

background-color: transparent;
background-image: url(../images/pagebak.jpg);
}


p {
color: #334D27;
font-size: 13px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
text-align: justify;
}




/* ==== Set link styles within text (not menu - see below) - hover, active and visited colors ==== */

a  {  
color: #CC9A00;
text-decoration: none;
}

a:hover {  
text-decoration: underline;
color: #CC9A00; 

}

a:visited {  
color: #CC9A00; 
text-decoration: none;
}




#maincontent {
margin:0 auto;
}




/* ==== styles for different headers ==== */

h1 { 
color: #334D27;
font-weight: normal; 
font-size: 20px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana;  
}

h2 { 
color: #334D27;
font-weight: bold; 
font-size: 18px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
}

h3 { 
color: #334D27;
font-weight: normal; 
font-size: 16px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
}

h4 { 
color: #334D27;
font-weight: normal; 
font-size: 14px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
}

h5 { 
color: #334D27;
font-weight: normal; 
font-size: 12px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
}

h6 { 
color: #334D27;
font-weight: normal; 
font-size: 9px; 
font-family: Book Antiqua, Times New Roman, Times, Verdana; 
}






/* ==== miscellaneous tags ==== */

ul {
list-style-type: circle; 
list-style-image: none;
}

li {
padding: 1px
}

hr {
color: black;  
height: 1px; 
}

form {
margin-top: 1px; 
margin-bottom: 1px;
}

input {
font size: 10px;
}








/* ==== Classes - used to change the style of certain things like tables of data or admin functions ==== */

.adminsitemap {
color: white;
background-color: red; 
font-size: 10px; 
font-weight: bold;
}


/* Used on the stats page to create graphs */
.graphbar {
background-color: #ddddff;
border: 1px solid navy;
}


/* Design for tables of data (rather than layout tables) */
.datatable {
border: 1px black solid;
}

.datatable th {
font-size: 12px;
background-color: #999999;
text-align: left;
font-weight: bold;
}

.datatable td {
font-size: 11px;
background-color: #cccccc;
text-align: left;
}

/* Alternating colours etc for table rows */
.row0 {background-color: none; padding: 5px;}
.row1 {background-color: none; padding: 5px;}


/* Pictures - you can put a border around all images here for instance */
.photo {
}

.photo img {
margin-right: 10px;
margin-left: 10px;
}


/* Captions to go below pictures */
.caption {
font-size: 9px;
text-align: center;
font-face: courier;
color: #334D27;
}









/* ==== The Divs ==== */

/* Click to log in - normally at top left hand corner. */
#hiddenlogin {
position: absolute; 
top: 0px; 
left: 0px; 
width: 20px; 
height: 20px: 
z-index: 10;}



/* Main Page Content */
#maincontent {
position: relative; 
margin-left: 210px; 
margin-top: 146px;
width: 540px;
height: 300px;
}




/* Divs for 3 pics on right layout */
#textonleft {
float: left;
width: 59%;
}

#picsonright {
width: 40%;
float: left;
padding-top: 35px;
text-align: center;
}



#mailorder {
	width:100%;
	border-top:1px dashed #477431;
	}

#mailorder tr.row0 {

}

#mailorder tr.row1 {

}

#mailorder td {
	border-bottom:1px dashed #477431;
	padding:5px 2px;
}



/* Top Bar including image map navigation */
#topbar {
position: absolute;
left: 0px;
top: 0px;
}



/* Credits - showing Plexus and Site Map etc */
#credits {
font-family: tahoma; 
font-size: 10px; 
color: #5D8C48;
border-top: 1px #CC9A00 solid;
padding-top: 12px;
margin-top: 12px;
clear: both;
}

#credits a {
}

#credits a:hover { 
background-color: #CC9A00; 
color: #fff;
}








/* ============================================== */
/* Styles for MENU */
/* ============================================== */

/* ============================================== */
/* ==== styles for vertical navigation menu ==== */
/* ============================================== */

/* ==Un-comment background-image lines to add graphic buttons==*/


/* #nav padding-bottom controls amount of menubak image showing below menu - height sets minimum amount of graphic to show */
#nav { position: absolute; left: 0px; top: 148px; width: 180px; text-align: right; background-image: none; background-position: right bottom; padding-bottom: 170px; height: 150px;}

#nav a { 
	display: block;  
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 2px;
	font: 15px  Book Antiqua, Times New Roman, Times, Verdana; 
	letter-spacing: 1px;
	font-weight: bold; 
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFCC;
	
	/*background-image: url(../images/button_off.jpg);*/
	}
#nav a:hover, #nav a.on { 
	color: #FFFFCC;  
	background-color: #CC9A00;
	text-decoration: none; 
	
	/*background-image: url(../images/button_on.jpg);*/
	}
	
	

	
#nav-sub { width: 180px; text-align: right;}
#nav-sub a { 
	display: block;  
	padding: 2px 20px 2px 2px;
	font: 13px  Book Antiqua, Times New Roman, Times, Verdana; 
	letter-spacing: 1px;
	font-weight: bold;
	color: #FFFFCC;
	
	background-color: transparent;
	background-image: none;
	/*background-image: url(../images/wee-button_off.jpg);*/
	}
	
#nav-sub a:hover, #nav-sub a.on { 
	color: #FFFFCC;  
	background-color: #CC9A00;
	text-decoration: none;
	
	background-image: none;
	/*background-image: url(../images/wee-button_on.jpg);*/
	}
	

/* ==== end of styles for vertical navigation menu ==== */
