/*========================================================*/
/*  Call Sub CSS Files for Modules and substyling         */
/*========================================================*/
/*-- Styles for HTML Classes and FCK Editor --*/
@import url("SubCSS/core_fck_html.css");
/*-- Styles for House Menu --*/
@import url("SubCSS/house_menu.css");
/*-- Styles for Specific Items within site --*/
@import url("SubCSS/custom_classes.css");
/*-- Styles for XMod Forms --*/
@import url("SubCSS/xmod_forms.css");
/*-- Styles for Left Sub Nav using CL Module --*/
@import url("SubCSS/child_links.css");
/*-- Styles for News Articles Module --*/
@import url("SubCSS/news_articles.css");

/* 
================================
Main Template Layout Styles
================================
*/
body{
margin:0;
padding:30px 10px 10px 10px;
font:76% tahoma, verdana, sans-serif;
background:#6e0d1f url(images/BG_gradient.jpg) repeat-x fixed;
color:#333;
}
#container{
min-width: 760px;
max-width: 970px;
margin:0 auto;
padding:0;
background-color: #fff;
}
/* 
================================
Header Area
================================
*/
/* Header Area */
#header{
	background:#FFFFFF url(images/topBG_right.jpg) no-repeat right top;
	height: 150px;
}
#header .QuoteArea{
	text-align: center;
	float: right;
	width: 196px;
}
#header .QuoteArea .quote{
	color: #79695E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 35px;
	padding-right: 8px;
	padding-left: 8px;
}
#header .QuoteArea .byline{
	font-size: 0.9em;
	color: #79695E;
	padding-top: 5px;
}
#header .headerleft{
	background:#000 url(images/topBG_mid.gif) repeat-x;
	height: 93px;
	margin-right: 198px;
	text-align: right;
}
#header #logo{
	background:#000;
	float: left;
}
#topnav{
	background: url(images/topnavBG_off.gif) repeat-x;
	height: 28px;
	margin-right: 198px;
	padding-left: 15px;
}
/* 
================================
Bredcrumb
================================
*/
/* div holding bredcrumb */
#breadcrumb {
	padding: 10px 0 0 20px;
	font-size: .9em;
}
/* Color used for seperating caracter between links */
#breadcrumb .MenuSeparator {
	color: #666;
}
/* 
================================
Main Dynamic Content Area
================================
*/
/* Main Content Area */
#maincontainer{
	padding: 0px 20px;
	clear:both;
	background: #FFFFFF;
}
#main{
	padding:0;
}
/* table containing all the panes */
.ContentTable {
	width: 100%;
}
/* top content pane */ 
.PaneTop {
	 padding: 0;
}
/* left content pane */ 
.PaneLeft { 
	padding: 0 7px 0 0; width: 180px; 
}
/* Main content pane */ 
.PaneCenter {
	padding: 0;
}
/* right content pane */ 
.PaneRight {
	padding: 0 0 0 7px; width: 180px; 
}
/* bottom inside pane */ 
.PaneBottom { 
	padding: 0; 
}
/* 
================================
Right Side bar
================================
*/
/* Right Side Area */
.sidebar{
	width:160px;
	font-size:1em;
	line-height:1.2em;
	padding: 0 0 0 30px;
}
/* Make text smaller on side bar */
.sidebar p{
font-size:0.9em;
}
.sidebar h3{
	color: #333333;
}
.sidebar h3.top{
	margin: 0 0 8px 0;
}
/* Sub Menu block buttons */
.sidebar .sidelink{
	display:block;
	width:155px;
	margin:3px 0px 2px 0;
	padding:3px 0 3px 5px;
	font-weight:bold;
	text-align:left;
	background:#f6f5f4 url(images/vertMenuBG_off.gif) repeat-x;
	color:#660000;
	border-top:1px solid #ddd8d2;
	border-right:1px solid #bcb2a8;
	border-bottom:1px solid #bcb2a8;
	border-left:1px solid #ddd8d2;
	font-size: 80%;
}
.sidebar .sidelink:hover{
background:url(images/vertMenuBG_on.gif) repeat-x;
color:#4A0000;
text-decoration:none;
}
.sidebar .caption {
	line-height:1.1em;
}
/* 
================================
Footer
================================
*/
/* Footer Nav Area */
#footerarea
{
    height: 55px;
    background: url(images/bottomBG_mid.gif) #ffffff repeat-x bottom;
    clear: both;
}
#footerarea #botright
{
    background: url(images/bottomBG_right.gif) no-repeat right bottom;
    height: 55px;
}
#footerarea #botright #botleft{
	background: url(images/bottomBG_left.gif) no-repeat left bottom;
	height: 55px;
	text-align:center;
}
#footerarea #botright #botleft p {
	padding-top: 25px;
}
#footerarea #botright #botleft p a {
}
/* Copyright area */
#copyright {
	font-size:0.9em;
	color:#ba9292;
	text-align:right;
	background: #6e0d1f;
	padding: 5px 12px 5px 0px;
}
#copyright a {
	color:#ba9292;
}
#copyright a:hover{
	color:#caaaaa;
}






