body, html
{
margin: 0px; padding: 0px;
background-image: url('/resources/images/background_repeat.gif');
background-repeat: repeat;
font-size: 10px;
color: #4e4e4e;
font-family: Arial;
}
.headerDiv
{
background-image: url('/resources/images/top_background.gif'); width: 100%; background-repeat: repeat-x; height: 89px;
text-align: center;
}
.logo
{
position: relative;
top: 24px;
left: 50px;
}
.bottomDiv
{
background-image: url('/resources/images/bottom_background.gif'); width: 100%; background-repeat: repeat-x; height: 27px;
text-align: center;
}
.bottomDiv span
{
	margin: 8px 0px 0px 20px;
}
.bottomDiv img
{
	margin-top: 9px;
}
#container
{
margin: 0px auto;
width: 930px;
overflow: hidden;
border-left: solid 1px #609327;
border-right: solid 1px #609327;
background-color: #fff;
}

#headerTeaser
{
text-align: left;
width: 100%;
background-color: #fff;
}
#headerTeaser span
{
font-size: 20px;
text-transform: uppercase;
color: #609327;
font-weight: bold;
}
#menu
{
border-top: solid 1px #6c6c6c;
border-bottom: solid 1px #6c6c6c;
height: 24px;
color: #fff;
}
#menu ul
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu table
{
margin: 2px 1px 0px 1px;
padding: 0px;
background-color: #609327;
height: 20px;
width: 927px;
}
#menu li
{
float: left;
border-left: solid 1px #88ae5d;
border-right: solid 1px #88ae5d;
margin-left: 5px;
margin-top: 3px;
}
#menu li a
{
color: #fff;
text-decoration: none;
padding: 0px 4px 0px 4px;
font-size: 12px;
}
#menu .active
{
background-color: #709e3d;
}

.content
{
width: 915px;
background-color: #fff;
margin: 5px;
padding: 8px;
}
input.button
{
	background-image: url('/resources/images/button_background.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 77px;
	height: 32px;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
	background-color: Transparent !important;
}
input.button:hover
{
	background-image: url('/resources/images/button_background.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	width: 77px;
	height: 32px;
	border: 0px;
	font-family: Arial;
	font-size: 10px;
	background-color: Transparent !important;
	filter: glow(color=#dddddd,strength=3);
}

textarea
{
	border: solid 1px #a1a5a3;
}

.blueInput
{
	background-color: #f5fef6;
	border: solid 1px #a1a5a3;
	width: 90px;
}

.profileinput
{
	width: 100px;
	height: 11px;
	font-size: 9px;
}
a
{
	color: #000;
}
h1, h2
{
	visibility: visible !important;
	letter-spacing: 0px !important;
}
h2
{
	font-size: 14px !important;
	font-weight: bold;
	/*letter-spacing: inherit !important;*/
	margin: 0px;
}
b
{
	font-weight: bold !important;
	font-size: 11px;
}

.videoContainer
{
	width: 68px;
	height: 43px;
	overflow: hidden;
}
.videoImage
{
	width: 50px;
	height: 30px;
	position: relative;
	top: 7px;
	left: 9px;
	cursor: pointer;
	border: 0px;
}
.videoTransContainer
{
	position: relative;
	left: -50px;
	display: inline;
}
