/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/2011/back2011.jpg) no-repeat #fff top center;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #ca1616;
/*color: #127595; old blue */
}

h1 {
padding:10px 0 5px 0;
letter-spacing:-1px;
font:2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #372413;
}

a:hover {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

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

/***** Header *****/

#header h1 {
float:left;
display:block;
padding: 19px 0 13px 0;
text-indent:-2000px;
}
	
	#header h1 a {
	width:960px;
	height:77px;
	display:block;
	background:url(../images/2011/LogoHeader.png) no-repeat;
	}
#searchbar {
display: none;
height: 1px; width: 1px;
background: #fff;
padding: 5px;
margin: 41px 48px 0 0;
*margin: 41px 0 0 0;
}

#nav {
width: 830px;
float: right;
display: block;
margin: 0 62px 0 0;
}

#nav ul {
margin: 0;
padding: 0;
list-style: none;
}

#nav li {
list-style: none;
float: left;
display: block;
}

#nav li a {
padding: 10px 30px 10px 30px;
border: 1px solid #d1d1d1;
margin: 0 0 0 6px;
background: #fff;
display: block;
color: #000;
text-decoration: none;
font-size: 1.1em;
}

#nav li a:hover {
color: #ca1616;
}

/***** Home *****/

#contentblock {
padding: 9px;
width: 938px;
border: 2px solid #d3d1d0;
background: #fff;
}

#flash {
width: 758px;
height: 426px;
float: left;
display: block;
}

#blocks {
float: right;
display: block;
}

#blocks1, #blocks2 {
margin: 0 0 9px 0;
}

#blocks3 {
margin: 0;
}

#blocks0 img {
width: 172px;
}

/***** Sub *****/

#subcontentarea1 {
margin: 15px 0 10px 0;
background: url(../images/subcontentline.jpg) repeat-y;
width: 938px;
}

#subcontentarea2 {
margin: 15px 0 0 0;
width: 938px;
}

#subimage {
margin: 0 0 25px 0;
}

#subblocks {
padding: 0 0 15px 25px;
float: left;
display: block;
}

#subtext {
width: 665px;
float: right;
display: block;
color: #372413;
font-size: .9em;
padding: 0 35px 0 0;
line-height: 1.4em;
}

#subnav {
color: #ca1616;
/*color: #127595; old blue */
width: 153px;
padding: 0 0 15px 25px;
float: left;
display: block;
}

#subnav a {
color: #ca1616;
/*color: #127595; old blue */
text-decoration: none;
}

#subnav a:hover {
color: #310100;
}

#subnav ul {
padding: 0;
margin: 0;
list-style: none;
}

#subnav li {
padding: 10px 0; 
}

.staffname {
display: none;
font-size: 3em;
}

/***** Media table *****/

.mediatable a {
		text-decoration: none;
		color: #444;
		}
		
		.mediatable a:hover {
		text-decoration: underline;
		}
		
		.mediatable h3 {
		padding: 0;
		margin: 0;
		}
		
		.mediatable td {
		border-bottom: 1px #ccc solid;
		padding: 5px 0;
		}
		
		.mediatable th {
		padding: 0 0 6px 0;
		border-bottom: 2px #ccc solid;
		}
		
		table {
		padding: 0 0 10px 0;
		}
		
		.mediatable .listen {
		width: 90px;
		}

/***** Footer *****/

#footer {
padding: 20px 0 50px 0;
color: #6b5f53;
font-size: .75em;
}

#footer a {
color: #6b5f53;
}

#f1 {
float: left;
display: block;
}

#f2 {
padding: 0 0 0 242px;
float: left;
display: block;
}

#f3 {
float: right;
display: block;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

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

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }
