

/******************************************
	IMPORT RESET CSS
******************************************/
@import url("reset.css");


/******************************************
	GLOBALS
******************************************/
body {
	background-color: rgb(255,255,255);
	color: rgb(110,110,110);
	font: 62.5%/16px Arial, Helvetica, sans-serif;
	text-align: center;
}
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
a {
	color: rgb(200,0,0);
	text-decoration: none;
}
a:hover {
	border-bottom: 2px solid rgb(230,35,0);
	text-decoration: none;
}


/******************************************
	WRAPPER
******************************************/
div#wrapper {
	margin: 0 auto;
	padding-bottom: 120px;
	position: relative;
	text-align: left;
	width: 930px;
}


/******************************************
	MAIN MENU > HOME
******************************************/
ul#mainmenu-home {
	margin: 3px auto 0 auto;
	text-align: center;
	white-space: nowrap;
	width: 930px;
}
ul#mainmenu-home li {
	background: url('../_images/css/sep-mainmenu.gif') no-repeat left 18px;
	display: block;
	float: left;
	font: 1.8em Helvetica, Verdana, sans-serif;
	padding: 0 45px 0 53px;
	text-align: center;
}
ul#mainmenu-home li:first-child {
	background-image: none;
	padding-left: 0;
}
ul#mainmenu-home li.lastitem {
	padding-right: 0;
}
ul#mainmenu-home li a {
	color: rgb(200,0,0);
	display: inline-block;
/*	font-weight: bold;*/
	padding: 10px 0 6px 0;
	text-transform: uppercase;
}
ul#mainmenu-home li a:hover {
	border: none;
	color: rgb(0,0,0);
}


/******************************************
	HOME PAGE BANNER
******************************************/
ul#homepagebanner {
	height: 420px;
	margin: 0 10px;
	overflow: hidden;
	position: relative;
}
ul#homepagebanner li {
	display: none;
	position: absolute;
	top: -50%;
	width: 100%;
}
ul#homepagebanner li img {
	width: 100%;
}


/******************************************
	HOME PAGE ANIMATED TABS
******************************************/
ul#animatedtabs {
	height: 170px;
	position: absolute;
	top: -170px;
}
ul#animatedtabs li {
	background: transparent url('../_images/css/bg-animatedtabs.png') no-repeat left top;
	cursor: pointer;
	float: left;
	height: 68px;
	margin: 90px 0 0 10px;
	padding: 6px 10px;
	position: relative;
	width: 205px;
}
ul#animatedtabs li:first-child {
	margin-left: 0;
}
ul#animatedtabs li h2,
ul#animatedtabs li p {
	display: none;
}
ul#animatedtabs li h1 {
	color: rgb(110,110,110);
	font-size: 1.7em;
	font-weight: bold;
	line-height: 22px;
        text-decoration:none;
}
a {text-decoration:none}

ul#animatedtabs li h2 {
	color: rgb(120,120,120);
	font-size: 1em;
	margin-bottom: 4px;
	text-transform: uppercase;
}
ul#animatedtabs li.open {
	background-position: right top;
	height: 158px;
	margin-top: 0;
}
ul#animatedtabs li.open h2,
ul#animatedtabs li.open p {
	display: block;
}
ul#animatedtabs li.open h1 {
	color: rgb(200,0,0);
}
ul#animatedtabs li p {
	color: rgb(130,130,130);
	font-size: 1.3em;
	font-weight: bold;
}
ul#animatedtabs li p.dates {
	bottom: 16px;
	color: rgb(200,0,0);
	position: absolute;
}

ul#animatedtabs  a:hover {
        border: none;
        color: rgb(60,60,60);
}

/******************************************
	HOME PAGE INFO BAR
******************************************/
ul#infobar {
	padding-top: 10px;
}
ul#infobar li {
	background: url('../_images/css/sep-infobar.png') no-repeat left 4px;
	float: left;
	height: 82px;
	line-height: 20px;
	margin-left: 10px;
	padding: 0 10px;
	width: 205px;
}
ul#infobar li.title {
	background-position: -272px 4px;
}
ul#infobar li.newsletter {
	background-position: -548px 4px;
}
ul#infobar li.menu {
	background-position: -823px 4px;
}
ul#infobar li:first-child {
	margin-left: 0;
}
ul#infobar li h1 {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
ul#infobar li h2 {
	color: rgb(80,80,80);
	font-size: 1.2em;
	text-transform: uppercase;
}
ul#infobar li p {
	color: rgb(130,130,130);
	font-size: 1.3em;
	font-weight: bold;
}
ul#infobar li img.logo {
	margin: 5px 12px;
}
ul#infobar li fieldset#newsletter {}
ul#infobar li fieldset#newsletter label {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
}
ul#infobar li fieldset#newsletter input[type=text] {
	color: rgb(220,60,60);
	font: 1.2em Helvetica, Arial, sans-serif;
	position: relative;
	top: 1px;
	width: 150px;
}
ul#infobar li fieldset#newsletter a#newslettersubmit {
	background: white url('../_images/css/arrow-animation.gif') no-repeat;
	color: rgb(200,0,0);
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	height: 31px;
	line-height: 0;
	margin: 0px 0 0 -6px;
	padding-top: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
}
ul#infobar li fieldset#newsletter button {
	border: none;
	color: rgb(200,0,0);
	cursor: pointer;
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	height: 63px;
	line-height: 0;
	margin: -6px 0 0 -6px;
	padding-top: 13px;
	text-align: center;
	text-transform: uppercase;
	width: 60px;
	background-color: white;
	background-image: url(../_images/css/arrow-animation.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	}
ul#infobar li fieldset#newsletter a#newslettersubmit:hover {
	border: none;
	color: rgb(0,0,0);
}
ul#infobar li.menu a {
	color: rgb(200,0,0);
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}
ul#infobar li.menu a:hover {
	border: none;
	color: rgb(60,60,60);
}


/******************************************
	FOOTER
******************************************/
div#footer {
	background-color: rgb(220,220,220);
	bottom: 15px;
	font-size: .9em;
	left: 50%;
	letter-spacing: 1px;
	margin-left: -475px;
	padding: 10px;
	position: absolute;
	width: 930px;
}
div#footer p {}
div#footer p a {
	margin: 0 10px;
}
div#footer ul#footernav {
	margin-top: 5px;
}
div#footer ul#footernav li {
	border-left: 1px solid rgb(100,100,100);
	display: inline-block;
	line-height: 10px;
	padding: 0 10px;
}
div#footer ul#footernav li:first-child {
	border-left: none;
}
ul#animatedtabs img {display:none;}



