* {	margin: 0; }
html, body { height: 100%; }

body 
{ 
	margin: 0px;
	padding: 0px;
	font: 12px helvetica, arial sans-serif;
	line-height: 20px;
	color: #1e1e1e;
	background: #000000 url('../images/background.gif') repeat-x;
}

h1{ font-weight: bold; color: #ce2a31; font-size: 17px; }
h2{ font-weight: bold; color: #ce2a31; font-size: 14px; }
h3{ font-weight: bold; color: #000000; font-size: 12px; }

a{ color: #c6282f; text-decoration: underline; }
a:hover{ text-decoration: none; }

.wrapper { position: relative; width: 969px; margin: 0px auto; }

/* Header */
.header{ position: relative; width: 969px; height: 250px; background: #000000 url('../images/header_background.gif') repeat-x; }
.header #logo{ margin: 17px 0px 0px 60px;  }
.header .headerlinks{ float: right; display: inline; margin: 17px 45px 0px 0px; color: #dfb14b; font-size: 16px; }
.header .headerlinks a{ font-size: 11px; font-weight: bold;  color: #000000; text-decoration: none; }
.header .headerlinks a:hover { text-decoration: underline; }

.header #ecautologo { position: absolute; bottom: 10px; left: 280px; z-index: 20; }

#mainmenu{ border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }

/*content */
.content_wrapper{  }
.content{ background: transparent; height: auto !important; height: 650px; margin: 0px 15px; }

.leftnav{ width: 260px; float: left; display: inline; }
.leftnav .leftnavItem {text-align: center; padding: 10px;  }
.maincontent{ margin-left: 270px; padding: 15px 15px 15px 0px; }
.maincontentfull{ padding: 15px 0px; background-color: #ffffff; width: 932px; margin: 0px auto; }

/*side-menu */
.searchbar{ background: transparent url('../images/searchbackground.gif') repeat-x; height: 53px; }
.searchbar .searchbar-container{ padding: 15px 0px 0px 20px; }
.searchbar #searchText { float: left; display: inline; margin-right: 5px; }
.searchbar #search_button { float: left; display: inline; margin-top: 1px;}

.eventsbar{ width: 242px; margin: 10px auto;}
.eventsbar .evheading{ background: transparent url('../images/side-eventsheader.gif') no-repeat; height: 43px; font-size: 15px; font-weight: bold; color: #ffffff; padding: 17px 15px 0px 15px;  }
.eventsbar .evcontent{  background: transparent url('../images/side-eventsbackground.gif') repeat-y; padding: 5px 15px;  }
.eventsbar .evfoot{ background: transparent url('../images/side-eventsfooter.gif') no-repeat; height: 11px; }

.eventsbar .sidebarCalEvent{ text-align: left; margin-bottom: 10px; color: #8f252c; font-weight: bold; }


.newslettersignup { background: transparent url('../images/newsletterbackground.png') no-repeat; width: 247px; height: 149px;  margin: 10px auto; }
.newslettersignup .nsheading { font-size: 14px; font-weight: bold; padding: 12px 0px 0px 40px; }
.newslettersignup .nscontent { padding: 4px 0px 0px 70px; font-size: 11px; line-height: 15px; text-align: left;}

.newslettersignup .nsform { padding: 5px 0px 0px 65px; }
.newslettersignup .nsform #newsletter_name { width: 155px; border: 1px solid #000000; margin-bottom: 5px;  padding: 0px 5px; }
.newslettersignup .nsform #newsletter_email { width: 155px; border: 1px solid #000000; margin-bottom: 5px; padding: 0px 5px; }
.newslettersignup .nsform #newsletter_submit_button { margin-left: 100px; }

.opinput
{
	width: 300px; 
	border: 1px solid #000000; 
	background-color: #ffffff;
}

/*footer*/
.footer{ position: relative; width: 969px; margin: 0px auto; color: #ffffff; }
.footer a { color: #ffffff; text-decoration: none; }
.footer a:hover{ text-decoration: underline; }
.footer_content{ padding: 18px 20px; }

#siteprologo{ float: right; display: inline; }
