

/* <!-- */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}
*+html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* End hide from IE-mac */


/* General styles */

body {
	margin:0;
	padding:0;
	border:0;						/* This removes the border around the viewport in old versions of IE */
	width:100%;
	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 */
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	height:140px;
}

#nav {
	float:left;
	list-style:none;
	margin:0 0 0 0;
	padding:0;
}
#nav li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li a {
	display:block;
	float:left;
	margin:0 0 0 0px;
	padding:5px 10px;
	text-align:center;
	background:#eee;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.5em;
	font-size:1.2em;
}
#nav li a:hover {
	background:#369;
	color:#fff;
}
#nav li a.active,
#nav li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#nav li a span {
	display:block;
}
/* 'widths' sub menu */
#sub-menu {
	height:30px;
	background:#eee;
	border-top:4px solid #000;
	margin: 106px 0 0 0;
	padding:0px 15px !important;
	text-align:right;
}

#sub-menu form{
	margin:0 0 0 10px;
	padding:0;
	float:left;
	font-size:1.2em;
}
#sub-menu input[type="text"]{
	border:1px solid #333;
	height:15px;
}
#sub-menu input[type="submit"]{
	height:20px;
	border:0;
	font-weight:bold;
}
/* column container */
.colmask {
	position:relative;					/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;						/* width of whole page */
	overflow:hidden;				/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	background:#eee;
}
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:210px;
	background:#fff;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:210px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:0 15px 0 225px;
	position:relative;
	right:100%;
	overflow:hidden;
	
}
.leftmenu .col2 {
	float:left;
	width:180px;
	position:relative;
	right:195px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;}
