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

/***************************
Pack 216
****************************/


/***************************
remove defaults
****************************/

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;

}

:focus {
	outline: 0;
}

ol {
	margin-left:20px;
}

.basic {
	list-style: disc;
	margin-left:20px;
}

ul.bullets li {
	margin-left:20px;
}

table {
	border-collapse: collapse;
	}
	
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote {
	margin-left:20px;
	margin-right:20px;
	font-style:italic;
	color:#999999;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************
html/body
****************************/

html, body {
	background-color: #036;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
}

/***************************
wrapper
****************************/

#wrapper {
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}



/***************************
layout
****************************/

#infoheader {
	width:780px;
	height:200px;
	margin-top:10px;
}
#newsblock {
	width:259px;
	height:200px;
	background-image:url(../images/green_block.gif);
	background-repeat:no-repeat;
	color:#333333;
	float:left;
}
#highlight {
	width:509px;
	height:200px;
	background-image:url(../images/highlight_block.gif);
	background-repeat:no-repeat;
	color:#FFF;
	float:right;
}
#title {
	width:780px;
	height:38px;
	margin-top:10px;
}

#contentwrapper {
	width:780px;
	height:auto;
	margin-top:10px;
}
#contenthead {
	width:780px;
	height:13px;
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
}
#contentarea {
	background-image:url(../images/content_background.gif);
	background-repeat:repeat-y;
	color:#333;
}
#contentbase {
	width:780px;
	height:12px;
	background-image:url(../images/content_base.jpg);
	background-repeat:no-repeat;
}
#content {
	padding-top:5px;
	padding-bottom:20px;
	padding-left:38px;
	padding-right:30px;
}
#leftcontent {
	width:500px;
}
#rightcontent {
	width:500px;
}
#leftsidebar {
	float:left;
	width:259px;
	border-right:solid 1px #d8cbb1;
}
#rightsidebar {
	float:right;
	width:259px;
	border-left:solid 1px #d8cbb1;
	margin-left:50px;
	margin-bottom:50px;
}
#content ul {
	list-style-image:url(../images/bullet.gif);
	margin-left:17px;
}
#content li {
	padding-bottom:4px;
	padding-top:4px;
}

/***************************
general
****************************/
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.italics {
	font-style: italic;
}

/***************************
headings
****************************/

h1 {
	font-size: 20px;
	color:#036;
	font-weight:normal;
	margin-bottom:10px;
}

h2 {
	font-size: 16px;
	color:#993;
	font-weight:normal;
	margin-top:12px;
}

h3 {
	font-size: 12px;
	color:#bd4c10;
	font-weight:bold;
	margin-top:12px;
}

h4 {
	font-size: 14px;
}

/***************************
links & text
****************************/

a:link {
	color: #069;
	text-decoration: none;
}
a:visited {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #69C;
	text-decoration: underline;
}
a:active {
	color: #069;
	text-decoration: none;
}

p{
	padding-top: .5em;
	padding-bottom: .5em;
	line-height:18px;
}


/***************************
top nav
****************************/

#navbar {
	width:780px;
	height:38px;
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	color:#fff;
}

#nav {
	padding-top:5px;
	padding-left:32px;
	list-style: none;
	line-height: 1;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 11em;
	color:#FFF;
}
#nav a:hover {
	text-decoration:none;
	color:#FFCC00;
}

#nav li { /* all list items */
	float: left;
	width: 11em; /* width needed or else Opera goes nuts */
	background-color:#069;
}
#nav li a { /* first-level lists */
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	padding:8px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #69C;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li li { /* second-level list items */
	border-bottom: solid 1px #d8cbb1;
}
#nav li li:hover { /* second-level list items hover */
	background-color:#036;
}
#nav li ul li a { /* second-level list links */
	text-transform:none;
	font-weight:normal;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/***************************
Sub Nav
****************************/
#subnav {
	list-style:none;
}
#subnav li {
	font-weight:bold;
}
#subnav li a {
	padding:4px 16px;
	display:block;
}

/***************************
Site Map
****************************/

#sitemap {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#sitemap ul { /* all lists */
	margin-bottom: 16px;
	list-style: none;
	line-height: 1;
}

#sitemap a {
	display: block;
	width:16em;
}
#sitemap a:hover {
	text-decoration:none;
	color:#bd4c10;
}
#sitemap li a { /* first-level lists */
	text-transform:uppercase;
	font-weight:bold;
}
#sitemap li li a { /* second-level lists */
	text-transform:none;
	font-weight:normal;
	padding-top:4px;
}

/***************************
bottom nav
****************************/

#footer {
	text-align:center;
	font-size:11px;
	line-height:14px;
	margin-top:20px;
	width:780px;
	color:#bd4c10;
}
#footer p {
	padding-top:0;
}
.spacedout {
	word-spacing:6px;
}
#footer a:link {
	color:#bd4c10;
	text-decoration: none;
	word-spacing:normal;
}
#footer a:visited {
	color:#bd4c10;
	text-decoration: none;
	word-spacing:normal;
}
#footer a:hover {
	color:#036;
	text-decoration: underline;
	word-spacing:normal;
}
#footer a:active {
	color:#bd4c10;
	text-decoration: none;
	word-spacing:normal;
}



/***************************
news block
****************************/

#newsblock h1 {
	font-size:16px;
	font-weight:bold;
	color:#CCCC33;
	padding-top:10px;
	padding-left:38px;
}
#newsitems {
	padding-left:38px;
	overflow:auto;
	width:215px;
	height:150px;
}
#newsitems ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#newsitems a {
	color:#FFF;
	padding-bottom:8px;
	display: block;
}
#newsitems a:hover {
}

/***************************
forms
****************************/

.formContent p { margin-bottom:4px;}
label {
	color: #666;
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.formfield { font-size: 11px; background-color: #fff; font-family: Arial; line-height: 14px; padding: 4px; border: solid 1px #dcdcdc; width:20em; }
textarea { font-size: 11px; background-color: #fff; font-family: Arial; line-height: 14px; padding: 4px; border: solid 1px #dcdcdc; }
.cowbell { color: #fff; background-image: url(blueslice.gif); background-repeat: repeat-x; background-position: 0 bottom; padding: 3px 6px; border: solid 1px #999; width:8em; }
.cowbell:hover { background-image: url(orangeslice.gif); background-repeat: repeat-x; background-position: 0 bottom; padding: 3px 6px; border: solid 1px #999; cursor: pointer; }