/* Main CSS Document */

/* RESET DEFAULTS */ 

ul, li, p, div, form, ol, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Now Get Started */

body {
	background-color: #083d55;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url('../images/mainbg.gif');
	background-repeat: repeat-x;
	min-width: 1023px;
	color:  #002e44;
	font-size: 10pt;
}

#logo {
	display: block;
	position: absolute;
	top: 18px;
	left: 39px;
	width:103px;
	height:118px;
	background-image:url('../images/logo.gif');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#logo h1 {
	display: none;
	visibility: hidden;
}

#logo h2 {
	display: none;
	visibility: hidden;
}

#logo a {
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.hidden {
	visibility: hidden;
	display: none;
}

#menubar {
	position: absolute;
	display: block;
	top: 128px;
	left: 0px;
	height: 80px;
	min-width: 1024px;
	width: 100%;
	background-image:url('../images/menubg.png');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#menubarOver {
	display: block;
	margin-top: 20px;
	left: 0px;
	height: 40px;
	width: 100%;
}

#menubarOver .level1 {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menubarOver .level1 li {
	float: left;
	margin-left: 40px;
}

.barlink {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: white;
	text-transform: uppercase;
	
	display: block;
	height: 32px;
	width: 100%;
	
	padding-top: 6px;
}

#menubarOver .level1 ul {
	display: none;
	
	position: absolute;
	color: white;
	padding-bottom: 15px;
	
	background-image: url('../images/dropdown_bottom.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	
	min-height: 50px;
	top: 50px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#menubarOver .level1 li:hover ul {
	display: block;
}

#menubarOver .level2 a {
	font-size: 8pt;
	padding-left: 10px;
}

#menubarOver .level1 li:hover a {
	color: #ffc420;
}

#menubarOver .level1 li:hover .level2 li, .level2li {
	float: none;
	display: block;
	left: 0px;
	margin: 0px !important;
	
	padding-left: 1px;
	padding-right: 7px;
	
	width:  150px;
	height: 20px;
	
	background-image: url('../images/dropdown_mid.png');
	background-repeat: repeat-y;
	
}

#menubarOver .level1 li:hover .level2 li.firstitem, .level2li.firstitem {
	float: none;
	display: block;
	left: 0px;
	margin: 0px !important;
	
	padding-left: 1px;
	padding-right: 7px;
	padding-top: 40px;
	
	width:  150px;
	height: 20px;
	
	background-image: url('../images/dropdown_top.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	
}

.level2 a {
	display: block;
	width: 148px;
	height: 20px;

	padding-top: 2px;
	
	color:  #003c4e !important;
	font-size: 8pt !important;
	text-decoration: none;
	
	overflow: hidden;
}

.level2 a:hover {
	color: gold !important;
}

#body {
	width: 954px;
	min-height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	
	background-color: #e3e3e3;
	background-image:url('../images/bodybg.gif');
	background-repeat: no-repeat;

	z-index: 0;
	
	border-right: solid #1e4c69 1px;
}

#maincontent {
	padding-top: 220px;
	padding-bottom: 30px;
	padding-left: 36px;
	padding-right: 2em;
	overflow: hidden;
}

#footer {
	width: 90%;
	border-top: 1px solid #265766;
	margin-left: 5%;
	margin-top: 3em;
	padding: 3px;
	margin-bottom: 1em;
	clear: both;
	
	font-size: 7pt;
	color: #87abb4;
}

#infolinks {
	position: absolute;
	right: 5%;
}

#infolinks a {
	color: #87abb4;
	text-decoration: none;
}

.imageleftinsert {
	padding-bottom:  1em;
}

#floatcontent {
	width: 440px;
	float: left;
	clear: left;
}

#imagecontent {
	float: right;
	clear: right;
	width: 425px;
	padding-left:  3px;
	padding-top:  3px;
}

/* HEADING DEFINITIONS */

h1 {
	font-weight: bold;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h2 {
	font-weight: bold;
	font-size: 18pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	color: #faa63d;
}

h4 {
	font-weight: bold;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

h5 {
	font-weight: bold;
	font-size: 13pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

h6 {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
}

em {
	font-style: oblique;
}

/* LIST DEFINITIONS */

ol {
	padding-right: 1em;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 2em;
}

#body li {
	padding-bottom: 1.4em;
	padding-left: 1em;
}

ol li {
	padding-left: 2em;
}

#maincontent p {
	padding-bottom: 1em;
}

.sponsorlogos {
	clear: right;
	padding-top: 22px;
	margin-right: 2em;
	padding-bottom: 1em;
}

.sponsorlogos img {
	margin-left: 2.2em;
}

.flashscroller {
	clear: left;
	float: left;
	margin-left: 2em;
	padding-bottom: 1em;
}

.flashlogostrip {
	padding-bottom: 1em;
	padding-top: 1em;
	width: 800px;
}
