@charset "utf-8";
/* CSS Document */


/* ELEMENTS */

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2em;
	background-color: #6B7778;
	color: #78898D;
}

img {
	border: 0;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	color: #C4CACC;
	font-size: 85%;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #78898D;
	font-size: 85%;
}
input {
	color: #78898D;
	font-size: 11px;
}

textarea {
	color: #78898D;
	font-size: 11px;
	width: 80%;
}

select {
	color: #78898D;
	font-size: 11px;
}

table {
	font-size: 85%;
	width: 560px;
	margin-bottom: 20px;
	border: 0;
}

td {
	padding: 5px 10px 5px 10px;

}

tr {
	background-color: #2E3432;
}

th {
	text-align: left;
	padding: 5px 10px 5px 10px;
}

/* CLASSES */

.bodywrapper {
	background-color: #1F2223;
}

.menuwrapper {
	width: 100%;
	height: 34px;
	background-image:url(../images/menubg.jpg);
	background-repeat:repeat-x;
}

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
	display:block;
	height:34px;
	font-size:10px;
	font-weight:bold;
	width: 760px;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #222222;
	border-left-color: #555555;
	width: 124px;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#767F7E;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	height: 34px;
	width: 124px;
}
	
ul#menu li a:hover
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0;
	background-image:url(../images/menubg_hover.jpg);
	background-repeat:repeat-x;
	height: 34px;
	width: 124px;
}

.topmenu {
	height: 34px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 32px;
	width: 760px;
}

.headerwrapper {
	width: 100%;
	height: 84px;
	background-image:url(../images/headerbg.jpg);
	background-repeat:repeat-x;
}

.header {
	width: 760px;
	height: 84px;
	margin-left: auto;
	margin-right: auto;
}

.bodywrapper {
	width: 100%;
	padding-bottom: 15px;
}

.body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.bodylinks {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bodylinks:hover {
	color: #B3BABB;
	text-decoration: underline;
	font-weight: bold;
}

.contentwrapper {
	width: 740px;
}

.content {
	width: 740px;
	margin-left: 10px;
	margin-right: 10px;
}

.imageblock {
	width: 760px;
	height: 162px;
}

.titleblock {
	height: 90px;
	background-image: url(../images/dotlineh.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.textleft {
	float: left;
	display: block;
	width: 560px;
	padding-right:10px;
	padding-left: 10px;
}

.textright {
	float: right;
	display: block;
	width: 160px;
	padding-left:10px;
	padding-right:10px
}

.footerwrapper {
	width: 100%;
	height: 100%;
	background-color: #6B7778;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.footer {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}

.footerlogo {
	float: left;
	width: 77px;
	padding-right: 20px
}

.footerdivide {
	float: left;
	width: 21px;
	height: 111px;
	background-image:url(../images/footer_divide.jpg);
	background-repeat:no-repeat;
}

.footertext {
	float: left;
	color: #393E3F;
	font-size:10px;
	width: 441px;
}

.footerlinks {
	color: #393E3F;
	text-decoration: none;
	font-size:10px;
}

.footerlinks:hover {
	color: #C4CACC;
	text-decoration: underline;
	font-size:10px;
}

#sitemap ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
}

#sitemap li {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/dotlineh.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-type: none;
}

#sitemap a {
	color: #78898D;
	font-size: 85%;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a:hover {
	color: #C4CACC;
	font-size: 85%;
	text-decoration: underline;
	font-weight: bold;
}

.contactform {
	background-image: url(../images/dotlineh.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	font-size: 85%;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #2E3432;
	margin: 1px;
}

.contactformodd {
	background-image: url(../images/dotlineh.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: left;
	font-size: 85%;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #383F3D;
	margin: 1px;
	font-weight: bold;
}

.clearone {
	clear:both;
	height:1px;
	padding: 0;
}

/* Misc */

.dotborderbottom {
	background-image: url(../images/dotlineh.gif);
	background-repeat: repeat-x;
	padding-bottom: 15px;
	background-position: bottom;
}

.formfield {
	width: 250px;
}

.odd {
	background-color: #383F3D;
}

.blacktext {
	color: #000000;
	font-weight: bold;
}

.lighttext {
	color: #C4CACC;
	font-weight: bold;
}

.darkgreytext {
	color: #393E3F;
	font-weight: bold;
	font-size: 10px;
}

.roundboxtop {
	height:20px;
	width:560px;
	background-image: url(../images/round_box_top.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin:0;
}

.roundboxbottom {
	height:20px;
	width:560px;
	background-image: url(../images/round_box_bottom.gif);
	background-repeat: no-repeat;
	padding: 0;
	margin:0;
}

