﻿body, html 
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

*
{
	font-family: Verdana;
}
img
{
	border: 0;
}
h1
{
	font-size: 13px;
}
h2
{
	font-size: 13px;
}


#container
{
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	background-image: url(../images/content-repeater.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	border-left: 1px solid #4F6679;
	border-right: 1px solid #4F6679;
}
#header
{
	height: 242px;
	background-image: url(../images/header.jpg);
	position: relative;
}
#menu
{
	position: absolute;
	top: 209px;
	z-index: 65535;
}
#menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}
#menu a
{
	display: block;
	height: 48px;
	padding-top: 15px;
	width: 121px;
	background-image: url(../images/menu.png);
	text-decoration: none;
	color: #124F78;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#menu a:hover, .activemenu
{
	background-image: url(../images/menu2.png) !important;
	color: #FDF2DC !important;
}

#contentcontainer
{
	position: relative;
	margin-bottom: 80px;
	overflow: hidden;
}
#leftbox
{
	float: left;
	width: 215px;
}
#leftcontact a
{
	color: #fff;
	text-decoration: none;
}
#leftcontact a:hover
{
	color: #414042;
}
#leftcontact
{
	width: 215px;
	height: 204px;
	padding-top: 88px;
	background-image: url(../images/content-left.jpg);
	color: #fff;
	font-size: 10px;
	text-align: center;
}
#leftcontact h4
{
	font-size: 12px;
}
#leftfoto
{
	background-color: #fff;
	padding-bottom: 5px;
}
#content
{
	float: left;
	width: 650px;
	padding-left: 80px;
	padding-right: 20px;
	padding-top: 88px;
	color: #414042;
	font-size: 11px;
	line-height: 1.5;
}
#content ul
{	
	list-style-image: url(../images/listitem.gif);
	list-style-type: none;
	padding-left: 20px;
}
#content li
{
}

#footer
{
	position: relative;
	margin: -80px auto 0 auto;
	height: 80px;
	width: 980px;
	background-image: url(../images/footer.jpg);
	overflow: hidden;
}
#footertext1
{
	color: #fff;
	font-size: 11px;
	height: 42px;
	padding-top: 10px;
	width: 215px;
	text-align: center;
}
#footertext2
{
	text-align: right;
	color: #1E2079;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 10px;
}
