@charset "UTF-8";
body  {
	font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width:100%;
}

/*	LAYOUT	*/

#container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}

#flashcontent {
	height:435px;
}

.textcol {
	width:396px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}



#footer p {
	position:relative;
	bottom:0px;
}

#wrapper {
	/*border-bottom:none;
	border-top:none;*/
}

/*	TYPOGRAPHY */
p {
	font-size: 1.2em;
	line-height: 2em;
	color: #333333;
	widows:3;
	orphans:3;
}

h3 {
	font-size: 2.8em;
	color: #990000;
	letter-spacing: -0.03em;
	padding-bottom:0em;
}

a {
	color: #990000;
}
#redline {
	background-color: #990000;
	background-image: url(images/bg_triangle.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 59px;
	margin-right: -2px;
	margin-top: 0px;
}
#redline a {
	color: #CCCCCC;
}
#redline ul {
	list-style-type: none;
	position:relative;
	top:20px;
	left:25px;
	padding:0;
}

#footer {
	color:#CCCCCC;
	font-size:0.9em;
}

/*	UTILITIES	*/

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.clearfloat {
	clear:both;
}

	
h1 a {
	text-decoration: none;
	color: #333333;
}
h1 a:hover {
	text-decoration: none;
	color: black;
}

#container #wrapper #redline li {
	display: inline;
	padding-right: 10px;
	line-height: 18px;
	font-size: 11px;
}
#wrapper {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
h1 {
	font-size: 1.6em;
}
#navigation ul {
	list-style-type: none;
	padding-left: 18px;
}
#navigation li {
	display: inline;
	padding-right: 5px;
}
#navigation {
	bottom: 0px;
	top: 414px;
	position: relative;
	margin: 0px;
}
#flashalternate {
	background-image: url(images/alt_header.jpg);
	height: 100%;
	width: 100%;
}
#navigation a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 5px 10px;
}
#wrapper img {
	border: 1px solid #666666;
	padding: 1px;
	text-align: center;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #990000;
}

