/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#3e3e3e;
	background: #919191 url(/images/bg.jpg) repeat-x fixed;
	padding:8px 0 30px 0;
	}

body, select, textarea, input {	
	font: 100% Arial,Verdana,sans-serif;
	}

p {	
	margin: 15px 0;
	}
		
a, a:visited {	
	color: #445684;
	text-decoration:underline; 
	}

a:hover, a:active {	
	color:#5c7c9c;
	text-decoration:none;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}

a img {
	border:none
	}
	
		
	
	

/* ---------- @ Page Structure -----------*/


#wrapper {
	background: #f8f8f8 url(/images/bg_wrapper.jpg);
	margin: 0 auto;
	font-size: 0.75em;
	width: 910px;
	line-height:145%;
	padding-bottom:7px;
	}
	   
#masthead {
	position:relative;
	text-align:right;
	background: url(/images/bg_masthead.jpg);
	height: 160px;
	padding:8px 29px 0 0;
	}

#interior.detail #masthead {
	background: url(/images/bg_masthead_interior.jpg);
	}

.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#content {
	width:620px;
	float:left
	}

#interior.detail #content {
	width:590px;
	margin:-16px 0 0 30px;
	}
		
#sidebar {
	width:241px;
	float:right;
	padding-right:15px;
	}

#inteior.detail #sidebar {
	margin-top:-16px;
}

#leftcol, #rightcol {
	float:left;
	width:285px;
	padding: 10px 0 0 25px;
	}

#interior #main {
	padding-bottom:70px;
	background:url(/images/bg_main.jpg) no-repeat left bottom;
	}
	
#carousel {
	width:603px;
	float:left
	}

#interior #carousel {
	width:590px;
	}
	
.left {	
	float:left;
	}

.right {	
	float:right
	}

.picleft {
	float:left;
	margin:0 15px 15px 0;	
	border:4px solid #d4d4d4;
	}

.picright {
	float:right;
	margin:0 0 15px 15px;	
	}
/* ---------- @ Navigation -----------*/

	
#nav li {
	float:left;
	list-style:none;
	font-size:1.2em;
	font-weight:bold;
	margin-top:82px;
	}

#nav a, #nav a:visited {
	text-decoration:none;
	color:#b8b8b8;
	margin:3px 20px 0 28px;
	padding:6px 18px 16px 18px;
	display:block
	}

#nav a:hover, #nav a:active {
	color:#fbfbfb;
	text-decoration:none;
	}	
	
#nav a.on {
	background:#4e4d4d;
	color:#fbfbfb;
	}

#nav #get a {
	margin-left:130px;
	padding:6px 6px 16px 6px;
	}

#nav #fields a {
	margin-left:15px;
	padding:6px 6px 16px 6px;
	}	
			
#nav #sponsors a {
	margin-left:15px;
	padding:6px 6px 16px 6px;
	}	
	
#secondary-nav {
	list-style:none;
	padding:0 0 35px 30px;
	background:#e1e1e1 url(/images/bg_secondary_nav.gif) no-repeat left bottom;
	}		

#secondary-nav li {
	float:left;
	font-size:.88em;
	padding:2px 30px 0 0;
	}

#secondary-nav li a {
	display:block;
	color:#343434;
	text-decoration:none;
	padding-bottom:4px;
	}

#secondary-nav li a:hover,
#secondary-nav li a.on {
	border-bottom:3px solid #bcbcbc;
	}

#section-nav {
	font-size:.88em;
	list-style:none;
	padding-bottom:20px;
	}

#section-nav li {
	margin-bottom:2px;
	}

#section-nav li a {
	display:block;
	color:#202020;
	text-decoration:none;
	padding:3px 0 2px 6px;
	border-bottom:1px solid #ccdae5;
	}

#section-nav li a:hover,
#section-nav li a.on {
	border-bottom:1px solid #ebf0f6;
	background:#dde7ef;
	}



/* ---------- @ Headings -----------*/

		   
h1,
a#logo {
	position:absolute;
	left:160px;
	text-align:left;
	text-indent:-9999px;
	display:block;
	width: 184px;
	height:155px;
	margin-left:200px;
	background:none;
	}

h2 {	
	font: bold 1.6em Georgia, "Times New Roman", Times, serif
	}

#interior.detail h2 {
	_margin-top:16px;
	}

.bluebox h2 {
	color: #445684;
	margin:12px 0 8px;
	font-size:1.4em;
	}

