﻿body
	{
	padding:0px;
	margin:0px;
	background:#0B0B0B;
}
.logo 
{
    margin-left: 3px;
}

.tel 
{
    margin-left: 125px;
}

.slogan 
{
    margin-top: 29px;
    margin-left: 268px;
}

#menu {
	margin-left: 35px;
}

.menu {
	display: block;
	width: 115px;
	height: 40px;
	color: white;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background-image: url('../Images/blue-wide.gif');
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-color: #eaeaea;
	border-right-style: solid;

}

.menu-selected {
	display: block;
	width: 115px;
	height: 40px;
	color: white;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background-image: url('../Images/black-wide.gif');
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-right-color: #eaeaea;
	border-right-style: solid;

}

h1 {
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #0B6DC6;
}

h1.left {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #0B6DC6;
}


h2 {
	text-align: center;
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bold;
	color: #0B6DC6;
}

h3 {
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
}

ul.bullet {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	list-style-image:url(../Images/bullet.jpg);
}
	
#bgTop {
	background:url(../Images/t-dr.gif) repeat-x top;
}

#bgBottom {
	height: 84px; 
	background:url(../Images/b-dr.gif) repeat-x; 
	text-align:center;
}

#header { 
	width: 766px; 
	height:323px; 
	margin: auto; 
	background:url(../Images/fl-f.jpg) no-repeat 32px 154px
}

.footer-menu {
	width: 766px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}

.copyright-text {
	margin-top: 20px;
	color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	height: 450px;
}

#main {
	margin: auto;
	background-color: #FFFFFF;
	width: 766px;
	height: 450px;
}

#left-column {
	width: 230px;
	height: 450px;
	float: left;
	position: relative;
}
#right-top {
	float: right;
	width: 530px;
	height: 225px;
	position: relative;
	border-left-style: dotted;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#right-bottom {
	width: 530px;
	float: right;
	height: 225px;
	position: relative;
	border-left-style: dotted;
	border-left-width: 1px;
	border-left-color: #C0C0C0;
}