/*
COLORS
lt blue = #99d3f5;
dk blue = #0a0a80;
*/

/* 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; }

body {
	line-height: 1;
}

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; } /* remember to define focus styles! */

ins { text-decoration: none; } /* remember to highlight inserts somehow! */

del { text-decoration: line-through; }

table { border-collapse: collapse; border-spacing: 0; } /* tables still need 'cellspacing="0"' in the markup */

/* START */
body { background-color: #99d3f5; color: ; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; }

* html body { font-size: 76%; }

a { color: white; text-decoration: none; }

a:hover { background-color: #eeeeee; }

img { border: none; }

.lft { float: left; }

.rght { float: right; }

.clr { clear: both; line-height: 0; display: hidden; }

.rd { color: red; }

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background-color: #FFF;
}

#container h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

#header { width: 960px; height: 440px; position: relative; background: url(header.jpg) no-repeat; }

#header h1 { display: none; }

#headtxt { position: absolute; top: 5px; right: 15px; text-align: right; font-size: 18px; font-weight: bold; color: #0a0a80; }

#headtxt p { margin-bottom: 15px; }

#headtxt p.rd { font-size: 22px; font-weight: normal; }

#headtxt p.big { font-size: 22px; }

#headtxt p.big a { color: black; }

#headtxt p.big a span { font-size: 26px; color: red; background-color: yellow; }

#hm { position: absolute; top: 130px; left: 460px; font-size: 16px; line-height: 20px; font-weight: bold; }

#hm a:hover { background-color: white; color: #0a0a80; }

#navigation { width: 960px; position: absolute; bottom: 25px; left: 15px; }

#navigation ul { display: inline; }

#navigation ul li {
	float: left;
	display: block;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 14px;
}

#navigation ul li.spcl { margin-right: 125px; }

#navigation ul li.there { color: red; }

#navigation ul li a:hover { background-color: white; color: #0a0a80; }

#tourism {
	width: 960px;
	height: 160px;
	background-color: #FFF;
}

#tourism a img {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tourism a { background-color: transparent; }

#tourism a:hover { background-color: transparent; }
#spnsrcpn1 h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
#spnsrcpn1 h3 a { color: black; }

#footer { font-size: .9em; margin-top: 15px; line-height: 1.4em; }

#footer a { color: black; text-decoration: underline; }

#footer a:hover { color: white; background-color: black; }
