/*
***********************************************

CNS Intranet

Images copyright LLP

Site URI: www.erincasteel.com/cns/

Author: Erin Casteel

Author URL: http://www.erincasteel.com/web/

*/



/* Start with a clean slate
***********************************************/

* {margin:0;padding:0;}

img {border:none;}

.clear {clear:both;}

.hide {display:none;}

body {
	background-color: #ccc;
}

/* Layout
***********************************************/

#header {
	width: 900px;
	height: 120px;
	background: url(../img/header-bg2.jpg) bottom left repeat-x;
	margin: 0 auto;
}

#wrapper {
	position: relative;
	width: 900px;
	height: auto;
	background-color: #ccc;
	color: black;
	margin: 0 auto;
}

#leftnav {
	float: left;
	clear: both;
	width: 15%;
}

#content {
	float: right;
	width: 80%;
	padding: 0 5px;
	/*border: 1px solid black;*/
}

/* Typography
***********************************************/

h1 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	padding-bottom: .5em;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	color: #c00;
	font-size: 1.5em;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 1em;
}


/* Lists
***********************************************/

ul#topnav {
	width: 80%;
	display: inline;
	float: right;

}

#topnav li {
	float: left;
	width: 33.33%;
	height: 30px;
	list-style: none;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #c00;
	text-align: center;
	padding-top: 5px;

}

#topnav li a {
	display: block;
	text-decoration: none;
	color: #c00;
}

#topnav li a:hover {
	text-decoration: underline;
}

ul#leftnav {
	display: block;
}

#leftnav li {
	list-style: disc inside;
	margin: 5px;
	display: block;
	border: 1px solid black;
	background-color: white;
	padding: 5px;
}

#leftnav li a {
	font-family: helvetica, arial, sans-serif;
	font-size: 1em;
	color: #c00;
}

ol li {
	padding-bottom: 10px;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 1em;
}
/* Links
***********************************************/





/* Images
***********************************************/

.floatleft {
	float: left;
	padding-right: 1em;
}

.floatright {
	float:right;
	padding-left: 1em;
}

.center {
	text-align: center;
}

/* Forms
***********************************************/

#search {
	text-align: center;
}

#search a {
	text-decoration: none;
}


/* Tables
***********************************************/

