﻿@charset "utf-8";
/* CSS Document */

#breadcrumb {
	clear:both;
	color:#73729E;
	font-weight:bold;
	padding:10px;
	display:block;
	width:940px;
}
#breadcrumb a {
	color:#209FFF;
	font-weight:normal;
}
#interestTitle {
	/*float:left;*/
background-color:#FFF;
	width:960px;
	float:left;
	clear:both;
}
#interestContainer {
	background:transparent url(/img/background/bgd-interests.gif) repeat scroll left top;
	width:960px;
	float:left;
	clear:both;
}
.leftColumn {
	width:160px;
	float:left;
	position:relative;
}
.centerColumn {
	width:535px;
	float:left;
	position:relative;
}

.centerColumn H1{
	margin:0;padding:0;
	font-size:18px;
}

.rightColumn {
	width:240px;
	float:left;
	position:relative;
	}

.otherColumn {

	}
#interestTitle .centerColumn, #interestTitle .rightColumn {
	color:#73729E;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
}
/**** NAVIGATION MENU ****/

ul#sideMenu {
	padding: 0;
	margin: 0;
	list-style: none;
	width:140px;
	clear:both;
	margin-left:10px;
	margin-top:20px;
	margin-bottom:20px;
}
ul#sideMenu li {
	margin-top:10px;
	margin-bottom:10px;
}
ul#sideMenu li a {
	text-decoration: none;
	display: block;
	color: #333333;
	font-weight: bold;
	padding: 10px 10px;
	color:#73729E;
	text-decoration:none;
	font-weight:bold;
	width:130px;
}
ul#sideMenu li a:hover {
	background-color: #B4B6CF;
	text-decoration: none;
	color:#FFF;
}
/**** CENTER CONTAINERS ****/
#interestContainer .centerColumn {
	padding-bottom:20px;
}
#interestContainer .centerColumn .centerLeft {
	margin:0;
	padding-left:20px;
	padding-top:20px;
	clear:inherit;
	float:left;
	text-align:left;
	width:190px;
}
#interestContainer .centerColumn .centerRight {
	clear:inherit;
	float:right;
	width:280px;
	margin-top:0px;
	margin-right:0px;
	padding-right:10px;
	padding-top:20px;
}
#interestContainer .centerColumn H1 {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
}
#interestContainer .centerColumn H2,#interestContainer .centerColumn .oldh2 {
	margin:0;
	padding:0;
	color:#73729E;
	font-size:14px;
	text-transform:uppercase;
}
#interestContainer .centerColumn P {
	color:#FFF;
	font-size:12px;
	/*font-weight:bold;*/
}
/**** LOCALITIES LISTING MENU ****/

ul#localitiesMenu {
	padding: 0;
	margin: 0;
	/*list-style: none;*/
	list-style-image:url("/img/bullets/arrow-bullet.gif");
	list-style-position:inside;
	/*list-style-type:none;*/
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
}
ul#localitiesMenu li {
	margin-top:5px;
	margin-bottom:5px;
	font-size:11px;
	color:#fff;
}
ul#localitiesMenu li a {
	text-decoration: none;
	/*display: block;*/
	color: #333333;
	font-weight: bold;
	font-size:11px;
	/*padding: 3px 10px;*/
	color:#73729E;
	text-decoration:none;
	font-weight:bold;
	/*width:190px;*/
}
ul#localitiesMenu li a:hover {
}
.rightColumn h2 {
color:#73729E;
font-size:14px;
margin:0;
padding:0;
padding-top:10px;
text-transform:uppercase;
}
