body {
	background-color: #ccc;
	color: #002263;
	margin: 0;
	padding: 0 0 20px;
}

body, input, textarea {
	font: 11px verdana, sans-serif;
}

p {
	margin: 0 0 14px;
}

h1, h2 {
	color: #cd2d2e;
	font-family: sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	margin: 0 0 14px;
}

h2 {
	font-size: 12px;
	margin: 0 0 2px;
}

a {
	color: #cd2d2e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#outerWrapper {
	margin: 0 auto;
	position: relative;
	width: 980px;
}

div#header {
	height: 350px;
}

#header #headerImg {
	margin-left: 440px;
}

#header #logo {
	left: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}

table#globalnav {
	height: 30px;
	left: 50px;
	position: absolute;
	top: 300px;
	width: 900px;
	z-index: 10;
}

#globalnav td {
	text-align: center;
}

#globalnav a {
	color: #fff;
	font: bold 14px sans-serif;
	text-decoration: none;
}

#globalnav a:hover {
	text-decoration: underline;
}

#globalnav .current {
	color: #cd2d2e;
	font: bold 14px sans-serif;
}

div#innerWrapper {
	background: url(images/innerWrapper.png) top no-repeat;
	padding: 60px 40px 20px;
	width: 900px;
}

div#footer {
	background: url(images/footer.png) no-repeat;
	height: 110px;
}

div#subnavbar {
	float: left;
	padding-left: 20px;
	width: 150px;
}

ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

#subnav li {
	margin-bottom: 2px;
}

#subnav a {
	color: #002263;
	font: bold 12px sans-serif;
	text-decoration: none;
}

#subnav a:hover {
	color: #cd2d2e;
	text-decoration: underline;
}

#subnav .current {
	color: #cd2d2e;
	font: bold 12px sans-serif;
}

div#sidebar {
	float: right;
	padding: 0 20px;
	width: 240px;
}

#sidebar a {
	color: #cd2d2e;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar img {
	border: none;
}

div#content {
	margin: 0 300px 0 200px;
}

label {
	display: block;
}

input, textarea {
	width: 80%;
}

input[type=submit] {
	width: 150px;
}

.galleryThumb {
	float: left;
	margin: 5px;
	text-align: center;
	width: 185px;
}

.galleryThumb img {
	border: 1px solid #999;
	cursor: pointer;
}

#galleryOverlay {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	filter: alpha(opacity=80);
	opacity: .80;
}

#galleryFullsize {
	border: 1px solid #000;
	cursor: pointer;
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 51;
}