/*
-----------------------------------------------
Tim Ferrante CSS styles
Version: 1
Date: November 2009
----------------------------------------------- */


/* Structure
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	font-size: small;
	font-family: arial, helvetica, san-serif;
	background: #003;
	margin: 10px;
	}
	
#align {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	padding: 0;
	top: 0;
	left: 0;
	}
	
#page {
	width: 900px;
	background: #fff;
	float: left;
	}
	
#header {
	width: 900px;
	height: 54px;
	background: url(images/header.png) left top no-repeat;
	float: left;
	}
	
#tagline {
	width: 890px;
	padding: 2px 0 2px 10px;
	background: #f1cb82;
	float: left;
	}
	
#contentwrapper {
	width: 900px;
	background: transparent url(images/nav_bg.gif) left top repeat-y;
	float: left;
	}
	
#leftcol {
	width: 200px;
	background: transparent;
	float: left;
	}
	
#rightcol {
	width: 670px;
	padding: 15px;
	background: #fff;
	float: right;
	}
	
#imgcol {
	padding: 0 0 0 15px;
	float: right;
	}
	
#imgcol-home {
	padding: 0 15px 0 0;
	float: left;
	}
	
#copyright {
	width: 900px;
	background: transparent;
	padding: 2px 0 8px 0;
	float: left;
	}
	
* html #copyright {
	padding: 2px 0;
	}
	
.imgdiv {
	padding-bottom: 10px;
	}
	
	
/* Primary Navigation
----------------------------------------------- */
#nav {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	background: transparent;
	float: left;
	}

#nav li {
	font-size: 110%;
	padding-bottom: 5px;
	}
	
#nav li a {
	color: #f1cb82;
	text-decoration: underline;
	}
	
#nav a:hover, #nav #selected a {
	color: #fff;
	text-decoration: none;
	}
	
	
/* Heading Styles
----------------------------------------------- */
#header h1 {
	display: none;
	}
	
h2 {
	font-size: 200%;
	color: #039;
	padding: 0 0 10px 0;
	}
	
h3 {
	font-size: 120%;
	color: #000;
	padding-bottom: 5px;
	}

/* Paragraph Styles
----------------------------------------------- */
#tagline p, p.footer {
	font-size: 90%;
	font-weight: bold;
	color: #039;
	}
	
#rightcol p {
	line-height: 18px;
	padding-bottom: 10px;
	}
	
#copyright p {
	font-size: 80%;
	color: #f1cb82;
	text-align: right;
	}
	
.imgdiv p {
	font-size: x-small;
	width: 16em;
	padding-bottom: 0 !important;
	}
	
p.small {
	font-size: 80%;
	}
	
* html p.small {
	font-size: 75%;
	}
	

/* Hyperlink Styles
----------------------------------------------- */
a {
	color: #36c;  
	text-decoration: underline;
	}

a:hover {
	color: #ccc;
	text-decoration: none;
	}
	
	
/* Misc. Styles
----------------------------------------------- */
.green {
	color: #090;
	}
	
.red {
	color: red;
	font-weight: bold;
	}
	
.center {
	text-align: center;
	}
	
img {
	border: 0;
	}
	
#imgcol img, #imgcol-home img {
	padding: 4px;
	border: 1px solid #ccc;
	display: block;
	}
	
hr {
	height: 1px;
	border: 0;
	margin: 8px 0;
	background: #999;
	clear: both;
	}
	
* html hr {
	height: 1px;
	border: 0;
	margin: 0;
	background: #999;
	clear: both;
	}