﻿/* CSS layout */
#masthead {
	background-color: #00F;
	text-align: center;
	position: relative;
	top: 10px;
	left: 10px;
	width: 948px;
	height: 231px;
}
#top_nav {
	position:relative;
	background-color: #9933ff;
	width: 948px;
	height: 30px;
	top: -140px;
	left: 10px;
	margin-top: 135px;
	margin-left: 0px;
}
#container {
	position: relative;
	width: 1000px;
	background-color: #00F;
	left: 10px;
}

#left_col {
	width: 190px;
	position: absolute;
	left: 20px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: medium;
	color: #FFFFFF;
	font-weight: normal;
	top: 300px;
	height: 225px;
	z-index: 100;
}
#page_content {
	position: relative;
	width: 582px;
	height: auto;
	background-color: #99F;
	left:205px;
	top: -136px;
	z-index: 50;
}
#right_col {
	width: 150px;
	position: absolute;
	top: 301px;
	background-color: #FFFFFF;
	font-family: Verdana;
	text-align: center;
	color: #0000FF;
	left: 802px;
}
#left_box {
	position: relative;
	font-family: Verdana;
	font-size: medium;
	background-color: #FFFFFF;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 566px;
	width: 190px;
	height: 310px;
	color: #FC0335;
	z-index: 100;
}
#footer {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: small;
	color: #800000;
	text-align: center;
	position: relative;
	bottom: 120px;
	height: 20%;
	width: 1000px;
	left: 10px;
	
}
#left_col ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_col h2 {
	font: 11px/16px  Verdana, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#left_col a {
	font: 11px/16px  Verdana, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
}

/* style, color and size links and headings to suit */
#left_col h2 {
	font: 11px/16px Verdana, helvetica, sans-serif;
	color: #FFFFFF;
	background: #9933ff;
;
	text-transform: uppercase;
}
#left_col a {
	font: 11px/16px Verdana, helvetica, sans-serif;
	color: #ffffff;
	background-color: #9933ff;
	text-decoration: none;
}
#left_col a:hover {
	color: #000000;
	background-color: #9933ff;
}

#left_col li {
	/* make the list elements a containing block for the nested lists */
	position: relative;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000000;
}

#left_col ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
}

div#left_col ul ul li:hover ul ul
{display: none;}

div#left_col ul ul ul
{display: none;}

div#left_col ul ul ul li:hover ul
{display: block;}

div#left_col ul ul li:hover ul
{display: block;}

.Red_header {
	color: #F00;
}
