body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

fieldset, img {
	border: 0;
}

body {
	background: #f9d191 url(/assets/images/background.gif) repeat-y center;
	font: normal 13px arial;
	color: #15547d;
}

a {
	color: #c90000;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #c90000;
	padding-bottom: 16px;
}

h2 {
	font-size: 15px;
	padding-bottom: 16px;
}

h2.calendar {
	font-size: 21px;
	text-align: center;
}

h3 {
	padding-bottom: 16px;
}

small {
	font-size: 12px;
}

p {
	line-height: 18px;
	padding-bottom: 20px;
}

fieldset {
	clear: both;
	padding-bottom: 10px;
}

fieldset ul {
	float: left;
	list-style: none;
}

label {
	float: left;
	text-align: right;
	margin-right: 8px;
	padding-top: 4px;
	font-weight: bold;
}

select {
	background-color: #fff;
}

textarea {
	background-color: #fff;
	width: 300px;
	height: 150px;
	padding: 2px 3px;
}

textarea.apply {
	width: 260px;
	height: 80px;
}

input.file {
	background-color: #fff;
	width: 410px;
	padding: 2px 3px;
}

input.text {
	background-color: #fff;
	width: 160px;
	padding: 2px 3px;
}

input.small {
	background-color: #fff;
	width: 70px;
	padding: 2px 3px;
}

input.tiny {
	background-color: #fff;
	width: 30px;
	padding: 2px 3px;
}

table.data {
	border-collapse: collapse;
}

table.data th {
	border-bottom: 1px solid #388ebf;
	padding: 0 2px 6px 2px;
	text-align: left;
}

table.data td {
	border-bottom: 1px solid #388ebf;
	padding: 6px 2px 6px 2px;
}

table.data a {
	text-decoration: none;
}

table.data a:hover {
	text-decoration: underline;
}

table.jobs {
	background-color: #cee1ed;
	width: 640px;
}

table.jobs th {
	text-align: left;
	padding: 4px;
}

table.jobs td {
	background-color: #fff;
	padding: 4px;
}

table.jobs a {
	text-decoration: none;
}

table.jobs a:hover {
	text-decoration: underline;
}

table.calendar {
	border-collapse: collapse;
	width: 100%;
}

table.calendar th {
	border: 1px solid #000;
	background-color: #cee1ed;
	text-align: left;
	padding: 1px;
}

table.calendar td {
	border: 1px solid #000;
	background-color: #fff;
	vertical-align: top;
	padding: 1px 2px;
	width: 92px;
	height: 92px;
}

table.calendar td.weekend {
	background-color: #def;
}

table.calendar td.previous, table.calendar td.next {
	background-color: #ddd;
}

table.calendar a {
	text-decoration: none;
}

table.calendar a:hover {
	text-decoration: underline;
}

table.calendar p {
	line-height: 15px;
	padding-bottom: 10px;
}

div#page {
	margin: 0 auto;
	width: 934px;
}

#side {
	float: left;
	width: 200px;
}

#side #nav-region {
	padding-bottom: 4px;
}

#side #nav-photo {
	padding: 8px 0;
}

#side #region {
	margin: 10px 0;
}

#side ul.nav {
	list-style: none;
	border-bottom: 1px solid #b9d7e8;
	margin-left: 4px;
}

#side ul.nav li {
	border-top: 1px solid #b9d7e8;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 15px;
	color: #388ebf;
}

#side ul.nav li a {
	color: #388ebf;
	text-decoration: none;
}

#side ul.nav li a:hover, #side ul.nav li.active a {
	color: #175b83;
}

#side ul.nav li.active {
	background-color: #f9f4a3;
}

#side ul.subnav {
	list-style: square;
	padding: 6px 0 0 16px;
}

#side ul.subnav li {
	border: 0;
	padding: 4px 0;
	font-size: 13px;
}

#side ul.subnav li a:hover, #side ul.subnav li.active a {
	color: #c90000;
}

#main {
	float: right;
	width: 724px;
}

#main-content {
	padding: 0 0 0 30px;
}

#main-content #content {
	padding-right: 20px;
}

#main-content #left {
	float: left;
	width: 480px;
	border-right: 1px solid #388ebf;
	padding-right: 20px;
	margin-right: 14px;
}

#main-content #right {
	float: left;
	width: 170px;
}

#main-content ul, #main-content ol {
	line-height: 18px;
	padding: 0 0 20px 35px;
}

#main-content ul.form {
	margin: 0;
	padding: 2px 0 0 0;
}

#main-content ul.form li {
	margin-bottom: 6px;
}

#home-content {
	padding: 10px 6px;
}

#home-content h2 {
	font-size: 100%;
	margin: 0;
	padding: 0 0 6px 0;
}

#home-content .col_3_left {
	float: left;
	width: 260px;
	margin-right: 20px;
}

#home-content .col_3_mid {
	float: left;
	width: 200px;
	margin-right: 20px;
}

#home-content .col_3_right {
	float: left;
	width: 200px;
}

#home-content .col_2_left {
	float: left;
	width: 340px;
	margin-right: 20px;
}

#home-content .col_2_right {
	float: left;
	width: 340px;
}

#home-content .icon {
	float: left;
}

#home-content .content {
	float: left;
	width: 260px;
}

#breadcrumb {
	font-size: 10px;
	color: #7d9ebe;
	padding-bottom: 10px;
}

#breadcrumb a {
	font-size: 11px;
	color: #686ca3;
}

#login label {
	width: 80px;
}

#msg {
	border: 1px solid #388ebf;
	background-color: #f9f4a3;
	padding: 12px 14px 0 14px;
	margin-bottom: 20px;
	width: 360px;
}

#msg p {
	font-weight: bold;
	padding-bottom: 14px;
}

#msg ul.error li {
	font-weight: bold;
	color: red;
}

#footer {
	border-top: 5px solid #f7ef24;
	padding: 2px 4px;
}

#footer #copyright {
	float: left;
}

#footer #author {
	float: right;
}

#footer #author a {
	color: #6a9626;
	text-decoration: none;
}

#footer #author a:hover {
	text-decoration: underline;
}

#apply-today label {
	width: 190px;
}

#apply-today .left {
	float: left;
	width: 300px;
}

#apply-today .right {
	float: left;
}

#apply-today .left label, #apply-today .right label {
	width: 80px;
}

#pagination a {
	text-decoration: none;
}

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

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.clear {
	clear: both;
}

.clear-me {
	clear: both;
	line-height: 0;
	font-size: 0;
}
