@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Myriad Pro", Arial, Verdana, Helvetica, sans-serif;
	font-size: 75.1%;
	color: #555;
	margin: 0px;
	padding: 0px;
	line-height:1.9em;
	background-color:#f6f6f6;
}

.int {
margin:0px auto;
width:820px;
}

img {
border:none;
}

ul, li, ol {
padding:0;
margin:0;
}

a {
color:#2985ac;
}
.main ul {
padding-left:20px;
}
.top, .header, .main, .footer {
float:left;
width:100%;
}

.top {
background-image:url(../images/topbck.jpg);
background-repeat:repeat-x;
background-position:bottom;
padding-top:10px;
height:69px;
background-color:#000000;
}

.header {
background-image:url(../images/headerbck.jpg);
background-repeat:repeat-x;
background-position:top;
}

.main {
background-image:url(../images/mainbck.jpg);
background-repeat:repeat-x;
background-position:top;
padding:24px 0;
background-color:#fff;
border-bottom:1px solid #cecece;
}

.leftbox, .centerbox, .rightbox {
float:left;
width:29%;
}

.centerbox {
padding:0 5%;
}

.footer {
color:#888;
font-size:0.88em;
padding:16px 0;
}

h2 {
color:#579fcb;
	font-size: 1.8em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	line-height: 1.6;
	margin:2px 0;
	display: block;
	font-weight: bold;
	padding:5px 0;
}

h3 {
color:#2985ac;
	font-size: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.6;
	margin:0;
	margin-bottom: .6em;
	display: block;
	font-weight: bold;
	padding:0 0 0.4em 0;
	border-bottom:1px solid #e9e9e9;
}

.small {
color:#ccc;
font-size:0.88em;
}

.module {
border-bottom:1px solid #e9e9e9;
padding-bottom:6px;
margin-bottom:6px;
}

.left {
float:left;
width:64%;
}

.right {
float:right;
width:32%;
}

.left2 {
float:right;
width:64%;
}

.right2 {
float:left;
width:32%;
}

.logo {
float:left;
width:378px;
}

.topmenu {
float:right;
width:auto;
}

.topmenu ul {
margin-top:26px;
}

.topmenu ul li {
float:left;
list-style:none;
}

.topmenu ul li a:link, .topmenu ul li a:visited {
padding:30px 16px;
text-decoration:none;
color:#4f626d;
}

.topmenu ul li a:hover {
color:#ade7ff;
}

.topmenu ul li a.active:link {
background-image:url(../images/topmenuarrow.jpg);
background-position:top center;
background-repeat:no-repeat;
color:#ade7ff;
}

blockquote {
margin: 0 0 0 0;
padding: 0;
font: italic 130% Georgia;
font-size:1.1em;
color: #777;
line-height:32px;
}

.topcontent {
padding:10px 0 10px 0;
}

img.image {
border:1px solid #e4e4e4;
padding:6px;
margin:0 10px 0 0;
}