html, body {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background:url(../images/bg.gif) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFF; 
	font-size:12px;
	margin: 30px 0;
	line-height:1.8em;
	margin:5px;
}

blockquote {
	padding: 15px;
	color:#9A572E;
	background: #EEEEEE;
}

b, strong {
	font-weight:bold;
	color:#9A572E;
}

.clear {
	clear: both;
}

.error {
	color:#FFCC00;
	font-weight:bold;
}


h1 {
	font-weight:bold;
	font-size:1/px;
	color:#FFFFFF;
}

h2 {
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
}

h3 {
	color: #9A572E;
}

a {
	color: #9A572E;
	font-weight: bold; 
	text-decoration: underline;
}

a:hover {
	color: #999999;
	font-weight: bold; 
	text-decoration: underline;
}

.alignright {
	margin-top: 0;
	text-align: right;
}

.wrapper {
	margin: 0 auto;
	width: 788px;
	text-align: left;
	background: #3f3533;
	border:5px solid #FFFFFF;
}

/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/

* html .wrapper {
	width: 788px;
}

.outer {
	border-left: 175px solid #5B5B5B;  
	border-right: 200px solid #524B49;
	background:100% 0 repeat-y;
	margin-top:-25px;
	padding-top:25px;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 

***/

* html .outer {
	background:#3F3533 565px 0 repeat-y;
}

.inner {
	margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
	width: 450px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/

* html .inner {
	width: 100%;
}

.float-wrap {
	float: left;
	width: 585px;
	margin-left: -175px;/*** Same length as left column width ***/
}

/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/


.left {
	float: left;
	width: 175px;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

#right {
	float: right;
	width: 185px;
	margin-right: -165px;
	padding:0px 10px 10px 10px;
	text-align:center;
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
	margin-right: -165px; /*** IE gets this margin. ***/
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

#center {
	float: right;
	width: 400px;
}

.wide {
	background:transparent; /*header and footer colours */
	width: 100%; 
	font-size: 1.4em;
	font-weight: bold;
}

.hometop {
	background:url(../images/hometop.jpg) no-repeat;
	width:788px;
	height:290px;
}

.top {
	background:url(../images/top.jpg) no-repeat;
	width:788px;
	height:290px;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3f3533;
	text-align:center;
	padding-top:25px;
	clear: left;
	width:788px;	
}
#footer a {
	color:#3f3533;
	text-decoration:underline;
}
#footer a :link{
	color:#3f3533;
	text-decoration:underline;
}
#footer a:visited {
	color:#3f3533;
	text-decoration:underline;
}
#footer a:hover {
	color:#5b5b5b;
	text-decoration:underline;
}

#pullquote {
	width: 225px;
	height: auto;
	padding: 10px;
	margin: 10px;
	float: right;
	font-size: .9em;
	line-height:1.5em;
	border:4px solid #CEC2BF;
}

/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
	border-bottom: 1px solid transparent;
}

/*** SUB PAGES LAYOUT W/O RIGHT COLUMN ***/

.outer_sub {
	border-left: 175px solid #5B5B5B;
	background:100% 0 repeat-y;
	margin-top:-25px;
	padding-top:15px;
}

* html .outer_sub {
	background:735px 0 repeat-y;
}

.float-wrap_sub {
	float: left;
	width: 735px;
	margin-left: -175px;/*** Same length as left column width ***/
}

.inner_sub {
	margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
	width: 735px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
}

* html .inner_sub{
	width: 100%;
}

#center_sub {
	float: right;
	width: 550px;
}

#pics {
	float:left;
	margin:0 15px 10px 0;
}
#pics_right {
	float:right;
	margin:0 0 10px 15px;
}
img{
	border:4px solid #EEEEEE;
}
img.home {
	border:0;
}

/*** END SUB PAGES LAYOUT ***/


/*** NAVIGATION ***/

#nav, #nav ul { /* all lists */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size:10px;
	padding: 0 0 0 10px;
	margin:-20px 0 0 0;
	list-style: none;
	line-height : 2.4em;
	float : left;
	width : 165px;
}
	
#nav li { /* all list items */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	font-size:10px;
	position : relative;
	float : left;
	margin-bottom : -1px;
	width : 165px;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 13.5em;
	margin-top : -1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height : 1.8em;
	padding : 10px;
	background : #9A572E;
		filter:alpha(opacity=90);
		opacity: 0.9;
		-moz-opacity:0.9;
	border : 1px solid #FFFFFF;
}
	
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
	
#nav li a {
	width: 165px;
	w\idth : 155px;
	display : block;
	color : #FFFFFF;
	text-decoration : none;
	font-weight:normal;
	padding : 0 0.5em;
}
	
#nav li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*** END NAVIGATION ***/