@charset "utf-8";
/* CORE XHTML STYLES */
body {
	background-image: url(siteimages/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #88bacf;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

p { 
	margin: 0px;
	padding: 10px 0px;
}

img { 
	border: none; 
}

ol {
	margin: 0px;
	padding: 10px 30px;
}

ol li {
	padding: 3px;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table tr td {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #093f64;
	padding-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: #093f64 solid 2px;
}

h2 {
	font-size: 16px;
	margin: 0px;
}

h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

h5, h6 {
	font-size: 11px;
	margin: 0px;
}

table {
	border-collapse: collapse;
}

table tr th {
	text-align: left;
}

input { 
	border: #093f64 solid 1px
}

/* GLOBAL STYLES USED IN THE TEMPLATE */
.clr {
	clear: both;
}

.center {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

a.button {
	cursor: pointer;
	background-color: #004574;
	border: #999 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px;
}

/* TEMPLATE LAYOUT STYLES */
.error, .required { color: #F00; }
.success { color: #0C0; }

div#topbar {
	background-image: url(siteimages/topbar.gif);
	background-repeat: repeat-x;
	background-color: #01416b;
	height: 36px;
}

div#wrapper {
	width: 960px;
	margin: 0px auto;
	background-color: #FFF;
}

div#wrapper div#header {
	background-image: url(siteimages/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 960px;
	height: 236px;
	margin-bottom: 20px;
}

div#wrapper .smallColumn {
	width: 197px;
	float: left; 
	margin: 0px 15px;
}

div#wrapper .smallcol_top {
	background-image: url(siteimages/leftcol_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 197px;
}

div#wrapper .smallcol_bottom {
	background-image: url(siteimages/leftcol_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 197px;
}

div#wrapper .smallcol_content {
	background-image: url(siteimages/leftcol_bg.gif);
	background-repeat: repeat-y;
	width: 197px;
}

div#wrapper #content {
	width: 510px;
	float: left;
}

div#wrapper #content_top {
	background-image: url(siteimages/content_top.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 510px;
}

div#wrapper #content_bottom {
	background-image: url(siteimages/content_bottom.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 510px;
}

div#wrapper #content_content {
	background-image: url(siteimages/content_bg.gif);
	background-repeat: repeat-y;
	width: 480px;
	padding: 0px 15px;
	line-height: 1.5em;
	color: #393939;
}

/* LEFT MENU STYLES */
ul#leftMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#leftMenu li {
	margin: 0px 15px;
	border-bottom: #999 1px solid;
	padding: 10px 0px;
}

ul#leftMenu li.last {
	border: none;
}

ul#leftMenu li a, 
ul#leftMenu li a:link, 
ul#leftMenu li a:visited,
ul#leftMenu li a:active {
	color: #093f64;
	background-image: url(siteimages/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	font-weight: bold;

}

/* FOOTER STYLES */
div#footer {
	width: 881px;
	height: 63px;
	background-image: url(siteimages/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 15px;
	margin: 0px auto;
	margin-top: 20px;
	color: #FFF;
}

div#footer a, 
div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: #FFF;
	font-weight: bold;
}

div#footer ul.footerMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

div#footer ul.footerMenu li {
	display: inline;
}