
/* Master --------------- */
body {
	margin: 0;
	padding-bottom: 20px;
	background: #FFFFFF url(images/bg01.jpg) repeat-x left top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: Black;
}
/* End Master --------------- */

    
	
/* Master_bg --------------- */
#master_bg {
	margin: 0;
	padding: 0;
	background: transparent url(images/bg02.jpg) no-repeat center top;
	}
/* End Master_bg --------------- */


	
/* Header --------------- */
#header {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.header_bg {
	margin: 0;
	padding: 0;
	display: none;
	}

.master_logo {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 16em;
	top: 3em;
	z-index: 1;
	}
	
/* End Header --------------- */



/* Contents of Page --------------- */
#content {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background: transparent;
	}

#main {
	float: left;
   width: 100%;
	margin: 0;
	padding: 0;
	}	
	
.entry {
	margin-bottom: 2em;
	margin-left: 1em;
	}

.photo {
	border: none;
	display: none;
	}
	
.leaf li {
	list-style-image: url(images/leaf.jpg);
	padding-bottom: 3px;
	line-height: 18px;
	}
/* End Contents of Page --------------- */



/* Navigation Menu --------------- */
#navigation {
	width: 170px;
	text-align: left;
	margin: 20px 10px 0 10px;
	display: none;
	}

#nav, #nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* width of menu items */
	}   
		
#nav li {
	position: relative;
	list-style: none;
	padding-bottom: 0;
	} 

#nav li a {
	display: block;
	text-decoration: none;
	color: #E58C43;
	background: #FFFFFF; /* IE bug */
	width: 148px; /* IE bug - width of menu items */
	padding: 5px;
	border: 1px dashed white;
	border-right: none;
	}
		
#nav li ul {
	position: absolute;
	left: 159px; /* set 1px less then menu width */
	top: 0;
	display: none;
	border-bottom: 1px dashed #549DC7;
	}
	
/* Styles for Menu Items */
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #E58C43;
	background: #FFFFFF; /* IE bug */
	padding: 5px;
	border: 1px dashed #549DC7;
	border-bottom: none;
	}	

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height:1%; }
* html #nav ul li a { height: 1%; }
/* End */

/* Hover styles */
#nav li a:hover {
	color: #549DC7;
	background-color: #FFF9E5;
	border: 1px dashed #549DC7;
	}
	
#nav ul li a:hover {
	color: #549DC7;
	background-color: #FFF9E5;
	border: 1px dashed #549DC7;
	border-bottom: none;
	}	

/* Sub-Menu styles */
#nav li ul li a {
	padding: 5px 5px;
	border: 1px dashed #549DC7;
	border-bottom: none;
	}
	
/* The actual roll-over & drop-down effect */
#nav li:hover ul, #nav li.over ul {
	display: block;
	}
/* End Navigation Menu --------------- */



/* Footer --------------- */
#footer {
	clear: both;
	margin: 60px 0 10px 0;
	border-top: 2px dotted #5192C0;
	border-bottom: 2px dotted #5192C0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #E58C43;
	font-style: italic;
	}
/* End Footer --------------- */



/* Overall Text Styles --------------- */
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #549DC7;
	padding-bottom: 5px;
	margin-top: 0px;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
	}

h1 span {
	display: none;
	}

h2 {
	margin: 20px 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #E58C43;
	padding-top: 5px;
	}

h3 {
	margin: 2px 15px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #549DC7;
	padding-top: 5px;
	text-align: left;
	}
	
h4 {
	margin: .5em 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	}
	
hr {
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #D3E69B;
	color: #D9D8D3;
	height: 1px;
	border: 0;
	}
	
p {
	margin: 0 0 .5em;
	line-height: 150%;
   }

.emph {
	color: #549DC7;
	}
  
a:link {
	padding: .2em;
	color: #E58C43;
	}
	
a:visited {
	padding: .2em;
	color: #E58C43;
	}
	
a:focus, a:hover, a:active {
	padding: .2em;
	color: #549DC7;
	}

#table {
	margin-top: 10px;
	padding-top: 5px;
	}
	
#table ul {
	margin-top: 0;
	margin-left: 0px;
	padding-left: 20px;
	line-height: 18px;
	}
	
#table li {
	padding-bottom: 7px;
	}
	
.tableheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #549DC7;
	padding: 3px;
	text-align: center;
	}

.tabletext {
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
	}
/* End Overall Text Styles --------------- */


