/*

File:		template.css
Created:	30/01/2009
Author:		Roland Dodd

Notes:


*/


/*---[ Basic Semantic Elements ]---*/

html {

}

body {
	background:#f4ffe4 repeat scroll 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	width:100%;
	min-width:900px;
}

img {
	border:0px;
}

/*---[ Main Structural Elements ]---*/
.wrapper {
	margin:auto;
	padding:0px;
	width:890px;
	margin-top:10px;
}

.header {
	background-color:#d5edb3;
	width:890px;
}

.header img {
	float:left;
	position:relative;
}

.header .banner img {
	float:left;
	position:relative;
	padding-left:15px;
}

.pageContainer {
	width : 890px;
	padding-bottom:20px;
	background:url("../images/backgrounds/left-menu-bg.jpg") repeat-y left top;
	display:table;
}

.colLeft {
	width:173px;
	float:left;
	padding:0px;
	border:0px;
	margin:0px;
}

.colRight {
	margin:0px;
	padding:0px;
	width:715px;
	float:right;
	background-color:#ffffff;
	color:#990000;
}

* html .colRight {
	display:inline;
}

#footer {
	background-color:#d5edb3;
	width:890px;
	clear:  both;
}

#footer ul {
	padding: 20px 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}

#footer ul li {
	border-left: 1px solid #999;
	list-style-type: none;
	list-style-image: none;
	padding-left: 12px;
	padding-right: 12px;
	display: inline;
	font-size: 80%;
}

#footer ul li.first {
	border: medium none;
	padding-left: 0px;
}

#footer ul li a:link, #footer ul li a:visited {
	color: #999 !important;
}

#footer ul li a:hover {
}

/*---[ Left navigation ]---*/

.colLeft .nav {
	margin:0px;
	padding:0px;
	list-style-type:none;
	width:173px;
}

.colLeft .nav li {
	display:inline;
}

.colLeft .nav li a {
	color:#d5edb3;
	font-family:Verdana Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	border-bottom: 1px solid #f4ffe4;
	display:block;
	padding: 10px 0px 10px 20px;
}

.colLeft .nav li.first a {
	border-top: 1px solid #f4ffe4;
	margin-top:30px;
}

.colLeft .nav li a:hover {
	background: #99cc66;
	color:#993300;
}

/* IE Fixes */

/* force hover on entire width of link */	
* html .nav a {
	height: 1px;
}

/* divs to clear */

.clear:after,.wrapper:after,.header:after,.pageContainer:after,.section:after,.sectionFloat:after,.sectionBox:after {
	content : ".";
	display:block;
	clear : both;
	height : 0;
	font-size:0;
	visibility:hidden;
}

.clear{
	min-height:1px;
	clear:both;
}

.clearBoth {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}


/*---[ Typography ]---*/

h1, h2, h3, h4, h5, h6, p {
  position: relative;
} 

ul {

}

ol {

}

li {

}

dl {

}

dt {

}

dd {

}

strong {

}

em {

}

/* Basic Anchor styles */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}