/* CSS Document */
body {
	font-family: "Trebuchet MS";
	font-size: 11px;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	padding:0;
}
#flashcontent {
	width:100%;
	height:768px;
	background-image: url(../images/bg_temp.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}
ul {
	margin: 0;
	padding-left: 11px;
	padding-top:0;
	list-style-type:none;
}
li {
	padding-bottom:10px;
}
/* Menu stuff */

#top ul {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
	width: 166px;
}
#top li {
	color: #cc1f3b;
	display: block;
	padding-bottom:10px;
}
#top li a.here:link {
	color:#cc1f3b;
}
#top li a.here:visited {
	color:#cc1f3b;
}
#top li ul {
	position: absolute;
	float:left;
	left: 174px;
	top: 0;
}
#top li ul.widechild {
	left:199px;
	width:199px;
}
#top li ul.mediumchild {
	left:156px;
	width:199px;
}
#top ul.wide {
	width:199px;
}
#top ul.narrow {
	width:75px;
}
#top ul.narrowchild {
	left:95px;
}
#top {
	width:907px;
	height:224px;
	padding-left:47px;
	
	position:absolute;
}

#page {
	text-align:left;
	width:1028px;
	height:100%;
}
#secondary {
	display:block;
}
/* Regular */
h1 {
	display:none;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:0;
	font-weight:normal;
	color:#cc1f3b;
	
	position:absolute;
	width:200px;
	margin-top:350px;
}
a:link {
	color: #949283;
	text-decoration: none;
}
a:visited {
	color: #949283;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #cc1f3b;
}
a:active {
	text-decoration: none;
	color: #949283;
}