/* CSS Document */

/* ------------------------------------------------------------
GENERAL CSS
------------------------------------------------------------ */

html {
	height					: 100%;
}
body {
	margin					: 0;
	padding					: 0;
}
body * {
	font					: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	margin					: 0;
	padding					: 0;
}
p,li,td,dt,dd {
	font-size				: 11px;
}
p,ul,ol,dl,blockquote,pre {
	clear					: both;
	margin-bottom			: 13px;
}
img {
	border					: 0;
}

/* ------------------------------------------------------------
MAIN NAVIGATION
------------------------------------------------------------ */

#nav_container ul {
	margin					: 0;
	padding					: 0;
	list-style				: none;
}
#nav_container ul li {
	margin					: 0 0 3px 0;
	padding					: 0;
	list-style				: none;
}
#nav_container a {
	font					: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-transform			: uppercase;
	display					: block;
	height					: 22px;
	color					: #ffffff;
	text-decoration			: underline;
	padding					: 0 0 0 20px;
	background-image		: url(../images/bg_mainnav.gif);
}
#nav_container a:hover {
	text-decoration			: none;
	background-image		: url(../images/bg_mainnav_over.gif);
}

/* ------------------------------------------------------------
META NAVIGATION
------------------------------------------------------------ */

#metanavigation ul {
	margin					: 0;
	padding					: 0;
	list-style				: none;
}
#metanavigation ul li {
	float					: left;
	margin					: 0 10px 0 0;
	padding					: 0;
	list-style				: none;
}
#metanavigation a {
	color					: #8a8978;
	text-decoration			: underline;
}
#metanavigation a:hover {
	text-decoration			: none;
}

/* ------------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------------ */

#subnavigation a {
	font					: 12px/14px Verdana, Arial, Helvetica, sans-serif;
	text-transform			: uppercase;
	color					: #ffffff;
	text-decoration			: underline;
}
#subnavigation a:hover {
	text-decoration			: none;
}

/* ------------------------------------------------------------
PATH
------------------------------------------------------------ */

#path {
	color					: #8a8978;
}
#path a {
	color					: #8a8978;
	text-decoration			: underline;
}
#path a:hover {
	text-decoration			: none;
}

/* ------------------------------------------------------------
CONTENT
------------------------------------------------------------ */

#content p {
	padding					: 0 0 0 10px;
}
#content ul {
	margin					: 0 0 13px 20px;
	padding					: 0;
}
#content ul li {
	margin					: 0 0 0 15px;
	padding					: 0;
	list-style				: square;
}
#content ol {
	margin					: 0 0 13px 20px;
	padding					: 0;
}
#content ol li {
	margin					: 0 0 0 20px;
	padding					: 0;
}
#content a {
	color					: #8a8978;
	text-decoration			: underline;
}
#content a:hover {
	text-decoration			: none;
}

/* ---------------------------------------------------------------
CONTRIBUTE STYLES
----------------------------------------------------------------*/

h1 {
	clear					: both;
	text-transform			: uppercase;
	font-weight				: bold;
	margin-bottom			: 13px;
}

h2 {
	clear					: both;
	font-weight				: bold;
	margin-bottom			: 13px;
}
h3,h4,h5,h6 {
	clear					: both;
	font-weight				: bold;
	margin-bottom			: 5px;
	padding					: 0 0 0 10px;
}
img.floatLeft {
	border-right			: 10px #ffffff solid;
	border-bottom			: 10px #ffffff solid;
	float					: left;
}
.boldFont {
	font-weight				: bold;
}
.italicFont {
	font-style				: italic;
}

/* ---------------------------------------------------------------
LAYER CSS
----------------------------------------------------------------*/

#container {
	position				: absolute;
	top						: 0;
	width					: 100%;
}
#pos_container {
	position				: absolute;
	top						: 0;
	width					: 100%;
}
#left_container {
	visibility				: hidden;
}
#content_container {
	position				: absolute;
	top						: 0;
	width					: 100%;
}
#right_container {
	visibility				: hidden;
}
#nav_container {
	visibility				: hidden;
}

/* ---------------------------------------------------------------
LAYER CONTENT
----------------------------------------------------------------*/

#header {
	visibility				: hidden;
}
#metanavigation {
	visibility				: hidden;
}
#subnavigation {
	visibility				: hidden;
}
#path {
	visibility				: hidden;
}
#content {
	position				: absolute;
	top						: 0;
	width					: 100%;
}
