/* mac hide\*/
html, body {height:100%}
/* end hide */

* html #outer { height: 100%; }

* { margin: 0; padding: 0; }

body {
	background: #fff url(../images/bg.gif) top center repeat-y;
	color: #053A70;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 100%/120% "Arial", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outer {
	width: 803px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
	height: 100%;
}

#wrapper1 {
	width: 750px;
	margin: auto;
}

#contentwrap {
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#header {
	background: #fff url(../images/header_text.gif) top right no-repeat;
	height: 75px;
}

	#headerleft {
		float: left;
		padding: 7px 0 0 10px;
	}
	
	#headerright {
		 float: right;
	}

#col-left {
	background: #fff;
	float: left;
	width: 500px;
	display: inline;
}

.col-right {
	float: right;
	width: 200px;
}
	
/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	font-size: 0.9em;
	color: #ADB3C2;
	border-top: 1px solid #848FB1;
	padding-top: 5px;
	width: 550px;
}
#footer p {
	margin: 0;
}
	#footerleft {
		padding: 0 0 0 15px;
	}
	
	#footerright {
		 float: right;
		 padding: 0 15px 0 0;
	}
	
	#footer a {
		color: #ADB3C2;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}

/* Navigation refer to horizontal_nav.css)
------------------------------------------------------------------*/

#h-nav {
	display: block;
	background: #053A70 url(../images/nav_bg_on.jpg) 0 0 repeat-x;
	overflow: hidden;
	float: left;
	width: 100%;
	border-top: 1px solid #6877A4;
	border-bottom: 1px solid #6877A4;
}

/* Subnav
------------------------------------------------------------------*/

ul#subnav {
	margin: 0 0 0 1px;
	padding: 0;
}

ul#subnav li {
	list-style: none;
	float: left;
}

ul#subnav li a {
	display: block;
	background: #6877A4;
	color: #fff;
	padding-left: 20px;
	line-height: 25px;
	width: 180px;
}

ul#subnav ul{
	padding: 0pt;
}

ul#subnav li li{
	list-style: none;
	float: left;
}

ul#subnav li li a{
	display: block;
	background: #6877A4;
	color: #bbb;
	padding-left: 40px;
	line-height: 25px;
	width: 160px;
}

ul#subnav li a:hover, ul#subnav li#li_selected a {
	background: url(../images/nav_bg.jpg) 0 0 repeat-x;
	text-decoration: none;
}

/* Newsitem1
------------------------------------------------------------------*/

.newsitem1 {
	border-bottom: 1px solid #D7DAE1;
	clear: both;
	margin-bottom: 1em;
}
.newsitem1 h3 {
	margin-bottom: -1.2em;
}
.newsitem1 p.date {
	font-size: 0.9em;
	color: #6877A4;
}
.newsitem1 img {
	float: left;
	margin: 0 15px 15px 0;
}
/*.newsitem1 p, .newsitem1 h3 {
	margin-left: 115px; /* stop text wrapping around image */
/*}*/

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #FF6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

p { margin: 0 0 1em 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.3em 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #000;
	color: #495578;
	font-family: "Trebuchet MS", Verdana;
	padding-bottom: 5px;
	border-bottom: 1px solid #495578;
}

	h2 a {
		color: #000;
		text-decoration: none;
	}
	
	h2 a:hover {
		color: #000;
		text-decoration: none;
	}
	
h3 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	color: #FF6600;
}

h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
}

.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
}

.padding { padding: 15px; }

.emphasis {
	font-size: 1.1em;
	font-weight: bold;
}

.clear { clear: both; }

/*** Messages ***/

div.error {
	width: 100%;
	height: 22px;
	background: #FF6666 url(../images/error.gif) 10px 8px no-repeat;
	position: absolute;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
}

/* Forms
------------------------------------------------------------------*/

form {
	margin: .5em 2em;
	font-size: 1.1em;
}

input, select, textarea {
	margin-left: .5em;
}

fieldset {
	margin: 1em 0;
	padding: .3em 1em;
}

fieldset br { display: none; }

legend {
	font-weight: bold;
}

fieldset div {
	clear: both;
	margin: .3em 0;
	position: relative;
}

fieldset div span {
	display: none;
}

fieldset div:hover span {
	font-size: 85%;
	background-color: #fff;
	margin-left: 20em;
	line-height: 1.3em;
	padding: .2em .5em .3em;
	border: 1px solid #999;
	color: #666;
	display: block;
	position: absolute;
	z-index: 100;
	float: right;
}

* html fieldset div span {
	display: none;
}

label, fieldset div.cr p {
	margin: 0;
	display: block;
	width: 10em;
	text-align: left;
	float: left;
	font-size: 0.9em;
}

fieldset div.cr p { margin-left: -10em; }

div.cr {
	margin-left: 9em;
}

fieldset div.cr label {
	text-align: left;
	display: inline;
	float: none;
}

.mandat { color: #ff0000; }

.mandat:after { content: "*"; }

.buttons { margin: 1em 0 0 9em; }

.removed { display: none !important; }

/* Tables
------------------------------------------------------------------*/

table, th, td { border: none; }
