﻿/* 0 out element margins and paddings */
body, h1, h2, h3, h4, p, ul, ol
{
	padding: 0;
	margin: 0;
}
body
{
	font: 62.5% Verdana, sans-serif;
	line-height: 1;
}
h1
{
	font-size: 2.1em;
	font-weight: normal;
	font-family: 'Arial';
}
h2
{
	font-size: 1.8em;
	font-weight: normal;
	font-family: 'Arial';
}
h3
{
	font-size: 1.6em;
	font-weight: normal;
	font-family: 'Arial';
}
h4
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: 'Arial';
}
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;
	width: 800px;
	float: left;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
}
#menu a:link, #menu a:active, #menu a:visited
{
	display: block;
	padding: 0px 5px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #333;
}
#menu li
{
	float: left;
	position: relative;
	width: 133px;
	height: 30px;
	font-size: 1.3em;
	line-height: 30px;
	text-align: center;
}
#menu ul
{
	position: absolute;
	width: 12em;
	top: 30px;
	display: none;
}
#menu li ul a
{
	width: 12em;
	float: left;
}
#menu ul ul
{
	top: auto;
}

#menu li ul
{
	margin: 0px;
	padding: 0px;
	width: 133px;
}

#menu li ul li
{
	width: 133px;
	height: 20px;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	display: block;
	line-height: 20px;
}

#menu li ul li a
{
	width: 133px;
	height: 20px;
	margin: 0px;
	background: #e42626;
	padding: 0px;
	display: block;
	line-height: 20px;
}


#menu li ul ul
{
	left: 12em;
	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;
}


/******* Website *******/

html
{
	background: #fff url(../gfx/bg.jpg) repeat-x top left;
}

#container
{
	width: 800px;
	margin: 0px auto;
	padding: 0px 7px;
	background: url(../gfx/container_bg.jpg) no-repeat top left;
	min-height: 669px;
	height: auto !important;
	height: 669px;
}

#header
{
	height: 224px;
	width: 100%;
	background: url(../gfx/header_bg.jpg) repeat-x top left;
}

#header h1
{
	float: left;
	width: 452px;
	margin: 50px 0px 0px 10px;
	height: 94px;
	background: url(../gfx/logo.jpg) no-repeat top left;
}

#header h1 a
{
	line-height: 94px;
	width: 452px;
	display: block;
	text-indent: -10000px;
}

#header img
{
	float: right;
}

#wrapper
{
	width: 780px;
	padding: 10px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

.welcome
{
	float: left;
	font-family: Trebuchet MS;
	text-align: center;
	width: 450px;
	margin: 25px 0px 0px 0px;
}

.welcome h1
{
	font-size: 3.0em;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #ff0000;
}

.welcome p
{
	font-size: 1.6em;
	color: #000;
	line-height: 20px;
	text-align: center;
}

.text h1
{
	font-size: 2.0em;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 20px 0px 10px 10px;
	color: #ff0000;
}

.text h2
{
	font-size: 1.8em;
	font-family: Trebuchet MS;
	margin: 0px 0px 10px 15px;
	color: #ff0000;
}

.text p
{
	font-size: 1.2em;
	color: #000;
	line-height: 15px;
	margin: 0px 10px 10px 15px;
}

.text li
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000;
	font-size: 1.2em;
}

.text ul
{
	margin: 0px 0px 10px 40px;
	padding: 0px;
}

.text ol
{
	margin: 0px 0px 10px 50px;
	padding: 0px;
}

.text2 h1
{
	font-size: 2.2em;
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 20px 0px 10px 10px;
	color: #ff0000;
}

.text2 h2
{
	font-size: 1.8em;
	font-family: Trebuchet MS;
	margin: 0px 0px 10px 15px;
	color: #ff0000;
}

.text2 p
{
	font-size: 2.0em;
	color: #000;
	line-height: 25px;
	margin: 0px 10px 10px 15px;
}

.text2 li
{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #000;
	font-size: 1.2em;
}

.text2 ul
{
	margin: 0px 0px 10px 40px;
	padding: 0px;
}

.text2 ol
{
	margin: 0px 0px 10px 50px;
	padding: 0px;
}

#buttons
{
	float: right;
}

#buttons p
{
	width: 289px;
	height: 91px;
	color: #fff;
	float: left;
	clear: left;
	font-family: Trebuchet MS;
	font-size: 1.4em;
	margin: 20px 0px 10px 0px;
	border-bottom: solid 3px #FE2000;
	background: #3400E0;
	padding: 0px;
	line-height: 15px;
}

#buttons p a
{
	padding: 0px 10px;
	width: auto;
	display: block;
	color: #fff;
	height: 91px;
	text-decoration: none;
}


#buttons p strong
{
	float: left;
	font-size: 1.4em;
	margin: 10px 0px 5px 0px;
	width: 289px;
}

#footer
{
	width: 100%;
	background: #3800F6;
	height: 40px;
	color: #fff;
	border-top: solid 2px #FE2000;
}

#footer p
{
	font-size: 1.1em;
	font-weight: bold;
	line-height: 40px;
}

#footer p a
{
	color: #fff;
}

#footer_wrapper
{
	width: 800px;
	margin: 0px auto;
}

.copy
{
	float: left;
}

.info
{
	float: right;
}

.slspfldetails
{
	width: 80%;}