#home .greybox h2 {
	font-size:1.4em;
	margin-bottom:8px
	}

h2#search-results {
	margin-top:40px;
	}

h2.date-heading {
	font-size:1.4em;
	margin:30px 0 10px;
	padding-bottom:5px;
	border-bottom:1px dotted #8C8C8C;
	}
	
h3 {	
	font-size: 1.4em;
	padding-bottom:2px;
	margin-bottom:5px
	}

h3 span,
.landing h3 a:link, .landing h3 a:visited,
#home h3 a:link, #home h3 a:visited {
	font-size:0.6em;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:0.06em;
	padding:3px 8px;
	color:#e9e9e9;
	}
	
h3.grey {
	margin-bottom:14px;
	border-bottom:1px solid #4e4e4e;
	}

h3.grey span,
h3.grey a:link, h3.grey a:visited {
	line-height:1.4em;
	background:#4e4e4e;
	}

h3.grey a:hover {
	background:#2e2e2e;
	}

h3.lt-grey {
	border-bottom:1px solid #353535;
	margin-bottom:9px;
	}

h3.lt-grey span,
h3.lt-grey a:link, h3.lt-grey a:visited {
	line-height:1.4em;
	background:#353535;
	color:#cbcbcb;
	}

h3.lt-grey a:hover {
	background:#151515;
	}
	
h3.lt-blue {
	border-bottom:1px solid #4b627c;
	}

#interior.detail #content h3 {
	font-size:1.2em;
	margin:30px 0px 10px;
	}

#interior.landing #lead h3.lt-blue {
	margin:0 0 15px;
	}

h3.lt-blue span,
#lead h3.lt-blue a:link, #lead h3.lt-blue a:visited {
	color:#e9e9e9;
	line-height:1.4em;
	background:#4b627c;
	}

#lead h3.lt-blue a:hover {
	background:#455970;
	}

h3.blue {
	border-bottom:1px solid #446584;
	}

h3.blue span,
h3.blue a:link, h3.blue a:visited {
	line-height:1.4em;
	background:#446584;
	}	

h3.blue a:hover {
	background:#20405e;
	}

.entry h3 a {
	text-decoration:none;
	}

#interior.detail #content .event h3 {
	font-size:1em;
	margin:10px 0 3px;
	}

h4 {	
	font-size: 1.2em
	}

#interior.detail #content h4 {
	font-size:1em;
	margin-top:20px;
	}

#sidebar h4.date {
	font-family:georgia,serif;
	font-size:1.4em;
	color:#446584;
	padding:10px 0 6px;
	}

#interior.detail #content .event h4 {
	font-size:1.2em;
	margin:0 0 10px;
	}

#interior.detail #content .event h4 a {
	text-decoration:none;
	}

/* ---------- @ Content Styles -----------*/

/*General*/

#interior #content ul {
	list-style:none;
	margin:20px 0;
	padding-left:20px;
	}

#interior #content ul li {
	padding-left:14px;
	margin:10px 0;
	background:url(/images/bullet.gif) no-repeat left 6px;
	}

#interior #content ul#mycarousel li {
	background:none;
	}

#shadow {
	width:643px;
	background:url(/images/shadow.jpg) repeat-y right
	}
	
#lead {
	width:611px;
	background: #324659 url(/images/bg_lead.jpg) no-repeat;
	color:#FFF;
	padding:18px 0 25px 24px;
	margin-left:1px;
	}

#lead #date {
	display:block;
	color:#acacac;
	text-transform:uppercase;
	font-size:0.8em;
	margin:5px 0;
	}

#lead p {
	margin:6px 0;
	}
	
#lead a, #lead a:hover, .adr a, .adr a:visited {
	color:#a5cff6;
	}
	
a#leadpic, a#leadpic:visited {
	float:left;
	background:#61798e;
	padding:4px;
	}

a#leadpic:hover, a#leadpic:active {
	background:#4b647a;
	}

a.more, a.more:visited {
	font-size:0.9em;
	font-weight:bold;
	color:#1f1f1f;
	display:block;
	}
	
#lead #story {
	float:right;
	width:411px;
	padding:10px 20px 0 0;
	}

#lead .flag {
	background:#4b627c;
	}			

.linelist {
	margin-bottom:15px;
	}
	
.linelist li {
	border-bottom:1px solid #d8d8d8;
	padding:5px 0;
	list-style:none
	}

