html {
	height: 101%;
	margin: 10px 0 0 0px;
	padding: 0px;
	border: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	border: 0px solid purple;
	font-size: 100%;
	text-align: center; 
	font-family: "Georgia, Times New Roman, Times, serif";
	background: white; 
	background-repeat: no-repeat;
	background: white
}

div.header {
	height: 190px;
	width: 900px;
	background-image: url('../images/header.jpg');
	padding: 0px 0px 0px 0px;
	margin: 0px auto 10px auto;
	border: 0px solid red;
	font-size: .8em;
	color: black;
	text-align: left;
	clear: both;
}

div.content {
	width: 893px;
	border: 0px solid black;
	padding: 0 0 0 5px;
	margin: 0 auto 0 auto;
	font-size: 1em;
	color: #555555;
	text-align: left;
	background: white; 
}

div.footer {
	height: 85px;
	width: 880px;
	clear: both;
	background-image: url('../images/footer.jpg');
	padding: 15px 10px 5px 10px;
	margin: 0 auto 0 auto;
	font-size: .9em;
	color: white;
	text-align: left;
	border: 0px solid #3090cc;
}

div.map {
	text-align: center; 
	background-color: #f1f1f1;
	border: 0px solid #aaaaaa;
	margin: 20px auto 20px auto;
	padding: 10px 0px 20px 0px;
	width: 82%;
}

.map img {
	border: 1px solid black;
}

.map img:hover {
	border: 1px solid blue;
}

/* Used for the google maps under contact_us.php */
h1 {
	font-variant: small-caps;
	font-size: 1.5em;
	color: black;
}

a:link {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: blue;
	text-decoration: none;
	font-weight: normal;
}

/* Footer links */
.footer a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.footer a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.footer a:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

.footer a:active {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

a#return {
	font-size: .5em;
	font-weight: normal;
}

img {
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}

img#flag {
	border: 0px solid #333333;
}

img#learnMore {
	height: 25px;
	width: 100px;
	border-width: 0;
	background: url('../images/but_learn_more_green.png') top left no-repeat
		;
}

img#learnMore:hover {
	background: url('../images/but_learn_more_blue.png') top left no-repeat;
}

div.onThisPage {
	background: #eeeeee;
	margin: 0 auto 0 0;
	padding: 5px;
	width: 98%;
	text-align: center;
	font-size: .8em;
}

div.onThisPage a {
	color: black;
	font-size: 1.08em;
	text-decoration: none;
}

div.onThisPage a:visited {
	color: black;
	font-size: 1.08em;
	text-decoration: none;
}

div.onThisPage a:hover {
	color: blue;
	font-size: 1.08em;
	text-decoration: underline;
}

.footer a:active {
	color: blue;
	font-size: 1.08em;
	text-decoration: underline;
}

/* //////////////////////////////////////////
NAVIGATION BAR SETTINGS
///////////////////////////////////////// */
li#current {
	background: url(../images/button1.png) no-repeat center top;
}

li#current a:hover {
	text-decoration: none;
	color: black;
	background: none;
	cursor: default;
}

.navigation {
	height: 40px;
	margin: 0 auto 0 70px;
	padding: 0;
	list-style: none;
	background-color: transparent;
	position: relative;
	text-align: right;
	list-style: none;
}

.navigation li {
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
}

.navigation li a {
	height: 47px;
	line-height: 47px;
	width: 105px;
	display: block;
	float: left;
	font-size: 1.10em;
	font-family: arial, verdana, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.navigation li a:hover {
	color: blue;
	text-decoration: underline;
}

.navigation li a b {
	float: left;
	display: block;
	padding: 0 0 0 0;
}

.navigation li a:hover b { 
}