﻿/*



PRIMARY COLORS:

gray: #eaeaea;
dark-blue: #002d56;
black: #444444;
silver: #bcbcbc;



*/



body
{
font-size: 90%;
background-image:url(blockbg2.jpg);
background-attachment: fixed;
background-position: top right;
background-repeat: no-repeat;
background-color: black;
font-family: helvetica, georgia, sans-serif;
line-height: 1.6em;
	text-align: center;
	color: #FFFFFF;
	
}

ul, li, img
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: #FF9900;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h3
{
	background: url(images/h3BG.jpg) repeat;
	color: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em;
        text-align: left;
}

.fr
{
	float: right;
	padding: 1em 0 1em 1em;
}

.fl
{
	float: left;
	padding: 1em 1em 1em 0;
}

#container
{
	text-align: left;
	margin: auto;
	width: 970px;
}

#container ul, #container ul li a
{
	list-style-type: none;
}

#header
{

}

#header h1
{
	text-indent: -9999px;
}

#header p
{
	margin-top: 5px;
	width: 965px;
	padding: .5em 0 .5em .5em;
	background: #BD2031;
	margin-bottom: .2em;
	font-weight: bold;
	font-style: italic;
        letter-spacing: .19em;
        border-top: 1px solid #dfe2e5;
	border-bottom: 1px solid #898989;
	font-size: 1.1em;
	color: #FFFFFF;
}



#sidebar
{
	width: 188px;
	float: left;
	background: #FF9900;
}

/* SIDEBAR */

#sidebar ul#nav li 
{
border-bottom: 1px solid black;
padding-left: .5em;
line-height: 1.7em;
font-size: 1.6em;
}

ul#nav li a
{
color: #FFFFFF;
}

ul#nav li a:hover 
{
color: #444444;
}

#sidebar h2 
{
background: #002d56;
color: #bcbcbc;
padding: .2em;
text-align: left;
margin-bottom: .4em;
}

#sidebar ul#events 
{
text-align: left;
background: #bcbcbc;

}

ul#events li 
{
margin-bottom: .7em;
}

/* MAIN CONTENT */

#mainContent
{
	padding: 0 1em;
        margin-left: 188px;
	
}

#mainContent div
{
	overflow: hidden;
}

#tier1, #tier2, #tier3
{
	margin-bottom: 1em;
}

#tier1 div, #tier2 div, #tier4 div
{
	border: 1px solid gray;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 0 1em;
}

#mainContent #tier1
{
	height: 520px;

	padding-top: .5em;
}

#mainContent #tier1 img
{
	float: left;
	margin-right: 1em;
}

#mainContent #tier1 <h1>
{
	margin-top: 5px;
	width: 965px;
	padding: .5em 0 .5em .5em;
	background: #CC9900;
	margin-bottom: .2em;
	font-weight: bold;
	letter-spacing: .19em;
        border-top: 1px solid #dfe2e5;
	border-bottom: 1px solid #898989;
	font-size: 1.1em;
}

#mainContent #tier2
{
	text-align: center;
	margin: 0 auto 2em;
}

#mainContent #tier2 p
{
	text-align: left;
}

#mainContent #tier2 div
{
        float: left;
	width: 45%;
	margin-right: 1em;
	padding: 0;
	background: #000000;
}

#mainContent #tier2 div.third
{
	margin-right: 0;
}

#tier2 div p
{
	padding: 0 .5em;
}

#mainContent #tier4
{
	height: 500px;
	background: #000000;
	padding-top: .5em;
	
}

#mainContent #tier4 <h1>
{
	margin-top: 5px;
	width: 965px;
	padding: .5em 0 .5em .5em;
	margin-bottom: .2em;
	font-weight: bold;
	letter-spacing: .19em;
        border-top: 1px solid #dfe2e5;
	border-bottom: 1px solid #898989;
	font-size: 1.1em;
	background: #000000;
}

#mainContent #tier4 img
{
	float: left;
	margin-right: 1em;
}


.feedburnerFeedBlock ul 
{
margin-left:0;
padding-left:0;
list-style-type: circle;
}

.feedburnerFeedBlock ul li 
{
padding-left: 1px;
border-bottom-width: .5px;
text-align:left;
}

.feedburnerFeedBlock ul li span.headline a 
{
padding-left: 1em;
color: #FF9900;
text-decoration: none;
display: block;
}

.feedburnerFeedBlock ul li span.headline a:hover 
{
text-decoration: underline;
}

#creditfooter 
{
display: none;
}

#footer
{
	text-align:center;
	background: url(h3BG.jpg) repeat-x;
	width: 100%;
	clear: both;
}

