/* Global */

body, td, input, textarea { font: 12px Arial, Helvetica, sans-serif; color: #444; margin: 0; }

a img { border: 0; }
a { color: #00547d; outline: none; }

h1 { font-size: 22px; color: #333; margin: 0 0 0 20px; }

input.submit_short {
	background: url(../images/btn_short.gif) no-repeat;
	display: block;
	border: 0;
	width: 80px;
	height: 26px;
	padding: 0px 0 3px 10px;
	text-align: left;
	float: right;
	cursor: pointer;
	color: #555;
	line-height: 26px;
}

input.submit_short:hover {
	background: url(../images/btn_short_hover.gif) no-repeat;
}

/* Template */

body {
	background: #00547d url(../images/bg_body.jpg) no-repeat center top;
	text-align: center;
}

div.user {
	color: #fff;
	position: absolute;
}

div.user a {
	color: #fff;
}

div.container {
	text-align: left;
	margin: 40px auto;
	width: 900px;
}

a.logo {
	float: right;
	border: 0;
	margin-bottom: 30px;
}

/* Header */

div.banner {
	position: absolute;
	display: block;
	width: 617px;
	height: 295px;
	margin: 57px 0 0 0;
	*margin: 72px 0 0 0;
}

div.header {
	display: block;
	clear: both;
	width: 100%;
	height: 250px;
	background: url(../images/bg_header.gif) no-repeat;
	margin: 0 0 20px 0;
}

div.header_panel {
	margin: 0 0 0 650px;
	padding: 30px 0 0 0;
	width: 195px;
	height: 195px;
	overflow: hidden;
}

input.header_panel_input {
	width: 160px;
	padding: 4px 2px;
	height: 20px;
	border: 1px #ccc solid;
	float: left;
	line-height: 20px;
}

input.header_panel_submit {
	display: block;
	float: left;
	border: 0;
	width: 29px;
	padding: 3px 2px;
	height: 30px;
	background: url(../images/search_submit_btn.gif) no-repeat;
	cursor: pointer;
}

/* Mainmenu */

ul.mainmenu, ul.mainmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}

ul.mainmenu {
	margin-top: 50px;
}

ul.mainmenu li {
	width: 100%;
}

ul.mainmenu li a {
	display: block;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0;	
	background: url(../images/mainmenu_bullet.gif) no-repeat right center;
	border-bottom: 1px #ccc dashed;
}

ul.mainmenu li a:hover {
	color: #333;
	background-color: #E3DFD9;
	text-transform: uppercase;
}

/* Main */

div.main {
	display: block;
	clear: both;
	width: 100%;
	background: #eeeae4 url(../images/bg_main_top.gif) no-repeat;
	overflow: auto;
	padding: 20px 0;
	*margin-bottom: -2px;
}

div.main_content {
	padding: 20px;
	min-height: 200px;
}

/* Footer */
div.footer {
	margin: 10px 0 0 0;
	color: #fff;
}

div.footer a {
	color: #fff;
}

div.footer a.saltnpepper {
	float: right;
	color: #86c7e7;
	text-decoration:none;
	font-size: 10px;
}