/*
	screen_all.css
	Core CSS for on-screen display
	
	see screen_ie6.css for MSIE 6 and earlier browsers.
	see screen_ie7.css for MSIE 7 and later browsers.
*/

body {
	margin:0;
	padding:0;
	font-size:10px;
	font-family:Verdana,Helvetica,Arial,'sans-serif';
	background:#406578 url('../images/body_bg.jpg') 0 0 repeat-x;
	color:#000;
	}
div {
	position:relative;
	margin:0;
	padding:0;
	}
img { border:0; }
a,.pseudolink {
	color:#069;
	}
a:visited {
	color:#6a0085;
	}
a:hover,.pseudolink:hover {
	color:#00f;
	}
a:active,.pseudolink:active {
	color:#696;
	}
.pseudolink { cursor:pointer; }
/* general page container */
#container {
	width:801px;
	margin:0 auto 0;
	}
/* page header */
#header {
	width:801px;
	height:329px;
	background:url('../images/header_top_bg.jpg') 0 0 no-repeat;
	}
#header img {
	display:block;
	}
#header_lower_bg {
	display:block;
	position:absolute;
	right:0;
	top:111px;
	width:648px;
	height:218px;
	background:#000 url('../images/header_lower_bg.jpg') 0 0 no-repeat;
	}
#manon_logo {
	position:absolute;
	top:42px;
	left:-17px;
	}
#header_manon {
	position:absolute;
	top:111px;
	left:0;
	}
#header_lower_bg img {
	position:absolute;
	left:25px;
	bottom:0;
	}
/* content area */
#content { /* width:881px */
	background:#fff;
	width:801px;
	padding:0;
	color:#3e3e3e;
	}
#nav {
	position:relative;
	width:118px;
	float:left;
	padding:17px 0 0 18px;
	margin:0;
	list-style:none;
	}
#nav li {
	width:118px;
	margin:0;
	}
#nav li a,#nav li span {
	display:block;
	padding:8px 0 8px 9px;
	width:109px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.1em;
	border-top:solid #eaeef0 2px;
	}
#nav span { color:#000; }
#nav a,#nav a:visited {
	color:#406578;
	text-decoration:none;
	}
#nav a:hover {
	text-decoration:underline;
	}
#nav li:first-child a,#nav li.first-child a,#nav li:first-child span,#nav li.first-child span {
	border:none;
	}
#text { /* width:881px */
	background:#fff;
	width:510px;
	padding:26px 0 24px 42px;
	color:#3e3e3e;
	float:left;
	}
#text p,#content li {
	font-size:1.1em;
	line-height:1.4em;
	}
#text p,#text ul,#text ol {
	margin:0 0 1em;
	padding:0;
	clear:left;
	}
#text ul,#text ol {
	margin-left:1.4em;
	}
#text h1 {
	font-size:1.2em;
	color:#000;
	margin:0 0 1em;
	clear:left;
	}
#text .right,#text .alignright {
	float:right;
	margin:3px 0 3px 12px;
	}
#text .left,#text .alignleft {
	float:left;
	margin:3px 12px 3px 0;
	}
#text .bordered {
	border:solid #000 1px;
	}
#text hr {
	color:#fff;
	border:solid #ddd 1px;
	margin:0 0 1em;
	}
/* Web mail form */
#text .mailnotice {
	border:solid #ee8e1d 1px;
	padding:3px;
	color:#000;
	background:#f8eee3;
	}
.form label {
	display:block;
	margin:0 0 1em;
	width:450px;
	float:none;
	clear:both;
	text-align:right;
	}
.req {
	color:#F18B1C;
	font-weight:bold;
	}
.form label input,.form label textarea {
	width:294px;
	margin-left:1em;
	color:#000;
	background:#f8eee3;
	border:solid #3e3e3e 1px;
	padding:3px;
	font-family:Verdana,Helvetica,Arial,'sans-serif';
	font-size:1.1em;
	}
.form label textarea {
	float:right;
	margin:0 0 0 18px;
	}
.form label span {
	width:130px;
	float:right;
	}
.form .formconf {
	display:none;
	}
.form .formbutton {
	width:300px;
	margin-left:148px;
	padding:1em 0 0;
	text-align:left;
	float:none;
	clear:both;
	}
.form .formbutton input {
	display:block;
	width:11em;
	margin:0;
	color:#fff;
	background:#bd6c0d;
	cursor:pointer;
	float:left;
	}
.form .formbutton input.nonactive {
	color:#ccc;
	cursor:default;
	background:#F8F5EC;
	border:solid #ccc 1px;
	}

/* footer */
#footer {
	width:801px;
	background:#000;
	padding:14px 0 13px;
	border-top:solid #ee8e1d 4px;
	color:#fffefe;
	line-height:1.5em;
	text-align:center;
	}
#footer a,#footer a:visited {
	color:#a9bfcb;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
/* general exemptions */
.small { font-size:0.8em; }
.spoken { display:none; }
* .nofloat { float:none; }
* .clearall {
	clear:both;
	float:none;
	display:block;
	}
* .ca {
	clear:both;
	float:none;
	font-size:0.1px;
	line-height:0.1px;
	display:block;
	width:1px;
	margin-left:-1px;
	overflow:hidden;
	}

/* EOF */
