/* CSS Reset - Less Taxing + Better Control than { * } reset */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,font,img,strong,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}

body {
	font:.9em Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	background: #428acf url(../images/bg.jpg) 0% 100% repeat-x;
	background-attachment:fixed;
	min-height:100%;
}
html { 	
	height:100%;
	min-height:100%;
	background:url(../images/boat.jpg);
}

#wrapper {
	width:1024px;
	height:100%;
	margin:0 auto;
	padding:5px 0 0 0;
}

/*===== Header + Logo + Nav =====*/

#header {
	background:url(../images/content-bg.png) repeat;
	border:10px solid #5d98d1;
	width:995px;
	height:260px;
	margin:0 auto;
	padding:0;
}
	#header #logo {
	margin:0px 0 0 0px;
	height:81px;
	}
	
	#header #nav {
		width:550px;
		height:100px;
		float:right;
		margin:-101px 0px 0 0;
		font-size:1.1em;
	}
	#header #nav ul {
		list-style-type:none;
		margin:0;
		padding:0;
		float:right;
	}
	#header #nav ul li {
		display:block;	
		float:left;
	}
	#header #nav ul li a {
		padding:50px 15px 46px 15px;
		color:#b66335;
		text-decoration:none;
		border-bottom:none;
		display:block;
	}
	#header #nav ul li a:hover{
		color:#fff;
		background:#214876;
		padding:50px 14px 46px 16px;
		display:block;
	}
	#header #nav ul li a.current {
		color:#ccc;
		background:#214876;
		padding:50px 13px 46px 13px;
		display:block;
		font-style:italic;
	}
	
/*===== Content (Main + Sub) =====*/
#content-main {
	width:610px;
	height:auto;
	background:url(../images/content-bg.png) top left repeat;
	border:10px solid #5d98d1;
	margin:5px 0 5px 0;
	float:left;
	padding:20px 20px 5px 20px;
}

#content-sub {
	width:280px;
	height:auto;
	background:url(../images/content-bg.png) top left repeat;
	border:10px solid #5d98d1;
	margin:5px 0 5px 0;
	float:right;
	padding:20px 20px 5px 20px;
}

#outer-wrapper {
	background:url(../images/boat.jpg) bottom left no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}

/*===== Footer =====*/
#footer {
	width:900px;
	text-align:center;
	clear:both;
	color:#eee;
	font-size:.75em;
	padding:10px;
}
#footer a {
	color:#fff;
	border-bottom:1px dotted #fff;
}
#footer a:hover {
	color:#ccc;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}
/*===== Typography + Links + Other Misc. =====*/
p {
	line-height:1.5em;
}
	p span {
		font-weight:bold;
	}

a {
	color:#b66335;
	text-decoration:none;
	border-bottom:1px dotted #b66335;
}
a:hover{
	color:#1E62B7;
	text-decoration:none;
	border-bottom:1px dotted #214876;
}
a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
	font-style:italic;
}

h1 {
	font-size:1.7em;
	line-height:1.4em;
	color:#214876;
}
	h1 span {
		font-variant:small-caps;
		color:#b66335;
	}
	
h2 {
	font-size:1.2em;
	color:#333;
	width:275px;
	border-bottom:1px solid #333;
}

h3 {
	font-size:1.3em;
	color:#214876;
	width:100%;
	border-bottom:1px solid #214876;
}

h4 {
	font-size:1em;
	color:#333;
	width:275px;
	border-bottom:1px solid #333;
}

img.right {
	float:right;
	border:1px solid #FFF;
	margin:5px;
}

blockquote {
	background:#d3dee6;
	border:1px solid #ccc;
	padding:10px;
	font-style:italic;
	text-align: left;
}

	blockquote span {
		font-size:1.5em;
	}

ul .new-members {
	width:275px;
	margin:0;
	padding:0;
}

	ul.new-members li {
		background:#d3dee6;
		border:1px solid #ccc;
		padding:10px;
		margin:10px 0 0 0;
		text-align:left;
		line-height:1.2em;
	}
	ul.new-members li img {
	float:right;
	padding:10px 5px 5px 0;
	}
/* ===============
Image Slider
=============== */
#slider{
	width:495px;
	height:171px;
	margin-bottom:20px;
	border:2px solid #999;
}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul li a { border-bottom:0px; }
#slider li{ /* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 	
	width:495px;
	height:171px;
	overflow:hidden; 
}
.Center {
	text-align: center;
}
