@CHARSET "ISO-8859-1";
/* CSS Document for Starter CSS
Author: E-Moxie Data Solutions, Inc.
Author URI: http://e-moxie.com
Copyright (c) 2008
*/

/* Browser Reset Styles ================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
small {
	font-size: 11px;	
}
strong {
	font-weight: 600; 
}

/* Basic Definitions ==================== */
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #000;
	background: #f6f6f6 url('../images/bg.gif');
}

h1 {
	font-size: 30px;
	color: #404736;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
h2 {
	font-size: 24px;
	color: #a16047;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
	padding: 0;
	font-weight: normal;
}

a:link, a:visited, a:active {
	color: #a16047;
}
a:hover {
	color: #666;
}

p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
	padding: 0;
}

em {
	font-style: oblique;	
}

strong {
	font-style: bold;	
}


ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}
	li {
		margin-bottom: 5px;
	}

/* Classes ============================== */
.clear {
	clear: both;
	line-height: 0;
}
.left {
	float: left;
	margin-right: 15px;
}
.right {
	float: right;
	margin-left: 15px;
}
.styledinput {
	width: 250px;
	padding: 3px;
	margin-bottom: 5px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #404736;
	border: 1px solid #999;
}

/* Containers =========================== */
#container-wrap {
	width: 870px;
	margin: 0 auto;
	background: url('../images/container-bg.gif') repeat-y;
}

#container {
	width: 850px;
	margin: 0 auto;
}

/* Navigation =========================== */
#nav {
	background: #373531;
	padding: 1px 0 0 0;
	height: 40px;
	text-align: center;
}
	#nav ul {
		margin: 9px 0 0 0;
		padding: 0;
		list-style: none;
	}
		#nav ul li {
			display: inline;
			margin: 0 25px;
		}
			#nav ul li a {
				color: #fff;
				text-decoration: none;
				font-size: 17px;
				font-family: Verdana, Geneva, sans-serif;
			}
			#nav ul li a:hover {
				color: #dfd6c0;
			}
			#nav ul li a#current {
				color: #dfd6c0;
			}
			
/* Content ============================== */
#content {
	background: url('../images/content-bg.gif');
	padding-top: 1px;
	padding-bottom: 30px;
}

#main-content {
	padding: 10px 20px;
	width: 550px;
	float: left;
}

#sidebar {
	width: 260px;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #666;
	padding: 10px 0;
}

/* Footer =============================== */
#footer {
	padding: 15px;
}

#links {
	width: 380px;
	float: left;
}
	#links ul {
		margin: 0;
		padding: 0;
	}
		#links ul li {
			display: inline;
			border-right: 1px solid #666;
			padding-right: 7px;
			margin-right: 5px;
			font-size: 8px;
		}
			#links ul li a {
				color: #666;
				font-size: 12px;
				text-transform: lowercase;
				text-decoration: none;
			}
			#links ul li a:hover {
				text-decoration: underline;
			}
			
#copyright {
	width: 300px;
	float: right;
	text-align: right;
	color: #999;
	font-size: 11px;
}
	#copyright a {
		color: #666;
	}