/* reset */
* {
	margin: 0;
	padding: 0;
}
#content ul {
    padding-left: 2em;
    margin-left: 0;
}
h1, h2, h3, p, blockquote, ul, ol, dl {
    margin-bottom: 1em;
}

/* layout styles */
html {
	overflow: hidden;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7b797a;
	font-size: 75%;
	overflow: hidden;
}
#wrapper {
	overflow: auto;
	position: relative;
}
#page {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	overflow: inherit;
}
#header {
	background-color: #85c226;
	padding-left: 2em;
	font-size: 1.1em;
	overflow: hidden;
}
#nav {
	border-bottom: solid thin #737070;	
	padding: 2px;
	padding-left: 2em;
	margin-bottom: 1em;
	height: 2.3em;
}
#navlinks {
	float: left;
	line-height: 1.8em;
}
#search {
	float: right;
	line-height: 1.8em;
}
#content {
	float: right;
	width: 95%;
	color: #000000;
}
#footernav {
	clear: both;
	float: right;
	background-color: #FFF;
	width: 95%;
	height: 35px;
	padding-top: 10px;
	text-align: center;
}
/** For hiding accessibility stuff **/
.off-left {
	position: absolute;
	left: -999px;
	width: 990px;
}

/* presentation styles*/
a {
	text-decoration: none;
	color: #737070;
}
a:hover, a.active, #content a, #categories a:hover {
	color: #607dc1;
}
#categories a {
	color: #737070;
	display: block;
}
#categories a:first-letter {
	font-size: 1.1em;
}
#content ul {
	list-style-image: url(/images/gbullet.gif);
}
#alphabet {
	float: left;
	width: 2em;
	font-size: 1.2em;
}

#alphabet ul {
	list-style: none;
}
#alphabet ul li {
	line-height: 1.4em;
	text-align: center;
}
#alphabet a:hover {
	text-decoration: underline;
}

.catheader {
	background-color: #DEDEDE;
}
.strap   {
	background-image: url(/images/bg-flower.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-color: #DEDEDE;
	padding-left: 42px;
	height: 30px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	color: #737070;
	margin-bottom: 0;
}
.categoryLink {
	height: 30px;
	line-height: 30px;
	display: table-cell;
	vertical-align: middle;
	font-size: 1em;
	margin-bottom: 0;
	color: #737070 !important;
}
.categoryLink a, .categoryLink a:hover, .categoryLink a:visited {
	color: #737070 !important;
}

#map_canvas {
	border: solid thin #607dc1;
}

/* scroller */
#footer {
	clear: both;	
}
/*
#footer #adscroller {
	overflow: hidden !important;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}
*/
/* auto complete styles */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: url('/images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/* drop shadows */
#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
    background: #F1F0F1;
}

#shadow-container .shadow2 {
    background: #DBDADB;
}

#shadow-container .shadow3 {
    background: #B8B6B8;
}

#shadow-container .container {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
}

.left {
	float: left;
}
.clear {
	clear: both;
}

/* category tag cloud styles */
#categorycloud {
	line-height: 1.8em;
	text-align: justify;
	margin-right: 1em;
}
.tag {
	color: #737070 !important;
}	
a.tag:visited {
	color: #737070 !important;
}	
a.tag:hover {
	opacity: 1;
}
.c0 {
	font-size: 90%; 
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.c1 {
	font-size: 100%; 
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.c2 {
	font-size: 115%; 
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.c3 {
	font-size: 130%; 
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.c4 {
	font-size: 145%; 
	opacity: 0.55;
	filter: alpha(opacity=55);
}
.c5 {
	font-size: 160%; 
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.c6 {
	font-size: 175%; 
	opacity: 0.65;
	filter: alpha(opacity=65);
}
.c7 {
	font-size: 190%; 
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.c8 {
	font-size: 205%; 
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.c9 {
	font-size: 220%; 
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.c10 {
	font-size: 235%; 
}

