
{
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

body {
line-height: 1;
background: #EDF6F7;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
color: #666;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 940px;
margin: 0 auto;
margin-top: 5px;
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #666;
-moz-box-shadow: 3px 3px 7px #666;
}

nav {
width: 940px;
height: 50px;
margin: 0 auto;
background: #384E80;
}

header {
	width: 940px;
	height: 200px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(images/logotype1_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #FFF url(images/bg.png) repeat-y;
overflow: hidden;
font-size: 14px
}

#content {
float: left;
width: 450px;
margin-left: 40px;
}

#sidebar1 {
float: left;
padding-left: 10px;
width: 180px;
}

#sidebar2 {
float: right;
padding-right: 30px;
width: 180px;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
}

h2, h3 {
border-bottom: 2px dotted #ddd;
color: #83B441;
}

a:link, a:visited {
color:#384E80;
text-decoration: none;
}

a:hover, a:active {
color: #5F822F;
text-decoration: underline;
}


p {
margin-bottom: 18px;
}

li {
	padding-left: 0px;
	list-style-image: url(images/arrow.gif);
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 17px 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: right;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
color: #DCF4F4;
}

/** HEADER */

header h1 {
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
float: left;
padding-top: 40px;
}

header h1 a:link, a:visited {
text-decoration: none;
color: #384E80;
font-size: 14px;
}

header h1 a:hover { 
text-decoration: underline; 
}

/** ARTICLES **/

article {
padding-right: 15px;
}
li {
	list-style-image: url(images/arrow.gif);
}

article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
margin-bottom: 12px;
}

/* sidebar and footer blocks */

aside h3 {
color: #5F822F;
font-size: 18px;
}

aside ul {
list-style: outside url(images/arrow.gif);
padding-left:5;
}



#footer-area {
background: #384E80;
color: #DCF4F4;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
}

.footer-segment {
float: left;
margin-right: 20px;
margin-left: 20px;
width: 255px;
}

footer aside h4 {
color: #DCF4F4;
font-size: 16px;
line-height: 1.5em;
white-space:nowrap;
}

footer a:link, a:visited {
color: #666666;
}

footer a:hover { 
text-decoration: underline; 
}
#contactform {
	text-align: left;
	border: 1px dashed #999999;
}

