/*
	global
*/
* {
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}
body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	background-color:#232323;
	margin:0 auto;
	padding:0;
	background-image:url('images/topbg.jpg');
	background-repeat:repeat-x;
	height:100%;
	background-position:top left;
	
}

/*
	structure 
*/
div#wrap {
	min-height: 100%;
	background-image:url('images/bottombg.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
}
div#container {
	width:60%;
	margin:0 auto;
	padding:0;
	min-width: 800px
	max-width 850px
}
div#content {
	min-height:400px;
	
	background-color:#ffffff;
}
div#header {
	padding-left:0px;
	padding-top:0px;
}
div.sidebar {
	width:25%;
	float:right;
	padding-top:5px;
	text-align: left;
	font-size: .9;
}
div.page {
	width:70%;
	float:left;
	padding:5px 0 0 5px;
	text-align: justify;
	overflow-x: scroll;
}
div.page-wrap {
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:5px;
	background-attachment: scroll;
} 
div.top-panel {
	background-image:url('images/panelbg.jpg');
	background-repeat:repeat-x;
	background-position:bottom left;
	background-color:#43CE00;
	padding:10px 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

div.comrescon {
	text-align:center
	
}

/* 
	nav 
*/
div#nav {
	background-color:#333333;
}
div#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:1.0em
}
div#nav ul li {
	display:inline;
	float:left;
	margin:5px;
}
div#nav ul li a {
	color:#ffffff;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	padding:5px 10px;
}
div#nav ul li a.selected, div#nav ul li a.selected:hover {
	background-color:#666666;
}
div#nav ul li a:hover {
	background-color:#151515;
}



/*
	paragraphs
*/
form p {
	padding:5px 0;
}
p {
	margin:0;
	font-size:0.9em;
	line-height:1.5em;
	padding:0;
}
div.top-panel p {
	font-family:"Trebuchet MS",Verdana,Arial;
	line-height:1.6em;
	margin:0;
	color:#ffffff;
	padding:0;
	text-align:left;
	font-size:0.8em;
}
div.page p {
	padding-bottom:15px;
	line-height:1.7em;
	text-align: left;
}
div#footer p {	
	padding:15px 0;
	margin:0;
	font-size:0.7em;
	color:#ffffff;
	text-align: left
}



/*
	headers
*/
div#header h1 {
	font-size:1.5em;
	text-align: right;
}
h2 {
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:-10px 0 10px 0;
	padding:0;
	font-size:1.1em;
	color:#666666;
	text-align:left;
}
div.top-panel h2 {
	color:#ffffff;
	letter-spacing:0px;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
}
h3 {
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:normal;
	letter-spacing:-1px;
	margin:0;
	padding:0;
}
h4 {
	color:#232323;
	padding:0;
	font-size:1.2em;
	margin:0;
}
div.sidebar h4 {
	font-weight:normal;
	text-align: left;
}




/*
	forms, labels, inputs
*/
input.button {
	font-weight:bold;
	padding:5px 15px;
}
input, textarea {
	padding:3px;
	background-color:#ffffff;
	border:1px solid #dddddd;
}
input:focus, textarea:focus {
	background-color:#CCFFB3;
	border:1px solid #AAFF80;
}
label {
	font-weight:bold;
}




/*
	links
*/
a {
	color:#349E00;
}
div#header h1 a {
	color:#42CB00;
	text-decoration:none;
	font-weight:normal;
}
div.sidebar ul li a {
	display:block;
	text-decoration:none;
	padding:5px 0;
	border-bottom:1px solid #dddddd;
}
div.sidebar a {
	color:#329900;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}
a:hover, div.sidebar a:hover  {
	color:#226600;
	text-align: left;
}
div.top-panel a {
	border-bottom:1px solid #fff;
	color:#fff;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:1.3em;
	font-weight:bold;
	margin:10px;
	text-decoration:none;
}
div.top-panel a.linkleft {
	margin-left:0;
	text-align: left;
}
div#footer p a {
	color:#ffffff;
	text-decoration:none;
	font-size:1.0em;
}



/*
	tables
*/
table {
	width:100%;
	font-size:0.85em;
	text-align: justify;
	}
table tr th {
	color:#ffffff;
	background-color:#171717;
}
table tr th, table tr td {
	padding:5px 10px;
	text-align:left;
}
table tr td {
	
}



/*
	lists
*/
div.sidebar ul {
	list-style:none;
	padding:0;
	border-top:4px solid #dddddd;
	margin:0 0 20px 0;
	font-weight: bold;
}
ul {
	margin:0 0 20px 20px;
	font-size:0.9em;
	padding:0;
	list-style:square;
}
ul li {
	padding:3px 0;
}



/*
	miscs
*/
code {
	border:1px solid #cccccc;
	background-color:#dddddd;
	color:#333333;
	display:block;
	padding:10px 5px;
	margin:10px 0;
}
.clear {
	clear:both; 
}
.right { 
	float:right; 
}
.left  {
	float:left;  
}
*:focus {
	outline:none;
}
.headertext {
	color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 14;
}
.photocenter {
	text-align: left;
}
.table-transparent {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #container #content .top-panel div h3 {
	text-align: left;
}
#wrap #container #content .page-wrap .comrescon {
	text-align: center;
}
#wrap #container #header table {
	text-align: right;
}
#alignright {
	text-align: right;
}
.centerlinks {
	text-align: center;
}
#wrap #container #content .page-wrap .page table {
	text-align: center;
}
.bold {
	font-weight: bold;
}
#sitemap_center {
	text-align: center;
}
.sitemap {
	text-align: center;
}
