html
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-image: url('/site/view/images/background.jpg');
	background-repeat: repeat-x;
	min-height: 100%;
	margin: 0;
}
body
{
	margin: 0;
	background-image: url('/site/view/images/body-background.jpg');
	margin-top: 22px;
	background-position: top center;
	background-repeat: repeat-y;
}
a
{
	color: #718F35;
}
h1
{
	font-size: 1.7em;
	font-weight: bold;
}
h2
{
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
}
p
{
	margin-bottom: 8px;
	margin-top: 8px;
}
em
{
	font-style: italic;
}
strong
{
	font-weight: bold;
}
ul
{
	margin-left: 15px;
}
ol
{
	margin-left: 15px;
}
li
{
	list-style-type: disc;
	margin-left: 5px;
	padding-top: 10px;
}
.divMain
{
	padding: 26px;
	width: 897px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/site/view/images/main-background.jpg');
	background-repeat: no-repeat;
	min-height: 620px;
}
.divSearch
{
	float: right;
	margin-top: 50px;
}
.divSearch a
{
	margin-left: -25px;
}
.divSearch input
{
	border: 1px solid #9D9D9D;
	color: #9D9D9D;
	height: 23px;
	padding: 5px;
	font-size:18px;
}
.divSocial
{
	float: right;
	margin-top:-4px;
}
.divSocial img
{
	height: 25px;
}
.divMenu
{
	background-color: #F4F4F4;
	color: #5E5E5E;
	font-weight: bold;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px;
	margin-top:10px;
}
.divMenu a
{
	color: #5E5E5E;
	text-decoration: none;
}
.divFooter
{
	width: 949px;
	height: 147px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/site/view/images/footer-background.jpg');
	text-align: center;
}
.divFooter div
{
	padding:40px 0;
}
.divMediaWrapper
{
	float: left;
	margin: 0 10px 10px 0;
}
.divSidebar
{
	float: left;
	min-width: 200px;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	padding: 0 10px 20px 0px;
	margin: -10px 10px 20px 0;
}
.lnkMenuSelected
{
	font-weight: bold;
}
.divMap
{
	float: right;
}
.divInfoPanel
{
	background-color: #ccff99;
	border: 1px solid #99cc33;
	margin: 10px;
	padding: 10px;
	width: 300px;
	float:right;
}
.divInfoPanel span
{
	font-weight: bold;
	display: inline-block;
	width: 125px;
	margin:5px 0;
}
.divInfoPanel br
{
	clear: both;
}
.divBreadcrumb
{
	clear: both;
	border-bottom: 1px dotted gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.divMoveMessages
{
	display: none;
}
.divMainLeft
{
	width: 620px;
	height: 321px;
	float: left;
	background-color: #F4F4F4;
}
.divMainRight
{
	background-color: #ccff99;
	width: 265px;
	float: right;
	min-height: 311px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 12px;
	
}
.fbLogin
{
	margin: 1px 0 0 5px;
	float: right;
}
.divFacebookLike
{
	margin-bottom: 10px;
}
.fbTitle
{
	border-bottom:1px solid #47B2FA;
	color:#47B2FA;
	display:block;
	font-size:1.7em;
	font-weight:bold;
	margin-top:20px;
	text-align:center;
}
.divFacebookComments
{
	width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.imgNews
{
	float: left;
	margin-right: 10px;
}
.divContactForm span
{
	display: inline-block;
	width: 120px;
}
.divContactForm input
{
	width: 250px;
}
.divContactForm textarea
{
	width: 375px;
	height: 200px;
}
.spanDate
{
	font-style: italic;
}
