@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, ul, p {
	padding: 0;
	margin: 0;
}

#contact_page {
	background:#FFF;	
	font-family:Verdana, Arial, sans-serif;
	font-size: small;
	color:#273041;
	
}

#wrapper {
	width:800px;
	left: 50%;
	margin-left:-400px;
	position:absolute;
	background:url(../Images/Logo_Small.png) no-repeat top left;
}

#site_nav {
	width:100px;
	float:right;
	margin-right:4px;
	margin-bottom:50px;
}


#site_nav a {
	display:block;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}

#site_nav li {
	list-style-type:none;
	font-size:80%;
	text-align:center;
	height:18px;
}

#site_nav a:link {
	color: #993300;	
}

#site_nav a:visited {
	color:#993300;	
}

#site_nav a:hover {
	color: #333399;
}

h1 {
	font-size:100%;
	color:#993300;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#333399 solid 1px;
	margin-bottom:5px;
}

.heading {	
	font-size:100%;
	font-weight:bold;	
}

#text {
	width:520px;
	margin-top:200px;
	margin-left:130px;
	height:370px;
	background:url(../Images/leaf.jpg) bottom right no-repeat;
}

#text p {
	padding-top:2px;
	padding-bottom:5px;
	line-height:18px;
	padding-left:10px;
}

li.list {
	font-size:90%;
	list-style-type: square;
	list-style-position: outside;	
	padding-top: 5px;
	margin-left:25px;
	line-height:18px;
}

a {
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

a:link, a:visited {
	color:#993300;
}

a:hover {
	color: #FF9900;
}

#footer {
	clear: both;
	margin-top:5px;
}

#footer p {
	font-size:70%;
}

body#contact_page li#contact a{
	color: #CCCCCC;
	font-weight:bold;
	cursor:default;
	background-color:#FFFFFF;
}