/*
(c) Copyright 2007 ROBO Design
http://www.robodesign.ro/
*/

body
{
	font: 12px Arial, Helvetica, sans-serif;
	background: #003B5E;
	color: #fff;
	margin: 0;
	padding: 0;
}

a
{
	color: #831010;
	text-decoration: none;
}
a:hover, a:focus
{
	text-decoration: underline;
}

img
{
	border: 0;
}

label, button, input[type=submit], input[type=image], input[type=reset], input[type=button]
{
	cursor: pointer;
}

form
{
	display: inline;
}

button, input
{
	vertical-align: middle;
}

.small
{
	font-size: 0.9em;
}

/* a bit of divitis */
#main
{
	background: url("../images/bgr_content.png") top center repeat-y;
}

#main2
{
	background: url("../images/bgr_gradient.png") repeat-x;
}

#main3
{
	background: url("../images/top.png") no-repeat;
	width: 970px;
	margin: 0 auto;
	padding-top: 33px;
	position: relative;
	color: #2174A4;
}

#header
{
	background: url("../images/header.jpg") no-repeat;
	margin: 0 0 0 14px;
	padding: 119px 0 0 0;
	width: 942px;
	height: 0;
	overflow: hidden;
}

#skipnav
{
	left: 14px;
	display: none; /* as requested */
}

#language-picker
{
	right: 14px;
}

#skipnav, #language-picker
{
	position: absolute;
	top: 33px;
	margin: -1.5em 0 0 0;
	padding: 0;
}

#language-picker a
{
	color: #fff;
}

#skipnav a
{
	color: #bbb;
}

#skipnav a:hover
{
	color: #fff;
}

#headerflash
{
	position: absolute;
	width: 942px;
	height: 119px;
	top: 33px;
	left: 14px;
	z-index: 9812;
}

#pagetitle
{
	margin: 20px 44px 20px 224px;
	padding: 0;
	font-size: 1.5em;
}

#nav
{
	float: left;
	width: 140px;
	margin: 0 0 60px 14px;
	padding: 0 20px;
}

#nav h1
{
	display: none;
}

#nav h2
{
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 15px 0 2px 0;
	padding: 0;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li
{
	padding: 3px 0;
}

#nav form
{
	text-align: right;
}

#nav ul ul
{
	margin-left: 20px;
	list-style: square outside;
}

#amenu1, #amenu2
{
	text-decoration: underline;
}

#search-field, #newsletter-field
{
	width: 100%;
}

#menus-admin
{
	padding-bottom: 10px !important;
}

#header-info
{
	margin: 10px 44px 0 34px;
	height: 20px;
	position: relative;
}

#header-info p
{
	margin: 0;
	padding: 0;
}

#header-date
{
	position: absolute;
	top: 0;
	right: 0;
}

#content
{
	position: relative;
	margin: 0 44px 20px 224px;
}

#content p
{
	text-align: justify;
}

#footer
{
	clear: both;
	background: url("../images/footer.png") no-repeat;
	height: 24px;
	position: relative;
	color: #fff;
	padding: 5px 0 0 14px;
	font-size: 0.9em;
}

#footer p
{
	margin: 0;
	padding: 0;
}

#backtotop
{
	position: absolute;
	top: 5px;
	right: 13px;
	width: 105px;
	text-align: center;
	font-weight: bold;
}

#backtotop a
{
	color: #fff;
}

#page-print, #page-email
{
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-top: 20px;
	cursor: pointer;
}

#page-print
{
	background: url("../images/icon_print.png") no-repeat;
	right: 44px;
}

#page-email
{
	background: url("../images/icon_email.png") no-repeat;
	right: 68px;
}


