* {
	margin: 0;
	padding: 0;	
}

html
{
	overflow-y: scroll;
}
body
{
	margin: 0;
	background: #4e5d7b;
}
img
{
	border-style: none;
}

/* page */
div#SiteContainer 
{
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
}

div#Inner
{
	width: 1005px;
	padding: 0 7px 0 14px;
	margin: 0 auto;
	background-image: url(../images/Shade.png);
	background-repeat: repeat-y;
	position: relative;
}
	div#Inner div#Bottom
	{
		background-image: url(../images/Shade_Bottom.png);
		background-repeat: no-repeat;
		height: 7px;
		overflow: hidden;
		width: 1005px;
		bottom: -7px;
		left: 7px;
		position: absolute;
	}

div#Page
{
	width: 970px;
	xposition: relative;
	padding-top: 0;
	margin: 0 auto;
	padding-right: 35px;
	background-color: white;
	background-image: url(../images/main-bg-index.gif);
	background-repeat: repeat-y;
	background-position: 38px 0;
}

/* HEADER */
div#Header
{
	height: 311px;
	position: relative;
	padding:0 0 0 36px;
}

.header1, 
.header2, 
.header3, 
.header4, 
.header5, 
.header6, 
.header7, 
.header8, 
.header9, 
.header10, 
.header11, 
.header12, 
.header13, 
.header14, 
.header15, 
.header16 
{ 
	/*
	background-image: url(../images/header07.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	*/
	height: 311px;
	width: 933px;
}
/*
.header6
{
	background-image: url(../images/header01.jpg);
}

.header7
{
	background-image: url(../images/header02.jpg);
}

.header8
{
	background-image: url(../images/header03.jpg);
}

.header9
{
	background-image: url(../images/header04.jpg);
}

.header10
{
	background-image: url(../images/header05.jpg);
}

.header11
{
	background-image: url(../images/header06.jpg);
}

.header12
{
	background-image: url(../images/header07.jpg);
}

.header13
{
	background-image: url(../images/header13.jpg);
}

.header14
{
	background-image: url(../images/header14.jpg);
}

.header15
{	
	background-image: url(../images/header15.jpg);
}

.header16
{
	background-image: url(../images/header16.jpg);
}
*/
div#HeaderBackground
{
	position: absolute;
	z-index: 0;
	top: 108px;
	left: 0px;
	width: 969px;
	height: 203px;
	overflow: hidden;
}


div#Header a.logo 
{
	position: absolute;
	display: block;
	width: 119px;
	height: 51px;
	right: 0;
	top: 29px;
}

