@charset "utf-8";

/* HTML-Tags Override
----------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, form {
	margin-bottom: 15px;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

h1 span {
	display: none;
}

h2 {
	display: block;
	height: 25px;
	background-image: url(../img/h2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

p {
	font-size: 12px;
}

a, a:link, a:active, a:hover, a:visited {
	color: #D7610F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	margin-left: 15px;
	list-style-type: square;
}

img {
	float: left;
	padding: 2px;
	border: 1px solid #E2E2E2;
	margin-bottom: 15px;
}

input, textarea {
	border: #E2E2E2 1px solid;
	padding: 2px;
	color: #666666;
}

#button {
	padding: 0;
	color: #FFFFFF;
	background-color: #D7610F;
	border: none;
}

/* Construction 
----------------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto 0 auto;
	width: 904px;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#top {
	width: 590px;
	height: 225px;
	padding: 115px 157px 60px 157px;
}

#content {
	width: 550px;
	padding: 0 177px 0 177px;
}

#footer {
	clear: both;
	width: 904px;
	height: 100px;
	padding-top: 100px;
	text-align: center;
	font-size: 10px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}

/* Non-Flash-Header 
----------------------------------------------------------------------------------------------*/
#header {
	width: 590px;
	height: 175px;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 590px;
	height: 50px;
}

#nav span {
	display: none;
}

#bt1, #bt2, #bt3, #bt4, #bt5 {
	float: left;
	height: 50px;
}

#bt1 { width: 135px; background-image: url(../img/bt1.jpg); }
#bt2 { width: 120px; background-image: url(../img/bt2.jpg); }
#bt3 { width: 129px; background-image: url(../img/bt3.jpg); }
#bt4 { width: 111px; background-image: url(../img/bt4.jpg); }
#bt5 { width: 95px; background-image: url(../img/bt5.jpg);  }

/* Left, Right Row
----------------------------------------------------------------------------------------------*/
#left {
	float: left;
	width: 165px;
	padding-right: 25px;
	font-style: italic;
}

#left h1 {
	display: block;
	width: 165px;
	height: 25px;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

#left ul {
	list-style-image: url(../img/list.jpg);
}

#right {
	float: left;
	width: 335px;
	padding-left: 25px;
	background-image: url(../img/vline.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

/* Status
----------------------------------------------------------------------------------------------*/
.status {
	margin-bottom: 15px;
	font-weight: bold;
	color: #D7610F;
}
