@charset "UTF-8";

html { height: 100%; }

body {
	background-color: #839098;
	margin: 0px;
	padding: 0px;
	margin-bottom:0px
	height: 100%;
	min-height: 100%;
	height: 100%;
	}
	
.wrapper {
	height: 100%;
	width: 100%;
}

#topnav {
	background-color: #40494e;
	height: 90px;
	width: 100%;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #839098;
}


#navigation{
	position:relative;
	width: 950px;
	height: 90px;
	text-align: right;
}

a#anchor {
	display:block;
	padding-top: 35px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;	
/*
	height:90px;
	background-image: url(../images/nav_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
*/
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCBB9;
	}


a#anchorimg {
	display:block;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;	

	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCBB9;
	}



a.menu:link, a.menu:visited {
	text-decoration:none;
	color:#FFFFFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	text-align: center;
}

a.menu:hover{
	background-image: url(../images/nav_over.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}


#navitem {
	text-align: center;
	height: 90px;
	width: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCBB9;
	float: left;
	position: relative;
}

#navigationinner {
	float: right;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCBB9;
	position: relative;
	width: 950px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #333333;
}


.contentarea {
	background-color: #40494E;
	width: 100%;
	height: auto;
	min-height: 450px;
	float: left;
	position: relative;
	}


.contentareinner {
	background-image: url(../images/lefbarbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	height:100%;
	width: 950px;
	text-align: left;
	display:block;
	position:relative;
	/* min-height: 450px; */

	}


.leftbar {
	background-color: #cccbb9;
	float: left;
	display:block;
	width: 200px;
	padding: 10px;
	text-align: center;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 430px;
	position: relative;
}

.realcontainer {
	float: left;
	display:block;
	width: 730px;

	}



#bottomarea {
	width: 950px;
	position: relative;
}


#bottomleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 295px;
	position: relative;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCBB9;
	height: 100%;
	min-height: 250px;
}

#bottomright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	float: left;
	width: 340px;
	position: relative;
}


#bottomtext {
	padding: 10px;
	height: 210px;
	width: 95%;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

#newsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 8px;
	padding-bottom: 6px;
	padding-top: 6px;
	background-image: url(../images/pdf_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	background-color:#96161A;
	padding-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCBB9;
	min-height: 20px;
	vertical-align: middle;
	}

#newsitem a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF;
	font-weight: bold;
	}

#newsitem a:hover {
	color:#cccbb9;
	}


#bottomtitler {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	padding: 10px;
	height: 20px;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	display: block;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #CCCBB9;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	border: thin solid #CCCCCC;
}

#bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCBB9;
	color: #FFFFFF;
	padding-left:230px;
}

a.smallmenu:link, a.smallmenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

a.smallmenu:hover {
	color: #000;
}

a.langlink:link, a.langlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #96161A;
	border: thin solid #96161A;
	position: relative;
	text-align: center;
	padding:4px;
	margin:4px;
}

a.langlink:hover {
	color: #40494e;
	background-color: #fff;
}

a:link, a:visited {
	font-weight: bold;
	color: #CCCBB9;
	text-decoration: none;
}

a:hover {
	color: #96161A;
	text-decoration: none;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #CCCBB9;
	text-decoration: none;
}

#textcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: left;
	vertical-align: middle;
	padding: 15px;
	/*
	height: 420px;
	overflow-y: auto;
	overflow-x: hidden;
	*/
}

#Articletitle, .Articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.pressitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 204px;
	height: 250px;
	padding: 6px;
	margin: 6px;
	border: thin dotted #CCCBB9;

	/*
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCBB9;
	*/
	}



a.button:link, a.button:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #999999;
	border: thin solid #CCCCCC;
	position: relative;
	text-align: center;
	padding:4px;
	margin:4px;
}

a.button:hover{
	color: #96161A;
	background-color: #CCCBB9;
	}


.floatingimg{
	float:left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.floatingmenuimg {
	float:left;
	padding-right: 5px;
	vertical-align: middle;
	top: -5px;
	position: relative;
}

/* 
=================================================================
CALENDAR DEFINITIONS
=================================================================
*/

.calendar {
	position:relative;
	float:left;
	display:block;
	padding:3px;
	font-size:12px;
	padding:25px;
	}

.calendarReg {
	padding:3px;
	font-size:12px;
	}

.calendarToday {
	padding:3px;
	font-size:12px;
	color:#000;
	background-color:#CCCBB9;
	text-align:center;
	font-weight: bold;

	border: thin solid #CCCCCC;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);

	}

.calendarHeader {
	padding:5px;
	font-size:14px;
	color:#333;
	background-color:#ccc;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}

a.calLink:link, a.calLink:visited {
	padding:3px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	font-weight: bold;

	background-color:#999999;
	border: thin solid #CCCCCC;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);

	}

a.calLink:hover{
	color: #96161A;
	background-color: #CCCBB9;
	}

.eventholder {
	width:450px;
	padding:15px;
	font-size:14px;
	color:#333;
	background-color:#ccc;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);
	}

.eventtitle {
	width:450px;
	padding:5px;
	font-size:20px;
	color:#000;
	background-color:#CCCBB9;
	text-align:center;
	font-weight: bold;
	line-height:20px;
	border: thin solid #FFF;
	font-variant: small-caps;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);
}

.calbutton {
	padding:3px;
	font-size:12px;
	color:#FFF;
	text-align:center;
	font-weight: bold;
	cursor:pointer;
	cursor:hand;

	background-color:#999999;
	border: thin solid #CCCCCC;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	behavior: url(ie-css3.htc);
 	}

.calbutton:hover {
	color: #96161A;
	background-color: #CCCBB9;
	}

