/** 
 * 2 Column Layout by Matthew James Taylor
 * http: //matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts
 */

/* General styles */
body 
{
	margin: 0 auto;
	padding: 50px 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background-color: #FFF;
	color: #444;
	min-width: 700px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 13px;
	font-family: "Trebuchet MS";
}
a
{
    padding: 0 2px;
    text-decoration: none;
    color: #369;
}
a:hover
{
    border-bottom: 1px dotted #369;
    border-top: 1px dotted #369;
    color: #FFF;
}

h1, h2, h3 
{
	margin: .8em 0 .2em 0;
	padding: 0;
}
p 
{
	margin: .4em 0 .8em 0;
	padding: 0;
}
#switchCSS
{
	position: relative;
	top: -50px;
	margin-left: 2%;
}
#switchCSS a 
{
	border: 1px solid #7ea67e;
	color: #419541;
	background-color: #d2e5d2;
	padding: 0 4px 2px 4px;
}
#switchCSS a:hover 
{
	background-color: #FFF;
	border: 1px dotted #419541;
	color: #000;
}
#notify
{
	width: 100%;
	color: #444;
	background-color: #CCD5E6;
	margin-bottom: 50px;
	border-top: 3px double #7285A4;
	border-bottom: 3px double #7285A4;
}
#notify #text
{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	overflow: auto;
}
#notify a
{
	color: #369;
	text-decoration: none;
}
#notify a:hover
{
	color: #000;
	background-color: transparent;
}
/* Header styles */
#header 
{
	color: #7285A4;
	clear: both;
	float: left;
	width: 100%;
}
#header #logo
{
	clear: none;
	float: right;
	font-size: 36px;
}
#header p,
#header h2 
{
	padding: .4em 15px 0 15px;
	margin: 0;
}
#header h1
{
	color: #7285A4;
	margin: 0;
	padding: 0;
	display: inline;
	float: right;
	clear: none;
	position: relative;
	bottom: -9px;
	z-index: 1;
}
#header ul 
{
	position: relative;
	clear: left;
	float: left;
	display: inline;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	bottom: -1px;
	z-index: 1;
}
#header ul li 
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li #current
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
	
	border: 1px solid #7285A4;
	background: #7285A4;
	border: 1px dotted #7285A4;
	border-bottom: 1px solid #7285A4;
	color: #FFF;
}
#header ul li a 
{
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #CCD5E6;
	color: #444;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
	border: 1px solid #7285A4;
}
#header ul li a:hover 
{
	background: #FFF;
	border: 1px dotted #369;
	border-bottom: 1px solid #7285A4;
	color: #000;
}
#header ul li a span 
{
	display: block;
}
#wrapper
{
	width: 80%;
	margin: 0 auto;
}
/* 'widths' sub menu */
/* column container */
.colmask 
{
	border: 1px solid #7285A4;
	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 */
}
/* common column settings */
.colleft 
{
	float: left;
	width: 100%;
	position: relative;
}
.col1,
.col2
{
	float: left;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.col1 p
{
	padding: 0 10px;
}
.col1 h2
{
	width: 90%;
	color: #000;
	text-align: right;
	border-bottom: 1px dotted #7285A4;
}
.col1 hr
{
	width: 75%;
	height: 2px;
	color: #CCD5E6;
	background-color: #CCD5E6;
	border-width: 0;
	border-top: 1px dotted #7285A4;
}
.col1 blockquote
{
	background-color: #1C2C3B;
	padding: 0 .5em;
	border-top: 1px dotted #7285A4;
	border-bottom: 1px solid #7285A4;
}
/* 2 Column (right menu) settings */
.rightmenu 
{
	background: #CCD5E6;		/* right column background colour */
}
.rightmenu .colleft 
{
	right: 25%;			/* right column width */
	background: #CCD5E6;	/* left column background colour */
}
.rightmenu .col1 
{
	width: 71%;			/* left column content width (left column width minus left and right padding) */
	left: 25%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 
{
	width: 25%;			/* right column content width (right column width minus left and right padding) */
	left: 31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.col2 ul 
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.col2 ul li 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.col2 ul li a 
{
	display: block;
	float: left;
	width: 100%;
	padding: 3px 10px;
	margin: 0;
	color: #369;
	text-decoration: none;
	line-height: 1.3em;
	border-bottom: 1px dotted #7285A4;
}
.col2 ul li a:hover 
{
	background: #FFF;
	color: #000;
	border-top-width: 0;
	border-bottom: 1px solid #369;
}
.col2 ul li a span 
{
	display: block;
}

/* Footer styles */
#footer 
{
	clear: both;
	float: left;
	width: 100%;
	padding: 10px;
	color: #7285A4;
	font-size: .8em;
	text-align: center;
}
#footer p 
{
	padding: 10px;
	margin: 0;
}
.float-left
{
	clear: none;
	float: left;
}
.float-right
{
	clear: none;
	float: right;
}