html,body,#website {
	height: 100%;
	/*overflow: auto;*/
	background-color: #000000;
}

body {
	background-color: #000000;
	font: 11px Helvetica, Verdana, sans-serif;
	margin: 0;
}

#fallback {
	width: 1024px;
	height: 100%;
	margin-left: 0;
	margin-right: auto;
	background-color: #4E5255;
}

#logolink {
	float: left;
	width: 200px;
	height: 40px;
	position: relative;
	top: 278px;
	left: 620px;
	cursor: pointer;
}

#admintools {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: black;
	border: 1px solid #aaaaaa;
	padding: 2px;
}

#admintools h2 {
	margin: 0;
	color: #757678;
}

#admintools ul {
	width: 100%;
	margin: 0;
}

#admintools li {
	display: inline;
	margin-right: 8px;
}

#admintools a {
	color: #757678;
	text-decoration: none;
}

#admintools a:hover {
	color: #d1003a;
}



#navigation {
	height: 46px;
	background-color: #000000;
	color: #757678;
	background-image: url(../cms/includes/templates/images/navbackground.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#navigation ul {
	width: 100%;
	margin: 0;
	padding-top: 16px;
	padding-left: 25px;
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
}

#navigation li {
	display: inline;
	margin-right: 8px;
}

#navigation a {
	color: #757678;
	text-decoration: none;
}

#navigation a:hover {
	color: #d1003a;
}

#navigation .selectedmainnav {
	color: #d1003a;
}

#subnavigation {
	height: 26px;
	background-color: #0e1010;
}

#subnavigation  .language {
	float: right;
	padding-right: 25px;
	padding-top: 7px;
	color: #757678;
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;	
}

#subnavigation ul {
	margin: 0;
	padding-left: 25px;
	padding-top: 7px;
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	float: left;
}

#subnavigation li {
	display: inline;
	margin-right: 8px;
}

#subnavigation a {
	color: #757678;
	text-decoration: none;
}

#subnavigation a:hover {
	color: #d1003a;
}

#subnavigation .selectedsubnav {
	color: #d1003a;
}

#footer {
	position: relative;
	bottom: 20px;
	left: 20px;
	color: #AAAAAA;
	font-size: 9px;
}

#footer a {
	color: #AAAAAA;
	text-decoration: none;
}

#footer a:hover {
	color: #d1003a;
}

#contentleft {
	float: left;
	background-color: #4E5255;
	width: 370px;
	color: #FFFFFF;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

#contentleft h1 {
	font-weight: normal;
	margin: 0;
}

#contentleft h2 {
	font-size: 12px;
	font-weight: bold;
}

#contentleft a {
	color: #FFFFFF;
	text-decoration: none;
}

#contentleft a:hover {
	color: #d1003a;
}

#contentleft ul {
	/* list-style-type: none; */
}

#contentright {
	float: right;
	background-color: #363A3B;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
	width: 614px;
	vertical-align: top;
	text-align: left;
	color: #757678;
}

#contentright h2 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #BFBFC1;
}

#contentright h3 {
	margin-top: 0px;
	font-size: 14px;
	color: #BFBFC1;
}

#contentright a {
	color: #A8A9AB;
	text-decoration: none;
}

#contentright a:hover {
	color: #d1003a;
}

#contentright .smallline {
	height: 1px;
	width: 399px;
	border-top: 1px dotted grey;
	margin-top: 5px;
}

#contentright .header {
	width: 399px;
	border-top: 1px dotted grey;
	padding-bottom: 2px;
	font-size: 11pt;
	margin-top: 2px;
	padding-top: 5px;
}

#contentright .headerNormalFont {
	width: 399px;
	border-top: 1px dotted grey;
	padding-bottom: 2px;
	margin-top: 2px;
	padding-top: 5px;
}

#contentright .inner {
	width: 399px;
	border-top: 1px dotted grey;
	padding-bottom: 2px;
	padding-top: 5px;
}

#contentright .adder {
	width: 399px;
	margin-top: 8px;
	margin-bottom: 10px;
}

#contentright .page10h2 {
	width: 399px;
	border-bottom: 1px dotted grey;
	padding-bottom: 10px;
}

#contentright .page10h3 {
	width: 399px;
	border-top: 1px dotted grey;
	margin-top: 2px;
	padding-top: 5px;
}

#contentright .page10p {
	width: 399px;
	border-top: 1px dotted grey;
	margin-top: 2px;
	padding-top: 5px;
}

#modal_container {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #666;
	overflow: auto;
	font-family: Arial;
	font-size: 12px;
	color: #333;
	text-align: left;
	height: 600px;
	width: 800px;
}

#modal_overlay {
	background-color:#321;
}

.button {
 	font-family: Arial;
 	font-size: 8pt;
 	font-weight: bold;
 	text-decoration: none;
 	padding: 1px 3px;
 	border: 1px solid black;
 	background-color: lightgrey;
 	color: black;
}

.imagetexts {
	display: none;
}
