@charset "utf-8";
body {
	background-image: url(../images/design/background.png);
		background-repeat: repeat-x;
	margin-left: 10px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #AC1800;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 120%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #AC1800;
}
a:active {
	text-decoration: none;
	color: #AC1800;
}
.Main #container {
	width: 825px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.smalltext {
	color: #AC1800;
	font-size:11px;
	line-height:130%;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px
	}
/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 5px 0;
	padding: 0;
}


h1 {
	font-size: 1.2em;
	color: #AC1800;
}

h2 {
	font-size: 1.2em;
	color: #AC1800;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #666666;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}
#navigation {
	background: #ad1800; 
	padding: 0 10px 0 20px;  
}
.Main #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.Main #mainContent {
	background: #FFFFFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-color: #CCCCCC;
	border-left-width: 5px;
}
.Main #mainContentcurve {
	background:url("../images/design/bottom-curve.png") no-repeat scroll 0 100%;
}
.Main #footer {
	padding: 0 10px;
	background-color: #AC1800;
	color: #AC1800;
}
.Main #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#menu {
  margin: 0 auto;
}

#menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #AC1800;
}

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

#menu ul li a {
	float: left;
	font: 1.5em arial, sans-serif;
	letter-spacing: 0.1em;
	color: #fff;
}

#menu ul li a span {
	display: block;
	padding: 2px 15px;
}


#menu ul li a span.desc {
	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
}


#menu ul li a:hover,
#menu ul li a.here {
	background: #ffffff;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
	color: #AD1800;
}

img.floatleft { float: left;
margin: 0px 16px 0px 0px;
padding: 0px 0px 0px 0px;
 }	
 
 img.floatright { float: right;
margin: 0px 0px 10px 16px;
padding: 0px 0px 0px 0px;
 }	
 .boxrightgrey {
	float: right;
	width: 300px;
	background-color:#F0F0F0;
	padding: 10px;
	margin-left: 10px;
	outline-color: #F0F0F0;
	outline-width: 2px;
	border-left-color: #F0F0F0;
	border-top-color: #AC1800;
	border-top-style: solid;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10;
}

.boxleftgrey {
float: left;
width: 160px;
	background-color:#CCCCCC;
	margin: 0 10 10 0;
	padding: 5px 5px 5px 5px;
	margin-left: 10px;
	outline-color: #666666;
	outline-width: 2px;
	border-left-color: #ECE9D8;
	border-top-color: #333333;
	border-top-style: solid;
} 
#right {
	float: right;
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	height: 350px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 780px;
	
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:780px;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
		width: 18000px;
		}
