@CHARSET "UTF-8";

@import url('./cms_styles.css');

	/* standard elements */
html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #FF3;
}

a:hover {
	color: #AA3;
}

body {
	background: #111 url(img/bg.jpg) repeat-x;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS", Verdana, sans-serif;
}

p,code,ul {
	padding-bottom: 1.2em;
}

h1 {
	font: normal 2em Impact, sans-serif;
	margin-bottom: 8px;
	background: url(img/stripes.gif) repeat-x left bottom;
	padding-bottom: 11px;
}

h2 {
	background: url(img/stripes.gif) repeat-x left bottom;
	color: #CCC;
	font: normal 1.6em Impact, sans-serif;
	margin-bottom: 8px;
	padding-bottom: 11px;
	letter-spacing: 1px;
}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2 {
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* structure */
.wrapper {
	font-size: 1.3em;
	margin: 0 auto;
	width: 880px;
}

.container {
	background: url(img/header.gif) no-repeat center top;
}

/* title */
div.siteheading {
	font: normal 3em Tahoma, sans-serif;
}

.olive {
	color: #CCA;
	margin-bottom:2px;
}

/* sub navigation */
.sidenav {
	background: url(img/sidenav.gif) no-repeat right top;
	padding-top: 126px;
	float: right;
	width: 210px;
}

.sidenav .button{
  padding: 2px;
}

.sidenav h2 {
	color: #9A3;
	font-size: 1.4em;
	line-height: 30px;
	margin: 0;
}

.sidenav ul {
	padding: 0.5em 0 0 0.5em;
}

.sidenav li {
	list-style: none;
}

.sidenav li a {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #777;
	text-decoration: none;
}

.sidenav li a:hover {
	color: #8DCA3F;
}

#counters {
	filter:alpha(opacity=60);
	opacity: .6;
	padding:1ex;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding-top: 32px;
	width: 631px;
}

.content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}

.content li {
	margin-left: 18px;
}

#location_bot {
border-top:#333 dashed 1px;		
margin-top:3ex;	
	
}


/* footer background: url(img/bgfooter.gif) repeat-x; */
.footer {
	
	border-top: 1px dashed #333;
	color: #777;
	font: normal 0.9em sans-serif;
	padding: 10px 0 16px;
}

.footer a {
	color: #784;
	text-decoration: none;
}