/* GENERAL.css */
/* ================================================= */
/* NAVIGATION */
#Navigation div.navigationBorder {
	background-image:url(../jpg/navigation-background.jpg);
	background-repeat:repeat-y;
	background-color: #5491b0;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-bottom:0;
	margin-left: 15px;
}
#Navigation li {
	display:block;
	float:left;
	font-size:11px;
	padding-bottom:0;
}
#Navigation li.separator {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:repeat-y;
	background-position:right;
	display:block;
	float:left;
	height:26px;
	width:2px;
}
#Navigation a {
	color: #FFF;
	display: block;
	margin: 0;
	padding: 4px 8px 5px 8px;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	background-image:url(../jpg/navigation-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #23abe2;
	color:#FFF;
}
#Navigation a.active {
	background-image:url(../jpg/navigation-active.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #203a63;
	font-weight:bold;
}



/* ================================================= */
/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	padding-left:12px;
	width: 178px;
}
#Content div.twoColumnLeft div.menu2 {
	background-color: #eaf7fe;
	border: 1px solid #4b839e;
	margin-bottom: 8px;
	width:176px;
}

/* navlist */
#Content div.twoColumnLeft ul.navlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
#Content div.twoColumnLeft ul.navlist li {
	padding-bottom:0;
}

/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#243f6a;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:5px;
	padding:4px 6px 5px 6px;
	width:164px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}

/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 6px;
	text-decoration: none;
	width:164px;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}

/* sub */
#Content div.twoColumnLeft ul.navlist li.sub {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.twoColumnLeft ul.navlist li.sub a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 16px;
	text-decoration: none;
	width:154px;
}
#Content div.twoColumnLeft ul.navlist li.sub a:link, #Content div.twoColumnLeft ul.navlist li.sub a:visited {
}
#Content div.twoColumnLeft ul.navlist li.sub a:hover, #Content div.twoColumnLeft ul.navlist li.sub a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.twoColumnLeft ul.navlist li.sub a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}

/* buttons */
#Content div.twoColumnLeft div.buttons {
	width: 178px;
}
#Content div.twoColumnLeft div.buttons p {
	color:#959696;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:5px;
}
#Content div.twoColumnRight div.buttons div.leftButton {
	margin-bottom:6px;
}

/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin-left: 20px;
	padding-right:10px;
	width: 660px;
}

/* ================================================= */
/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	float:left;
	padding-left:12px;
	width: 178px;
}
#Content div.threeColumnLeft div.menu2 {
	background-color: #eaf7fe;
	border: 1px solid #4b839e;
	margin-bottom: 8px;
	width:176px;
}

/* navlist */
#Content div.threeColumnLeft ul.navlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
#Content div.threeColumnLeft ul.navlist li {
	padding-bottom:0;
}

/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#243f6a;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:15px;
	padding:4px 6px 5px 6px;
	width:164px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}

/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 6px;
	text-decoration: none;
	width:164px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visited {
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}

/* sub */
#Content div.threeColumnLeft ul.navlist li.sub {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.threeColumnLeft ul.navlist li.sub a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 16px;
	text-decoration: none;
	width:154px;
}
#Content div.threeColumnLeft ul.navlist li.sub a:link, #Content div.threeColumnLeft ul.navlist li.sub a:visited {
}
#Content div.threeColumnLeft ul.navlist li.sub a:hover, #Content div.threeColumnLeft ul.navlist li.sub a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.threeColumnLeft ul.navlist li.sub a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}

/* buttons */
#Content div.threeColumnLeft div.buttons {
	width: 178px;
}
#Content div.threeColumnLeft div.buttons p {
	color:#959696;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:5px;
}
#Content div.threeColumnLeft div.buttons div.leftButton {
	margin-bottom:6px;
}


/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	width: 485px;
}


/* threeColumnRight */
#Content div.threeColumnRight {
	background-color: #eaf7fe;
	float:left;
	margin-right:10px;
	margin-left: 10px;
	width: 178px;
}

/* navlist */
#Content div.threeColumnRight ul.navlist {
	list-style-type: none;
	margin:0;
	padding:0;
}
#Content div.threeColumnRight ul.navlist li {
	padding-bottom:0;
}

/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/menu-title-background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#243f6a;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	margin-bottom:15px;
	padding:4px 6px 5px 6px;
	width:164px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}

/* main */
#Content div.threeColumnRight ul.navlist li.main {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.threeColumnRight ul.navlist li.main a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 6px;
	text-decoration: none;
	width:164px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visite {
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}

/* sub */
#Content div.threeColumnRight ul.navlist li.sub {
	font-size: 0.7em;
	line-height:1.1em;
	width:176px;
}
#Content div.threeColumnRight ul.navlist li.sub a {
	color:#73a6be;
	display:block;
	padding:5px 6px 5px 16px;
	text-decoration: none;
	width:154px;
}
#Content div.threeColumnRight ul.navlist li.sub a:link, #Content div.threeColumnRight ul.navlist li.sub a:visited {
}
#Content div.threeColumnRight ul.navlist li.sub a:hover, #Content div.threeColumnRight ul.navlist li.sub a:active {
	background-color:#b9d9ea;
	color:#fff;
}
#Content div.threeColumnRight ul.navlist li.sub a.active {
	background-color: #62a3c5;
	color:#fff;
	display: block;
	font-weight:bold;
	text-decoration: none;
}



