/* HTML TAG OVERRIDES */
body {
	color: #797979;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}
h2 {
	color: #464646;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	color: #24459b;
	font-size: 24px;
	margin: 0px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
h4 {
	color: #555555;
	font-size: 13px;
	margin-bottom: 3px;
	text-align: center;
}
h5 {
	color: #555555;
	font-size: 14px;
}
/*--------------------*/

/* LINKS */
a:link {
	color: #24459b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu-container .menu-item a {
	color: #797979;
	font-size: 12px;
}
#menu-container .active a {
	color: #252525;
	font-weight: bold;
}
#home-button a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
#home-button a:hover {
	color: #fff;
	text-decoration: none;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#background-container {
	background: # url(/assets/images/background.gif) repeat-x;
	padding-bottom: 6px;
}
#top-container {
	margin: auto;
	width: 942px;
}
#content-container {
	background: #ffffff;
	border-bottom: 1px solid #9e9e9e;
	border-left: 1px solid #9e9e9e;
	border-right: 1px solid #9e9e9e;
	padding-bottom: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
#footer-container {
	color: #a6a6a6;
	font-size: 10px;
	padding-top: 10px;
}
/*-----------------------*/

/* CUSTOM DEFINITIONS */
#logo-container {
	float: left;
	height: 92px;
	margin-top: 5px;
	width: 196px;
}
#page-title-background {
	background-image: url(/assets/images/page-title-background.png);
	background-repeat: no-repeat;
}
#page-title-container {
	float: left;
	margin-left: 10px;
	margin-top: 25px;
}
#home-button {
	float: right; 
	margin-right: 10px;
	margin-top: 30px;
}
#menu-container {
	float: right;
	margin-top: 50px;
	width: 746px;
}
#menu-container .menu-item {
	float: left;
	margin-left: 18px;
	margin-right: 18px;
	text-align: center;
}
/*--------------------*/

/* SIFR STYLES */
.sIFR-active .menu-item {
	visibility: hidden;
}

.sIFR-active h1, .sIFR-active h2, .sIFR-active h3 {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha_container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
}
/*-------------------------*/

