
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

 body {
	background: #666666;
	font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #2B2B2B; 
	text-align: center;	
	line-height:1.3;
}
/* links */
a {	
	color: #0166b5;
	background: inherit;
	text-decoration: none;
}

a:visited {
	color: #73471B;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 { 
    font-size: 2.5em; 
/*    text-align: center; */
}

h2 { 
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
	font-weight: normal;	
	padding: 16px 10px 4px 10px;	
}

#highlight {
        background: #FFFF66;
}
/* Paragraph */
p { padding: 12px 12px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
/* ul { list-style: bullet; } */

dl { padding: 10px; margin: 0; }

dt {
	font-weight: bold;
	color: #79A62E;
}
dd { padding-left: 25px; }

/* images */
img {
	background: #FAFAFA;
    border: 1px solid #E4E4E4;
	padding: 8px;
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 800px;
	background: #ffffff;
	margin: 30px auto 0 auto;
	text-align: left;	
}
#content {
	clear: both;
	float: left;
	width: 800px;
	padding: 25px 0 0 0;
	background: #ffffff;
}
#header {
	position: relative;
	width: 800px;
	height: 200px;
	background:  #000000 url(poole11.jpg) no-repeat right;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	/*position: absolute;
	margin: -50px 0 0 0; */
	padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -3px;
	text-decoration: none;
	color: #aaffaa;
	
	/* change the values of top and left to adjust the position of the logo*/
	/*top: 75px; left: 25px;*/	
}
#header h2#logo-subtext {
	/*position: absolute;*/
	/*margin: -38px 0 0 ; 
	padding: 0;*/
	font: bold 2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #88cc88;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the logo-subtext*/
	/*top: 148px; left: 25px;*/		
}

#header a {
	color: #669966;
}
/* top-menu */
#top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #0166b5;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0;	right: 70px
}
#top-menu p { 	
	margin: 0; padding: 0;	
}
#top-menu a {
 	font-weight: bold;
	color: #fff;
}

/* Navigation */
#nav {
 	position: absolute;
	clear: both;	
	padding: 0;	margin: 0;
	width: 800px;
	height: 50px;
	top: 150px;
/*	background: #000000;	*/	
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav a:hover,
#nav ul li a:hover,
#nav ul li a:active { color: #c3d4ff; }

#nav ul li#current { background: #ffffff;
		   color: #440022;}

#nav ul li#current a {	
	color: #4B3D2C;
}

/* Main Column */
#main {
	float: left;
	width: 800px;
	padding: 0; margin: 0 0 0 0;
	display: inline;	
}
#main h2 {
	font: bold 2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
//	letter-spacing: -2px;
	border-bottom: 1px solid #c3d4ff; 	
}
#main h2 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(bullet.gif);
}

#sidebar {
	float: right;
	width: 230px;
	padding: 0; 
	margin: 0 30px 0 0;
	display: inline;	
}

/* footer */
#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 20px 0 20px 0;
	background: #000000;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #aaffaa;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a {
	color: #aaffaa;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}


	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

