﻿/* 0 out element margins and paddings */
html
{
	background: #000077;
}

body, h1, h2, h3, h4, p, ul, ol
{
	padding: 0;
	margin: 0;
}
body
{
	font: 62.5% Verdana, sans-serif;
	line-height: 1;
	text-align: left;
}
h1
{
	font-size: 2.1em;
	font-weight: normal;
	font-family: 'Arial';
	letter-spacing: -1.5px;
	padding: 0 0 0.5em 0;
}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	font-family: 'Arial';
	letter-spacing: -1px;
	padding: 0 0 0.5em 0;
}
h3
{
	font-size: 1.6em;
	font-weight: normal;
	font-family: 'Arial';
	letter-spacing: -1px;
	padding: 0 0 0.5em 0;
}
h4
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Arial';
	letter-spacing: -1px;
	padding: 0 0 0.5em 0;
}
p
{
	text-align: left;
	line-height: 1.8em;
	margin: 0 0 2.3em 0;
}
.smalltext
{
	font: 0.8em Arial, sans-serif;
	letter-spacing: 0px;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
iframe
{
	background: #fff;
}
img
{
	border: none;
}
.req
{
	color: #ca1d1d;
}
.tberror
{
	background: #fffacd;
}
acronym, abbr
{
	border-bottom: dotted 1px #666;
	cursor: help;
}


/* Menu */
#menu, #menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
	list-style-position: outside;
	position: relative;
	z-index: 4;
	width: 980px;
	line-height: 1.5em;
}
#menu a:link, #menu a:active, #menu a:visited
{
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #333;
}
#menu li
{
	float: left;
	position: relative;
	width: 140px;
	font-family: Trebuchet MS;
	font-size: 1.6em;
	font-weight: bold;
		text-transform: uppercase;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

#menu li a
{
	width: 140px;
	height: 34px;
	display: block;}

#menu ul
{
	position: absolute;
	width: 140px;
	top: 34px;
	left: 0px;
	display: none;
}

#menu li ul
{
	background: #01BDBE;
	width: 140px;
	margin: 0px;
	padding: 0px;}

#menu li ul li
{
	height: 20px;
	line-height: 20px;
	padding: 0px;
	width: 140px;
	font-size: 12px;
		background: #01BDBE;
	border-left: solid 1px #03A1A2;
		border-right: solid 1px #03A1A2;
			border-bottom: solid 1px #03A1A2;
	text-transform: capitalize;
}

#menu li ul a
{
	width: 140px;
	height: 20px;
		padding: 0px;
	line-height: 20px;
	float: left;
}
#menu ul ul
{
	top: auto;
}
#menu li ul ul
{
	left: 0px;
	margin: 0px 0 0 10px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul
{
	display: none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul
{
	display: block;
}


#header
{
	width: 100%;
	height: 156px;
	background: url(../gfx/header.jpg) repeat-x top left;
}

#header_wrap
{
	background: url(../gfx/header_effect.jpg) no-repeat top center;
	height: 156px;
	width: 980px;
	margin: 0px auto;
}

#footer_wrap
{
	height: 116px;
	background: url(../gfx/footer_effect.jpg) no-repeat bottom center;
	width: 980px;
	margin: 8px auto 0px auto;
}

#header h1
{
	background: url(../gfx/logo.jpg) no-repeat top left;
	width: 291px;
	height: 98px;
	float: left;
	margin: 13px 0px 0px 0px;
}

#header h1 a
{
	width: 291px;
	line-height: 98px;
	display: block;
	text-indent: -100000px;
}

#header p
{
	float: right;
	color: #fff;
	text-align: right;
	font-family: Trebuchet MS;
	font-size: 1.3em;
	margin: 10px 0px 0px 0px;
}


#wrapper
{
	min-height: 469px;
	height: auto !important;
	height: 469px;
	background: #fff;
}

#wrapper_center
{
	width: 980px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#slideshow
{
	float: right;
	border-left: solid 2px #EE981D;
	border-right: solid 2px #EE981D;
	position: relative;
	z-index: 0;}

#footer
{
	width: 100%;
	float: left;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background: url(../gfx/footer_bg.jpg) repeat-x top left;
}

#footer p
{
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 1.2em;
}

#footer p a
{
	color: #fff;
}


.copy
{
	float: left;
	margin: 0px 0px 0px 0px;
}

.info
{
	float: right;
	margin: 0px 0px 0px 0px;
}


.welcome
{
	float: left;
	width: 450px;
	margin: 20px 0px 0px 0px;}
	
	.normal
	{
		float: left;
		width: 980px;
		margin: 20px 0px 0px 0px;}

.text h1
{
	font-family: Trebuchet MS;
	font-size: 2.2em;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	color: #EDA80D;}
	
	.text p
	{
		font-family: Arial;
		font-size: 1.2em;
		margin: 0px 0px 20px 20px;
		}
		
		.text h2
{
	font-family: Trebuchet MS;
	font-size: 1.8em;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
	color: #EDA80D;}
	
	
	.text ul
	{
		margin: 0px 0px 20px 60px;
		padding: 0px;}
		
		.text ol
		{
			margin: 0px 0px 20px 60px;
			padding: 0px;}
		
		.text li 
		{
			margin: 0px 0px 10px 0px;
			font-size: 1.2em;
			font-family: Arial;
			padding: 0px;}