/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100%/120% Verdana, Geneva, sans-serif;
	color: #333;
	background-image: url(../images/bannerBG.jpg);
	background-color: #99ccff;
	background-repeat: repeat-x;
}
/************** Layout Elements *******************/

#wrapper {
	margin: 0 auto;
	font-size: 80%;
	width: 770px;
}
#header {
	height: 156px;
	background-repeat: repeat-x;
}
/* holds the content background image */
#innerwrapper {
	background: url(../images/contentBG.jpg) repeat-y;
	margin: 0 auto;
}
/*top nav bar not used in this design*/
 
#navwrapper {
	background-color: #6699cc;
	margin-bottom: 10px;
}
#nav {
	margin: 0 auto;
	min-height: 45px;
	width: 770px;
}
#nav ul {
	padding-top: 35px;
	padding-bottom: 15px;
	text-align: center;
	display: block;
}
#nav li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 90%;
	list-style-type: none;
	padding-left: 2px;
}
#nav li a {
	padding: 5px 8px;
	text-decoration: none;
	background-color: #99ccff;
	color: #000;
}
#nav li a:hover {
	background-color: #fff;
	color: #000;
}
#content {
	padding: 1px 0 0;
	margin-left: 160px;
	margin-right: 40px;
}
#footer {
	clear: both;
	background-repeat: no-repeat;
	min-height: 156px;
	background-image: url(../images/FooterBG.jpg);
	padding-top: 0px;
}
#footer p {
	color: #333;
	font: small Tahoma, Geneva, sans-serif;
	text-align: center;
	margin-left: 120px;
}
#outerfooter p {
	color: #334050;
	font-size: 0.8em;
	padding-right: 15px;
	text-align: right;
	line-height: 1.2em;
}
#header img {
	display: block;
	margin: 0 auto;
}
#leftcol {
	float: left;
	width: 87px;
	margin-left: 7px;
}
#leftcol ul {
	width: 100%;
	list-style-type: none;
	display: block;
}
#leftcol li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	font: bold 100% Tahoma, Geneva, sans-serif;
}
#leftcol li a {
	text-decoration: none;
	display: block;
	line-height: 2em;
	height: 2em;
	width: 67px;
	color: #663333;
	margin-left: 1px;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}
#leftcol li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #6699cc;
	background-position: left center;
	width: 67px;
	margin-left: 1px;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}
/*Setting the image to block and then setting the left and right 
margins to auto allows us to centre the image in the column*/
#leftcol img {
	display: block;
	margin: 15px auto;
}
/************** Text Elements *******************/

/*padding is already zeroed, you can quickly add any required padding to
your h elements here*/

h1, h2, h3, h4, h5, h6 {
	padding: 0px 0 0;
	font-size: 150%;
	color: #663333;
	margin: 0px 0 5px;
}
#content ul {
	margin-left: 20px;
	margin-bottom: 5px;
}
h2 {
	font-size: 140%;
	padding-top: 10px;
}
h3 {
	font-size: 130%
}
h4 {
	font-size: 120%
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
p {
	margin: 10px 0;
}
/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}
.left {
	float: left;
	margin: 5px 10px 2px 0;
}
/************** Link Styles *******************/

a img {
	border: none;
}
a {
	color: #0066cc;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* just for the ie5 mac beastie, no other browsers can see these rules*/
 /*\*//*/
 #footer {
 	height: 30px;
 }
 
 #nav {
	height: 70px;
}
/**/

#content p .emphasis {
	font-weight: bold;
	color: #99CB34;
}
#outerfooter p a {
	color: #333;
}
#logos {
	margin-top: 10px;
}
#outerfooter p a:hover {
	color: #FFF;
	background-color: #333;
}
/* Google Map style*/
.map {
	text-align: center;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	border: thin outset #333;
	width: 445px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content img{
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#block {
	padding-left: 50px;
}

