/* CSS Document */

/* ------------------------------------------------------------
GENERAL CSS
------------------------------------------------------------ */
* {
	margin					: 0;
	padding					: 0;
	}
html {
}
body {
	background-image		: url(../images/bg_body.gif);
	background-repeat		: repeat-y;
	background-position		: center;
	font-family				: Verdana, Arial, Helvetica, sans-serif;
	font-size				: 11px;
	height					: 101%;
}
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 {
	background-color		: #818c95;
	margin					: 0 0 3px 0;
	padding					: 0;
	background-image		: url(../images/bg_mainnav.gif);
	background-repeat		: repeat-y;
}
#nav_container ul li:hover {
	background-image		: url(../images/bg_mainnav_over.gif);
	background-repeat		: repeat-y;
	}
#nav_container a {
	font					: 12px/22px Verdana, Arial, Helvetica, sans-serif;
	text-transform			: uppercase;
	color					: #ffffff;
	text-decoration			: underline;
	display					: block;
	padding					: 0 0 0 20px;
	background-image		: url(../images/list_cross_new.gif);
	background-repeat		: no-repeat;
}
#nav_container a:hover {
	text-decoration			: none;
}

/* ------------------------------------------------------------
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;
}
