/*  General layout */

html {
	margin:0;
	padding:0;
}

form {
	margin: 0;
}

body {
	background-color:#b4b4b4;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:0.875em; /*  14 / 16 = 0.875*/
	min-height:100%;
}

TD {
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
}

IMG {
	border: 0;
}

/*  content layout */
#top_header {
	margin:0;
	padding:0;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #ffffff;
	overflow:hidden;
}

#searchbox {
	float:right;
	margin:0;
	padding:5px;
}

#wrapper {
	background-image:url(images/background.gif);	
	background-repeat:repeat-x;
	background-color:#cecece;
	min-height:100%;
	margin:0;
	padding:0;	
	padding-top:20px;
	overflow:hidden;
}

#wrapper2 {
	background-image:url(images/bottom.gif);	
	background-repeat:repeat-x;
	background-position:bottom;
	overflow:hidden;
	min-height:100%;
	margin:0;
	padding:0;
	padding-bottom:20px;
}

#container {
	margin: 10px auto;
	width:1060px;
	padding:0;
	background-color:#ffffff;
	border-bottom:inset 2px #b4b4b4;
	border-right:inset 2px #b4b4b4;
	border-top:#CCCCCC 1px outset;
	border-left:#CCCCCC 1px outset;
	min-height:125%;
	overflow:hidden;
}

#body_container{
	border:solid 10px #ffffff;
	min-height:125%;
}

#header{
	/*background-color:#003399;*/
	background-image: url ('templates/default/header.jpg');
	min-height:70px;
	background-image:url(images/header.jpg);
	padding-left:20px;
	padding-top:10px;
}

#left {
	width:190px;
	float:left;
	min-height:125%;
	margin:0;
	padding:0;
}

#main_nav {
	width:100%;
	background-color:#cccccc;
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
}

#main_nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#main_nav li{
	color:#ffffff;
	background-color:#666666;
	padding: 5px 5px 5px 0.5em;
	border-bottom: 1px solid #ffffff;
	margin:0;
}

#main_nav li a{
	color:#ffffff;
}
	
#main_nav a:link {
	color:#ffffff;
}

#main_nav a:visited {
	color:#ffffff;
}

#main_nav a:hover {
	color: #333333;
}

#other_menu {	
	margin-top:10px;
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	padding-left:10px;
	font-size:0.8125em; /* 13 /16 = 0.8125em */	
	line-height:1.2;
}

#other_menu a:link {
	color:#333333;
}

#other_menu a:visited {
	color:#333333;
}

#other_menu a:hover {
	color:#666666;
}

.sponsor {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}
/*.menulevel1 {
	font-size: 8pt;
	color: #ffffff;
}
.menulevel1 a {
	font-weight: normal;
	color: black;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: black;
}
.menulevel1 a:active, .menulevel1 a:hover {
	color: black;
}
.menulevel2 {
	font-size: 8pt;
	color: gray;
}
.menulevel2 a {
	font-weight: normal;
	color: black;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: black;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: black;
}
.menulevel3 {
	font-size: 8pt;
	color: gray;
}
.menulevel3 a {
	font-weight: normal;
	color: black;
}
.menulevel3 a:link, .menulevel3 a:visited {
	color: black;
}
.menulevel3 a:active, .menulevel3 a:hover {
	color: black;
}
*/
#content{
	background-color:#FFFFFF;
	margin-left:190px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	height:100%;
	/*border: black 1px solid;*/
}

/*.ruler {
 	clear:both; 
	overflow:hidden;
	min-height:20px;
	border-bottom:dashed .5px #DBDBDB;
}*/

/*#intro_text {
	float:left;
	width:200px;
	border:red solid 5px;
}*/

/*#img_rotate img{
	float:left;
}*/

.locator {
	font-size: 0.75em; /* 12/16 = .75em */
}

.locator a {
	font-weight: normal;
	text-decoration: underline;
}

.locator a:link, .locator a:visited, .locator a:active, .locator a:hover {
	color: #333333;
}

#footer {
	clear:both;
	background-color:#b4b4b4;
	background-image:url(images/footerbground.gif);
	background-repeat:repeat-x;
	/*text-align:center;*/
	min-height:50px;
	padding-top:10px;
	vertical-align:top;
}
#footer p{
	font-size: 0.625em;
	margin:0;
	padding:o;
}
#footer a{
	color:#333333;
}

#footer a:visted{
	color:#333333;
}

#footer a:hover{
	color:#ffffff;
}


	

/*H1, H2, H3 {
	font-size: 16pt;
	font-weight: normal;
	margin-bottom: 6px;
}
H4 {
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 6px;
}
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}


li {
	line-height: 1.5;
}
.doc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=doc) no-repeat;
}
.docs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=docs) no-repeat;
}
.sdoc {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdoc) no-repeat;
}
.sdocs {
	list-style: none;
	padding-left: 15px;
	background: url(../../index.php?image=sdocs) no-repeat;
}

.sitename {
	font-weight: normal;
	font-size: 20pt;
}

.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size: 9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight: normal;
	color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color: black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color: black;
}
.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}
.search a {
	font-weight: normal;
	color: black;
}
.search a:link, .search a:visited {
	color: black;
}
.search a:active, .search a:hover {
	color: black;
}

.menu {
	font-weight: bold;
	font-size: 8pt;
	color: white;
}
/*.menu a {
	text-decoration: underline;
	color: white;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: white;
}*/
/*.login {
	font-weight: bold;
	font-size: 8pt;
	color: grey;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
.navigator {
	font-weight: bold;
	font-size: 10pt;
	color: white;
}
.navigator a:link, .navigator a:visited {
	color: #c0c0c0;
}
.navigator a:active, .navigator a:hover {
	color: white;
}
.edit {
	font-size: 8pt;
	color: black;
	background: buttonface;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}*/
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}