/* layout */
html{
height: 101%; 
}
body {
	font: 85% Arial, sans-serif;
	background-color: #fff;
	font-familly: arial;
	font-size: 10pt;
}

 hr {
border:0px;
  width: 100%;
 color: #999;
border-top: 1px solid #999;
height: 1px;
}

.plain img {
border: 0;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.light {
	color: #666;
	font-size: 90%;
}

a.special {
	font-weight: bold;
	color: #ee0000;
}

#header {
	width: 850px;
	margin: 0 auto;
}

#header .inner {
	padding: 0.5em 0 0 0;
}

#logo {
	width: 210px;
	float: left;
}

#logo img {
	margin-left: 3em;
}

#header h1.small {
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	padding-left: 2.2em;
	position: static;
}

#header .slogan {
	font-size: 85%;
	text-align: center;
	font-weight: bold;
	padding-left: 2em;
	position: static;
}

#header h1.big {
	color: #0e2c48;
	font-size: 2em;
	text-align: center;
	padding-top: 0.7em;
	float: right;
	width: 600px;
}

#header img {
	vertical-align: middle;
}

#header a img {
	border: 0;
}

#header input {
	font-size: 10px;
	vertical-align: bottom;
}

#container {
	width: 825px;
	margin: 0 auto;
}

#content {
	width: 600px;
	float: right;
	background-color: #fff;
}

#content .inner {
	padding: 1em;
}

#content h1 {
                font-size: 1.5em;
	margin-bottom: 0.2em;
}

#content p {
	line-height: 115%;
}

#content .block {
	float: left;
	width: 44%;
	margin-top: 1em;
	margin-right: 1em;
 	font-size: 90%;
 	background: url(images/grey_header_left.jpg) no-repeat top left;
}

#content .block h2 {
 	font-size: 1em;
	color: #fff;
 	background: url(images/grey_header.jpg) no-repeat center right;
	line-height: 20px;
	padding: 0 1em;
	margin: 0;
}

#content .block p {
	padding: 0.5em;
	background-color: #eee;
	margin: 0;
}

#content img {
	margin-top: 1em;
}

#sidebar {
	width: 210px;
	float: left;
	background-color: #fff;
}

#sidebar h2 {
	font-size: 1em;
	margin: 0 0 1em 0;
}

#sidebar p {
	text-align: center;
	font-size: 90%;
}

#sidebar input {
	border: solid 1px #ccc;
	background-color: #eee;
	font-size: 90%;
	padding: 1px;
}

#sidebar input.button {
	padding: 0;
	background-color: #ccc;
}

#sidebar .block {
    margin: 1em 0;
	/*border: solid 1px #ddd;*/
	font-size: 90%;
}

#sidebar .block h2 {
	background: url(images/grey_header.jpg) no-repeat center left;
	line-height: 20px;
	padding: 0 0.5em;
	margin: 0;
	color: #fff;
}

#sidebar .block p {
	padding: 0.5em;
	background: #eee;
	margin: 0;
}

#footer {
	width: 825px;
	margin: 1em auto;
	clear: both;
	background-color: #fff;
	text-align: center;
	font-size: 90%;
	color: #999;
}

a {
	color: #0000aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
}

/* static menu */

#static_menu {
 	/*background-color: #ee0000;*/
 	/*color: #fff;*/
 	color: #000;
 	text-align: right;
	padding: 0.1em 1em;
	margin: 0.5em 1.5em 0 0;
	border-bottom: solid 1px #ee0000;
	float: right;
	font-size: 85%;
}

#static_menu li {
	display: inline;
	background: url(images/bullet.gif) no-repeat left center;
	padding: 0 0.3em 0 0.8em;
}

#static_menu li a {
	text-decoration: none;
	/*color: #fff;*/
	color: #000;
	text-transform: uppercase;
	font-weight: bold;

}

#static_menu li a:hover {
	color: #ee0000;
	background-color: #fff;
}

/* main menu */

#main_menu {
	margin: 1em 0;
	font-size: 90%;
}

#main_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_menu ul li {
    font-weight: bold;
    margin-bottom: 1em;
}

#main_menu ul li a { /* categories */
	/*color: #ee0000;*/
	color: #ddd;
	text-decoration: none;
	display: block;
	/*background-color: #ee0000;*/
	background: url(images/red_header.jpg);
	padding: 2px 4px;
}

#main_menu ul li a:hover {
	color: #fff;
}

#main_menu ul li ul {
	margin-top: 2px;
	/*border-top: solid 1px #eee;*/
}

#main_menu ul li ul li {
	font-size: 90%;
	padding: 0 0 2px 0;
	/*border-bottom: solid 1px #eee;*/
	margin: 0;
}

#main_menu ul li ul li a { /* pages */
	/*color: #193855;*/
	color: #000;
	text-decoration: none;
	background: #eee;
	display: block;
	padding: 2px 1em;
}

#main_menu ul li ul li a:hover {
	color: #000;
	background-color: #ddd;
}

/* featured areas */

#fareas_list .farea {
        margin-bottom: 1em;
        font-size: 90%;
}

#fareas_list .farea h3 {
        background: url(images/grey_header.jpg);
        color: #fff;
        padding: 0 4px;
        font-size: 1em;
        line-height: 20px;
}
#fareas_list *{
margin:0;
padding:0;
}
#fareas_list .farea ul {
        margin-top: 2px;
        list-style: none;
}

#fareas_list .farea li {
        font-size: 90%;
        padding: 0 0 2px 0;
        margin: 0;
}

#fareas_list .farea li a {
        color: #000;
        text-decoration: none;
        background: #eee;
        display: block;
        padding: 2px 1em;
        font-weight: bold;
}

#fareas_list .farea li a:hover {
        color: #000;
        background-color: #ddd;
}



/* pages list */

#list_pages {
	
}

.page_item {
	margin: 1em 0;
}

.page_item h4 {
	margin: 0;
}

/* categories list */

#list_categories {

}

.category_item {
	margin: 1em 0;
}

.category_item h4 {
    margin: 0;
}