﻿img {
	border:0;
}

body {
	background:url("images/body_background.jpg") left top repeat-x #738e78;
	font-family:Arial;
	font-size:12px;
}

div#header {
	background:url("images/header_background.png") left top no-repeat transparent;
	width:980px;
	margin:auto;
	height:155px;
	position:relative;
}

img#logo {
	position:absolute;
	left:5px;
	top:5px;
}

div#banner {
	width:900px;
	height:120px;
	background-image:url("images/1.jpg");
	position:absolute;
	left:69px;
	top:11px;
}

div#menu {
	background:url("images/menu_background.png") left top repeat-x transparent;
	height:27px;
	padding-left:100px;
	margin-left:100px;
}

a.menuItem {
	color:white;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 12px 7px 12px;
	display:inline-block;
	font-weight:bold;
}

a.menuItem:hover {
	background:url("images/menuHighlight_background.png") left top repeat-x transparent;
}

div#wrapper {
	background:url("images/wrapper_background.png") left top repeat-y transparent;
	margin:auto;
	width:958px;
	padding:0 11px 11px 11px;
}

div#wrapper_bottom {
	width:980px;
	height:75px;
	background:url("images/wrapper_bottom.png") left top no-repeat transparent;
	margin:auto;
	padding-top:27px;
}

div#wrapper_bottom img {
	vertical-align:middle;
}

h1 {
	background:url("images/h1_background.png") repeat-x bottom left white;
	color:#375b52;
	font-size:21px;
	padding:10px;
	margin:20px;
}

div.smallBox {
	width:238px;
	background:url("images/smallBox_background.png") left top repeat-y white;
	font-size:11px;
	margin:10px 0 10px 0;
}

div.smallBox h2 {
	text-transform:uppercase;
	background:url("images/smallBox_top.jpg") left top no-repeat #8ea287;
	height:17px;
	color:white;
	font-weight:bold;
	padding:6px 6px 4px 15px;
	margin:0;
	font-size:inherit;
}

div.smallBox div.middle {
	padding:0 15px 5px 10px;
	text-align:justify;
}

div.smallBox div.bottom {
	background:url("images/smallBox_bottom.png") left top no-repeat white;
	height:6px;
}

div#footerLinks {
	text-align:center;
}

div#footerLinks a {
	color:white;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:inline-block;
	padding:5px 10px 5px 10px;
}

div#footerLinks a:hover {
	text-decoration:underline;
}

div#rightColumn {
	float:right;
	width:250px;
}

div#main1col,div#main {
	text-align:justify;
	padding:0 20px 10px 20px;
}

div#main {
	margin-right:250px;
}

fieldset {
	width:520px;
	margin:auto;	
}

label {
	width:250px;
	display:block;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-align:right;
}

input,select {
	width:250px;
	margin:0 0 10px 260px;
	display:block;
}

input.csc-mailform-check {
	width:auto;
}

input.csc-mailform-submit {
	width:auto;
	display:inline;
	margin:15px 0 0 0;
}