div#HeaderInfo
{
	position: absolute;
	width: 306px;
	top: 138px;
	right: 30px;
	z-index: 12;	
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#HeaderInfo div#HeaderInfoTop
{
	height: 7px;
	overflow: hidden;
	background-image: url(../images/oneliner-top.gif);
}

div#HeaderInfoText p
{
	color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 1.2em; 	
	font-style: italic;
	font-weight: bold;
	background-color: #706413;
	padding: 10px 15px 15px;
	margin: 0;
}

/* SiteSwitch */
div#SiteSwitch 
{
	background-image: url(../images/2logos.gif);
	background-repeat: no-repeat;
	background-position: 18px 24px;
	padding: 26px 0 0;	
	width: 262px;
	height: 82px;
}

div#SiteSwitch ul 
{	
	list-style: none;
}

div#SiteSwitch ul li 
{	
	font-size: 1.2em;
	width: 520px;
	float: left;
	font-size: 1.1em;	
	padding-bottom: 7px;
}

div#SiteSwitch ul li a
{
	display:block;
	color: white;
	text-decoration: none;
	padding: 0 0 5px 48px;
	float: left;
	font-weight: bold;
}

div#SiteSwitch ul li.active a
{
	color: white;
	text-decoration: underline;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

div#SiteSwitch ul li a:hover
{
	color: #354c71 !important;
	text-decoration: underline !important;
}


/* Navigation */
div#NavBG
{
	position:absolute;
	bottom:0;
	left:38px;
	background-color: #354c71;
	width: 262px;
	height: 203px;
	filter: alpha(opacity=44);
	opacity: 0.44;
}

div#Navigation
{
	padding:28px 0 0;
	font-size: 1.1em;
}

div#Navigation ul
{
	list-style:none;
	display:inline-block;
}

div#Navigation ul li
{
	position: relative;
}

div#Navigation ul li a,
div#Navigation ul li.AspNet-TreeView-ChildSelected ul li a 
{
	display:inline-block;
	background-image: url(../images/column-arrow-menu.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 10px 3px !important;
	padding: 0 0 5px 20px;
	font-weight: normal;
	text-decoration: none;
	color: white;
}	

	div#Navigation ul li a:hover
	{
		text-decoration: underline;
	}

div#Navigation ul li a:hover,
div#Navigation ul li.AspNet-TreeView-Selected a,
div#Navigation ul li.AspNet-TreeView-Selected a:hover,
div#Navigation ul li.AspNet-TreeView-ChildSelected a,
div#Navigation ul li.AspNet-TreeView-ChildSelected a:hover, 
div#Navigation ul li.AspNet-TreeView-ChildSelected ul li.AspNet-TreeView-Selected a 
{
	color: white;
	text-decoration: underline;
}

div#Navigation ul li ul
{
	display: none;
}

div#Navigation ul li.AspNet-TreeView-Selected ul,
div#Navigation ul li.AspNet-TreeView-ChildSelected ul
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#Navigation ul li.AspNet-TreeView-Selected ul li,
div#Navigation ul li.AspNet-TreeView-ChildSelected ul li
{
	padding-bottom: 0;
	padding-left: 15px;
}

div#Navigation ul li.AspNet-TreeView-Selected ul li a, 
div#Navigation ul li.AspNet-TreeView-ChildSelected ul li.AspNet-TreeView-Selected ul li a 
{
	color: white;
	text-decoration: none;
	padding-left: 23px;
}

/* MAIN */
div#Main
{
	width: 934px;
	padding: 34px 0 0 36px;
	overflow: hidden;
	font-size: 12px;
	color: #7F7F7F;
}

div#Main h1
{
	color: #968721;
	font-size: 22px;
}

div#Main h2
{
	font-size: 15px;
	font-weight:normal;
	padding: 0 0 15px;
	margin:0;
	color: #827415;
}

div#Main p
{
	font-size: 12px;
	line-height: 17px;
	margin: 0;
}

div#Main a
{
	color: #7f7f7f;
}

div#Main a:hover
{
	text-decoration: none;
	color: #827415;
}

/* SIDEBAR */
div#Main .column1
{
	width: 210px;
	float: left;
	padding: 0 0 0 20px;
}

div#Main .column1 h1
{
	font: normal 16px Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
	color: white;
	font-weight: bold;
	width: 240px;
	margin-left: -19px;
	padding-left: 20px;
	background-image: url(../images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

div#Main .column1 .sidebarContent
{
	padding:0 0 15px;
}

div#Main .column1 .sidebarContent p,
div#Main .column1 .sidebarContent ul li a
{  
	font-size: 1.075em;
    line-height: 1.28em;
	color: white;
}

div#Main .column1 .sidebarContent a
{  
	color: white;
}

div#Main .column1 .sidebarContent ul li,
div#Main .column1 .sidebarContent ul li a
{
	font-weight:bold;
}

div#Main .column1 .sidebarContent ul
{
    padding: 0 0 15px !important;	
}
	div#Main .column1 .sidebarContent ul li
	{
		background-image: url(../images/nav-arrow-small.gif);
		background-position: 0 4px;
		color: white;
		padding-bottom: 4px;
	}

div#Main .info
{
	padding-top: 35px;
}

/* CONTENT */
.column2
{
	width: 672px;
	float: right;
	padding: 0;
}

.column2 #Breadcrumbs
{
	padding: 5px 0 15px 37px;
	width: 636px;
	height: 20px;
	font-size: 0.9em;
}

.column2 div#Breadcrumbs a
{
	background-image: url(../images/breadCrumbArrow.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right:10px;
}

/* image-div.contents div.item div#enqueter */
.image-holder
{
	width: 100%;
	overflow: hidden;
	zoom: normal;
}

.image-holder a
{
}

.image-holder div.image
{
	float: left;
	padding-left: 35px;
}

/* main-block */
.main-block
{
	background-image: url(../images/main-block-bg.gif);
	background-repeat: repeat-y;
	width: 466px;
	float: left;
}

.main-block .top 
{ 
	background-image:url(../images/main-block-top.gif);
	background-repeat: no-repeat;
}

.main-block .bottom
{
	background-image:url(../images/main-block-bottom.gif);
	background-repeat: no-repeat; 
	background-position: 0 100%;
	padding: 30px 37px 27px;
}


div#Main .main-block a.link 
{
	color: #817105;
}

div#Main .main-block p 
{
	margin-bottom: 16px;
}

div#Main ul, div#Main ol
{
	padding: 0 0 0 15px !important;
	margin: 0 !important;
}

div#Main ul
{
	list-style: none;
	padding: 0 !important;
}

div#Main ul li
{
	background-image: url(../images/column-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	padding-bottom: 2px;
}

/* FOOTER */
div#Footer
{
	padding: 15px 0;
	clear: both;
	padding-left: 333px;
}
	div#Footer ul
	{
		list-style: none;
		margin: 0;
		padding: 15px 0;
		background-color: white;
	}
	
	div#Footer ul li
	{
		display: inline;
		color: #939393;
		border-left: 1px solid #939393;
		padding: 0 5px;
	}
	
	div#Footer ul li:first-child 
	{ 
		border-left: none; 
		padding-left: 0; 
	} 
	
	div#Footer ul li a
	{
		color: #939393;
		text-decoration: none;
	}
	
	div#Footer ul li a:hover
	{
		text-decoration: underline;
	}

/* contentBlocks */
div.contentBlock
{
	clear: both;
	padding-left: 36px;
	padding-bottom: 30px;
}

div.contentBlock div.top
{
	height: 7px;
	overflow: hidden;
	background-image: url(../images/home_item_1_top.gif);
}

div.contentBlock div.contents
{
	background-image: url(../images/home_item_1_background.gif);
	padding: 20px 28px 20px 28px;
}

div.contentBlock div.bottom
{
	height: 1px;
	overflow: hidden;
	background-image: url(../images/home_item_1_bottom.gif);
	width: 100%;
}

div.clear
{
	clear: both;
	height: 0;
	overflow: hidden;
}

div.contents div.item div#enquete
{
	width: 100%;
	font-size: 1em !important;
}


div.contents div.item div#enquete .enqueteForm_Row
{
	padding:0 0 4px;
}

div.contents div.item div#enquete hr
{
	color: #e5e5e5;
	background-color: #e5e5e5;
	height: 1px;
	overflow: hidden;
	border-width: 0;
}

div.contents div.item div#enquete .label,
div.contents div.item div#enquete .input, 
div.contents div.item div#enquete .error 
{ 
	float:left;
}

div.contents div.item div#enquete .label 
{ 
	width:101px;
}

div.contents div.item div#enquete .error 
{
	padding-left:5px;
}

div.contents div.item div#enquete input
{
	border: solid 1px #cccccc;
	padding: 2px 4px;
	font-size: 1em;
	color: #7F7F7F;
	width: 250px;
}

div.contents div.item div#enquete .enqueteForm_Button input
{
	border: 0;
	float:right;
	margin-right: 40px;
	background-color: #5a6e90;
	color: white;
	font-size: 1em;
	height: 20px;
	width:160px;
}

div.contents div.item div#enquete select
{
	width: 260px;
	color: #7F7F7F;
	border: solid 1px #cccccc;
}

div.contents div.item div#enquete textarea
{
	border: solid 1px #cccccc;
	padding: 2px 4px;
	font-size: 1em;
	color: #7F7F7F;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}

span.required
{
	color: #827415;
}

div.contents div.item div#enquete td.infopane_form
{
	text-align: left;
	padding-right: 10px;
}

div.contents div.item div#enquete td.infopane_form div.seperator
{
	width: 350px;
}