/*--- -----------------------------------
	Default Styles
----------------------------------- ---*/

/* -- Reset ---*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{ margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }

html { font-size:100.01% }

body {
	background: #597694 url(../images/background.png) repeat-y center;
	font-family: Arial, Helvetica, sans-serif;
	color: #3F5469;
	font-size: 75%;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1;}
h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }

a {	color: #79b3df; }

/*--- -----------------------------------------------------------------------
	Site Layout Styles
----------------------------------------------------------------------- ---*/

/* --- -----------------------
	Site Container
------------------------ ---*/
.site_container {
	width: 901px;
	margin: 0px auto;
}

/*--- ------------------------
	Header
------------------------ ---*/
#header {
	height: 100px;
	background: #87B3E1 url(../images/header.jpg) no-repeat;
}

/*--- ------------------------
	Navigation
------------------------ ---*/
#navigation {
	text-align: center;
	height: 30px;
	background-color: #324354;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-size: 1.2em;
}
	#navigation ul {
		margin: 0;
		padding: 0;
	}

	#navigation li {
		display: inline;
	}
	
	#navigation a {
		display: block;
		float: left;
		line-height: 28px;
		height: 30px;
		margin: 0;
		padding: 0 21.75px;
		text-decoration: none;
		background-color: #324354;
		color: #fff;
	}
	
	#navigation a:hover, a.current {
		background-color: #f59916;
	}

/*--- ------------------------
	Main Content
------------------------ ---*/
#main_content {
	float: left;
	height: auto;
	min-height: 750px;
	width: 605px;
	padding: 40px 45px;;
	border-right: 1px solid #bbb;
	background: #c2d8f0 url(../images/snowflake.png) no-repeat;
}
	#main_content h1 {
		margin: 20px;
		text-align: center;
	}
	
	#main_content h2 {
		margin: 20px 0 10px 0;
		font-weight: bold;
	}
	
	#main_content h3 {
		margin-bottom: 5px;
	}
	
	#main_content p {
		font-size: 1.4em;
		margin: 20px 0px;
	}
	
	#main_content span {
		font-size: 1.2em;
	}

/* This style replaces the main_content on the homepage so it displays correctly */
#main_homepage {
	float: left;
	height: auto;
	min-height: 750px;
	width: 695px;
	margin-bottom: -3px;
	border-right: 1px solid #bbb;
}

/*--- ------------------------
	Right Content
------------------------ ---*/
#right_content {
	width: 205px;
	float: left;
	color: #fff;
}

.news p, .news h2, .news h3 {
	color: #ffffff;
	padding: 0px 5px;
}

.news h2 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 3px 0;
	background-color: #6180a1;
	border-bottom: 1px solid #bbb;
}

.news h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.news p {
	font-size: 1.2em;
}

/*--- -----------------------
	Footer
----------------------- ---*/
#footer {
	clear: both;
	height: 75px;
	text-align: center;
	background: #79b3df url(../images/footer.jpg) no-repeat;
	font-size: 1.4em;
	padding-top: 5px;
	color: #ffffff;
}
	#footer a {
		text-decoration: none;
		color: #ffffff;	
	}

/*--- -----------------------------------------------------------------------
	Site Content Styles
----------------------------------------------------------------------- ---*/
/* --- ------------------------
	Table Styles
------------------------- ---*/
table {
	padding: 0;
	border-top: 5px solid #324354;
	border-bottom: 5px solid #324354;
	background-color: #324354;
}

	table th {
		margin: 0;
		width: 200px;
		background-color: #a5c6e9;
		text-align: center;
		font-size: 16px;
		color: #3F5469;
	}

	table td {
		background-color: #6180A1;
		padding: 4px 0px;
		text-align: center;
		font-size: 14px;
		color: #a5c6e9;
	}
	
#runmap {
	display: block;
	margin: 20px auto;
	border: 1px solid #bbb;
}

/* --- ------------------------
	Google Maps Styles
------------------------- ---*/
#map_canvas {
	margin: 0 auto;
	width: 600px;
	height: 300px;
	border: 1px solid #bbb;
}

/*--- -----------------------------------------------------------------------
	Utility Styles
----------------------------------------------------------------------- ---*/
.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.text {
	font-size: 18px;
}