@charset "utf-8";
/* CSS Document */
.clear {
	clear: both;
}

body {
	background-color: #003366;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.flashBG {
	position: absolute;
	left: auto;
	top: auto;
}

#navigation {
	background-color:#333333;
	height: 30px;
}

#nav {
	margin:0;
	list-style: none;
	padding: 7px 0 0 10px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
}

#nav li {
	float: left;
	margin:0 0 0 5px;
	padding: 0 0 0 20px;
}

#nav li a {
	padding:0px 20px 0 5px;
	display:block;
	height:23px;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

#nav li a:hover {
	color:#cccccc;
	text-decoration:underline;
}

#nav li.current {
	background-image: url(../images/nav/btn_on.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nav li.current a {
	padding:7px 20px 0 0;
	display:block;
	height:23px;
	color:#ea0006;
	text-transform:uppercase;
	background-image: url(../images/nav/btn_on.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size:16px;
	font-weight:bold;
	background-color:#ffffff;
	text-decoration:none;
}

#nav li.current a:hover {

}


#subnav {
	background-color:#eeeeee;
	margin-bottom:20px;
	padding:10px 10px 10px 0;
	font-size:14px;
}

#subnav strong {
	padding:0 10px 0 10px;
	text-decoration:none;
	font-weight:normal;
	color:#999999;
}

#subnav a {
	padding:0 10px 0 10px;
}

#subnav strong a {
	padding:0;
	font-weight:bold;
}
#subnav .create {
	float: left;
}

#subnav .create a {
	padding:0;
}

#subnav .create strong {
	padding:0 0 0 10px;
}

#subnav .left {
	float: left;
}

#subnav .right {
	float: right;
}

#subnav .right strong {
	padding:0;
	text-decoration:none;
	color:#999999;
}

#subnav .right a {
	padding:0;
}
