/* Page header */

#header {
	background:0;
	padding: 10px 0 0 10px;
	margin:0;
	border-width:0;
}

#title {
	color:#D2C896; font-size:28px; font-weight:bold; font-family: Verdana, Helvetica, sans-serif;
	position:absolute;
	left:230px;
	top:20px;
}

#headerrow {
	background:#005DAA;
	position:relative;
	padding:0;
	margin:0;
	border-width:0;
}

#logo {
	vertical-align:top;
	border-width:0;
	padding:0;
	margin:0;
}

/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:780px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:80%;
	font-family: Verdana, Helvetica, sans-serif;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

a.menulink {
	font-size:90%;
	font-family: Verdana, Helvetica, sans-serif;
}

h1 {
	color:#005DAA; font-size:24px; font-weight:bold; font-family: Verdana, Helvetica, sans-serif;
}

h2 {
	color:#005DAA; font-size:20px; font-weight:bold; font-family: Verdana, Helvetica, sans-serif;
}
h3 {
	font-size:12px; font-family: Verdana, Helvetica, sans-serif;
}

h3.flash {
	color:red;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

td {
	vertical-align:top;
	padding:6px;
}
th {
	padding:6px;
	text-align:left;
	vertical-align:top;
}
/* Acknowledgment: 3 column layout by matthewjamestaylor.com  */

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* 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 */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings (even centre + right) */

.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:42%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:42%;			/* width of the middle column */
	background:#f4f4f4;	/* left column background colour */
}
.threecol .col1 {
	width:38%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:14%;			/* Width of left column content (column width minus padding on either side) */
	left:47%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:38%;			/* Width of right column content (column width minus padding on either side) */
	left:92%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}

/* 3 Columns with wide centre column */

.widecol {
	background:#f4f4f4;		/* right column background colour */
}
.widecol .colmid {
	right:23%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.widecol .colleft {
	right:61%;			/* width of the middle column */
	background:#f4f4f4;		/* left column background colour */
}
.widecol .col1 {
	width:57%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.widecol .col2 {
	width:14%;			/* Width of left column content (column width minus padding on either side) */
	left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.widecol .col3 {
	width:19%;			/* Width of right column content (column width minus padding on either side) */
	left:92%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	overflow:visible;
}

/* Sidebar - pushed down */

div.sidebar {
	overflow:visible;
	position:absolute;
	top:80px;
}

/* Footer styles */
#footer {
	background:#005DAA;
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
}
#footer p {
	color:#D2C896; 
	font-size:8pt;
	padding:10px;
	margin:0;
	text-align:right;
}

/* Acknowledgement: Breadcrumb trail by www.alistapart.com */

#bread {
	padding: 3px;
	margin-bottom: 25px;
	position:absolute;
	left:250px;
	top:60px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	color:#D2C896; font-size:12px; font-family: Verdana, Helvetica, sans-serif;
	}

#bread ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
	}
	
#bread ul li.first:before {
	content: " ";
	}

#bread a {
	color:#FFF;
}

/* Acknowledgement: Vertical 2 level menu by http://www.sitepoint.com/article/navigation-using-css/ */
#navigation {
width: 140px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #4678C8;
}
#navigation li.selected a:link, #navigation li.selected a:visited {
background-color: #143264;
}
#navigation li a:link, #navigation li a:visited {
font-size: 90%;
font-family: Verdana, Helvetica, sans-serif;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #143264;
border-right: 1px solid #143264;
background-color: #005DAA;
color: #FFFFFF;
text-decoration: none;
}
#navigation li a:hover {
background-color: #000;
color: #FFFFFF;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #4678C8;
margin:0;
}
#navigation ul ul li.selected1 a:link, #navigation ul ul li.selected1 a:visited {
background-color: #D2C896;
}
#navigation li.selected ul a:link, #navigation li.selected ul a:visited {
background-color: #FFF;
color: #000;
}
#navigation li.selected ul a:hover {
background-color: #000;
color: #FFF;
}

/* Resources links */
.resources {
width: 140px;
}
.resources ul {
list-style: none;
margin: 0;
padding: 0;
}
.resources li {
border-bottom: 1px solid #143264;
}
.resources li a:link, .resources li a:visited {
font-size: 10px%;
font-family: Verdana, Helvetica, sans-serif;
display: block;
padding: 0.4em 0 0.4em 0.5em;
background-color: #4678C8;
color: #FFFFFF;
text-decoration: none;
}
.resources li a:hover {
background-color: #000;
color: #FFFFFF;
}