

/*GENERIC*/

p  , ul , li , input , h1 , h2 , h3 , h4 , h5 , h6 , dl  , dd {
	margin: 0;
	padding: 0;
	list-style: none;
}


a {
	color: #000;	
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


img {
	border: none;
}

body {
	font-family: arial, sans-serif;
	font-size: 68.5%;
	text-align: center;
}

#wrapper {
	width: 885px;
	margin: 0 auto;
	min-height: 735px;
	border-bottom: 21px solid #ff0000;
	padding-bottom: 10px;
	
}

#content {
	width: 885px;
	overflow: hidden;
	text-align: left;
	margin: auto;
	position: relative;
}

#content p {
	margin: 0 0 10px 0px;
}

#content h1 , #content h2 , #content h3 , #content h4 {
	margin: 0 0 5px 0;
}

.warning {
	color: red;
	font-weight: bold;
}

.highlight {
	background: yellow;
	color: #000;
	font-weight: bold;
}

#innercontent {
	margin: 35px 0 0 205px;
	overflow: hidden;
	
}

/*FRONTPAGE */

#frontpage {
	background: url(../images/frontpage.jpg) no-repeat;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	position: relative;
}

#entersite {
	position: absolute;
	top: 240px;
	right: 70px;
}

#blacklogos {
	position: absolute;
	bottom: 59px;
	right: 70px;
}

/* HEADER */

#header {
	background: #ed1c24;
	height: 100px;
}

#header .logo {
	margin: 15px 0 0 100px;
}

#header #langtoggle {
	float: left;
	padding: 30px 0 0 100px;
	font-size: 1.2em;
}

#header #langtoggle li {
	float: left;
	color: #fff;
	font-weight: bold;
}

#header #langtoggle a {
	color: #000;	
	text-decoration: none;
}

#header #langtoggle a:active {
	color: #ffffff;
	text-decoration: underline;
}

#header #langtoggle a:hover {
	color: #ffffff;
	text-decoration: underline;
}


/*NAV */

#nav {
	background: #000;
	color: #ffffff;
	overflow: hidden;
	font-size: 1.1em;
}

#nav ul {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
}

#nav li {
	display: inline;
}



#nav a {
	color: #fff;
	padding: 0 6px;
	text-decoration: none;	
}

#nav: a:active {
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: underline;
}

.subNavTitle {
	background: #ff0000;
	min-height: 18px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 5px 10px;
}

a.subNavTitle:hover {
	text-decoration: none;
}

#subnav  {
	padding: 10px 0 0 0;
	
}

#subnav ul {	
	padding: 5px 5px;	
}

#subnav li {
	background: url(../images/chevron.png) no-repeat center left;	
	min-height: 9px;
	padding: 4px 0 4px 15px;
	
}

#subnav li.active {
	background: url(../images/chevronactive.png) no-repeat left 7px;	
	min-height: 9px;
	padding: 4px 0 4px 15px;
}

#subnav li a {
	text-decoration: none;
}

#subnav li a:hover {
	color: #f00;
	text-decoration: underline;
}

#subnav li:hover {
	background: url(../images/chevronactive.png) no-repeat left 7px;	
	min-height: 9px;
	padding: 4px 0 4px 15px;
}


#subnav li.active a {	
	color:#f00;
	text-decoration: underline;
}

#subnav li.active ul li a {	
	color:#000;
}

#subnav li.active ul li.active a {	
	color:#f00;
	text-decoration: underline;
}


/* RIGHT COLUMN */


#rightcol {
	float: right;
	width: 198px;
	overflow: hidden;
}

#sitesearch {
	margin-bottom: 10px;
	float: right;
}

#sitesearch form label {
	padding-right: 3px;
	vertical-align: 4px;
	font-size: 1.0em;
}

#sitesearch form input {
	border: 2px solid #000;
	background: #fff;
	padding: 2px;
}

#sitesearch form .inputbox {
	padding: 3px;
}

#sitesearch form input.submit {
	padding: 1px;
	.padding: 0 1px !important;
}

/* MAINCOL */

#maincol {
	overflow: hidden;
	padding: 0px 20px 0 0;
	zoom: 1;
}

#maincol h2 , #maincol h3 {
	font-size: 1.4em;
}

