/* Parknet main stylesheet
------------------------------------------------------------------*/

/* Global
------------------------------------------------------------------*/

html, body, form, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl {
	margin: 0;
	padding: 0;
	}
	
html {
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

h1 span, h2 span, h3 span {
	display: none;
	}

ul, li {
	list-style-type: none;
	}

body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font: 13px/16px "Lucida Grande", Lucida, Helvetica, sans-serif;
	}

hr {
	visibility: hidden;
	clear: both;
	}

a:link    { text-decoration: none; outline: none; color: #000000; }
a:active  { text-decoration: underline; outline: none; color: #345a8e; }
a:visited { text-decoration: none; outline: none; color: #000000; }
a:hover   { text-decoration: underline; outline: none; color: #345a8e; }

form {
	margin: 0;
	padding: 0;
	}

#wrap {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 900px;
	}

/* Header
------------------------------------------------------------------*/

#head {
	position: relative;
	display: block;
	margin: 10px 0px 0px 0px;
	width: 900px;
	height: 180px;
	}

#head h1 {
	display: none;
	}

.headbg {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 180px;
	}

.head_deco {
	width: 100%;
	height: 100%;
	border: none; 
	}

/* Navigation
------------------------------------------------------------------*/

#navigation {
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 45px;
	width: 810px;
	height: 28px;
	}
	
#navigation li {
	float: left;
	margin: 0px 1px 0px 0px;
	}

#navigation li a {
	display: block;
	height: 19px;
	width: 189px;
	float: left;
	text-align: center;
	padding: 6px 5px 3px 5px;
	cursor: pointer;
	font-size: 120%;
	color: #444653;
	font-weight: bold;
	text-transform: lowercase;
	}
	
#navigation li a:hover {
	color: #444653;
	text-decoration: underline;
	}


/* Footer
------------------------------------------------------------------*/

#foot {
	position: relative;
	display: block;
	width: 850px;
	height: 20px;
	margin: -10px 0px 0px 0px;
	padding: 18px 25px 0px 25px;
	text-align: right;
	font-size: 90%;
	color: #7d7d7d;
	}
	
.footbg {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 12px;
	}

.foot_deco {
	width: 100%;
	height: 100%;
	border: none; 
	}

#foot a:link    { text-decoration: underline; outline: none; color: #7d7d7d; }
#foot a:active  { text-decoration: underline; outline: none; color: #345a8e; }
#foot a:visited { text-decoration: underline; outline: none; color: #7d7d7d; }
#foot a:hover   { text-decoration: underline; outline: none; color: #345a8e; }


/* Content
------------------------------------------------------------------*/

#content {
	display: block;
	padding: 5px 45px 5px 45px;
	width: 810px;
	text-align: left;
	font-size: 110%;
	line-height: 120%;
	color: #424242; 
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
	
#content a{
	text-decoration:underline;
	}	

p {
	margin: 3px 0px 10px 0px;
	}

#left {
	display: block;
	float: left;

	width: 200px;
	margin-right: 10px;
	}

#right {
	width: 600px;
	display: block;
	float: left;
	}

#content h2 {
	margin: 13px 0px 15px 0px;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	font-size: 200%;
	line-height: 100%;
	font-weight: bold;
	color: #434343;
	}
	
#content h3 {
	margin: 30px 0px 10px 0px;
	font-family: "Lucida Grande", Lucida, Helvetica, sans-serif;
	font-size: 170%;
	line-height: 100%;
	font-weight: bold;
	color: #434343;
	}
	
#content li {
	margin-left: 5px;
	padding: 0px 0px 4px 18px;
	background: url(/media/images/bullet.png) no-repeat 2px 5px;
	font-size: 90%;
}

table span {
	color: #AA0000;
	}

#sites li a:link    { text-decoration: none; outline: none; color: #000000; }
#sites li a:active  { text-decoration: underline; outline: none; color: #345a8e; }
#sites li a:visited { text-decoration: none; outline: none; color: #000000; }
#sites li a:hover   { text-decoration: underline; outline: none; color: #345a8e; }


/* Admintable
------------------------------------------------------------------*/
table {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000000;
	line-height: 140%;
}

table td {
	padding: 8px 0px 8px 0px;
	border-bottom: 1px dotted #CCCCCC;
}


#tidy {
	width: 100%;
	border: 1px solid red;
	font-family: Courier, "Courier New", monospace;
	padding: 10px;
}
