@charset "utf-8";
/* CSS Document 
Palette:

Burgundy Red:			8e1317
Beige Orange:			ffd990
*/

/* --- Global Styles ------------------------------------------------------------------------------ */

body {
	background-color:#ffd990;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	margin:0px;
}

/* --- Layout Styles ------------------------------------------------------------------------------ */

#box {
	background-image:url(../assets/box-bg.png);
	overflow:hidden;
	width:980px;
}

#box-bottom {
	background-image:url(../assets/box-bottom.png);
	height:20px;
	overflow:hidden;
	width:980px;
}

#box-top {
	background-image:url(../assets/box-top.png);
	height:30px;
	margin-top:30px;
	overflow:hidden;
	width:980px;
}

.clear {
	clear:both;
}

#container {
	background-color:#ffffff;
	background-image:url(../assets/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	width:100%;
}

#content {
	color:#333333;
	float:left;
	min-height:525px;
	padding:10px 20px;
	width:670px;
}

#door {
	background-image:url(../assets/door.jpg);
	bottom:190px;
	height:338px;
	position:absolute;
	right:20px;
	width:230px;
}

#footer {
	color:#ffffff;
	font-size:11px;
	height:20px;
	padding:10px 20px;
	text-align:right;
}

#footer-bottom {
	background-image:url(../assets/footer-bottom.png);
	height:20px;
	width:980px;
}

#footer-box {
	background-image:url(../assets/footer-bg.png);
	color:#ffffff;
	height:100px;
	overflow:hidden;
	padding:0px 20px;
	width:940px;
}

#footer-box h2 {
	color:#ffffff;
}

#footer-box h3 {
	color:#ffffff;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	font-weight:lighter;
	margin:0px;
	text-align:center;
}

#footer-box .hr {
	background-color:#ffffff;
	height:2px;
	margin:10px 0px;
	width:100%;
}

#footer-box .third {
	font-size:11px;
	text-align:center;
	width:310px;
}

#footer-top {
	background-image:url(../assets/footer-top.png);
	height:20px;
	width:980px;
}

#footer a {
	color:#8e1317;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#000000;
}

#header-bg {
	background-image:url(../assets/header-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#inner {
}

#logo {
	height:150px;
	overflow:hidden;
	padding-left:20px;
}

#logo img {
	margin:43px 0px;
}

#main {
	padding:0px 10px;
}

#menu {
	background-image:url(../assets/menu-bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:50px;
	overflow:hidden;
	padding:0px 10px;
}

#menu a {
	color:#8e1317;
	display:block;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:lighter;
	line-height:40px;
	padding:0px 15px;
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li {
	float:left;
	height:50px;
}

#menu ul li.on {
	background-color:#ffffff;
	background-image:url(../assets/menu-on.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#menu ul li ul li {
	float:none;
	height:40px;
	margin-right:0px;
}

#menu ul ul {
	background-color:#ffd990;
	position:absolute;
	top:-999em;
	z-index:9999;
}

#menu ul li.on ul {
	background-color:#ffffff;
}

#menu ul ul a {
	display:block;
	/*font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;*/
	line-height:40px;
	padding:0px 20px;
}

#menu ul li:hover ul {
	display:block;
	top:auto;
}

#outer {
	margin:auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	width:980px;
}

#right {
	float:right;
	position:relative;
	width:250px;
}

#right #door-space {
	height:338px;
	width:230px;
}

.right-box {
	background-color:#ffffff;
	margin:10px;
	padding:10px;
	width:210px;
}

/* --- Font Styles -------------------------------------------------------------------------------- */

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

a:hover {
	color:#000000;
	text-decoration:underline;
}

a.button {
	background-image:url(../assets/right-button.jpg);
	color:#ffffff;
	display:block;
	font-weight:lighter;
	height:35px;
	line-height:35px;
	margin-top:10px;
	text-align:center;
	width:210px;
}

a.button:hover {
	background-image:url(../assets/right-button-over.jpg);
	text-decoration:none;
}

.burgundy {
	color:#8e1317;
	font-weight:bold;
}

.date {
	font-size:11px;
	font-weight:lighter;
}

.first {
	color:#8e1317;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:28px;
}

h1 {
	background-image:url(../assets/h1.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#8e1317;
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	margin-top:0px;
	letter-spacing:1px;
	line-height:70px;
	padding-left:30px;
	position:relative;
	left:-20px;
}

h2 {
	color:#8e1317;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	margin-top:0px;
}

h3 {
	color:#8e1317;
	font-size:11px;
	font-weight:lighter;
}

.left-inner h3 {
	margin-bottom:0px;
}

span.social-text a {
	color:#8E1317;
}

.social-icon {
	float:left;
	padding-bottom:10px;
}

.social-text {
	float:left;
	padding:13px 0 0 10px;
}


/* --- Form Styles -------------------------------------------------------------------------------- */

input, select, textarea {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
}

/* --- Blog Styles -------------------------------------------------------------------------------- */

#blog img {
	clear:right;
	float:right;
	margin:0px 0px 20px 20px;
}

/* --- Directory Styles --------------------------------------------------------------------------- */

#search {
	background-color:#8e1317;
	color:#ffffff;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px;
	position:relative;
	text-align:right;
	width:620px;
}

#searchbox {
	border-color:#009241;
	border-width:0px;
	height:30px;
	line-height:30px;
	padding:0px 10px 0px 10px;
	position:absolute;
	right:120px;
	top:10px;
	width:270px;
}

#searchtext {
	left:10px;
	position:absolute;
	top:10px;
}

.logothumb {
	border-color:#8e1317;
	border-style:solid;
	border-width:1px;
	height:100px;
	line-height:100px;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:200px;
}

/* --- Misc Styles -------------------------------------------------------------------------------- */

.hr {
	background-color:#8e1317;
	clear:both;
	height:1px;
	margin:20px 0px 20px 0px;
}

img {
	border:none;
}

img.right {
	float:right;
	margin:0px 0px 20px 20px;
}

.news img {
	float:right;
	margin:0px 0px 20px 20px;
}

td.alert, p.alert {
	color:#cc0000;
	font-weight:bold;
}

.third {
	float:left;
	width:220px;
}
