/* General styles */
body {
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;	
	text-align:center; 	/* center body in IE */
	margin:0 auto; 		/* center body for everyone else */
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
	width:1000px;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}
a {
	color:#000;
}
a:hover {
	color:#000;
	/*background:#369;*/
	text-decoration:none;
}
h1, h2, h3 {
	color: #830909;
    margin:.8em 0 .2em 0;
    padding:0;
}
h1 {
	text-align:center;
}
h2 {
	color: #830909;
}
h3 {
	color: #bc480a;
}
p {
    margin:.4em 0 .8em 0;
    padding:0;
}
img {
	margin:10px 0 5px;
	border: none;
}
.red {
	background: #830909;
}
.dark_orange {
	background: #bc480a;
}
.orange {
	background: #d67b07;	
}
.grey {
	background: #2f2f2f;
}
.white {
	background: #ffffff;
}
.black {
	background: #000000;
}
/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
	background: #d67b06;
	position: relative;
}
#header img {
	margin: 0px;
	padding; 0px;
}
/* header menu items */
#header, #header ul {
	z-index: 1000;	
	padding: 0;
	margin-top: 0px;
	list-style: none;
}
#header ul li {
	background: #d67b06;
}
#header a {
	display: block;
/*	width: 10em;*/
	text-decoration:none;
	color: #fff;
	padding:.8em .5em .6em;
	font-size:1.03em;
	font-weight:bold;
	line-height:1em;
}
#header li {
	float: left;
/*	width: 7em;*/
}
#header li.highlight {
	background: #830909;
}
#header li a.active {
   color:#000;
}
#header li a:hover {
   color:#000;
}
#header li ul {
	position: absolute;
	width: 13em;
	left: -999em;
	background: #d67b06;
}
#header li li {
	width: 100%;
	font-size:.8em;
	line-height:1.4em; /* overwrite line-height value from top menu */
	border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#header li:hover ul {
	color: #000;
	left: auto;
}
#header li:hover ul, #header li.sfhover ul {
	left: auto;
}
#hdr_img {
	padding: 10px 0px;
	background: #ffffff;
}
#fadeshow1 {
	
}
#promo_box {
	background: #a6a72f;
	position:absolute; 
	left:780px; 
	top:10px; 
	width:200px; 
	height: 237px;
	padding: 10px;
	font-size: 1.2em;
	color: #ffffff;
}
#promo_box a {
	text-decoration: underline;
}
#promo_box a:hover {
	text-decoration: none;
}

/* column container */
.colmask {
	z-index: 0;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	text-align:left; /* center body in IE */	
}
/* holy grail 3 column settings */
.holygrail {
	clear: left;
	background:#e4e2d4;    	/* Right column background colour */
}
.holygrail .colmid {
    float:left;
    width:200%;
    margin-left:-220px; 	/* Width of right column */
    position:relative;
    right:100%;
    background:#e4e2d4;    	/* Centre column background colour */
}
.holygrail .colleft {
    float:left;
    width:100%;
    margin-left:-50%;
    position:relative;
    left:520px;         	/* Left column width + right column width */
    background:#e4e2d4;    	/* Left column background colour */
}
.holygrail .col1wrap {
    float:left;
	width:50%;
	position:relative;
	right:300px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
    margin:0px 220px 0px 300px;     	/* Centre column side padding:
                        	Left padding = left column width + centre column left padding width
                        	Right padding = right column width + centre column right padding width */
    position:relative;
	left:200%;
	overflow:hidden;
}
.holygrail .col2 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:280px;        	/* Width of left column content (left column width minus left and right padding) */
    position:relative;
    right:10px;         	/* Width of the left-had side padding on the left column */
}
.holygrail .col3 {
    float:left;
    float:right;			/* This overrides the float:left above */
    width:200px;        	/* Width of right column content (right column width minus left and right padding) */
    margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
    position:relative;
    left:50%;
}
.col1 img {
	float:left;
	padding: 0px 5px 0px 5px;
}
.col1 table {
	margin: 0px 30px;
}
.image_box {
	margin: 5px 0px;
	padding: 5px 5px;
	text-align: center;
}
.image_box h3 {
	margin: 5px;
	padding: 0px;
	color: #fff;
	font-size: 0.9em;
}
.image_box h3 a {
	color: #fff;
}
.image_box img {
	margin: 0px;
	padding: 0px;
}
.quote_box {
	color: #fff;
	padding: 5px;
	margin: 5px 0px;
}
.quote_box h3 {
	color: #fff;
	margin: 0px;
	font-size: 100%;
}
.quote_box img {
	float: left;
	margin: 0px 5px;
}
.quote_box p {
	font-size: 0.75em;
	margin: 0px;
}
.promo_side_box {
	background: #ffffff;
	padding: 5px;
	margin: 5px 0px;
}
.promo_side_box img {
	clear:both;
	margin: 0px 5px;
}
.promo_side_box p {
	color: #000000;
	font-size: 0.75em;
	margin: 0px;
}

table.contact {
	border-spacing: 0px;
	border-collapse:collapse;
}
table.contact tr {
	
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
	border-top:1px solid #000;
}
#footer p {
    padding:10px;
    margin:0;
}
#footer ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#footer ul li {
	padding:30px 10px;
	display:inline;
 	float:left;	
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li a {
/*	display:block;*/
	text-align:center;
	text-decoration:underline;
	position:relative;
/*	left:15px;*/
/*	line-height:1.3em;*/
}
#footer ul li a:hover {
	color:#000;
}
