/* Kansat layout stylesheet */

body {
	background-image: url(/images/body_gradient.png);
	background-attachment: fixed;
	text-align: center;
	}


#wrapper {
	width: 770px;
	margin: 10px auto;
	background-color: #037;
	color: #000;
	border-top: 15px solid #1e71b8;
	font-family: Times New Roman, Sans Serif, Serif;
	font-size: 100%;
	text-align: left;
	}

#header {
	padding: 0;
	background-image: url(/images/Kansat_logo.gif);
	border-bottom: 1px solid gray;
	width: 770;
	height: 180px;
	text-align: center;
	font-size: 150%;
	font-family: Sans Serif;
	}

#menu {
	float: left;
	width: 180px;
	border-top: 2px solid darkorange;
	padding-top: 0;
	font: 90% Arial, Times New Roman, Sans-serif;
	background-color: #037;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #90bade;
	border-right: 1px solid #90bade;
	}

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px;
	background-color: #2175bc;
	color: #b9d3e7;
	border-bottom: 1px solid #90bade;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #fff; background: #2586d7; } /* Hover Styles */

li ul li a { padding: 10px 10px 10px 10px; width: 150px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

#content {
	margin-left: 180px;
	border-left: 1px solid darkgrey;
	padding: 1em 2em;
	background: #fff;
	border-top: 2px solid darkgrey;
	color: #000;
	font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
}

h2 {
	color: #2175bc;
	}

.indent {
	padding-left:30px;
	}

#content a:link { color: #2175bc; text-decoration: underline; font-weight: none; }
#content a:visited { color: #2175bc; text-decoration:underline; font-weight: none; }
#content a:hover { text-decoration: none; }
#content a:active { text-decoration: none; }

#content .index { color: #2175bc; border-bottom: solid 1px #2175bc; }
#content .index a:link { color: #2175bc; text-decoration: none; }
#content .index a:visited { color: #2175bc; text-decoration: none; }
#content .index a:hover { color: darkorange; text-decoration: none; }
#content .index a:active{ color: darkorange; text-decoration: underline; }

ul.list {
	list-style: none;
	margin-top: 20px;
	padding: 0;
	margin-left: 4em;
	border: 0;
	}

ul.list li {
	list-style: none;
	padding: 0;
	border: 0;
	width: 450px;
	}

ul.list li a {
	list-style: none;
	padding: 0;
	border: 0;
	background-color: #fff;
	color: #000;
	display: list-item;
	width: 450px;
	}

ul.list li a:hover { color: #000; background: #fff; } /* Hover Styles */

#content img {
	padding-top: 1em;
	padding-bottom: 2em;
	}


#left {
	font-size: 70%;
	width: 260px;
	}

#right {
	font-size: 70%;
	margin-left: 260px;
	margin-top: -1316px;
	width: 260px;
	}

#footer {
	clear: both;
	margin: 0;
	margin-left: 180px;
	padding: .5em;
	padding-bottom: 2em;
	color: gray;
	background-color: #fff;
	border-bottom: 2px solid #037;
	border-left: 1px solid darkgrey;
	text-align: center;
	}

#footer :link { color: #2175bc }
#footer :visited { color: #2175bc }
#footer a:hover { text-decoration: underline; }
#footer a:active { text-decoration: underline; }

