/* CSS Document */

body {font: 1.0em verdana, arial, sans-serif;  /* overal font and sizing */
	text-align:center; /* centers the layout in IE */
	background-color: #cccccc;
	background-image:url(graphics/gray_block_bg_01.gif);
	background-repeat: repeat-x;
	}
* {margin:0; padding:0;} /* removes defaults of all elements */

div#mainwrap {min-width:820px; max-width:960px; /* sets the max and miin widths */
	margin-left:auto; margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */
	}
	
div#toparea { background-color:#FFF; /* ensures bg is white if faux graphic doesn't load */
	position:relative; /* set positioning context  for left sidebar div */
	}
	
div#column1 {
	width:264px; /* left col width */
	position: absolute; /* contextual positioning in contentarea container */
	top:0px;left:0px; /*positions col within contentarea container */
	background-color:#fff;
	background-image:url(graphics/background_02.jpg);
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	height: 398px;
	}

div#column2 {background-color:#FFF; 
	margin:0 18px 0 264px;
	text-align: left;
	background-image:url(graphics/background_03.jpg);
	background-repeat: repeat-x;
	height: 398px;
	}
	
div#column3 {width:18px; 
	position:absolute;  /* contextual positioning in contentarea container */
	top:0px; right:0px; /*positions col within contentarea container */
	background-color:#fff; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	}
	
div#column4 {
	width:264px; /* left col width */
	position: absolute; /* contextual positioning in contentarea container */
	top:0px;
	left:0px; /*positions col within contentarea container */
	background-color:#fff;
	background-image:url(graphics/background_07.gif);
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	height: 203px;
	}
	
div#column5 {
	background-color:#FFF; 
	margin:0 18px 0 264px;
	background-image:url(graphics/background_08.gif);
	background-repeat: repeat-x;
	height: 203px;
	}
	
div#column6 {width:18px; 
	position:absolute;  /* contextual positioning in contentarea container */
	top:0px; right:0px; /*positions col within contentarea container */
	background-color:#fff; /* left col bg color - (change color to see divs is position : ) */
	overflow:hidden; /* prevents overlarge elements breaking out of column */
	}
	
div#footer {
	margin: 10px 0 0 215px;
	font-size: .6em;
	color:#990000;
	text-align: left;
	}

/* text sytles*/

div#column1 h1 {
	padding: 0 7px 8px 0px;
	font-size: .9em;
	color: #990000;
	text-align: right;
	}

div#column1 p {
	padding: 0 7px 30px 45px;
	font-size: .7em;
	font-weight: 100;
	color: #333333;
	text-align: right;
	}
	
div#column1 table p {
	padding: 0 7px 12px 45px;
	font-weight: 100;
	color: #333333;
	text-align: right;
	}
	
div#column1 table a {
	color: #333;
	}
	
div#column1 table a:hover {
	color: #990000;
	}
	
div#column1 ul {
	margin: 0 10px 25px 0px;
	}
	
div#column1 li {
	padding: 0 0 6px 10px;
	font-size: .7em;
	font-weight: 100;
	color: #333333;
	text-align: right;
	list-style-type:none;
	}

div#column1 li a {
	color: #333;
	}
	
div#column1 li a:hover {
	color: #990000;
	}
	
div#column2 p {
	padding: 0 0 8px 20px;
	font-size: .7em;
	font-weight: 100;
	color: #333333;
	text-align: left;
	}
	
div#column2 a {
	color: #333;
	}
	
div#column2 a:hover {
	color: #990000;
	}
	
div#column2 h1 {
	padding: 0 0px 8px 20px;
	font-size: .9em;
	color: #990000;
	text-align: left;
	}
	
div#column2 h3 {
	padding: 0 0px 5px 20px;
	font-size: .7em;
	color: #990000;
	text-align: left;
	}
	
div#column2 ul {
	margin: 0 0 20px 40px;
	}
	
div#column2 li {
	padding: 0 0 2px 10px;
	font-size: .7em;
	font-weight: 100;
	color: #333333;
	text-align: left;
	list-style-image:url(graphics/square_bullet.gif);
	marker-offset: 8px;
	}
	
div#column4 h1 {
	margin: 20px 10px 0 0;
	font-size: 1.2em;
	font-weight: 100;
	color: #fff;
	text-align: right;
	letter-spacing: 3px;
	}
	
div#column4 h1 a {
	margin: 20px 10px 0 0;
	color:#fff;
	text-decoration: none;
	}
	
div#column5 p {
	padding: 28px 0 0 20px;
	font-size: .7em;
	font-weight: 100;
	color: #FFF;
	text-align: left;
	text-transform: uppercase;
	}
	
div#column5 a {
	color: #660000;
	text-decoration: none;
	}
	
div#column5 a:hover {
	color:#FFF;
	}

/* other elements styles*/

div#column1 img {
	margin: 200px 15px 0px 0;
	}

div#column2 img {
	margin-top: 40px;
	vertical-align: bottom;
	}
	
.blockspacing {margin: 5px 0 20px 0;}

img {border: none;
	border: 0px;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

