/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'MaltHouse' */
/* CSS Document */


table td
{
font-size:11px;
}

table th
{
font-size:11px;
}


html body {height:100%;

background-image: url("images/maltbg.gif");
background-attachment: fixed;
background-position: top center; 

width: 100%;
min-height:100%;
padding:0;
margin:0;

             /* Added DCW 070510 */
             text-align: center; 
	}

* html body {height:100%;}
	
h1, h2{display:none}
h3 {font-family: Georgia, "Times New Roman", Times, serif; color:#8a4d22; font-size:1em; margin:7px 0 25px 0;}
h4, .note {font-family:Georgia, "Times New Roman", Times, serif; color:#b98f42; font-size:1em; padding: 0; text-align:center;}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#b98f42; 
	font-size:.7em; 
	margin:0 1em .5em 0;
	padding:0 1em 0 0; 
	float:left; 
	border-right:1px solid #fff;
}

p, ul, ol, table, .skinny, .nms_message {font-family:Verdana, Arial, Helvetica, sans-serif; color:#333; font-size:.7em; line-height:150%; margin:5px 0 5px 0;}
a  {font-family:verdana, Georgia, "Times New Roman", Times, serif; color:#c0984b}


table {
	/*padding-bottom:20px; 
	border-bottom:1px solid #b98f42;*/
	border-right:1px solid #e9e6d3; 
	border-left:1px solid #e9e6d3;
	}
	
th {
	height:2em;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#b98f42;
	background-color:#E9E6D3;
	font-size:1em; 
	padding:3px 0 2px 0; 
	text-transform:uppercase;
	line-height:200%;
	}
	
tr {height:22px;}
td {padding-left:10px; border-bottom:1px solid #e9e6d3;}

.price {text-align:right; padding:0 10px 0 0;}

#wrapper {
	background-color:#e2dbba;
	width:760px;
	min-height:100%;
	height:100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:0;
	margin-bottom:0;
/*	display:table;*/

             /* Added DCW 070510 */
             text-align: left;

}

#header {
	width: 100%;
	height: 290px;
	background: url(images/header.jpg) no-repeat;
/*	display: block;*/
}

#content {margin:0 10px 20px 20px}
	#left-column {height:100%;width:260px; float:left;}
		
		#nav {
		width:inherit; 
		background:url(images/menu-bg.jpg) no-repeat top left;
		margin-top:-10px;
		padding-bottom:9px;
		}
		
		*html #nav {padding-bottom:5px;}
		
		#nav ul {margin:10px 20px 10px 10px; list-style-type:none; padding:10px 0;}
		#nav ul li{
		border-bottom:1px solid #cec5a8; 
		height:30px; 
		text-align:center; 
		}
		
		#nav ul li a{
		font-size:1.1em;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		text-transform:uppercase;
		line-height:250%;
		color:#b98f42; 
		text-decoration:none; 
		width:100%; 
		height:30px; 
		display:block;
		}
		
		#nav ul li a:hover, #nav ul li a.active{
		color:#7c441b; 
		background:url(images/pointer.gif) no-repeat top right;
		}

		#nav ul li.currentpage {
		background:url(images/pointer.gif) no-repeat top right;
		text-transform:uppercase;
		font-size:1.1em;
		padding:0;
		margin:0;
		}

		#nav ul li.currentpage h3 {margin:0 0 0 0; line-height:250%;}
		
		.sidebar {
		width:inherit; 
		background:url(images/side-bg.jpg) no-repeat top left;
		min-height:110px;
		}
		.sidebar div {padding:1em 1em 1.75em 1em;}
	
	#right-column {width:460px; float:right; margin-left:10px; margin-bottom:20px;}
		
		.section {
		width:inherit; 
		min-height:110px; 
		background: url(images/body-bg.jpg) no-repeat top left; 
		}
		.section div {padding:.5em 1em 2em 1em}

#footer {
	width:100%;
	height:50px; 
	background:url(images/footer-bot.jpg) repeat-y top;



	}





*html #footer {margin-top:-50px; margin-left:-1px;}

.topfoot {
	height:15px; 
	background:url(images/footer-top.jpg) no-repeat top; 
	padding:1em; 
	margin:0; 
	text-align:center; 
	}

.topfoot p {color:#999}

.float-left {float:left; margin:0 10px 0 0;}

.float-right {float:right; margin:0 0 0 10px;}

.skinny {width:130px; float:left; padding:0 0 0 0; margin:0 12px 0 0; background:none;}

.clear {width:100%; height:1px; clear:both; margin-bottom:-1px;}

.no-float {clear:both}

.newsletter-link {font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;		color:#CC9900; }

.newsletter-text {font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;		color:#CC9900; }


.formbuilderform {font-size:12px; font-family:Georgia, "Times New Roman", Times, serif;		color:#CC9900; size="25"}


img {margin-bottom:5px; margin-right:10px;}

dfn {display:none;}

BODY {background-color:#E9E6D3;}
/* End of 'MaltHouse' */

