/***** Main Template *****/
* {
	margin: 0px;
	padding: 0px;
}

a {color: #105CB6; outline: none; text-decoration: underline;}
a:visited { color: #105CB6; }
a:hover, a:focus { color: #fff; background: #105CB6;}
a:active { color: #000; }

ul.inside {list-style-position: inside;}
ul.indent {margin-left: 12px; line-height: 1.5em;}

body {
	color: #393733;
	text-align: center;
	background: #eef0ff url('../media/bg.gif') 0 0 repeat;
	/*background: #cdd;*/
}

body, td, th, h2, h3, h4, h5, h6 {
	font: 83%/1.4 "Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

#container {
	background-color: #eef0ff;
	margin: 10px auto;
	width: 970px;
	text-align: left;
}

/* header definition */
#header {
	background: #1B5790 url(../media/bar-imagesinfo.gif) right -5px no-repeat; /*#678FC2; */
	height: 85px;
	text-align: left;
}

#header a {
	color: #D2DCF3;
	font-size: 90%;
	font-weight: bold;
}

#header h1 {
	font-size: 100%;
	margin: 0;
	display: block;
}

#header h1 a {
	display: block;
	height: 47px;
	width: 189px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(../media/logo-1.gif) 0 0 no-repeat;
}

#header h1 a:hover {
	cursor: pointer; /* IE7 */
	background-position: 0 -86px;
}

#sitemap {
	color: #fff;
	font-family: arial;
	font-size: 0.9em;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* menu definition */
#menu {
	font-size: 1.1em;
	margin-top: 10px;
	float: left;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 30px;
}

#menu li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../media/tab-back-blue.png) 100% -200px;
	float: left;
	text-align: center;
}

#menu li a {
	display: block;
	float: left;
	padding: 5px 11px 5px 16px;
	text-align: center;
	background: url(../media/tab-back-blue.png) 0 -200px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #666;
}

#menu li.active {
	background-position: 100% 0px;
}

#menu li.active a{
	background-position: 0 0px;
	color: #1B5790;
}

#menu li:hover {
	background-position: 100% -100px;
}

#menu li:hover a {
	background-position: 0 -100px;
	color: #1B5790;
}

/* the middle part of window. a container is "middle", left part is "centent" and right part is"sidebar"*/
#middle {
	clear: both;
}

#middle a img{
	 color: #fff;
}
/*
#middle a:hover {
	color: #fff;
	background: #105CB6;
} */

#ban {
	 background-color: #fff;
}

#content {
	background: #fff;
	width: 627px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	padding: 0px 20px;
	color: #666;
	font-family: "Tahoma","Helvetica","Arial", sans-serif;
}

#content h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #90b11f;
	border-bottom: 1px solid #ddd;
}

#content h3 {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #105CB6;
	/*background: #eef;*/
}

#content h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #888;
}

#content p, #content ul {
	 margin-left: 5px;
}

#sidebar {
	float: right;
	width: 300px;
	text-align: left;
	font-family: "arial", "tahoma", sans-serif;
}

/* sidebar will have a navigator bar */
.side-nav {
	margin: 5px 10px 5px 7px;
	font-size: 1.0em;
}

.side-nav h2 {
	color: #90b11f;
	margin: 22px 0 0.8em 0;
	font-size: 155%;
	letter-spacing: -1px;
	font-weight: normal;
}

.side-nav h3 {
	color: #90b11f;
	margin: 22px 0 0.8em 0;
	font-size: 125%;
	letter-spacing: -1px;
	font-weight: bold;
}

h3 {
	font-family: arial;
	white-space: 1px;
	color: #4E463F;
}

.side-nav ul {
	margin: 0px;
	padding-right: 5px;
}

.side-nav li {
	clear: left;
	list-style: none;
	padding: 0px;
}

.list-image {
	width: 50px;
	height: 80px;
	float: left;
}

.description {
	float: left;
	margin-left: 5px;
	width: 218px;
}

.headline {
	font-weight: bold;
	font-family: arial;
	white-space: 1px;
}

.text-follow {
	padding: 0 0 0.5em 0;
	font-family: "Arial", "Tahoma", "Helvetica",sans-serif;
}

li.current-sidemenu .description{
	border-right: 5px solid #90b11f;
/*	background: #cdf;*/
}

/* Footer Definition */
#footer {
	clear: both;
	font-weight: bold;
	line-height: 3.0;
	font-size: 90%;
	color: #dbd7a6;
	text-align: center;
}

#footer ul {
    font-size: 90%;
    padding: 5px 0 3px 5px;
    margin-left: 0px;
    background: #444;
}

#footer li { display: inline; padding: 0 5px; }
.privacy {
	float: left;
}

#footer a:link, #footer a:visited { color: #98e600;}
#footer a:hover, #footer a:active, #footer a:focus { color: #cbc796;}

