@charset "UTF-8";
/* CSS Document */

body {
	font:small Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto 50px auto; /* this overrides the text-align: center on the body element. */
	position: relative;
	clear: both;
}



h1 {
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #0A9BDE;
	letter-spacing: .5px;
	margin-bottom: -6px;
	margin-top: 26px;
}


h2 {
	color: #DFAB21;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	margin-bottom: -6px;
	margin-top: 26px;
}

a:link {
	color: #1D3221;
}
a:visited {
	color: #1D3221;
}
a:hover {
	color: #1776B2;
}
a:active {
	color: #1D3221;
}

#hidden_nav li {
	display: none;
}
 /* navigation under title */
#lowernav {
	top: 229px;
	left: 415px;
	right: 0px;
	display: block;
	position: absolute;
	text-align: right;
	width: 365px;
	letter-spacing: 0.5pt;
	height: 59px;
	vertical-align: text-top;
}

#lowernav li {
	display: inline;
	list-style: none;
	text-align: right;
	margin-left: 20px;
	font-size: smaller;
}
#lowernav a:link {
	text-decoration: none;
	color: #333333;
}
#lowernav a:visited {
text-decoration: none;
	color: #333333;
	}

#lowernav a {
	text-decoration: none;
}
#lowernav a:hover {
	text-decoration: none;
	color:#1B92D5;
}

/* image positioning */

#large img {
	margin-right: 7px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#medium img {
	position: absolute;
	left: 219px;
	top: 0px;
	margin-right: 7px;
}
#mediumlg img {
	position: absolute;
	left: 219px;
	top: 154px;
	margin-right: 7px;
}
#small img {
	position: absolute;
	top: 235px;
	left: 295px;
	border-right: 7;
}
#content {
	margin-top: 260px;
	margin-bottom: 20px;
	position: absolute;
	top: 300px;
	left: 0px;
	clear: both;
}

/* end image positioning */
/* nav and title positioning */

#topnav {
	position: absolute;
	left: 295px;
	top: 0px;
}
#title {
	position: absolute;
	left: 295px;
	top: 154px;
}
/* end nav and title positioning */
/* copy blocks */


#copy1 {
	width: 365px;
	margin-left: 415px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 0px;
	padding-top: 255px;
}

#blurb {
	margin: 50px 0px 20px 120px;
	float: left;
	width: 250px;
	color: #1B92D5;
	line-height: 130%;
	font-style: italic;
}

#sider {
	margin: 200px 0px 20px 90px;
	float: left;
	width: 200px;
	line-height: 150%;
	text-align: right;
	font-size: 90%;
	position: absolute;
	top: 275px;
}

#list {
	margin: 30px 0 10px 80px;
	float: left;
	width: 290px;
	color: #333333;
	line-height: 130%;
	font-size: smaller;
}
/* end copy blocks */


/* footer */

#footer  {
	padding: 10px 0;
	border-top: solid 1px #000;
	font-size: smaller;
	text-align: center;
	color: #999999;
	clear: both;
	width: 780px;
	margin: 20px auto;
}


#footer li {
	display: inline;
	list-style: none;
	padding: 0 5px 0 5px;
	border-right: thin solid #CCCCCC;
}
#footer a {
	color: #999999;
}
.smalltype {
	font-size: smaller;
	line-height: 120%;
}
.number {
	font-size: larger;
	color: #2398DD;
}
#logo img {
	position: absolute;
	top: 325px;
	left: -7px;
}

