/* HTML TAG OVERRIDES */
body {
	color: #4e6a92;
	font-size: 12px;
	margin-top: 15px;
}
h1 {
	color: #e58e1a;
	font-size: 34px;
}
h2 {
	color: #e58e1a;
	font-size: 16px;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
}
input[type='text'], select, textarea {
	margin-bottom: 10px;
	width: 100%;
}
input[type='checkbox'], input[type='radio'] {
	margin-bottom: 10px;
}
input[type='button'], input[type='submit'], button, a.button:link {
	background-color: #e58e1a;
	border: 0px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}
input[type='button']:hover, input[type='submit']:hover, button:hover, a.button:hover {
	background-color: #ffa226;
}
/*--------------------*/

/* LINKS */
a:hover {
	color: #e58e1a;
}
/*-------*/

/* CONTAINER DEFINITIONS */
#main-container {
	border: 1px solid #6486b8;
}
#content-container {
	/* These styles are now set via javascript
	height: 420px;
	overflow: hidden;
	*/
}
#footer-container {
	font-size: 10px;
}
#loading-mask {
	background-color: #fff;
	display: none;
	height: 430px;
	position: absolute;
	text-align: center;
	width: 950px;
	z-index: 2000;
}
#loading-mask img {
	margin-top: 175px;
}
/*-----------------------*/

/* MENU DEFINITIONS */
#menu-container {
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
}
#menu-container > div {
	margin-left: 10px;
}
#menu-container .link {
	clear: left;
}
#menu-container .menu {
	/* These styles are now set via javascript
	position: absolute;
	visibility: hidden;
	*/
}
#menu-container .menu div {
	float: left;
	margin-right: 20px;
}
#menu-container a {
	background-color: #fff;
	color: #5977a3;
	text-decoration: none;
}
#menu-container a:hover {
	color: #e58e1a;
}
#menu-container div.link a {
	color: #5977a3;
	font-size: 14px;
	font-weight: bold;
}
#menu-container div.link a.activeLink {
	color: #e58e1a;
	font-weight: bold;
}
#menu-container div.menu a.activeLink {
	font-weight: bold;
}
#disclaimer-container #disclaimer-button {
	clear: both;
	cursor: pointer;
	float: right;
	margin-bottom: 10px;
	margin-right: 10px;
}
#disclaimer-container #disclaimer-layer {
	font-size: 10px;
	line-height: 1em;
	position: absolute;
	visibility: hidden;
}
#disclaimer-container #disclaimer-layer > div {
	float: left;
	margin-right: 10px;
}
/*------------------*/

/* CUSTOM DEFINITIONS */
div.photo-left {
	float: left;
	margin-right: 15px;
	width: 630px;
}
div.photo-right {
	float: left;
	margin-left: 15px;
	width: 630px;
}
div.text-left {
	float: left;
	width: 285px;
}
div.text-right {
	float: left;
	width: 285px;
}
/*--------------------*/

/* CONTACT PAGE STYLES */
/*#contact-contact-form, #contact-thank-you {
	background-color: #6789b7;
	color: #fff;
}*/
/*---------------------*/

/* SIFR STYLES */
.sIFR-active h1 {
	visibility: hidden;
}
/*-------------------*/

/* RECAPTCHA STYLES */
#recaptcha_container {
	border: 1px solid #dfdfdf;
	padding: 4px;
}
#recaptcha_container #recaptcha_image {
	border: 1px solid #dfdfdf;
}
/*------------------------*/

/* SHADOWBOX STYLES */
#sb-overlay {
	background: #fff !important;
}
#sb-body, #sb-loading, #sb-body-inner {
	background-color: #fff !important;
	border-color: #6789b7 !important;
}
#sb-info-inner {
	background-color: #6789b7 !important;
}
#sb-title-inner {
	color: #6789b7 !important;
}
#sb-nav-close {
	background-image: url(/assets/images/buttons/close.png) !important;
	margin-right: 5px;
	width: 46px !important;
}
/*-------------------------*/

/* PRINT MEDIA DEFINITIONS */
@media print {
	/*img {
		height: 50%;
		width: 50%;
	}*/
	#main-container {
		border: 0px;
	}
	#top-container, #disclaimer-container, #footer-container {
		display: none;
	}
	#content-container {
		height: auto!important;
		overflow: visible !important;
	}
	#content-container > div {
		margin-bottom: 20px;
		position: relative !important;
		visibility: visible !important;
		width: auto !important;
	}
	div.photo-left, div.photo-right, div.text-left, div.text-right {
		float: none;
		width: auto;
	}
	#google-directions {
		display: none;
	}
	#sb-container, #sb-wrapper, #sb-body {
		border: 0px !important;
		height: 100% !important;
		left: 0px !important;
		top: 0px !important;
		width: 100% !important;
	}
	#sb-title, #sb-info {
		display: none;
	}
}
/*-------------------------*/

