@CHARSET "ISO-8859-1";
/* 
CSS Document for Sharp CGS
Author: Megan Shanholtz / E-Moxie Data Solutions, Inc.
URI: http://e-moxie.com
Design: Thomas Neuberger / Warschawski
URI: http://warschawski.com
2008
*/

/* Browser Rewrite ================== */
body {
	margin: 0;
	padding: 0;
	color: #003173;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #e0daa6;
}

h1 {
	font-size: 24px;
	margin: 10px 0;
	padding: 0;
}

h2 {
	font-size: 20px;
	margin: 10px 0;
	padding: 0;
}

h3 {
	font-size: 16px;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #ea9500;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

ol {
	margin: 10px 30px;
	padding: 0;
}
ul {
	margin: 10px 30px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ========================== */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	
}
.green { color: #30a321; }
.tagline {
	text-transform: lowercase;	
}

/* Container ======================== */
#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url('../images/bg.gif') top left repeat-y;	
}
#container {
	width: 800px;
	margin: 0 auto;
	border-right: 1px solid #8c8c8c;
	border-left: 1px solid #8c8c8c;
	background: #fff;
}

/* Navigation ======================= */
#nav {
	background: url('../images/nav-bg.gif') top left no-repeat;
	height: 48px;
	padding-top: 1px;
}
	#nav ul {
		margin: 28px 0 0 8px;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			float: left;
		}
			#nav ul li a {
				display: block;
				font-size: 9px;
				text-transform: uppercase;
				text-decoration: none;
				font-weight: 900;
				width: 90px;
				text-align: center;
				margin-right: 6px;
				color: #666;
			}
			#nav ul li a:hover {
				color: #0099d6;
			}
			#nav ul li a#current {
				color: #0099d6;
			}

#top_nav {
	width: 200px;
	float: left;
	text-align: right;
	position: relative;
	bottom: 10px;
	font-size: 9px;
	text-transform: uppercase;
}
	#top_nav a {
		text-decoration: none;
		margin-left: 2px;
		margin-right: 2px;
		font-weight: 900;
		color: #666;
	}

/* Footer =========================== */
#footer {
	font-size: 10px;
	text-align: center;
	padding: 0 5px;
	border-top: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
}
	#footer p {
		line-height: 1.5em;
		color: #3f4342;
	}
	#footer a {
		text-decoration: none;
		color: #3f4342;
	}