body
{
	background:#666666;
	font-family:Arial, Sans Serif;
	font-size:80%;
	margin:0;
	padding:0;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border:0;
}

h1
{
	font-size:140%;
}

h2
{
	font-size:130%;
}

a
{
	color:#6a8aab;
}

a:hover
{
	text-decoration:none;
}

.small-white-text
{
	color:#ffffff;
	font-size:12px;
}

.clear
{
	clear:both;
}

.contacts
{
	color:#596c7f;
	margin:10px 0px;
}

.headlines-page .article .title
{
	padding:10px 0 5px 0;
}

/* = buckets ----------------------------------------------*/

.narrow-bucket
{
	width:180px;
	margin:0;
	padding:5px 5px 0 5px;
}

.narrow-bucket .header
{
	background:url(../images/narrow-bucket-header.gif) no-repeat;
	height:26px;
}

.narrow-bucket .header h1
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:7px 6px 0 0;
}

.narrow-bucket .body
{
	background:#010b1b url(../images/bucket-back.gif) repeat-y right;
	padding:10px 20px 10px 7px;
	color:#ffffff;
}

.narrow-bucket .footer
{
	background:url(../images/narrow-bucket-footer.gif) no-repeat;
	height:9px;
}

.wide-bucket
{
	margin:0;
	width:399px;
	padding:5px 0 0 0;
}

.wide-bucket .header
{
	background:url(../images/wide-bucket-header.gif) no-repeat;
	height:26px;
}

.wide-bucket .header h1
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:7px 6px 0 0;
}

.wide-bucket .body
{
	background:#010b1b url(../images/bucket-back.gif) repeat-y right;
	padding:10px 20px 10px 7px;
	color:#ffffff;
}

.wide-bucket .footer
{
	background:url(../images/wide-bucket-footer.gif) no-repeat;
	height:7px;
}

.main-bucket
{
	margin:0;
	width:399px;
	padding:5px 0 0 0;
}

.main-bucket .header
{
	background:url(../images/main-bucket-header.gif) no-repeat;
	height:25px;
}

.main-bucket .header h1
{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:4px 6px 3px 0;
}

.main-bucket .body
{
	background:#000000 url(../images/main-bucket-back.gif) repeat-y right;
	padding:10px 20px 10px 7px;
	color:#ffffff;
}

.main-bucket .body .inner-body
{
	width:95%;
}

.main-bucket .footer
{
	background:url(../images/main-bucket-footer.gif) no-repeat;
	height:7px;
}
/*---------------------------------------------------------*/

#container
{
	background:#333333;
	border:solid 1px #333333;
	width:800px;
	margin:16px auto 0;
}

#header
{
	background:#ffffff url(../images/header-back.gif) repeat-x bottom;
	height:146px;
	margin:0;
	padding:0;
}

#top-images
{
	height:113px;
	margin:0;
	padding:0;
}

#logo
{
	margin:0 0 0 54px;
	width:103px; 
	height:113px;
	padding:0;
}

#header-image
{
	width:800px;
	height:113px;
	margin:0;
	padding:0;
}

#menu
{
	height:33px;
	background:url(../images/menu-back.gif) no-repeat right;
	margin:0;
	padding:0;
}

#date
{
	display:block;
	float:left;
	padding:5px 0 0 30px;
	margin:0;
	width:170px;
	color:#c4d8ed;
}

#menu div.mainmenu
{
	float:left;
	margin:0 0 0 30px;
	padding:0;
}

#menu div.mainmenu div.item
{
	float:left;
}

#menu div.mainmenu div.item span a
{
	display:block;
	float:left;
	padding: 0 10px;
	margin:0;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size: 14px;
	line-height: 28px;
}

#menu div.mainmenu div.item span a:hover
{
	color:#6a8aab;
}

#menu div.mainmenu div.active span a
{
	text-decoration: underline !important;
}

#body
{
	padding:5px;
}

#left-column
{
	float:left;
	width:190px;
}

