/* General tasty lefthand navigation Stylesheet by Dan Patton 2007 */
/* feel free to appropriate parts for a new use! */



a:link {			/*normal links in the text*/
  	color: #622F2B; 
  	text-decoration: underline; 
}

a:visited {
  	color: #622F2B; 
  	text-decoration: underline; 
}	

a:active {
  	color: #3300CC;
  	text-decoration: none;
}

/*the section links in the navigation bar*/        
a.nav:link { 
	background: transparent;
	image-border: 0px;
	text-decoration : none;
	width: 120px;
  	
}

a.nav:visited {
	background: transparent;
	width: 120px;
  	text-decoration : none;
  }

a.nav:hover { 
	background: transparent;
	text-decoration : none; 
	width: 135px; 
}

				/*navigation sub-sections!*/
a.nav2:link {
	background: transparent;
	color: #006699;
	display: block; 
	text-decoration : none; 
	width: 90px;
	font-size:13px; 
}

a.nav2:visited {
	background: transparent;
	color: #622F2B;
	display: block;
	text-decoration : none;
	width: 90px;
	font-size:13px; 
}

a.nav2:hover { 
	background: transparent;
	color: #B1512B;
	display: block; 
	text-decoration : none; 
	width: 90px; 
	font-size:13px; 
}


a.navtot {			/*the style for the navigation non-links*/
	background: transparent; 
	border: 3px; 
	color: #000000;
	text-decoration: none;
	width: 125px; 
	font-size: 14px; 
}

a.navtot2 {
	background: transparent;
	color: #000000;
	display: block; 
	text-decoration: none; 
	width: 120px; 
	font-size: 13px; 
}

big {
	font-size: 1em;
}

body {				/*for the general <body> settings*/
	background-color : #FFFFFF;
	background-image: url(sitenav/friezet.jpg);
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {
    	font-family: Georgia, Times, sans-serif;
}

h1 {
	background-image: url(sitenav/nav3bg.jpg);
	color: #B20000;
	font-size: 40px;
}


input, select, option, textarea, .area {
	background: #3499CC;
	font-family: "Andale Mono", "Courier New", Courier, monospace;
	font-size: 17px;
}

ol {
	line-height: 1.1em;
	list-style-type: lower-alpha;
}

ol ul {
	font-size: 1em;
	line-height: 1.1em;
	list-style-type: decimal;
}

p, ol, ul, dl {font-size: 17px;} /*font-family is already defined, here I only set the font-size*/

p ol, p ul, p dl, ol ul {font-size: 17px;} /*and here I prevent the incredible shrinking text*/

pre {
	background-color: #CCCCCC;
	border: 1px solid #CC0000;
	color: #000000;
	font-family: Georgia, "Courier New", Courier, monospace;
	font-size: 13px;
	padding: 4px;
	white-space: pre;
}

small {
	font-size: 11px;
}
   

/*and some NN4xx fixes...*/
strong, b {font-weight: 800;}

/*for emphasis, use this one inline with a <span> class...*/
big {font-size: larger;}
/*and the opposite...*/
small {font-size: smaller;}

.box {			/*this is for any boxouts on the main page...*/
	background: transparent;
	color: #76190B;
	font: Georgia, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0px 20px 0px 60px;
	margin: 2px;
}



.Main {			/*this is for the default main screen content, not the nav!*/
	background: transparent;
	color: #76190B;
    	font-family : Georgia, Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
	margin-top: 210px;
	position: relative;
	font-size: 17px;
    	margin-left: 135px;
    	margin-right: 10px;		/*to float the main box in the centre of the page*/
	padding: 0px 0px 0px 10px;		/*some space between the text and the edges*/
    	width: auto;
}

.Main img{		/*this is for the images that float to the right*/
	float: right;
	margin: 0px 0px 0px 15px;
	border-width: 7px;
	border-style: double;
	border-color: #4B2927;
	
}


.Navtitle {		/*this box was built to contain the navigation AND the title...*/
	top: 53px;
	position: absolute;
	left: 0px;
}



.contact {		/*boxes on the left column*/
	background: #FFFFFF;
	border-color: #9C3829;
	border-style: inset;
	border-width: 2px 2px 2px 0px;
	color: #000000;	
	font-family: Georgia, Courier, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	margin: 0.1px;
	padding: 4px 2px;
	left: 10px;
	margin-top: 2px;
	width: 120px;
}


.Lefty { 		/*On the left hand side, positioned absolutely*/
	font-family : Georgia, Courier, Helvetica, sans-serif;    
	left: 0px;
	position: absolute;
   	top: 182px;
    	width: 135px;
   	height: auto;
   	line-height : 110%;
}


.oldbrowser {
	display: none;
}


.lowernav {
	background: #FFFFFF;
	color: #000000;
	font-family: Georgia, Courier, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	position: relative;
	padding: 2px;
	margin-left: 150px;
	margin-right: 30px;
	margin-top: 30px;
	border-color: #9D3721;
	border-style: groove;
	border-width: 2px;
}

.quote {
	background: #C6C0BB;
	font-family: Times, serif;
	font-size: 14px;
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border: #21611F inset 2px;
}	

.six {
	font-size: 11px; 
  	color: #999999; /*this is for small text*/
  	background: transparent;
}

.justify {text-align: justify;}		/*justified text*/

.red {color : #FF0000}


.mint {color: #009999; background: #FFFFFF;}


.skipnav {
	display: none;
}
