﻿@import 'reset.css';
@import 'defaults.css';

body { background: #fff url(../image/body_bg.png) repeat-x; }

a:link { color: #2a61b7; }
a:hover { color: #0c5ccf; }
a:visited { color: #3b71bf; }

#container { width: 943px; margin: 0 auto; padding: 0; position: relative; }

#header { height: 75px; padding-top: 12px; background: #fff; }
#header h1 { background: url(../image/logo.png) no-repeat; width: 345px; text-indent: -999em; }
#header h1 a { display: block; height: 71px; }

#mainImage { margin: 11px 0; }

#mainContent {
	min-height: 230px;
}

#pageTitle {
	height: 37px;
	padding: 6px 54px 20px;
	font-size: 3.5em;
	text-transform: capitalize;
}

#content_bottom { min-height: 250px; }

#footer { font-size: 1.1em; color: #3e3e3e; background: url(../image/footer_bg.png) top center no-repeat; text-align: center; padding: 23px 0; }
#footer_nav {
	margin: 0;
	padding: 0 0 0 55px;
	list-style-type: none;
	font-size: .8em;
}
#footer_nav li { float: left; }

#footer_nav a {
	display: block;
	padding: 0 8px 2px;
	border-right: 1px solid #2a61b7;
	color: #2a61b7 !important;
	text-decoration: none;
	line-height: .8em;
}
#footer_nav li.last a { border-right: none; }

#footer a { color: #3e3e3e; }
body { font-family: arial, helvetica, sans-serif;}

#nav a { cursor: default; }
#nav a:link, #nav a:visited { cursor: pointer; }

#mainImage *, #mainImage p { margin: 0 !important; padding: 0 !important; }