/*========================================================*/
/*  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");

/* 
================================
Main Template Layout Styles
================================
*/
body{
background: #CCCCCC; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: normal;
	letter-spacing: 0.03em;
/*  line-height: 102%;  */
}
#container{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	text-align: left;
	font-size: 86%;
	background-color: #FFFFFF;
	background-image: url(images/topfade.gif);
	background-repeat: repeat-x;
}

.nav a {
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}

/* ############################### */
/* Header Styles */
/* ############################### */
#header {
	height: 96px;
	background: url(images/topBGCurves.jpg) no-repeat right top;
} 
#header .pwbanner {
	text-align: right;
	padding-right: 10px;
	width: 264px;
}
#header .topsections {
	text-align: right;
	padding-right: 25px;
}

#topnav{
	height: 28px;
	text-align: left;
	padding: 5px 20px 0 ;
	background-color: #4b0f0b;
}
/* ############################### */
/* Breadcrumb section */
/* ############################### */
 #crumbsection {
	font-size: 90%;
	color: #444;
	background-color: #f4ede4;
	padding: 5px 15px;
}
 #crumbsection a {
	text-decoration: none;
}
 #crumbsection a:hover {
	text-decoration: underline;
}
 #crumbsection form {
	text-align: right;
	padding: 0;
	margin: 0;
}
 #crumbsection form .searchinput {
	color: #333333;
	padding: 1px 3px;
	font-size: 90%;
}
.greyline {
	font-size: 1px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearall {
	font-size: 1px;
	margin: 0;
	padding: 0;
	clear: both;
}

/* 
================================
Main Dynamic Content Area
================================
*/
/* Main Content Area */
#maincontainer{
	padding: 20px;
	clear:both;
	background: #FFFFFF;
}
#main{
	padding:0;
}
/* table containing all the panes */
.ContentTable {
	width: 100%;
}
/* top content pane */ 
.PaneTop {
	 padding: 0 5px 0 5px;
}
/* left content pane */ 
.PaneLeft { 
	padding: 0 7px 0 0; 
	width: 180px; 
}
/* Main content pane */ 
.PaneCenter {
	padding: 0 30px 0 30px; 
}

/* 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 Styles */
/* ############################### */
 #footer {
	background-color: #f4ede4;
	text-align: center;
	width: 980px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px;
}
#footer a {
	font-size:90%;
	color: #444;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#footer a:hover {
	color: #990000;
}
 #footercopyright {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ccc;
	text-align: right;
	width: 980px;
}
 #footercopyright p {
	color: #555;
	text-decoration: none;
	font-size: 85%;
	padding: 10;
}