@import 'default.forms.style.css';
@import 'default.sidebar_menu.style.css';

body, html {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #5d4941;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-color: #D6CBAB;
	background-image: url('/t/images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #773100;
}

a:hover {
	text-decoration: underline;
}

a.menu_selected {
	color: #d1a249;
}

hr {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #bcb0a7;
}

img {
	border: 0px;
}

br.clear-both {
	clear: both;
}

/**
 *	major page elements
 */
#main {
	width: 880px;
	margin: 0px auto;
}

#header {
	margin: 0;
	height: 160px;
	background-image: url('/t/images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	line-height: 1;
}

#header-bottom {
	clear: both;
	height: 60px;
}

#header-bottom-overlay {
	width: 880px;
	height: 50px;
}

#header-top-left {
	width: 275px;
	height: 100px;
	float: left;
}

#header-top-left-overlay {
	width: 275px;
	height: 95px;
}

#header-top-right {
	width: 605px;
	height: 100px;
	float: right;
}

#header-top-right-padding {
	padding: 10px 45px 0px 0px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

#center {
	background-image: url('/t/images/content-background.png');
	background-position: top center;
	background-repeat: repeat-y;
	color: #59413A;
	margin: 0;
	min-height: 650px;
}

#center-center {
	background-image: url('/t/images/content-top-background.jpg') !important;
	background-position: top center;
	background-repeat: no-repeat;
}

#footer {
	padding-top: 75px;
	background-image: url('/t/images/footer-background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	color: #60463A;
	min-height: 67px;
}

#footer a {
	color: #7C2F09;
	text-decoration: none;
}

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

#footer-links {
	font-size: 12px;
}

#footer-padding {
	padding: 0px 100px 10px 100px;
}

/**
 *	Message Modal
 */
.modal {
	padding: 10px;
	border: 3px solid #514637;
	background-color: #F6F1E6;
}

#control_overlay {
	background-color: #514637;
}