body {
	background-color: #FFFFFF;
}


/* TEMPLATE STYLES */
#Header {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:121px;
	z-index:1;
}


#Body {
	position:absolute;
	left:0px;
	top:121px;
	width:780px;
	z-index:4; 
    height: 741px;  
    margin: 0 auto -4em;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	
}
#Footer {
	position:absolute;
	left:0px;
	width:780px;
	height:380px;
	z-index:2;
	background-color: #FFFFFF;
	top: 361px;
}
#master {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
}

/* TEXT STYLES */
p { 
	margin-left: 20px;
	margin-right: 20px;
	
}
h1 { 
	font-family:"Arial Black", Gadget, sans-serif;
	color:#672202;
    margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#672202;
	margin-left: 20px;
	margin-right: 20px;
}

h3 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#672202;
	margin-left: 20px;
	margin-right: 20px;
}

h4 {
	font-family:"Arial Black", Gadget, sans-serif;
	color:#672202;
	margin-left: 20px;
	margin-right: 20px;
}


/* LINK STYLES */
a.nav1 { color: #672202; text-decoration: none; font-weight: normal }
a.nav1:hover { color: #ceb280; text-decoration: none; font-weight: normal }

a.nav2 { color:  #672202; text-decoration: none; font-weight: bold }
a.nav2:hover { color: #ceb280; text-decoration: none; font-weight: bolder }

a.nav3 { color:  #000000; font-family: "Arial Black", Gadget, sans-serif; text-decoration: none; font-weight: bold }
a.nav3:hover { color: #FFFFFF; font-family: "Arial Black", Gadget, sans-serif; text-decoration: none; font-weight: bold; background-color:#000000 }

a.nav4 { color:  #666666; text-decoration: none; font-weight: normal }
a.nav4:hover { color: #672202; text-decoration: none; font-weight: bold }


/*Popup Image Style*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}



/*Margin Quotation Box*/
.marginquote {
	background: transparent url(templateimages/quote-left.gif) no-repeat left top;
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 10px;
	padding-left: 40px;
	    }

    .marginquote div {background: transparent url(templateimages/quote-right.gif) right bottom no-repeat;
     padding-right: 10px;
     padding-bottom: 10px;
}




/* BELOW IS THE STYLE FOR THE DROPDOWN MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav, 
#nav ul {padding:0; margin:0; list-style:none; font: 12px arial, verdana, sans-serif; background:url(transparent.gif); position:relative; z-index:100;}
#nav {height:23px; width:565px; padding:0; background:#FFFFFF;}

#nav table {border-collapse:collapse;}
#nav li {float:left;}
#nav li li {float:none;}
/* a hack for IE5.x and IE6 */
#nav li a li {float:left;}

#nav li a {display:block; float:left; color:#3c3c3c; height:23px; padding:0 20px 0 10px; line-height:22px; text-decoration:none; white-space:nowrap; font-weight:bolder; /*border-left:1px solid #fff;*/}
#nav li li a {height:21px; line-height:20px; float:none;}

#nav li:hover {position:relative; z-index:100;}
#nav a:hover {position:relative; z-index:100; background:#ceb280; }
#nav li:hover > a {background:#ceb280; color:#3c3c3c;}

#nav :hover  ul {left:0; top:23px; border-left:1px solid #ceb280; z-index:300;}
#nav a:hover ul {left:-1px;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {left:0; margin-left:100%; top:0;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover li:hover > a {background:#ceb280; color:#fff;}

#nav li a:hover ul li a:hover {background:#FF6600;}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left:100%; top:0;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