.bluebox {
	background:#ccdae6 url(/images/bg_bluebox.gif) repeat-x;
	padding:17px
	}

.greybox {
	background:#e4e2e0 url(/images/bg_greybox.gif) repeat-x;
	padding:17px;
	margin-top:15px;
	}		

.greybox.first {
	margin-top:0;
	}

.open {
	color:#447D00;
	}

.closed {
	color:#B5111C;
	}

#sidebar p {
	margin:0 0 15px 0;
	}

.status {
	font-size:.9em;
	margin-top:-4px;
	}

/* Links Page */

#interior #content ul#links {
	margin-top:24px;
	padding:0 0 0 10px;
	}
				
#interior #content ul#links li {
	overflow:hidden;
	padding-left:0;
	background:none;
	}

#interior #content ul#links li img {
	float:left;
	border:3px solid #dcdcdc;
	}

#interior #content ul#links li a {
	display:block;
	float:left;
	font-weight:bold;
	margin-left:20px;
	padding-top:20px;
	}

/* News Entry */

.entry {
	margin:20px 0 40px;
	}

.entry .post-info {
	font-size:.9em;
	color:#8c8c8c;
	margin:-10px 0 14px;
	padding-bottom:10px;
	border-bottom:1px dotted #8c8c8c;
	}

#pagination {
	font-weight:bold;
	}

#pagination .older {
	float:right;
	}

.event {
	margin:20px 0 30px;
	}

/* Search Results */

.search-entry {
	padding-bottom:20px;
	border-bottom:1px dotted #8c8c8c;
	}

/* Photostream */

ul#mycarousel,
#interior #content ul#mycarousel {
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0 0 10px;
	}

ul#mycarousel li,
#interior #content ul#mycarousel li {
	float:left;
	margin:6px 25px 0 0;
	padding:0;
	}

ul#mycarousel li a,
#interior #content ul#mycarousel li a {
	display:block;
	border:5px solid #353535;
	}

ul#mycarousel li a:hover,
#interior #content ul#mycarousel li a:hover {
	border:5px solid #454545;
	}

.jcarousel-container {
    position: relative;
    }

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	width:525px;
	overflow: hidden;
	position: relative;
	left:39px;
	}

#interior .jcarousel-clip {
	left:32px;
	}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}

.jcarousel-list li,
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 85px;
	height: 85px;
	}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
*/
.jcarousel-next {
	z-index: 3;
	position:absolute;
	top:30px;
	right:0;
	width:13px;
	height:25px;
	background:url(/images/arrow_right.gif) no-repeat left top;
	}

.jcarousel-prev {
	z-index: 3;
	position:absolute;
	top:30px;
	left:0;
	width:13px;
	height:25px;
	background:url(/images/arrow_left.gif) no-repeat left top;
	}

.jcarousel-next-disabled {
	background:url(/images/arrow_right_off.gif) no-repeat left top;
	}

.jcarousel-prev-disabled {
	background:url(/images/arrow_left_off.gif) no-repeat left top;
	}

/*Tables*/		

.data {
	width:100%;
	margin-bottom:13px;
	font-size:.9em;
	}

.data td, .data th {
	padding:2px;
	}

.data th {
	color:#fff;
	background:#6c6c6c;
	font-size:1.2em;
	font-weight:bold;
	width:25px;
	height:2em;
	}
	
.data td {
	background:#d8d8d8;
	padding-left:7px
	}
	
th.winner {
	background:#a9a9a9;
	}

	
	
/* ---------- @ Forms -----------*/

#keywords {
	background:#88161d;
	border-left:1px solid #a10b12;
	border-bottom:1px solid #a10b12;
	border-right:1px solid #ba171f;
	border-top:1px solid #ba171f;
	color:#f7f0f1;
	padding:2px 5px;
	width:188px;
	}
	
#submit {
	margin-left:4px;
	}
		

	

/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}


/* ---------- @ Footer -----------*/

#meta {
	height:119px;
	background:url(/images/bg_meta.jpg);
	margin-top:33px;
	padding:22px 24px 15px 24px;
	}
	
#footer {
	height:34px;
	color:#555;
	background:url(/images/bg_footer.jpg);
	padding:12px 0 0 27px;
	}

a#cat4 {
	display:block;
	width:23px;
	height:18px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: 3px 20px 0 0;
	}

.adr {
	color:#FFF;
	width:225px;
	float:right;
	}
	
