@charset "utf-8";
/* CSS Document */

html, body {
	color:#fff;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	margin: 6px 0 0 0;
	font-size: 12px;
	background: #000 url(images/background.jpg) no-repeat top center fixed;
	padding:0px;
	text-align: center;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.fixTwoColumnBG {
	background: url("images/index_08.jpg") repeat-y;
	width: 1000px;
	overflow:auto;
}

.white {color: #FFFFFF}

h1, h2, h3, h4 {
	text-align:left;
	font-weight:bold;
	margin:5px 10px 5px 10px;
}

h1 a, h1 a:hover {
	color: yellow;
	text-decoration:none;
	}
p {
	font-size: 1.20em;
	text-align:justify;
	margin:5px 10px 5px 10px;
}
/* Affects side menu, bottom menu and normals UL's */
ul {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 1.20em;
	text-align:left;
	padding:10px;
	list-style-type:disc;
}
li {
	margin-left:20px;
}
.floatright {
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border:1px solid #888;
	padding: 5px;
	background-color:#eee;
	color: black;
}
.floatleft {
	float:left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border:1px solid #888;
	padding: 5px;
	background-color:#eee;
	color: black;
}
h1 {
	font-size: 1.40em;
	color: #f00;
}
h2 {
	font-size:1.30em;
	color: #f00;
}
h3 {
	font-size:1.20em;
	color: #f00;
}
h4 {
	font-size:1.10em;
	color: #f00;
}
/* header */

.logo {
	float:left;
	margin:15px 0 0 15px;
	border:0;
}
#header {
	margin:0;
	padding:0;
	border: 0;
	width:1000px;
	height:533px;
	background:  url("images/index_01.jpg");
}

#headersmall {
	margin:0;
	padding:0;
	border: 0;
	width:1000px;
	height:150px;
	background:  url("images/topbanners.jpg");
}

#headerNav {
	margin:0;
	padding:0;
	width:1000px;
	height:40px;
	background: #000;
}
/* column nav */

#navigation {
	width: 225px;
	padding: 0px;
	margin-bottom: 0;
	background-color: tansparent;
	color: #fff;
	font-size: 1em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	border-bottom: 1px solid #f00;
	border-right: 1px solid #f00;
	margin: 2px 0 2px 0;
	padding: 0 0 5px 8px;
}
#navigation a {
	text-decoration:none;
	color:#fff;
}
#navigation a:hover {
	text-decoration:none;
	color:#f00;
}
/* columns */

#columnLeft {
	margin:0;
	padding:0;
	width:225px;
	text-align:left;
	vertical-align:top;
}
#columnLeft p {
	font-size: 1.2em;
	text-align:left;
	margin:5px 10px 5px 10px;
	line-height: normal;
	color: #fff;
}
#columnRight {
	margin:0;
	padding:5px 5px 5px 5px;
	width:775px;
	text-align:left;
	vertical-align:top;
}
#bigcolumn {
	margin:0;
	padding:0;
	width:1000px;
	text-align:left;
	vertical-align:top;
}
#bigcolumn p {
	font-size: 1.2em;
	text-align:left;
	margin:5px 10px 5px 10px;
	line-height: normal;
	color: #fff;
}

#flashcontent {
margin-left: 5px;
}

/* footer */

#footer {
	margin:0;
	padding:0;
	width:1000px;
	height:11px;
	background:url("images/index_09.jpg");
}
form {
	margin: 0px;
	text-align: left;
}
textarea {
	width: 50%;
}
input, select, textarea {
	color: #000;
	background: #fff;
	font-size: 1.20em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: left;
}
input, textarea, select {
	border: 1px solid #000;
	padding: 2px;
	background: #fff;
}
input:focus, textarea:focus {
	border: 1px solid #f00;
	color: #000;
	background: #ddd;
}
