/* CSS Document */

/* Eric Meyer CSS 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */

:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

/* General Links Styling */

a {
	text-decoration: none;
	color: #199fdd;
	}

a:hover {
	color :#6cd1fa;
	}

a:active {
	color: #199fdd
	}

a:visited {
	color: #199fdd
	}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	color: #fff;
	background: #0470a2;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


h1 {
	font-size: 2em;
	} /* 25px */

h2 {
	font-size: 1.75em;
	} /* 25px */

h3 {
	margin-top: 20px;
	clear: both;
	font-size: 1.5em;
	background: #0095d9;
	} /* 15px */

h4 {
	clear: both;
	font-size: 1.2em;
	color: #fff;
	} /* 12px */

h5 {
	font-size: 1.2em;
	color: #000;
	}

h6 {
	font-size: 1em;
	}

p {
	font-size: 1.25em;
	line-height: 125%;
	padding: .6em 0;
	}

.first { 
	font-weight: bold;
	color: #0095d9; 
	font-size: 1.6em; 
	padding-bottom: 30px;
	margin-bottom: 10px;
	background: url(img/columnfade.jpg) no-repeat bottom center;
	}

#content strong {
	color: #0095d9;
	font-weight: bold;
	font-size: 1.4em;
	}

li {
	font-size: 1.25em;
	}

blockquote p {
	font-style: italic;
	line-height: 125%;
	color: #707070;
	margin-top: 20px;
	padding: 20px 0;
	}

.official {
	float: left;
	margin-top: 20px;
	clear: both;
	font-size: 10px;
	color: #999;
	}

.designed {
	float: right;
	font-size: 10px;
	margin-top: 20px;
	color: #999;
	}

.quote {
	text-align: right;
	margin-top: 5px;
	padding-bottom: 10px;
	}

/* General Layout */

body {
	font-family: "Lucida Grande", "Trebuchet MS", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 62.5%;
	}

.container {
	width: 800px;
	margin: 0 auto;
	}

#topsection {
	background: #104865 url(img/bluebg2.jpg) no-repeat top center;
	overflow-y: hidden;
	}

#midsection {
	background: 0;
	clear: both;
	}

#skip {
	float: right;
	width: 30em;
	}

#skip ul {
	padding: 7px;
	text-align: center;
	}

#skip li {
	display: inline;
	}

#skip li a {
	color: #fff;
	text-decoration: none;
	font-size: 0.7em;
	padding: 0em 1.5em;
	}

#skip li a:hover {
	text-decoration: underline;
	}

#logo {
	margin: 0;
	float: left;
	margin: 30px 0;
	}

#flashbanner {
	clear: both;
	height: 154px;
	width: 784px;
	margin-bottom: 30px;
	background: url(img/street.jpg) no-repeat bottom left;
	border: 8px solid #0d80af;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

#flashbanner img {
	border: 2px solid #fff;
	}

#navigation {
	float: left;
	margin-top: 20px;
	width: 800px;
	}

#navigation ul {
	float: left;
	padding-top: 20px;
	padding-bottom: 8px;
	}

#navigation li {
	display: inline;
	font-size: 1.6em;
	}

#navigation a {
	color: #fff;
	padding: 10px 20px;
	background: #0470a2;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#navigation a:hover {
	color: #fff;
	background: #0095d9;
	}

#content {
	float: left;
	margin-bottom: 0px;
	width: 520px;
	padding: 40px;
	padding-left: 0;
	}

#sidecol {
	float: left;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 198px;
	padding: 20px;
	background: #dedede;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	}

#sidecol img {
	margin-left: 30px;
	}


#sidecol p {
	color: #0095d9;
	}

#sidecol strong {
	color: #000;
	}

#sidecol2 p {
	color: #0095d9;
	}

#sidecol2 strong {
	color: #fff;
	}

#footer {
	clear: both;
	margin-top: 80px;
	background: #dcdcdc;
	border-top: 1px solid #999;
	}

#footercontainer {
	margin: 0 auto;
	width: 800px;
	padding: 20px 0;
	}

#bottomsection {
	text-align: left;
	margin: 0 auto;
	width: 800px;
	height: 100px;
	font-size: 0.7em;
	}

#footer p {
	font-size: 1.4em;
	padding-top: 10px;
	padding-bottom: 0px;
	}

/* Navigation Links Styling */

#t-active a {
	color: #0470a2;
	background: #fff;
	}

/* Base Navigation */

#basenav ul {
	float: left;
	padding-bottom: 10px;
	}

#basenav li {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	}

#basenav a {
	padding: 1em 0.5em;
	padding-left: 0;
	}

#basenav a:hover {
	text-decoration: underline;
	}

/* General List Styling */

#content li {
	padding-left: 30px;
	margin-left: 10px;
	list-style-type: none;
	background: url(img/bullet.jpg) no-repeat top left;
	line-height: 125%;
	padding-bottom: 5px;
	}

#content ul {
	padding: 10px 0;
	}

#content ol li {
	padding: 10px 0;
	margin-left: 40px;
	list-style-type: decimal;
	background-image: none;
	}

/* JQuery code from http://jonraasch.com/blog/a-simple-jquery-slideshow */

#slideshow {
    position:relative;
	}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	}

#slideshow img.active {
    z-index:10;
	}

#slideshow IMG.last-active {
    z-index:9;
	}

.top {
	clear: both;
	padding: 10px 0;
	margin-bottom: 10px;
	font-size: 80%;
	}

.imgfloat {
	float: left;
	padding-right: 20px;
	}

em {
	text-decoration: underline;
	}

/* ie6 png fix from /* ie6 png fix from http://www.twinhelix.com/css/iepngfix/demo/ */


img, div, a, input {
	behavior: url(img/iepngfix.htc)
	}
