/* CSS Document */
* {
	padding:0px;
	margin:0px;
}

/* styling */
body, td, th, div{
	vertical-align:top;
	font-size:11px;
	color:#403931;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#403931;
}	
a:hover {
	color:#f60;
}
a img {
	border:none;
}
p {
	margin-bottom:0.75em;
}
hr {
	height:1px;
	border:dashed #bbb;
	border-width:1px 0px 0px 0px;
	margin:15px 0px 15px 0px;
}
h3 {
	font-size:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	color:#F60;
	font-weight:normal;
	margin-top:0.5em;
	margin-bottom:1em;
}
h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1em;
}
ul, ol {
	margin-left:22px;
}

/* layout */

body {
	text-align:center;
}
#wrapper {
	margin:auto;
	text-align:left;
	background-image:url(images/bg_body.gif);
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	position:relative;
	top:60px;
	width:900px;
	min-height:500px;
	padding-bottom:10px;
}
#header {
	height:90px;
	position:relative;
}
#footer {
	position:absolute;
	left:0px;
	bottom:-50px;
	width:898px;
	text-align:center;
	line-height:2em;
	color:#999;
}
#footer a {
	font-weight:normal;
	text-decoration:underline;
}
#login {
	position:absolute;
	top:20px;
	right:10px;
	vertical-align:middle;
}
#login img {
	padding: 0px 2px 0px 2px;
	position:relative;
	top:-1px;
}
#login input.submit {
	background:url(images/login.0.gif);
	border:none;
	width:39px;
	height:24px;
}
#login input.submit:hover {
	background:url(images/login.1.gif);
}
#topmenu {
	position:absolute;
	right:16px;
	bottom:0px;
}
#topmenu img {
	margin-right:1px;
}
.submenu {
	z-index:1;
	position:absolute;
	background-image:url(images/bg_submenu.gif);
	background-repeat:repeat-y;
	background-color:#D2CAC7;
	width:150px;
	visibility:hidden;
	padding:4px;
	text-align:left;
}
.submenu a {
	font-weight:normal;
	display:block;
	padding:5px;
	border-top:1px solid white;
	width:140px;
}
.submenu a.current { font-weight:bold }
.submenu a.first { border-top:none }
.submenu a:hover {
	background:#FFFFFF;
}

#sidemenu {
	margin:2.5em 0px 0px 30px;
}
#sidemenu li {
	margin-top:1em;
	position:relative;
	list-style-image:url(images/bullet_sidemenu.gif);
	padding-left:3px;
}
#sidemenu a {
	position:relative;
	top:2px;
	font-weight:normal;
}
#sidemenu a.current {
	font-weight:bold;
	color:#F60;
}

/* wrapper images (crop marks and logo) */
img.wrapper 	{ position:absolute; }
#top_left		{ top:-49px; left:-49px; }
#top_middle		{ top:-49px; left:0px; }
#top_right		{ top:-49px; right:-49px; }
#mid_left		{ left:-49px; }
#mid_middle		{ position:relative; float:left; }
#bot_left		{ left:-49px; bottom:-49px; }
#bot_right		{ right:-49px; bottom:-49px; }

/* columns */
#page {
	overflow:hidden;
	position:relative;
	/*background:url(images/header_page_suppl.gif) top right no-repeat;*/
	background:url(images/header_page_suppl2.gif) top left no-repeat;
}
#page_header {
	display:block;
}
#page_header_suppl {
	position:absolute;
	right:0px;
	top:76px;
}

#page .column_left {
	float:left;
	width:160px;
}
#page .column_right {
	float:right;
	width:160px;
}
#page .column_main {
	float:left;
}
#wrapper .lm, #wrapper .mr {
	width:740px;
}
#wrapper .m {
	width:580px;
}
/* page elements */

div.info {
	border-left:1px solid #a69e95;
	margin-left:39px;
	padding-top: 74px;
	padding-left: 17px;
}
div.info_header {
	position:relative;
	height:0px;
	padding:10px 0px 0px 10px;
}
div.info_header embed, div.info_header object {
	position:absolute;
	width:100%;
}

div.imagestrip_vertical {
	border-right:1px solid #c9bfb8;
	padding-top:110px;
	width:80px;
	overflow:visible;
}

div.imagestrip_vertical img {
	margin:0px 0px 15px 15px;
}
span.note {
	filter:alpha(opacity=66);
	-moz-opacity:.66;
	opacity:.66;
	font-size:0.8em;
}
#contents {
	border:1px dashed #B1A79C;
	margin-bottom:1.5em;
	padding:0.5em;
	background: #fff;
}
#contents a {
	font-weight:normal;
}
#contents ol {
	color:#877863;
}

/* forms */

input.text, input.password, select, textarea, input.submit {
	border:1px solid #ccc;
	padding:1px;
	background:#faf9f8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
input.text:hover, input.password:hover, select:hover, textarea:hover {
	background-color:#fff;
	border-color:#ddd;
}
input.text:focus, input.password:focus, select:focus, textarea:focus {
	border-color:#f60;
	color:#000;
}
input.submit {
	border:1px solid;
	background:#e5e0dd;
	border-color:#aaa;
	padding:1px 8px 1px 8px;
}
input.submit:hover {
	color:#333;
	border-color: #fff #aaa #aaa #fff;
}
label {
	gfilter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
label:hover {
	gfilter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div.photo p {
	line-height:1.3em;
	font-style:italic;
	padding-top:4px;
}
div.photo a {
	font-weight:inherit;
	text-decoration:underline;
}