/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: 'Lucida Grande', Calibri, Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: url(../images/bg-pattern-2009.png) repeat-x;
}

img{
	border:none;
}

#container {
	width: 761px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	top: 24px;
	left: 0;
	width: 385px;
	height: 188px;
	margin: 0 auto;
    display: block;
	z-index: 2;
	padding-bottom: 30px;
}

p, h1, h2, h3, form {
	width: 600px;
	color: #FFFFFF;
	position: relative;
	float: left;
	padding: 6px 0 0 10px;
	text-align: left;
}

h1 {
	color: #33CCFF;
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p {
	font-size: 1em;
	padding-left: 20px;
}

a {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

#footer {
	background: url(../images/footer-2009.gif) no-repeat right;
	position: relative;
	float: right;
	width: 401px;
	height: 190px;
	right: 23px;
	padding: 23px 0 0 0;
}

#footer-text {
	position: relative;
	text-align: right;
	top: 61px;
	right: 64px;
	color: #CCCCCC;
	font-weight: bold;	
	font-size: .8em;
}

#validate {
	position: relative;
	top: -2px;
	right: 17px;
	font-size: .8em;
}

#content {
	padding: 18px 0 0 28px;
	width: 800px;
	position: relative;
	margin: 0 auto;
    display: block;
	min-height: 355px;
}

#slider-container {
	position: relative;
	float: left;
	left: 50px;
	padding: 24px 0 0 0;
	margin: 0 auto;

}

#mt {
	float: right;
	font-size: .8em;
	color: #666666;
	font-weight: bold;		
}

#menu {
	position: relative;
	float: left;
	width: 180px;
	top: 62px;
	left: 20px;
	overflow: hidden;
	z-index: 3;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;}

#menu li {
	width: 161px;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 25px;
	background: url(../images/menu-bg.gif) repeat 0 0;
}

#menu .sub {
	background: url(../images/menu-bg-sub.gif) repeat 0 0;
}

#menu li a {
	display: block;
	padding: 0 0 0 27px;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu li a:hover, #menu li a:focus, #menu li a:active {
	background-position: -161px 0;
}

#menu a {
	background: url(../images/menu-bg-slide.gif) repeat 0 0;
}


