/*-------------------------------------------------------

	doc title: stylesheet
	filename: primary.css
	author: JBMoss
	developer: D Petrie
	date: 13/12/2007
	
	-----------------------
	
	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, table {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

										/* ---------- 2. typography ---------- */ 

p {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.7em;
	color			: #000;
	text-align		: justify;
}
p a {
	text-decoration	: none;
	font-weight		: bold;
	color			: #000;
}
p a:hover {
	text-decoration	:none;
	color			:#0000CC;
}
h1 {
	 height			: 100px;
	 width			: 178px;
	 background		: url(../images/logo_r2_c2.gif) no-repeat;
	 text-indent	: -9000px;
	 margin			: 0px 0 20px 20px;
}
h2 {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 1em;
	color			: #0000CC;
}
h3 {	
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.8em;
	color			: #0000CC;
}
h4 {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 1em;
	color			: #666666;
	text-align		: center;
}
h5 {}

.pen {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.6em;
	color			: #000;
	font-weight		: bold;
	margin-left		: 24px;
}
.tbl {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.7em;
	color			: #000;
	text-align		: justify;
	
	
	
}
										/* ---------- 3. listography ---------- */ 
										
										
										
										
ul {
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color			: #000;
	text-align		: justify;
	font-size		: 0.7em;
}
ul ul {
	font-size		: 1em;
}

ul a {
	font-weight		: bold;
	color			: #000;
	text-decoration	: none;
}
ul a:hover {
	color			: #0000CC;
}
										

										
										/* ---------- 4. base structure ---------- */ 

html {
	overflow-y		: scroll;
}
body {
	font-size		: 100%;
	background		: url(../images/page_bg.jpg) right top repeat-x;
}

#header {
	position		: relative;
	width			: 680px;
}

#main_col {
	position		: relative;
	width			: 700px;
}

#nav {
	position		: relative;
	float			: left;
	width			: 180px;	
}
#nav_cont {
	position		: relative;
	width			: 160px;
	height			: 300px;
	margin-left		: 20px;
	background		: url(../images/blue_drop_01_a.jpg) no-repeat;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.6em;
	color			: #fff;
	font-weight		: bold;
	text-align		: center;
	padding			: 2px;
	margin-bottom	: 30px;
}
#nav_cont a {
	color			: #fff;
	text-decoration : none;
}
#nav_cont a:hover {
	color			: #AAA;
	text-decoration : none;
}

#content {
	position		: relative;
	float			: left;
	width			: 500px;
}

#footer {
	position		: relative;
	width			: 680px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.6em;
	color			: #AAA;
	clear			: both;
	margin			: 20px auto 0 auto;
	text-align		: center;
}
#footer a {
	text-decoration	: none;
	color			: #AAA;
}
#footer a:hover {
	text-decoration	: underline;
	color			: #AAA;
}

										/* ---------- 5. navigation ---------- */ 
										
#nav ul {
	margin-left		: 20px;
	font-family		: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size		: 0.7em;
	font-weight		: bold;
}

#nav li {
	display			: block;
	width			: 163px;
	margin			: 8px 0 8px 0;
	list-style		: none;
	text-align		: center;
	border			: 1px solid #000;
}
#nav li a {
	display			: block;
	padding			: 4px;
	color			: #fff;
	text-decoration	: none;
	background		: url(../images/button_back.gif) repeat-y;
}
#nav li a:hover {
	display			: block;
	color			: #fff;
	text-decoration	: none;
	background		: #2B87EE;
}

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */ 
.form_t {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.7em;
}
.formbox {
	border:1px solid #000;
	padding:1px;
	background:#fff;
	width:250px;
}
.submit {
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.7em;
	padding:2px;
	background:#fff;
	border:1px solid #000;
}