@charset "utf-8";
/* CSS Document */


body, html {
	margin:0;
	padding:0;
	border:0;
	position: relative;
	color:#fff;
	background-color: #000000;
	font:12px/1.55em arial, helvetica, sans-serif;
	height:100%;
}

#logo h1 {
	padding: 0;
	margin-top: 5px;
	height: 100px;
	text-indent: -5000px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
}

h1, h2, h3, h4 {
	margin-top: 0em;
	margin-bottom:1em;
}

h3, h4 {
	margin-bottom:.5em;
}

h1 {
	font-size:2.5em;
	letter-spacing:-1px;
	color: #FFFFFF;
}

h2 {
	font-size: 1.5em;
	letter-spacing:-1px;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

p{
	text-align:justify;
}

img /*just to highlight alt tags where there are still images lacking*/ {
	color:red;
	margin:0;
	padding:0;
	border:0;
}

li img /*FIXES LIST ITEMS CONTAINING IMAGES (PREVENTS STACKING)*/ {
    float:left;
    margin-bottom:30px;
	margin-right:2em;
	border:1px solid #bbb; /*extra*/
}

em {
	font-style:normal;
	font-weight:bold;
}

a {outline:none;}
a:visited{text-decoration:underline;color:#2d9a2d;}
a:link{text-decoration:underline; color:#2d9a2d;}
a:hover{text-decoration:underline; color:#3dbd3e; }
ul {margin:1.5em 0em 2.5em 0em;
}

#wrapper {
	border: 0;
	height: auto;
	width: 803px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#topbar {
	width: 100%;
}

#banner {
	width: 803px;
}


#footer {
	width: 800px;
	float: left;
}

#footerleft {
	text-align: left;
	float: left;
	color: #999999;
	width: 350px;
}

#footerright {
	text-align: right;
	float: right;
	width: 400px;
	color: #999999;
}

#menubar {
	height: 33px;
	background-image: url(images/menubar.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#maincol {
	width: 803px;
	z-index:6;
	text-align: left;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #1A1A1A;
}

#colsectionheader {
	width: 90%;
	z-index:6;
	text-align: left;
	float: left;
	top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	
}

#colsection {
	width: 45%;
	z-index:6;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	
}

.floatr {
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.floatl {
	float: left;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.clear {
	line-height: 0px;
	clear: both;
	float: none;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menucontainer {
	width: 803px;
	text-align: center;
}

.menu {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
	position:relative;
	font-size:13px;
	font-weight: bold;
	z-index:5;
}

.menu ul {
	padding-left: 7px;
	margin:0;
	list-style-type:none;
	float:left;
	width: 100%;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {
	float:left;
	position:relative;
	text-align: center;
}

/* style the links for the top level */

.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#FFFFFF; 
	padding:0px 15px 2px 15px; 
	height:33px; 
	border-width:1px 1px 0 0; 
	/* padding-left:10px; */
	line-height:33px;
}

/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	display:block;
	color:#FFFFFF;
	height:auto;
	line-height:33px;
	padding:0px 15px 2px 15px; 
	text-align: left;
	background-image: url(images/menubar-o.gif);
	background-repeat: repeat-x;
}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background-image: url(images/menubar-o.gif);
	background-repeat: repeat-x;
	color:#FFFFFF;
	text-align: left;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:33px;
	left:0; 
	
	text-align: left;
}

/* another hack for IE5.5 */

* html .menu ul ul {
	top:20px;
	t\op:21px;
}

/* position the third level flyout menu */

.menu ul ul ul{
	left:130px; 
	top:0;
}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {
	left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */

.menu table {
	position:absolute;
	top:0;
	left:0;
}

/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {
	background-image: url(images/menubar-o.gif);
	background-repeat: repeat-x;
	color:#FFFFFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px; 
	
	text-align: left;
	/* yet another hack for IE5.5 */	
}

* html .menu ul ul a {
	
}

/* style the top level hover */

.menu a:hover, .menu ul ul a:hover {
	background-image: url(images/menubar-o.gif);
	background-repeat: repeat-x;
	color:#FFFFFF; 
}

.menu :hover > a, .menu ul ul :hover > a {
	background-image: url(images/menubar-o.gif);
	background-repeat: repeat-x;
	color:#FFFFFF; 
}



/***************************************************************************/

/***************************************************************************/

/* style the second level hover */

.menu ul ul a.drop:hover {
	color:#2963a3;
	background:#b5d1ef;
}

.menu ul ul :hover > a.drop {
	color:#2963a3;
	background:#b5d1ef;

/***************************************************************************/

}



/***************************************************************************/

/***************************************************************************/

/* style the third level hover */

.menu ul ul ul a:hover {
	color:#2963a3;
	background:#b5d1ef;
}

/***************************************************************************/

/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a:hover ul{

visibility:visible;

}

/* keep the third level hidden when you hover on first level list OR link */

.menu ul :hover ul ul{

visibility:hidden;

}



/* make the third level visible when you hover over second level list OR link */

.menu ul :hover ul :hover ul{ 

visibility:visible;

}

.error {
	color: #FF0000;
}