﻿/* LAST UPDATED 08.11.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff url('../images/bkg_page.jpg') center top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #375d81;
}

p, ul { padding: 10px 0 0 0; }

a {
	color: #375d81;
	text-decoration: underline;
}

a:hover { color: #d66d03; }

a img { border: 0; }

.small { font-size: 90%; }

.italic { font-style: italic; }

.gray { color: #888; }

.nopaddTop { padding-top: 0; }

ul, ol { margin-left: 20px; }

table {
	border-collapse: collapse;
	border: 0;
	margin-top: 10px;
}

td {
	vertical-align: top;
	padding-bottom: 10px;
}

.date {
	color: #444;
	font-weight: bold;
	padding-right: 10px;
}


.left	{
	text-align:left;
	}
	
	
.right	{
	text-align: right;
	}
	
	
.center	{
	text-align: center;
	}
/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#nav ul {
	margin: 0;
	padding: 4px 0;
	list-style: none;
	background: #183152;
	width: 902px;
	text-align: center;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #fff7c0;
	text-decoration: none;
	padding: 0 15px;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
}

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


#subContent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
	line-height: 30px;
	font-size: 110%;
	font-weight:500;
}

#subContent li {
	margin-left: -15px;
	border-bottom: 1px #7a7b7d solid;
}

#subContent li a {
	display: block;
	padding: 5px 0 5px 20px;
	text-decoration: none;
	line-height: normal;
}


#subContent li a.current	{
	color: #d66d03; 
	}
}

.subpages ul	{
	margin-left:0;
}
#subContent li .subpages li	{
	border-bottom: 0px;
}
.subpages li a	{
	margin-left: 40px;
	font-size: .8em;
}

#footer ul {
	margin: 10px 20px 0 0;
	_margin-right: 10px; /* for ie6 */
	padding: 0;
	float: right;
	list-style: none;
}

#footer li { display: inline; }

#footer li a { text-decoration: none; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 902px;
}

#subHeader {
	width: 902px;
	height: 103px;
	background-repeat: no-repeat;
}



#home #subHeader {
	height: 245px;
	background: none;
}

	#subHeader-flash {
		float: left;
		width: 451px;
		height: 245px;
	}

	#subHeader-content {
		float: right;
		width: 206px;
		height: 225px;
		padding: 20px 240px 0 5px;
		background: #fff url('../images/bg-subHeader2.jpg') no-repeat;
		color: #565656;
		line-height: 23px;
		font-size: 110%;
	}

#content {
	min-height: 368px;
	background: #fff url('../images/bg-content.gif') top no-repeat;
}

	#subContent {
		float: left;
		width: 192px;
		padding-top: 15px;
		padding-left: 18px;
	}

		table#newslist { font-size: 85%; }

			table#newslist a { text-decoration: none; }

			table#newslist td {
				width: 70%;
				padding-bottom: 12px;
			}

			table#newslist td.date {
				font-weight: bold;
				color: #444;
				text-transform: uppercase;
				font-size: 110%;
				width: 30%;
			}

		#shield { margin-top: 35px; }

	#contentWrap {
		float: right;
		width: 662px;
		padding-top: 5px;
	}

		#mainContent {
			float: left;
			width: 422px;
			padding-top: 10px;
		}
		
		.focusbox	td.image	{
			padding-right: 10px;
			}

		.focusbox	td.center	{
			text-align:center;
			}
			
			.post {
				width: 350px;
			}

			.highlight {
				border: 1px #ffe27e solid;
				background: #fff7c0;
				padding: 0 10px 5px;
				margin-left: -10px;
				_margin-left: 0; /* for ie6, which can't do a negative margin here */
			}

				.highlight table td.paddRight { padding-right: 10px; }
				
				
		ul.eventlist	{
	text-decoration:none;
	margin:0;
	padding:0;
}

ul.eventlist li	{
	list-style-type:none;
	margin-bottom: 20px;
}

.eventtitle	{
	font-size:1.1em;
	font-weight: bold;
}

.eventdate	{
	color: #666666;
	margin-top:-10px;
}

		#sidebar {
			float: right;
			width: 200px;
			padding-right: 18px;
		}

		.rightad	{
		border: 1px solid #000000;
		}
			
	#contentFooter {
		height: 14px;
		background: transparent url('../images/bg-contentFooter.gif') no-repeat;
	}

#footer {
	clear: both;
	font-size: 85%;
	text-align:center;
}

#footer p.address {
	margin-left: 0;float: left;
}


/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */

.bold	{
	font-weight:bold;
}

.orange	{
	color: #d66d03;
}



.photo  {
                display:inline-block;
                padding:1px;
                background-color:#ffffff;
                border:1px gray solid;				
}

.left        {
                float: left;
                margin-right: 10px;
}
.right     {
                float: right;
                margin-left: 10px;
}

.center	{
	text-align:center;
}
/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 160%; }

	h1.main {
		text-indent: -4500px;
		height: 134px;
		line-height: 134px;
		padding: 0;
		margin: 0;
		background-image:url('../images/bkg_header.png')
	}

		h1.main a {
			display: block;
			height: 134px;
		}

h2 { font-size: 140%; }

	#subHeader h2 {
		font-family: Georgia, "Times New Roman", serif;
		padding: 50px 0 0 30px;
		font-weight: normal;
		text-transform: uppercase;
	}

	#content h2 {
		font-family: Georgia, "Times New Roman", serif;
		color: #d66d03;
		text-transform: uppercase;
		font-size: 120%;
		font-weight: normal;
		padding-top: 5px;
	}

	#content h2 .large {
		font-weight: bold;
		font-size: 160%;
	}

	#content .post h2 {
		text-transform: none;
		border-bottom: 1px #7a7b7d solid;
		padding-bottom: 4px;
		font-size: 140%;
		margin-top:20px;
	}
	
	h2.hometitle:first-letter	{
	font-weight: bold;
	font-size: 160%;
}
	
h3 { font-size: 120%; }

#content h3 { 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%; 
	color: #d66d03;
	font-weight: normal;
	margin-top: 15px;
	}

h4 { font-size: 100%; }

/*  ###############  Site Map Table styles #############  */
#sitemap {
	width: 300px;
	border: 1px solid black;
	border-collapse:collapse;
}
	
#sitemap th	{
	background-color: #336699;
	color: #ffffff;
	border-bottom: 1px solid black;
	padding: 5px 0 5px 0;
}

#sitemap td	{
	padding: 5px;
}

.channeltitle	{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	border: none;
	background-color: #336699;
	color: #ffffff;
	border-bottom: 1px solid black;
	padding: 5px 0 5px 0;

}

