/* CSS Document */
body {
    background: #0B4DA2;
    padding: 0px;
    margin: 0px;
    font: normal 10pt Trebuchet MS, Arial, sans serif;
}

#wrapper {
    background: #fff url(../graphics/bgr_body.jpg) repeat-x;
    padding-bottom:1px;
}

#footer {
    height: 98px;
    background: #0B4DA2 url(../graphics/bgr_footer.jpg) repeat-x;
}

#topbar {
    height: 21px;
    border-width: 0px 11px 1px 0px;
    border-style: solid;
    border-color: #0B4DA2;
    margin-right: 334px;
    background: #D9D9D9 url(../graphics/bgr_top.jpg) no-repeat;
    color: #000;
    font-size: 8pt;
    text-align: right;
    padding-right: 10px;
}

#topbar img {
    vertical-align: text-bottom;
    padding-left: 12px;
    margin-right: 3px;
    border: none;
}

#topbar a {
    text-decoration: none;
}

#contentwrapper {
    background: url(../graphics/bgr_globe.jpg) 0px 21px no-repeat;
}

#logo {
    position: absolute;
    right: 1px;
    top: 0px;
}

#logo img {
    border: none;
}

#menuwrapper {
    
    width: 257px;
    padding-bottom: 151px;
    background: url(../graphics/bgr_undermenu.jpg) bottom repeat-x;
}

#rightcolumn {
    margin: 84px 1px 0px 0px;
    float: right;
    width: 257px;
}

#menu {
    border-color: #0B4DA2;
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    background: #44A5CC url(../graphics/bgr_menu.jpg) repeat-x;
    padding: 1em 1em 2em 2em;
}

#menu .submenu {
    /*padding: 10px auto;*/
    margin-left: 2em;
}

#menu a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

#menu a.selected {
    color: #ffFF08;
    text-decoration: underline;
}

#menu a:hover {
    text-decoration: underline;    
}

#menu li {
    margin: 10px 0px;
    list-style-type: none;
}

#cookiecrumb {
    margin: 10px 0px 0px 10px;
    font-size: 8pt;
}

#cookiecrumb div {
    margin-left: 1em;
}

#cookiecrumb a {
    font-weight: bold;
    color: #1171f0;
    text-decoration: none;
}

#content {
    line-height: 1.8em;
    margin-right: 257px;
    padding: 0px 20px 20px 20px;
    background: url(../graphics/bgr_content.png) top center repeat-y;
}

#content p {
    
}

#content h1 {
    text-align: center;
    color: #43A5CC;
    font-size: 1.2em;
    margin: 20px;
    line-height: normal;
    clear: left;
}

#content h2 {
    font-size: 1em;
    clear: left;
}

#rightpanel {
    font-size: 0.8em;
    padding-right: 20px;
}

#rightpanel h1 {
    font-size: 1.2em;
    text-align: center;
    color: #0B4DA2;
}

#rightpanel li {
    margin-top: 10px;
    padding: 5px;
    text-align: left;
}

#rightpanel ol li {
    background: #ffc;
    border: 2px solid #F7CE00;
}


#address {
    clear: both;
    margin: 0px 2px;
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #0b4da2;
}

#address div {
    margin: 1px 5px;
    background: #0a4591 url(../graphics/bgr_address.jpg);
    color: #fff;
    text-align: center;
    font-size: 8pt;
    padding: 3px;   
}

#stopper {
    clear:both;
}

#adminpanel 
{
    position: absolute;
    left: 20px;
}

.panel {
    width: 250px;
}

.left {
    float: left;
    margin: 5px 10px;
    margin-left: 0px;
}

.right {
    float: right;
    margin: 5px 10px;
    margin-right: 0px;
}

.photo {
    
    padding: 1px;
}

.ptext {
    text-align: justify;
}

.indent {
    margin-left: 2em;
}

.link {
    text-align: right;
}

table.services {
    line-height: normal;
    font-size: 8pt;
    color: #0b4da2;
}

table.services td {
    padding-bottom: 20px;
}

table.services img {
    border: none;
}

.contactform {
    margin: 0px auto;
    width: 400px;
}

.contactform .description {
    margin-bottom: 20px;
}

.contactform .required {
    font-size: 8pt;
    margin-left: 10px;
}

.contactform textarea {
    width: 400px;
    height: 175px;
}

.contactform .control {
    text-align: right;
}

.errormessage .required {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .email {
	display: block;
	margin: 10px 0px;
	text-align: left;
}

.errormessage .fieldname {
	font-weight: bold;
}

.errormessage {
	color: #990000;
	background: #DDDDCC;
	border: 1px solid #AA0000;
	display: block;
	padding: 5px;
	width: 400px;
	margin: 10px auto;
}

.lastupdate {
font-size: 8pt;
text-align: center;
background: #0b4da2;
color: #a3d3df;
padding: 2px 0px;
}
