/* CSS Document */

body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	margin: 20 0 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #003366;
}

a:link {
	color: #003366;
	text-decoration: none;
}
 
a:visited {
	color: #003366;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}  

a:active {
	color: #003366;
	text-decoration: none;
}
a.foot:link {color: #999999;}
a.foot:visited {color: #999999;}
a.foot:hover {color: #FFFFFF;}
a.foot:active {color: #999999;}

#container {
	width: 780px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #FFFFFF;
	}
#header {
	background: #003366 url(../images/header.gif) repeat;
	padding: 0;
	text-indent: -9999px;
	margin: 0px;
	height: 174px;
	width: 780px;
	}
#header h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 18px;
	}
#mainContent #flash {
	text-align: center;
	padding: 0px;
	height: 600px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}
	
#header h2 {
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
}
#mainContent {
	padding: 0 20px;
	background: #FFFFFF;
	position: relative;
}
#mainContent p {
	font-size: 11px;
}
#footer {
	padding: 0 10px;
	background:#003366;
	height: 27px;
} 
#mainContent #form_wrapper form {
	margin: 0px;
	padding: 0px;
}

#mainContent #form_wrapper label {
	position: absolute;
	text-align:right;
	width:130px;
	color: #003366;
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
}

#mainContent #form_wrapper input {
	margin-left: 140px;
	margin-bottom: 10px;
	color: #003366;
	font: bold 0.75em Verdana, Arial, Helvetica, sans-serif;
}


#mainContent #form_wrapper {
	background: #999999;
	margin: 0px auto 20px;
	padding: 0px;
	width: 700px;
}

#mainContent #form_wrapper select {
	margin-left: 20px;
	color: #003366;
	font-weight: bold;
	width: 80px;
	margin-bottom: 5px;
}

#footer p {
	margin: 0;
	font-size: 9px;
	line-height: 27px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}


/*nav*/

#navbox {
	width: 778px;
	margin: 0;
	padding: 0px;
	background: url(../images/nav/space.gif);
	height: 36px;
	border: 1px solid #fff;
}
#mainContent img {
	margin: 5px;
}
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {
	background: url(../images/blank_over.gif);
}
.preload2 {
	background: url(../images/blank_overa.gif);
}

#nav {
	padding:0;
	list-style:none;
	height:27px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	margin: 0 0 0 18px;
}
#nav li.top {
	display:block;
	float: left;
	width: auto;
}
#nav li a.top_link {
	display:block;
	float:left;
	line-height:27px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(../images/nav/blank.gif) right top;
	border-right: 1px solid #ffffff;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0 18px 0 10px;
	height:36px;
	background:url(../images/nav/blank.gif) right top;
	width: 85px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 18px 0 10px;
	height:36px;
	background:url(../images/nav/blanka.gif) no-repeat right top;
}
#nav li a.top_link:hover {
	color:#999999;
	background: url(../images/nav/blank_over.gif) no-repeat;
}
#nav li a.top_link:hover span {
	background:url(../images/nav/blank_over.gif) no-repeat right top;
}
#nav li a.top_link:hover span.down {
	background:url(../images/nav/blank_overa.gif) no-repeat right top;
}

#nav li:hover > a.top_link {
	color:#fff;
	background: url(../images/nav/blank_over.gif) no-repeat;
}
#nav li:hover > a.top_link span {
	background:url(../images/nav/blank_over.gif) no-repeat right top;
}
#nav li:hover > a.top_link span.down {
	background:url(../images/nav/blank_overa.gif) no-repeat right top;
}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0px; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{
	left:0;
	top:31px;
	background: url(../images/nav/flag.gif);
	padding:3px;
	border:1px solid #003366;
	white-space:nowrap;
	width:110px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:100px; font-weight:normal;}
#nav li:hover ul.sub li a
{
	display:block;
	font-size:11px;
	height:20px;
	width:100px;
	line-height:20px;
	text-indent:5px;
	color:#003366;
	text-decoration:none;
}
#nav li:hover ul.sub li a:hover 
{
	color:#003366;
	font-weight: bold;
}

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{
	left:100px;
	top:4px;
	background: #000000;
	padding:3px;
	border:1px solid #003366;
	white-space:nowrap;
	width:100px;
	z-index:400;
	height:auto;
}
#mainContent .top {
	text-align: right;
}
#mainContent h1 {
	font-size: 1.5em;
	color: #003366;
}
#mainContent h2 {
	font-size: 1em;
	margin: 20px 0px 5px;
	padding: 0px;
	color: #003366;
}
#mainContent h3 {
	font-size: 0.85em;
	padding: 0px;
	margin: 0px;
	color: #FF0000;
}
#mainContent ul {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style: circle;
}
#mainContent .endorse {
	background: url(../images/flag_bg.jpg);
	border: 1px double #000000;
	margin-bottom: 20px;
}
#mainContent p {
	margin: 0px;
	padding: 6px;
	font-size: 0.7em;
}
#mainContent h4 {
	margin: 12px 0px 0px;
	padding: 0px;
}
#mainContent #video {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 340px;
	float: left;
}
