/* GOBAL SETTINGS */
body {
	margin: 0 15px;
	background-color: #F5F3E6;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666966;
}

div#pageWrapper {
	width:990px;
	margin: 0 auto;
	overflow: hidden;
	background: #F5F3E6 url(layout/body-background.gif) repeat-y center;
	text-align: left;
}

div.pageElement {
	margin: 0 7px;
}

/* HEADER */
div#header {
	width:975px;
	overflow: hidden;
	background: #03426D url(layout/header-background.jpg) no-repeat center top;
	margin-bottom:5px;
}

/* LOGO */
a#logo {
	display: block;
	height: 200px;
	width: 225px;
	margin-left: 750px;
	border: 0;
}

a#logo span {
	display: none;
}

/* NAVIGATION MAIN */
div#mainNavigation {
	font-size: 14px;
	line-height: 36px;
	color: #FFFFFF;
}

div#mainNavigation ul {
	width: 750px;
	height: 45px;
	overflow: hidden;
	margin: 0 0 0 20px;
	padding: 0;
}

div#mainNavigation li {
	margin: 0;
	padding: 0 25px 0 0;
	list-style-type: none;
	display: inline;
}

div#mainNavigation strong {
	font-weight: normal;
}

div#mainNavigation a {
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
}

div#mainNavigation li.active strong, div#mainNavigation li.trail strong {
	border-bottom: 1px solid #A0BFD4;
	
}

/* NAVIGATION LEVEL 01 */
div#navigationLevel01 ul {
	margin:25px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 13px;
	color: #FFFFFF;
}

div#navigationLevel01 li {
	margin: 0;
	padding: 0 0 6px 0;
	list-style-type: none;
	border-bottom: 1px solid #F5F3E6;
}

div#navigationLevel01 strong {
	font-weight: normal;
}

div#navigationLevel01 a {
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
}

/* NAVIGATION BREADCRUMP */
div.mod_breadcrumb {
	margin-bottom: 15px;
}

div.mod_breadcrumb, div.mod_breadcrumb a {
	border: 0;
	font-size: 10px;
	text-decoration: none;
	color: #164A72;
}

/* CONTENT */
div#left, div#main, div#right {
	overflow: hidden;
	margin-bottom: 5px;
}

/* FOOTER */
div#footer {
	width: 990px;
	margin: 0 auto 15px auto;
	padding: 5px 0 20px 0;
	background: url(layout/footer-background.gif) no-repeat center bottom;
	color: #FFFFFF;
}

div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

div#footer strong {
	font-weight: normal;
}

div#footer span {
	padding: 0 5px;
}

div#footer li:first-child span {
	display: none;
}

div#footer a {
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
}