html {
	height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial;
	margin: 0;
	padding: 0;
	background-color: #969897;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: 100% top;
	height: 100%;
}

a { 
	color: black;
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #d2b900;
}
a:active {
	color: #d2b900;
}

img {
	margin: 0 16px 0 0;
	padding: 0;
}

h1 {
	color: #000;
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	width: 192px;
	padding: 0;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	margin: 0 0 16px 0;
}

h2 {
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 16px 0;
}

p {
	color: #000;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 16px;
	padding: 0;
	position: relative;
	clear: both;
	float: left;
	margin: 0 0 16px 0;
}

strong { 
	font-weight:bold;
}

ul { color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px; list-style-type: disc; margin: 0 16px 16px 16px; padding: 0; }
li { color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px; list-style-type: disc; margin: 0 0 0 16px; padding: 0; }

td { color: black; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 16px; margin: 2px; padding: 0; }
td h2 { margin-left: 0; }
.small {
	color: #d2b900;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#container	{
	position: relative;
	width: 992px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #55585b;
	background-image: url(../img/container_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main {
	overflow: auto;
	padding: 0 0 80px 0;
}

#header {
	background-image: url(../img/header_background.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 256px;
	margin: 0;
	padding: 0;
}

#menu {
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/macFFBgHack.png);
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 32px;
	text-transform: uppercase;
	position: absolute;
	top: 208px;
	width: 960px;
	height: 32px;
	z-index: 1;
	margin: 0 16px;
	display: table;
	text-align: center;
}
#menu ul {
	display: table-row;
}
#menu li {
	color: white;
	text-align: center;
	display: table-cell;
}
#menu li a {
	color: white;
	font-size: 16px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 32px;
	text-decoration: none;
	text-align: center;
	padding: 0;
	margin: 0 16px;
}
#menu li:hover {
	background-color: #404040;
	text-decoration: none;
}
#menu li a.selected {
	color: #ffe208;
	text-decoration: none;
	margin: 0 16px;
	padding: 0;
}

#leftColumn {
	position: relative;
	float: left;
	clear: both;
	width: 224px;
	margin: 0 16px;
}
#centerColumn {
	position: relative;
	float: left;
	width: 480px;
}
#rightColumn {
	position: relative;
	float: right;
	width: 224px;
	margin: 0 16px;
}

#news {
	top: 0;
	left: 0;
	width: 192px;
	height: 288px;
	margin: 0;
	padding: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}
#news h2 {
	margin-bottom: -2px;
	float: left;
	clear: both;
}
#news p {
	margin-top: 0px;
}

#newsNavigation {
	text-align: center;
	position: relative;
	width: 192px;
	height: 24px;
	clear: both;
	float: left;
}
#newsNavigation a {
	color: #fff;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 24px;
	background-color: #d2b900;
	text-decoration: none;
	vertical-align: middle;
	margin: 0 4px;
	padding: 4px 8px;
}
#newsNavigation a:hover {
	color: #fff; 
	background-color: #ffe208;
}
#newsNavigation a.selected {
	color: #000;
	background-color: #ffe208;
}

#homeContent {
	width: 448px;
	height: 288px;
	margin: 0;
	padding: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}
#homeContent h1 { 
	width: 448px;
}

#flashcontent {
	position: relative;
	width: 416px;
	height: 256px; 
}
#fotocontent { position: relative; top: -32px; width: 448px; height: 448px; margin: 0 0 0 16px; }
#videocontent { margin: 0 0 0 16px; width: 448px; height: 296px; }
#mainContent {
	position: relative;
	float: left;
	padding: 16px;
	width: 448px;
	height: inherit;
	margin: 0 0 16px 0;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}
#mainContent h1 { 
	width: 448px; 
}
#mainContent p {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 16px;
	padding: 0;
	margin: 0 0 16px 0;
}
#mainContent .small {
	color: #652e0c;
	font-size: 10px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#spotlight {
	width: 192px;
	min-height: 288px;
	margin: 0 0 16px 0;
	padding: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}

#spotlight img {
	margin: 0;
}

#social {
	clear: both;
	top: 0;
	left: 0;
	width: 192px;
	z-index: 1;
	margin: 16px 0;
	padding: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}
#social lu {
	margin: 0;
	padding: 0;
}
#social li {
	list-style-type: none;
	margin: 0 0 0 4px;
}
#social a {
	line-height: 24px;
	padding: 0 0 0 24px;
}
#social li.twitter a {
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
}
#social li.facebook a { 
	background: url('../img/facebook.png');
	background-repeat: no-repeat;
}

#social li.twitter a:hover {
	background: url('../img/twitter-color.png'); 
	background-repeat: no-repeat;
}
#social li.facebook a:hover {
	background: url('../img/facebook-color.png'); 
	background-repeat: no-repeat;
}

#footer {
	text-align: center;
	position: relative;
	width: 960px;
	height: 64px;
	clear: both;
	margin: -80px auto 0 auto;
	padding: 8px 0 0 0;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(../img/white80.png);
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

form p { font-size: 11px; }
form td { font-size: 11px; }
.formInput { color: #000; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 14px; background-color: #b6ae6c; padding-right: 2px; padding-left: 2px; border: solid 1px #000; }
a.formSubmit { color: #fff; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 14px; background-color: #000; text-decoration: none; text-transform: uppercase; padding: 2px 8px; border: solid 1px #000; }
.form a:link { color: #fff; }
.form a:visited { color: #fff; }
.formSubmit:hover { color: #000; background-color: #ffe208; border: solid 1px; }
#disclaimer { color: #404040; font-size: 10px; line-height: 16px; position: absolute; top: 48px; left: 0; width: 960px; height: 16px; z-index: 2; }
#popup { background-repeat: no-repeat; position: absolute; top: 272px; left: 32px; width: 928px; height: 368px; z-index: 5; visibility: hidden; margin: 0; padding: 0; border: dotted 1px fuchsia; }


#cmsControlBeam {
	position: relative;
	float: left;
	clear: both;
	background-color: #ba2119;
	text-align: center;
	width: 100%;
	height: 24px;
}
#cmsControlBeam img {
	margin: 4px; 
}
#newsCMS {
	position: relative;
	float: left;
	clear: both;
	top: 0;
	left: 0;
	width: 100%;
	margin: -4px -4px 8px -4px;
	padding: 2px;
	border: dashed 2px #ba2119;
}
#mainContentCMS {
	position: relative;
	float: left;
	clear: both;
	top: 0;
	left: 0;
	width: 100%;
	margin: -4px -4px 8px -4px;
	padding: 2px;
	border: dashed 2px #ba2119;
}

