/*------------------------------------------------------------------------------
									H T M L
------------------------------------------------------------------------------*/
body {
	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
	color: #333;
	background: #3A3A3A;
}
/* -------------------------------------------------------------------- links */
a {
	background: inherit;
	color: #708491;
	text-decoration: underline;
}
a:hover {
	background: inherit;
	color: #000;
	text-decoration: underline;
}
/* ------------------------------------------------------------------ headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #708491;
}
h1 {
	font-size: 1.4em;
}
/*------------------------------------------------------------------------------
								L A Y O U T
------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------- menu */
#menu {
	margin: 0;
	float:left;
	width:100%;
	font: 1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;
	border-bottom: 1px solid #9FB1BC;
}
#menu ul {
	margin:0;
	padding:10px 10px 0 25px;
	list-style:none;
}
#menu li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menu a {
	float: left;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
}
#menu a:hover {
	color: #000;
	background: url(rounded.gif) no-repeat bottom center;
}
#menu a#current {
	color: #000;
	font-weight: bold;
	background: url(rounded.gif) no-repeat bottom center;
}
/* ------------------------------------------------------------------ sidebar */
#sidebar h1 {
	color: #708491;
}
/* ------------------------------------------------------------- sidebar menu */
#sidebar ul.sidemenu a {
	font-weight: bold;
	color: #666;
	background: #f2f2f2;
	border-left: 5px solid #ccc;
}
#sidebar ul.sidemenu a.active{
	color: #708491;
	border-left:5px solid #708491;
}
#sidebar ul.sidemenu a:hover {
	background: #f2f2f2;
	color: #708491;
	border-left:5px solid #708491;
}
/* --------------------------------------------------------------------- main */
#main h1 {
	border-bottom: 2px solid #f2f2f2;
}
#main-fullpage h1 {
	border-bottom: 2px solid #f2f2f2;
}
/* ------------------------------------------------------------------- header */
#header {
	background: #fff;
}
#footer {
	color: #708491;
/*	border-top: 1px solid #9FB1BC;*/
}

