@charset "utf-8";
/* CSS Document */

body {
	background-color: #312e2f;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
	color: #666666;
	}
h1 {
	margin-top: 10px;
	font-size: medium;
	color: #d1131b;
	}
#container {
	width: 790px;
	margin: 0px auto 0px auto;
	}
#header {
	width: 790px;
	height: 80px;
	}
#iframe {
	position: relative;
	float: left;
	overflow:auto;
	background-color: #FFFFFF;
	width: 420px;
	height:450px;
	margin: 10px 0px 20px 10px;
	z-index: 10;
}
#iframe_wide {
	position: relative;
	float: left;
	overflow:auto;
	background-color: #FFFFFF;
	width: 770px;
	height:450px;
	margin-top: 10px;
	padding: 10px;
	z-index: 10;
}
#col_right {
	position: relative;
	float: right;
	width: 360px;
	margin-top: 20px;
	}
#footer {
	position: relative;
	float: left;
	width: 790px;
	border-top: #666666 1px solid;
	padding: 10px 0px 20px 0px;
	color: #666666;
	}

#navigation {
position: relative;
float: left;
width: 550px;
margin: 58px 0px 0px 0px;
background: #dddedf; 
color: #d1131b;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
white-space:nowrap;
display: inline;
position: relative;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:small;
font-weight:bold;
text-transform: ;
text-decoration:none;
background-color:inherit;
color: #d1131b;
}

* html #navigation a {width:1%;}

#navigation .selected,#navigation a:hover{
color:#666666;
text-decoration:none;
}

/* Navigation for drop downs*/

	ul li#bypass {
		display			: none;
	}

	#navigation ul {
		height			: 18px; /* you will also need to change #navigation a padding and #navigation li ul margin-top*/
		width			: 100%;
		margin			: 0;
		padding			: 0;
		background:#dddedf; /* background coor of the drop downs */
		color: #d1131b;
		list-style-type	: none;
		z-index: 50;
	}

		#navigation li ul {
			border-top		: 1px solid #ffffff;
			margin-top		: 3px;		/* How far down the drop down menus start  - you will also need to change #navigation ul height and #navigation a padding */
			display			: none;
			left			: 0;
			position		: absolute;
			width			: 150px;		/* width of the drop down menus? */
			height			: auto;
			z-index: 50;
		}
		
		#navigation li li {
			width			: 150px;		/* width of the drop down menus? */
			border			: 1px solid #FFFFFF; /* color of drop down borders */
			border-top		: 0;
			height:			  20px;
			z-index: 50;
		}
		
		#navigation li li a {
		display:block;
		padding:0 0 0 5px;
		font-size:small;
		font-weight:normal;
		text-transform: ; /* transformed text to uppercase */
		text-decoration:none;
		background-color:inherit;
		color: #d1131b;
		border-right: none;
		width: 144px;
		}
		
		#navigation a:hover, #navigation a:focus {
		background-color:inherit;
		color: #666666;
		}
		
		#navigation .sel a {
		background-color:inherit;
		color: #666666;
		font-weight: bold;
		}

		#navivation a:active {
		background-color:inherit;
		color: #d1131b;
		}
