ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  /*font-size: 11px;*/
  background-color: #fff;
}

body
{
  padding: 20px;
}


/* Start Clearfix */

#main_content:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#main_content
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html #main_content
{
	height: 1%;
}
#main_content
{
	display: block;
}
/* End hide from IE-mac */

/* End Clearfix */


#main_content {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
}

body {
	background: #FFFFFF url('../images/site_bg_top.jpg') repeat-x top left;
}

#main_content #heading {
	border-bottom: 2px solid #CCCCCC;
	margin-bottom: 10px;
}

#main_content #heading h2 {
	padding: 0 0 10px 0;
	color:#000000;
	/*color: #AA1A1A;*/
	font-size: 30px;
	font-family: Verdena;
	text-align: center;
}

#main_content #top {
}

#main_content #bottom {
	background: url('../images/site_bg_bottom.jpg') repeat-x top left;
	height: 286px;
	
	position: relative;
}

#main_content #feature {
}

#main_content #upcoming {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
}

#main_content #news {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
}

#main_content #news h2 {
	background: url('../images/tab.jpg') no-repeat top left;
	padding-top: 15px;
	height: 42px;
	width: 200px;
	
	color: #691E0B;
	font-size: 18px;
	text-align: center;
}

/* Homepage News Section */

#homepageNewsList {
	list-style-type: none;
	margin-left: 10px;
}

ul#homepageNewsList li {
	
}

.homepageNewsTitle {
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10pt;
	color: #666666;
}

.homepageNewsIntro {
	font-family: Arial;
	color: #666666;
}

.homepageNewsBody {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 9pt;
}

.homepageNewsMoreLinkContainer {
	margin-top: 10px;
}

a.homepageNewsMoreLink, a.homepageNewsMoreLink:link, a.homepageNewsMoreLink:visited {
	color: #990000;
	font-weight: bold;
}

a.homepageNewsMoreLink:hover {
	text-decoration: underline;
}

.homepageNewsDateContainer {
	margin-top: 15px;
}

/* End Homepage News Section */

.error, .form_error {
	color: red;
}