
/* CSS Document */

html {
	font-size:100%;
}

body {
	font-size:1em;
	text-align:center;
	background:url(images/body_bckgrnd.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
*{
padding:0;
margin:0;
}

h1 {
font-size:1.6em;
}

h2 {
font-size:1.5em;
}

h3 {
font-size:1.4em;
}

h4 {
font-size:1.3em;
padding:0;
margin:0;
}

h5 {
font-size:1.2em;
}

h6 {
font-size:1em;
}

p {
font-size:.95em;
}

li a {
font-size:.95em;
}
	
#nav {
	text-align:left;
	width:100%;
	}
	
	
/* header */	
.header {
	margin: 0 auto;
	height:130px;
	width:960px;
	background:#FFFFFF;
	}
	
	#fort_header {
	background:url(images/theFort_header.jpg) no-repeat;
	width:700px;
	height:130px;
	float:left;
	margin-left:8px;
	}
	
	#inv_header {
	background:url(images/membership.jpg) no-repeat;
	float:left;
	height:130px;
	width:230px;
	}
	
	
/* menu */	
.menu {
	margin: 0 auto;
	width:960px;
	height:25px;
	background:#fff;
	}
	
	#menu_list {
	margin-left:8px;
	width:700px;
	float:left;
	background:#003300;
	}
	
	#menu_list ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#menu_list li {
	float:left;
	padding: 0 0 0 8px;
	}
	
	#menu_list li a {
	line-height:1.8em;
	text-align:center;
	display:block;
	width:100px;
	height:25px;
	background:#006633;
	border-right: 1px solid #00CC33;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
	
	#menu_list li a:hover {
	text-decoration:underline;
	color:#FFFF00;
	}
	
	#bar_menu {
	float:left;
	width:230px;
	height:25px;
	background:#009900;
	}
	
	#bar_text {
	float:left;
	margin: 5px 0 0 10px;
	color:#FFF;
	font-weight:bold;
	}
	
/* border */
#border {
	width:960px;
	height:14px;
	margin: 0 auto;
	background:#FFF;
	}
	
	#border_strip {
	margin-left:8px;
	width:930px;
	height:14px;
	background: #fff url(images/border1.gif) repeat-x;
	}
	
	
/* main_content */	
#main_content {
	margin: 0 auto;
	width:960px;
	height:560px;
	background:#FFFFFF;
	}
	
	.welcome_content {
	margin-left:8px;
	float:left;
	width:600px;
	}

	#welcome_flash {
	width:600px;
	height:250px;
	background:#00CCFF;
	float:left
	}
	
	.welcome_club {
	float:left;
	width:600px;
	}
	
		#welcome_header {
		padding: 0 0 0 10px;
		line-height:3em;
		height:40px;
		}
		
		#welcome_text1 p {
		margin-top:5px;
		padding: 0 0 0 10px;
		float:left;
		width:280px;
		height:250px;
		text-align:justify;
		line-height:1.1em;
		}
		
		#welcome_text2 {
		margin-top:5px;
		float:right;
		width:280px;
		height:250px;
		text-align:justify;
		line-height:1.1em;
		}
		
		#welcome_text2 p a:link { color:red; text-decoration:underline;}


/* side content */	
#side_content {
	width:315px;
	height:550px;
	margin-left:15px;
	float:left;
	}
	
	#featured_sponsors {
	width:300px;
	height:400px;
	background:#fff;
	float:right;
	}
	
	#featured_header {
	width:300px;
	height:36px;
	background:#fff url(images/sub_header_border.gif) repeat-x;
	}
	
		#featured_header h4 {
		padding:14px 0 0 10px;
		color:#FFFFFF;
		font-size:1em;
		}
	
	.featured_logo{
	width:300px;
	height:300px;
	padding-left:15px;
	padding-top:5px;
	border-bottom: solid #009933 2px;
	}
	
		.featured_logo img {
		padding:0 0 0 0;
		}
	
	#running_clinic {
	margin-top:5px;
	width:300px;
	height:205px;
	background:url(images/running%20clinic.jpg) no-repeat;
	}
	
	
/* fun run */
#fun_run {
	padding:0;
	margin:0;
	width:960px;
	height:195px;
	background:#FBB03B;
	}
	
	#flash_2009 {
	margin-left:10px;
	}





/* blog */
#blog {
margin-top:10px;
	height:80px;
	width:960px;
	background:#CCCCCC;
	}
	
	.blog_nav {
	margin:0;
	padding:0;
	height:20px;
	width:960px;
	background:#666666;
	}
	
	#blog_title {
	margin:0;
	padding:0;
	width:200px;
	background:#FF0000;
	height:20px;
	float:left;
	}
	
	#blog_title h4 {
	margin:0;
	padding:2px 0 0 15px;
	color:#FFFFFF;
	font-size:1em;
	}
	
	#blog_bar {
	}
	
	.bloggers {
	text-align:center;
	}
	
	.bloggers .members {
	padding: 5px 0 0 0;
	}
	
	a img { border:none;}

/* footer */
#footer {
width:960px;
height:40px;
background:#006633;
}

	#footer_text p {
	color:#FFFFFF;
	font-size:0.625em;
	text-align:center;
	padding-top:15px;
}

