﻿/* Site */

* {
padding: 0;
margin: 0;
border-width: 0;
}

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	background: #909193 url(../img/bk-top.jpg) repeat-x top;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1
{
	font-family: Verdana;
	font-size: 16px;
	color: black;
	font-weight: 800;
	margin-bottom: -2px;
}

a:link
{
	color: #c8030c;
	font-weight: bold;
	text-decoration: none;
}

a
{
	outline: none;
}

a:hover
{
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border-width: 0;
	text-decoration: none;
}

#mountains
{
	position: fixed;
	bottom: 0px;
	right: 0px;

	height: 378px;
	width: 600px;
	padding: 0;
	margin: 0;
	
	background-image: url(../img/bk-mountains.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

#footer
{
	position: absolute;
	bottom: 0px;
	height: 12px;
	width: 700px;
	padding: 0;
	display: block;
	margin-top: 12px;
	
	border-top: black 1px dashed;
	background-color: black;
	
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;

	z-index: 3;
}

#rss
{
	font-size: 12px;
	color: black;
	text-align: right;
}

#ienotice
{
	display: none;
	color: black;
	font-family: Verdana;
	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	border: red 2px solid;
	background-color: white;
	
	margin-top: 30px;
}

#container
{
	position: relative;
	min-height: 100%;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 700px;
	margin: 0 auto;

	background-image: url(../img/transparency.png);
	background-repeat: repeat;
	
	z-index: 3;
}

* html #container
{
	height: 100%;
}

#content
{
	position: relative;
	margin: 0;
	padding: 30px;
	
	color: black;
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 100;
	z-index: 3;
	display: block;
}

#content p
{
	text-indent: 30px;
	padding: 5px;
	padding-top: 15px;
}

#content img
{
	padding: 0px;
	border: #000000 4px double;
	background-color: white;
	margin: 10px;
	display: block;
}

#content ul
{
	padding-left: 70px;
}

.content-table
{
	border: black 4px double;
	margin: 5px;
	padding: 4px;
	background-color: white;
	font-size: .8em;
}

#header
{
	width: 700px;
}

#topbar
{
	height: 15px;
	width: 700px;
	padding: 0;
	
	margin-bottom: 5px;
	
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	
	background-color: black;

	z-index: 3;
}

#banner
{
	position: relative;
	
	width: 700px;
	height: 131px;
	margin: 0 auto;
	
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	display: block;
	
	z-index: 3;
}

#linkbar
{
	position: relative;
	
	width: 700px;
	margin: 0 auto;
	margin-top: -2px;
	padding: 0px;
	
	background-color: #c8030c;
	z-index: 5;
}

/* Drop-down menu */

#linkbar ul
{
	display: block;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 140px;
	float: left;
}

#linkbar h2
{
	display: block;
	padding: 3px 0px;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	margin: 0;
	border: #000000 1px solid;
	color: #000000;
	background-color: #c8030c;
}

#linkbar a
{
	display: block;
	padding: 3px 0px;
	padding-left: 7px;
	text-decoration: none;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
	margin: 0;
	border: #000000 1px solid;
	outline: none;
	background-color: #D6DBD6;
}

#linkbar li ul h2
{
	padding-left: 7px;
}

#linkbar a:hover
{
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #900000;
	background-image: none;
	border-right: black 5px solid;
	border-left: black 5px solid;
	outline: none;
}

#linkbar li
{
	position: relative;
	margin-top: -1;
}

#linkbar ul ul
{
	position: absolute;
	z-index: 4;
	text-align: left;
}

#linkbar ul ul ul
{
	top: 0;
	left: 100%;
	margin-top: 1;
	text-align: left;
}

div#linkbar ul ul,
div#linkbar ul li:hover ul ul,
div#linkbar ul ul li:hover ul ul
{
	display: none;
}

div#linkbar ul li:hover ul,
div#linkbar ul ul li:hover ul,
div#linkbar ul ul ul li:hover ul
{
	display: block;
}

.align-right
{
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.align-left
{
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.caption
{
	font-family: Verdana;
	font-size: .9em;
	font-color: black;
}