﻿/* CSS Document */
body.editor {
background: #fff;
}

body{
font: 62.5% Arial, Helvetica, sans-serif;
background: url(../images/sce/bg.jpg) repeat-x #396690;
}

/* ------------------------------------------------------------ layout */
#header {
width: 738px;
margin: 0 auto 0 auto;
height: 187px;
background: url(../images/sce/header.jpg) no-repeat left top;
}

#frame {
width: 737px;
margin: 0 auto;
background: #fff;
}

#copyright {
clear: both;
width: 727px;
padding: 5px;
margin: 0 auto;
background: #044FA2;
color: #ffffff;
font-size: 1.1em;
}

#copyright a {
color: #FFF;
}

#leftcontent {
float: left;
width: 156px;
position: relative;
top: 0px;
padding: 0px;
}
	
#rightcontent {
float: right;
width: 184px;
position: relative;
top: 0px;
padding: 0px;
}
	
#contentcenter {
width: 370px;
min-height: 150px;
padding: 10px;
position: relative;
float: left;
}

#contentcenterint{
width: 550px;
min-height: 150px;
padding: 10px;
position: relative;
float: left;
}

#footer {
width: 737px;
margin: 5px auto 0 auto;
text-align: center;
Display: block;
}

#footer a{
color: #ffffff;
}

.footer_link {
border: 1px none #ffffff; 
}

#contactform {
width: 350px;
color: #0451A4;
margin: 5px 5px 5px 0px;
border: 1px solid #CECECE;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding: 10px;
position: relative;
/*float: right;*/
height: 220px;
font-size: 1.2em;
}

.form_element {
display: block;
width: 350px;
}

.image {
position: relative;
float: left;
margin-right: 100px;
}

/* ------------------------------------------------------------ end layout */
/* ------------------------------------------------------------ nav */
.topmenu {
padding: 10px;
}

.topmenu a {
color: #DCD50D;
}

#navcontainer {
margin: 0px 0px 0px 0px;
padding: 10px 0px 0px 0px;
width: 155px;
}

#navcontainer a {
color: #FFF;
font-size: 1.2em;
text-decoration: none;
display: block;
width: 100%;
padding: 0;
text-align: left;
}

#navcontainer a:hover {
color: #DCD50D;
}

#navcontainer li {
margin-top: 0px;
list-style-image: url(../images/sce/arrow.gif);
}

#navcontainer ul {
line-height: 10pt;
position: relative;
margin: 0;
/*width: 115px;*/
}

#navcontainer li img {
margin-bottom: 0px;
position: relative;
left: -10px;
top: -5px;
}

.sidenav {
background: url(../images/sce/side_mnu_bg.jpg) repeat-y;
}

/* ------------------------------------------------------------ end nav */
/* ------------------------------------------------------------ content */

.float-left, .floatleft{
position: relative;
float: left;
}

.float-right, .floatright{
position: relative;
float: right;
}

h1 {
color: #0451A4;
font-size: 1.8em;
}

h2 {
color: #0451A4;
font-size: 1.6em;
}

h3,h4,h5,h6 {
color: #0451A4;
font-size: 1.4em;
}

p {
font-size: 1.2em;
line-height: 1.4em;
color: #595959;
padding-bottom: 5px;
}

a {
color: #0451A4;
padding: 5px 5px 5px 0px;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a.nopad{
padding: 0;
}

#header a {
padding: 5px 5px 5px 0px;
}

#footer a {
padding: 5px 5px 5px 0px;
}

.clear {
clear: both;
}

#postcard_manager .docname {font-size: 1.2em; width: 100%; height: 30px; display: block;}

#postcard_manager .panel {margin-bottom: 20px;}
