/*CSS RESET*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {font-size: 1em;}
/*ie6 background-image flicker fix*/
html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	background: #485D6E;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

#titlecontainer {	
	margin: 0 auto;	
	width: 850px;	
}
	#titlecontainer #title {
		color: #fff;
		display: block;
		float: left;
		font-size: 4em;	
		margin: 0 auto;
		padding: 20px 0 10px;
		text-decoration: none;
		text-shadow: 1px 3px 5px #2F2F2F;
	}
#navcontainer {
	background: #98C7AD;	
	clear: both;
}
	ul#nav {
		list-style: none;
		margin: 0 auto;
		overflow: hidden;
		padding: 10px 0;
		width: 850px; 
	}
		ul#nav li {
			float: left;
			border-right: 1px solid #485D6E;
			padding: 0 5px;
		}
		ul#nav li.first {
			padding: 0 5px 0 0;
		}
		ul#nav li.last {
			border-right: none;
			padding: 0 0 0 5px;
		}
			ul#nav li a {
				color: #485D6E;
				font-size: 1.4em;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
			}
				ul#nav li a:hover,
				ul#nav li a.selected {
					text-decoration: underline;
				}
#contentcontainer {	
	 background: #fff;
}
.content {
	color: #183152;
	margin: 0 auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding: 20px;
	width: 850px;
}

h1 {
	color: #485D6E;
	font-size: 2.8em;	
	margin-bottom: 15px;
	padding-left: 15px;
}
h2 {
	color: #305F86;
	font-family: Arial, sans-serif;
	border-bottom: 1px solid #485D6E;
	font-size: 2em;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-left: 15px;

}
.content p {
	color: #485D6E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 0 15px;
}
/*HOME*/
#home h1 {
	margin-bottom: 0;
}
	#home ul {
		font-size: 1.4em;
		list-style: none;
		margin: 0 0 20px 20px;
	}
		#home ul li {
			line-height: 1.5;
			margin-bottom: 15px;
			width: 85%;
		}
			#home ul li h3 {
				border-bottom: none;
				font-family: Helvetica, Arial, sans-serif;
				font-size: 1.4em;
				font-style: italic;
			}
			#home ul li p {
				font-size: 1em;
				margin: 0 0 0 20px;
				padding: 0;
			}
				#home ul li p strong {
					font-size: 1.4em;
				}
		#home p span {
			text-decoration: underline;
			text-transform: uppercase;
		}
/*CONTACT*/
#contact h1 {
	margin-bottom: 0;
}
	#contact dl {
		font-size: 1.5em;
		margin-left: 15px;
	}
		#contact dl dt {
			font-weight: bold;
			margin-top: 15px;
			text-align: center;
		}
			#contact dl dd {
				text-align: center;
			}
				#contact dl dd a {
					color: #485D6E;
				}
#footer {
	background: #485D6E;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: 15px 0;
	text-align: center;
}
	#copyright {
		font-weight: bold;
	}
		#copyright a {
			color: #fff;
		}