#right-column
{
	float:right;
	width:190px;
}

#center-column
{
	margin:0 190px 0 193px;
}

#internal-column
{
	margin: 0 0 0 193px;
}

#footer a
{
	margin:10px;
	clear:both;
}

/*=Everett teams bucket ---------------------------------------------------------*/

#leftnav-items ul
{
	padding:0;
	margin:0;
	list-style:none;
	margin-bottom:5px;
}

#leftnav-items ul li a
{
	display:block;
	height:20px;
	width:143px;
	line-height:20px;
	padding-left:5px;
	margin-top:1px;
	text-decoration:none;
	background:url(../images/bucket-menu-back.gif) no-repeat;
}

#leftnav-items ul li a:hover
{
	background:url(../images/bucket-menu-back-hover.gif) no-repeat;
}

#leftnav-items ul li a .team-name
{
	color:#ffffff;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
}

/*=Weather bucket -------------------------------------------------------------*/

#weather span
{
	text-align:center;
}

#weather span a
{
	font-size:11px;
}

#banner
{
	margin:5px;
}

/* Poll -------------------------------------------------------------------------*/

.poll
{
	margin: 0;
	padding: 0;
}

.poll .question
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 2px #1b2d52;
	font-weight: bold;
	color: #ffffff;
}

.poll ul
{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}

.poll li
{
	padding-bottom: 4px;	
}

.poll label
{
	color:#c4d8ed;
}

.poll .bar
{
	background: #6a8aab;
	overflow: hidden;
	height: 5px;
}

/*=Wide Subpage bucket -------------------------------------------------------------*/

#internal-column .main-bucket
{
	margin: 0;
	width: 582px;
	padding: 5px 0 0 0;
}

#internal-column .main-bucket .header
{
	background: url(../images/main-internal-bucket-header.gif) no-repeat;
	height: 25px;	
}

#internal-column .main-bucket .header h1
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#internal-column .main-bucket .body
{
	background: #000000 url(../images/main-bucket-back.gif) repeat-y right;
	padding: 10px 20px 10px 7px;
	color: #ffffff;
}

#internal-column .main-bucket .footer
{
	background: url(../images/main-internal-bucket-footer.gif) no-repeat;
	height: 7px;
}

/* DropDown Menus ------------------------------------------------------------------*/

.submenu
{
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 0;
}

div.mainsub
{
	border:solid 1px #222222;
	border-top:none;
	border-bottom:none;
}

div.mainsub span.item
{
	display: block;
}

div.mainsub span.item a
{
	display: block;	
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	background:#111111;
	color:#ffffff;
	border-bottom:solid 1px #222222;
}

div.mainsub span.item a:hover
{
	color:#6a8aab;
	background:#222222;
}

div.mainsub span.active a
{
	text-decoration: underline !important;
}

#viewweekends-sub
{
	border:solid 1px #222222;
	border-bottom:none;
}

#viewweekends-sub ul li span a
{
	border:0;
}

#viewweekends-sub ul li span a
{
	display: block;	
	width:170px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	background:#111111;
	color:#ffffff;
	border-bottom:solid 1px #222222;
}

#viewweekends-sub ul li span a:hover
{
	color:#d6c07c;
	background:#222222;
}

#viewweekends-sub ul li.active span a
{
	text-decoration: underline !important;
}

.body .audio-page .archive .article .title span
{
font-weight:bold !important;
}


.body .audio-page .archive .article .articlelink
{
margin-bottom:10px;
}

/*= FAQs --------------------------------------------*/

.tree
{
	
}

.tree ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.tree ul ul
{
	padding-left: 20px;
}

.tree ul li
{
	
}

.tree ul li span
{
	padding: 2px 0 2px 0px;
	display: block;
}

.tree ul li span.active a.name
{
    color: #ffffff;
}

.tree ul li span.active a.name:hover,
.tree ul li span.active a.name:visited:hover
{
    color: #ffffff;
}

