/* HTML TAG OVERRIDES */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#464646;
	background-image:url(/assets/images/bg_secondary.jpg);
	background-repeat:repeat-x;
	background-color:#e3dcca;
}
h1 {
	margin-top:0;
}
h5 {
	color:#6a160d;
}

/*--------------------*/

/* LINKS */
/*-------*/

/* CONTAINER DEFINITIONS */
#home {
	background-image:url(/assets/images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#e3dcca;
}
#nav-container {
	background-image:url(/assets/images/nav-bg.png);
	background-repeat:no-repeat;
	height:42px;
	padding-bottom:10px;
}
#footer-container {
	margin-top: 10px;
	margin-bottom: 20px;
}

/*-----------------------*/

/* CUSTOM DEFINITIONS */
#home #top-page-content {
	height:230px;
}
#layout-container hr {
	color:#e4ddca;
}
#layout-container ul {
	line-height:16px;
}
#layout-container ul li {
	color:#565656;
	font-size:12px;
	font-weight:bold;
}
#layout-container a {
	color:#6a160d;
	font-weight:bold;
	text-decoration:underline;
}
#footer-container a {
	color:#6a160d;
	font-weight:bold;
	text-decoration:none;
}
#page-title{
	float:left;
	height:91px;
	padding: 25px 0 0 80px;
	margin-bottom:-10px;
}
.home-btn{
	float:right;
	padding-right:80px;
	margin-top:35px;
}
.menu-seperator {
	float: left;
	padding-top:2px;
	padding-left:15px;
	color:#ff0099;
}
.menu-item { 
	float: left;
	font-size: 20px;
	padding-top:17px;
	display:inline;
	text-align:center;
	padding-left:15px;
}
.menu {
	background-color: #6987b6;
	display: none;
	font-size: 11px;
	min-width: 210px;
	line-height:16px;
	padding-top:5px;
	margin-left:-5px;
}
.menu ul {
	list-style-type: none;
	margin-left:0;
	padding-left:15px;
	padding-right:10px;
}
.menu a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover{
	color:#1b234e;
	text-decoration:underline;
}
.georgia {
	font-family:Georgia, Times New Roman, Times, serif;
}
/*--------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
.sIFR-active .menu-item {
	visibility: hidden;
}
.sIFR-active #page-title .page-title-txt {
	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 {
}
/*-------------------------*/
