/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	developer: D Petrie
	date: 28/08/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration	: none;
	
}
img, div, a, input { behavior: url(iepngfix.htc); }

										/* ---------- 2. typography ---------- */ 

p {
	color			: #333;
	font-size		: 0.85em;
	text-align		: justify;
	line-height 	: 1.4em;
}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
										/* ---------- 3. listography ---------- */ 
										
li {
	color			: #333;
	font-size		: 0.85em;
	text-align		: justify;
	line-height 	: 1.4em;
}
										
										/* ---------- 4. base structure ---------- */ 

html {
	overflow-y:scroll;
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #D6EAF6;
}


#wrap {
	position:relative;
	width:800px;
	margin:0 auto;
	border:1px solid #ccc;
	background:#fff;
}

#hdr {
	position:relative;
	width:800px;
	height:118px;
	background:url(../images/hdr_bg.jpg) top left no-repeat;
}

#nav {
	position:relative;
	width:780px;
	height:22px;
	background:url(../images/nav_bg.jpg) repeat-x;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	padding-left:20px;
}
	#grad {
		position		: relative;
		background		: url(../images/nav_lower_gradient.png) repeat-x;
		height			: 13px;
		width			: 800px;
		left			: -20px;
		z-index			: 1;
	}
	
	
	
#main {
	position		: relative;
	width			: 800px;
}


	#content {
		position		: relative;
		float			: left;
		width 			: 450px;
	}
		.inbar {
			margin			: 1em 5%;
			background		: #F0FAFD;
			color			: #1A86C4;
			font-size		: 0.85em;
			text-indent		: 8px;
		}
			.inbar a {
				color			: #1A86C4;
			}
		
		.inbar td {
			padding			: 3px 0px;
		}
		
		.inbar_th {
			background		: #1A86C4;
			color			: #fff;
			padding			: 2px 0px;
		}
		
		
	#side {
		position		: relative;
		float			: right;
	}
	
	/* ---- */
	
	#content_b {
		position		:relative;
		float			:left;
		width			:330px;
	}
	#lbar {
		position:relative;
		float:left;
		width:130px;
		background:#F0FAFD;
		margin:25px 0 20px 20px;
		font-size:0.85em;
		padding:5px;
		min-height:200px;
		height:auto;
	}
		/* for Internet Explorer */
		/*\*/
		* html #lbar {
		height: 200px;
		}
		/**/
		
			#lbar a {
				color:#000;
				line-height:18px;
			}
			#lbar a.lbon {
				font-weight:bold;
				color:#3598D0;
			}

	
	
	
#ftr {
	position:relative;
	width:800px;
	background:url(../images/nav_bg.jpg) repeat-x;
	height:22px;
	border-top:1px solid #666666;
	color:#fff;
	font-size:0.8em;
	line-height:22px;
	text-indent:10px;
}
	#ftr a {
		color:#fff;
	}
	#ftr a:hover {
		text-decoration:underline;
	}

										/* ---------- 5. navigation ---------- */ 

#nav a {
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	color:#fff;
	font-family:"trebuchet MS";
	padding:0 15px 0 10px;
}

#nav a img {
	padding-top:4px;
}
#nav a:hover {
	background:url(../images/nav_bg_over.jpg) repeat-x;
}

.key {
	background:url(../images/key.png) left center no-repeat;
	height:22px;
	width:22px;
	display:block;
	float:left;
	margin-left:-20px;
	padding-right:10px;
}
										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */ 
										
.cform {
	margin			: 1em 5%;
	font-size		: 0.85em;
	text-indent		: 8px;
}
.formbox {
	border:1px solid #54AADB;
	font-size:0.85em;
	font-family:"trebuchet MS";
	padding:2px 3px;
	width:175px;
}
.submit {
	border:1px solid #54AADB;
	font-size:0.85em;
	font-family:"trebuchet MS";
	padding:1px 9px;
	color:#54AADB;
	background:#fff;
}