@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	overflow: hidden;
	text-align: center;
}

a:link {
	COLOR: #666666;
	text-decoration: none;
}
a:visited {
	COLOR: #666666;
	text-decoration: none;
}
a:hover {
	COLOR: #015499;
	text-decoration: underline;
}
a:active {
	COLOR: #015499;
}

.bg {
	left: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	line-height: 140%;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: lighter;
	line-height: 140%;
}

p {
	line-height: 140%;
	font-size: 1em;
}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#wrapper {
	position: absolute;
	top:0; left:0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow:auto;
}

#container {
	position: relative;
	width: 765px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	z-index: 1;
}

#header {
	height: 200px;
	position: relative;
	z-index: 3;
}

#menu {
	position: absolute;
	right: 10px;
	bottom: 0px;
	height: 25px;
	width: 445px;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}	

#menu li {
	display: block;
	padding: 0;
	width: 110px;
	height: 30px;
	text-align: left;
}	

#menu li a:link, #menu li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	color: #6494c5;
	text-decoration: none;
	padding: 0;
	line-height: 20px;
	border: none;
}

#menu li a:hover, #menu li a:active {
	color: #FFFFFF;
}

#menu li a.current {
	color:#FFFFFF;
}

#menu li a.current:hover {
	cursor: default;
}

ul.menuHoriz li {
	float: left;
}

ul.menuVert {
	position: absolute;
	top: 30px;
	visibility: hidden;
}

ul#menuSubOne { left: 110px }
ul#menuSubTwo { left: 222px }

#main {
	position: relative;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 765px;
	z-index: 2;
}

#mainheader {
	background-image: url(images/img_pagetop.jpg);
	z-index: 3;
}

#content {
	background-image: url(images/img_pagewhite.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	padding: 50px 50px 150px 50px;
	color: #666666;
	line-height: 1.5em;
	z-index: 4;
}

#footer {
	background-image: url(images/img_dog.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #666666;
	padding: 50px 10px 30px 50px;
	color: #999999;
	font-size: xx-small;
	letter-spacing: 0.23em;
	z-index: 5;
}

#content ul {
	list-style-type: none;
	line-height: 140%;
}

.floatBox {
	float: left;
	width: 180px;
	font-size: 85%;
}



