/* Reset */
html, body, div, ul, li, h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

/* Body - Wrapper and Typography ----------------------------------------- */
body {
	top: 0;
	position: relative;
	width: 760px;
	float: left;
	left: 50%;
	margin: 0 0 0 -385px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: url(../images/body_bg.jpg) center top no-repeat;
}

/* Header ---------------------------------------------------------------- */
#masthead {
	width: 760px;
	height: 98px;
	float: left;
	background: url(../images/header_bg.jpg) repeat-x;
}
	#logo {
		font-size: 1em;
	}
		#logo a {
			width: 469px;
			height: 98px;
			float: left;
			text-indent: -5000%;
			background: url(../images/logo.jpg) no-repeat;
			outline: none;
		}
	.telno {
		float: right;
		width: 243px;
		height: 98px;
		text-indent: -5000%;
		background: url(../images/telno.jpg) no-repeat;
	}
	
/* Navigation ------------------------------------------------------------ */
#nav {
	width: 760px;
	height: 38px;
	float: left;
	background: url(../images/nav_bg.jpg) repeat-x;
}
	#nav li {
		float: left;
		display: inline;
	}
		#nav li a {
			height: 23px;
			color: #eaeaea;
			text-decoration: none;
			float: left;
			border-right: 1px #ddd solid;
			padding: 7px 2em 0 2em;
		}
		#nav li a:hover {
			background: #A80E0E;
			text-decoration: underline;
		}
		
/* Sidebar ---------------------------------------------------------------- */
#sidebar {
	width: 188px;
	float: left;
	display: inline;
	margin: 16px 0 0 5px;
	background: url(../images/sidebar_bg.jpg) no-repeat;
}
	#sidebar h2 {
		margin: 11px 0 0 12px;
		font-size: 1.1em;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
	}
	#sidebar h3 {
		padding: 1.5em 0 0 10px;
		line-height: 1.5em;
		font-weight: normal;
		color: #265599;
	}
	#sidebar ul {
		list-style: none;
		padding: 0 0 0 12px;
		line-height: 1.5em;
		color: #666;
	}
	#sidebar strong {
		font-size: .78em;
	}
	#sidebar a {
		font-size: .78em;
		color: #777;
		text-decoration: none;
	}
	#sidebar a:hover {
		text-decoration: underline;
	}
	#sidebar img {
		padding: 1.5em 0 0 0;
	}

/* Main ------------------------------------------------------------------ */
#main {
	width: 552px;
	margin: 16px 0 0 0;
	padding: 0 0 0 13px;
	float: left;
	background: url(../images/main_bg.jpg) no-repeat;
}
	#main h2 {
		margin: 11px 0 1.3em 15px;
		font-size: 1.1em;
		text-transform: uppercase;
		color: #fff;
		font-weight: normal;
	}
	#main p {
		color: #333;
		line-height: 1.5em;
		margin: 1.5em 0;
		padding-left: 0 5px;
	}
	#main ul {
		line-height: 1.5em;
		color: #333;
		margin: 1.5em 3em;
	}
	#main .map {
		margin: 8px 0 0 12px;
		padding: 1px;
		border: 1px #999 solid;
	}
	
/* Footer ---------------------------------------------------------------- */
#footer {
	width: 760px;
	height: 81px;
	float: left;
	margin: 1em 0 0 0;
	background: url(../images/footer_bg.jpg) repeat-x;
	text-align: center;
}
	#footer p {
		line-height: 1.5em;
		margin: 1.5em 0;
		color: #2f2f2f;
	}
	#footer a {
		color: #265599;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}