.tree ul li span a.name
{
	font-weight: normal;
	padding: 0 1px;
}

.tree ul li span em
{
	color: Gray;
	font-size: 85%;
	padding-left: 3px;
}

.tree ul li img.icon
{
	cursor: pointer;
}

.tree ul ul ul li span a.name
{
	font-weight: normal;
}

.tree ul ul ul  li span a.name
{
	font-size: 90%;
}

/*= Events -----------------------------------------------*/

.calendar
{
	width: 200px;
	margin: 0 auto 20px auto;
}

.calendar .header
{
	text-align: center;
	padding-bottom: 5px;
	font-weight: bold;
	background:none;
}

.calendar .previous
{
	float: left;
}

.calendar .next
{
	float: right;
}

.calendar table.body
{
	font-size: 12px;
	border-collapse: collapse;
	width: 100%;
	background:none;
}

.calendar table.body tr.week
{
}

.calendar table.body tr.week-first
{
}

.calendar table.body tr.week-last
{
}

.calendar table.body td
{
	vertical-align: middle !important;
}

.calendar table.body td.day
{
	text-align: center;
	border: 1px solid #1b2d52;
	height: 24px;
	color: #c4d8ed;
	padding: 0;
	margin: 0;
}

.calendar table.body td.day-first
{
}

.calendar table.body td.day-last
{
	border-right: 1px solid #1b2d52;
}

.calendar table.body td.day a
{
	display: block;
	background: #091a36;
	padding: 5px 0;
}

/* Gallery ----------------------------------------------------*/

#gallery-navigation-panel
{
	margin-top:20px;
}

#gallery-navigation-panel table tr td a img
{
	margin:0 5px;
}

#gallery-navigation-panel table tr td.active a img
{
	border: solid 2px #7f7f91;
}

a.gallery-right
{
	background: url(../images/gallery-right.gif) no-repeat;
	display: block;
	height: 32px;
	width: 16px;
	position: relative;
	margin-left:8px;
}

a.gallery-left
{
	background: url(../images/gallery-left.gif) no-repeat;
	display: block;
	height: 32px;
	width: 16px;
	position: relative;
	margin-right:8px;
}

a.gallery-right:hover
{
	background: url(../images/gallery-right-hover.gif) no-repeat;
}

a.gallery-left:hover
{
	background: url(../images/gallery-left-hover.gif) no-repeat;
}

/*= Forms -----------------------------------------------------*/

.hint
{
    color: Gray;
    font-size: 85%;
    font-weight: normal;
}

/* Applied to containers with 
.validator
{
    color: Red;
}

/* Applied to containers with asterix inside */
.validator-req
{
}

/* 
    Applied to validator summary div, that contains ul
    By default it has style color: red; so you need to overwrite it somewhere in ul
 */
.validator-summary
{
    background: #fffed6;
    padding: 2px 8px;
    margin-bottom: 10px;
}

.validator-summary ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.validator-summary li
{
    font-weight: bold;
    padding: 3px 0;
    font-size: 90%;
    color: #cc0000;
}


fieldset
{
    margin: 0 0 20px 0;
    padding: 0;
    border: 0;
}


legend
{
    display: none;
}

fieldset legend
{
}

.field-row .field-control
{

    padding-left: 7px;
    margin-bottom: 10px;
}

.required .field-control
{
    padding-left: 4px;
    border-left: 3px solid #1b2d52;
}

.field-row .field-label
{
    padding-left: 8px;
    font-weight: bold;
}

label
{
    font-size: 90%;
    font-family: Verdana;
    color: #999999;
}

.field-row .field-control
{
}

/* Simultaneously added to div.field-row */
.submit
{
}

.input-name
{
    width: 400px;
}

.input-address
{
    width: 400px;
}

.input-city
{
    width: 150px;
}

.input-state
{
    width: 10ex;
}


.input-phone
{
    width: 150px;
}

.input-reference
{
    width: 150px;
}

.button-link
{
    text-decoration: underline !important;
}