#maincol li {
	list-style-type: disc;
	margin-left: 40px;
}

#maincol span.email , #maincol span.fax {
	font-weight: bold;
	padding-left: 5px;
}

#maincol span.tel {
	font-weight: bold;
}

#maincol table.list {	 
		width:100%;
	}
	
#maincol table.list th {
	background-color:#f00;
	color:#FFF;
	font-weight:bold; 
 	padding: 0.5em 1em 0.5em 1em;
}
	
#maincol table.list td { 
 padding: 0.5em 1em 0.5em 1em;
}

#maincol table.list td { 
 background-color:#FFF;
 padding: 0.5em 1em 0.5em 1em;
 border-bottom:solid 1px #CCC;
}

#maincol table.detail {	
	width:100%; 
	background-color:#FFF;
}
	
#maincol table.detail td {
	background-color:#ccc;
 	padding: 0.5em 1em 0.5em 1em;
}

#maincol table.detail td.title {
	background-color:#f00;
	color:#FFF;
	font-weight:bold;
 	padding: 0.5em 1em 0.5em 1em;
}

#maincol table.detail td P {	
 	display:inline;
}

#maincol .paginationF {
	padding: 15px 0;
}

#maincol .paginationF a,
#maincol .paginationF span {
	padding: 2px 6px;
	margin: 0 0 0 2px;
	text-decoration: none;
}

#maincol .paginationF a {
	font-weight: bold;
}


#maincol .pagination {
	padding: 15px 0;
}

#maincol .pagination a,
#maincol .pagination span {
	padding: 2px 6px;
	margin: 0 0 0 2px;
	text-decoration: none;
}

#maincol .pagination a {
	font-weight: bold;
}

#maincol .paginationSeparator {
	display:none;
}

#maincol ol {	
}

#maincol ol li {			
	margin: 0 0 0 10px;
	list-style-type:decimal;
}



/*SIDELIST */ /* MAINLIST */

#sidelist {
	padding-bottom: 100px;
	clear: right;
}

#sidelist h3 {
	background: #ff0000;
	color: #fff;
	/*padding: 5px 10px;*/
	margin: 0;
}

#sidelist dl {
	padding: 10px 10px 20px 10px;
}

#maincol dl.border  {
	border-top: 3px solid #e7e7e8;
	padding: 15px 0 20px 0;
}

#sidelist dl.colour {
	background: #e7e7e8;
}

#sidelist dl a , #maincol dl a {
	color: #000;
}

#sidelist dl a {
	text-decoration: none;
}

#sidelist dl a:hover {
	text-decoration: none !important;
	color: #ff0000 !important;
}

#sidelist dl a img , #maincol dl a img { 
	margin: 0 5px 0 0;
}

#sidelist dl a:hover  , #maincol dl a:hover {
	text-decoration: underline;
}

dt , dd , li {
	padding: 0 0 3px 0;
}

dt a {
	text-decoration: underline;
}

dt .date {
	font-weight: bold;
	display: block;
}

.more {
	font-weight: bold;
	text-decoration: underline;
}

.indent {
	padding-left: 10px;
}



#logos {
	padding: 15px 0 0 0;
	position: absolute;
	bottom: 10px;
	right: 0;
}


/*VIDS*/

.vid {
	float:left;
	height:200px;
	padding:0pt 41px 0pt 0pt;
	width:185px;
}

.vid dt {
	padding-bottom: 6px;
}





/*FORM*/

#form {
	padding: 20px 0 0 0;
}

#form h3 {
	background: #E7E7E8;
	color: #000;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
}
#form form {
	border: 1px solid #E7E7E8;
}

#form form div {
	padding: 5px 10px;
}

#form form span {
	padding: 5px 10px;
}


#form form label {
	display: block; 
	margin-bottom: 3px;
}

#form form input , #form form textarea {
border: 1px solid #A5ACB1;
}

#form form span input {
	border: none;
}

#form form input.submitred {
	background: red;
	color: #fff;
	font-weight: bold;
	cursor: pointer;	
	margin: 0 0 10px 10px;
}

ul.error {	
	color: #f00;
	font-weight:bold;
	padding:1em;
	border-bottom:solid 1px #f00;
	margin:0 0 10px 0;
}