html {
	margin: 0;
	padding: 0;
	min-width: 1060px;
}

body {
	margin: 0px;
	background: #435870 url(images/page_bg2.jpg) left top repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#wrapper {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#header {
	position: relative;
	width: 1060px;
	height: 150px;
	background: url(images/header2.jpg) center top no-repeat;
	margin: 0 auto;
	z-index: 50;
}

#logo {
	position: absolute;
	top: 10px;
	left: 115px;
	z-index: 200;
}

#nav {
	position: absolute;
	width: 550px;
	top: 115px;
	right: 200px;
	z-index: 100;
}

#nav ul {
	float: right;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-variant:small-caps;
	list-type: none;
	text-align: center;
}

#nav ul li {
	float: left;
	display: inline;
	width: 100px;
	height: 45px;
	color: #FFF;
}

#nav ul li a {
	text-decoration: none;
	display: block;
	color: #FFF;
}
#nav ul li a:hover {
	color: #000;
}

#nav ul li.currentlink {
	background: url(images/indicator.gif) center bottom no-repeat;
}

#page1000w {
	width: 1060px;
	position: relative;
	background: url(images/page2.jpg) center top no-repeat;
	min-height: 475px;
	margin: 0px auto;
	text-align: left;
	line-height: 1.6em;
	z-index: 0;
}

#innercontainer {
	width: 600px;
	position: relative;
	padding: 0px;
	margin: 0px;
	top: 25px;
	left: 350px;
}

#footer {
	width: 1060px;
	margin: 0 auto;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	color: #63799B;
	font-size: 9px;
}

#column1 {
	position: absolute;
	float: left;
	width: 150px;
	left: 100px;
	margin-top: 25px;
	line-height: 1.6em;
	color: #63799B;
	padding: 0px 25px 25px 25px;
}

#column2 {
	left: 100px;
	float: left;
	width: 220px;
	color: #FFF;
	text-align: right;
}

#column2b {
	left: 100px;
	float: left;
	width: 270px;
	color: #FFF;
	text-align: right;
}

#column2c {
	left: 100px;
	float: left;
	width: 160px;
	color: #FFF;
	text-align: right;
}

#column2span {
	left: 100px;
	float: left;
	width: 560px;
	color: #FFF;
	text-align: left;
	margin-bottom: 10px;
}

#column2spanQuote {
	left: 100px;
	float: left;
	width: 560px;
	color: #FFF;
	font-style: italic;
	text-align: center;
	border-top: #000 solid 1px;
	border-bottom: #000 solid 1px;
	margin-bottom: 20px;
}

#column3 {
	float: left;
	width: 330px;
	padding-left: 10px;
	margin: 0 0 25px 15px;
	color: #FFF;
	border-left: #63799B dotted 1px;
}

#column3b {
	float: left;
	width: 280px;
	padding-left: 10px;
	margin: 0 0 25px 15px;
	color: #FFF;
	border-left: #63799B dotted 1px;
}

#column3c {
	float: left;
	width: 160px;
	padding-left: 10px;
	margin: 0 0 25px 15px;
	color: #FFF;
	border-left: #63799B dotted 1px;
}

#columnstretch {
	position: relative;
	width: 960px;
	color: #CCC;
	padding: 0px;
	background: #000;
	margin: 25px auto 0 auto;
}

#footerboxleft {
	position: relative;
	float: left;
	left: 50px;
	margin: 0px;
	padding: 0px;
	width: 225px;
}

#footerboxright {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 610px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -0.05em;
	color: #00ADEE;
	margin: 10px 0px;
}

h2 {
	font-size: 21px;
	margin: 25px 0 10px 0;
	padding: 0px;
	margin-top: 5px;
}

#columnstretch h2 {
	color: #435870;
	margin-top: 25px;
}

#column2spanQuote h4 {
	color: #FFF;
	font-size: 21px;
	margin: 10px 0px 10px 25px;
}

h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	padding: 0px;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #D3DDEB;
	line-height: 1.3em;
	letter-spacing: -1px;
}

h5 {
	font-size: 13px;
	color: #FFF;
	line-height: 1.6em;
	letter-spacing: 1;
	margin: 10px 0px;
	padding: 0px;
}

p {
	margin: 10px 0 10px 0;
	padding: 0px;
}

a, a:hover, a:visited {
	color: #D3DDEB;
}

a:hover {
	text-decoration: none;
}

img, img a {
	border: none;
}

ul {
	list-style:none;
	margin-left: 0px;
	padding-left: 0px;
	line-height: 2em;
	font-size: 15px;
	color: #00ADEE;
}

.smallbox {
	width: 200px;
	float: left;
	margin: 0 25px 10px 0;
	border-bottom: #63799B dotted 1px;
	padding: 0 0 10px 0;
}

.grey {
	color: #999;
}

.white {
	color: #FFF;
}

.14px_white {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}

