@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.header {
	height: 123px;
	background: url(images/header_bgr.jpg) no-repeat;
	position: relative;
}

.slogan {
	position: absolute;
	left: 440px;
	top: 30px;
	font: 15px Georgia;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	width: 470px;
	display: block;
	
	
}

.navig_left {
	width: 209px;
	margin: 60px 0 0 0;
	padding: 0;
	float: left;
}
.navig_left img {
	display: block;
}

.content {
	margin: 62px 0 0 310px;
}

.title {
	margin-bottom: 30px;
	background:url(images/h1_line.gif) repeat-x 0px 7px;
}
	
h1 {
	font: 26px Georgia;
	display: table-cell;
	background: #fff;
	padding-right: 20px;
}

p {
	font: 13px Verdana;
	line-height: 21px;
	margin-top: 30px;
}

p.emph {
	font: 14px Verdana;
	line-height: 21px;
	margin-top: 30px;
	font-style: italic;
}

a {
	color: #a92913;
}
a:hover {
	color: #000;
}

ul {
	list-style-type: none;
	margin-top: 20px;
}
ul li {
	line-height: 21px;
	background: url(images/li.gif) no-repeat 0 8px;
	padding: 0 0 0 15px;
}

.footer {
	margin-top: 80px;
	padding-top: 15px;
	padding-bottom: 10px;
	font: 15px Georgia;
	font-style: italic;
	color: #7f7f7f;
	background: url(images/footer_line.gif) top right no-repeat;
}
.footer span {
	margin-left: 805px;
}

.icons {
	width: 88px;
	height: 24px;
	background: url(images/icons_bgr.gif);
	position: absolute;
	top: 157px;
}


.map {
	margin: 6px 0 0 23px;
}
.mail {
	margin: 4px 0 0 12px;
}

img {
	border: 0;
}

.add_links {
	position: absolute;
	right: 0px;
	top: 135px;
}

.add_links ul {
	padding: 0;
	margin: 0;
}
.add_links li {
	float: left;
	padding-right: 5px;
	background: none;
	font: 11px Tahoma;
}
	
p.people {
	border: 1px dashed #e76660;
	padding: 15px;
}

table.table {
	width: 666px;
}


table.table td {
	padding: 15px;
	vertical-align: top;
	border-bottom: 1px dashed #e2e2e2;
}

h2 {
	font: 17px Georgia;
}

.phonenumber {
	position: absolute;
	background: url(images/phoneicon.png) no-repeat 0px 3px;
	top: 143px;
	font: 12px Georgia;
	color: #b6b6b6;
	padding-left: 25px;
}
.phonenumber span {
	font: 17px Georgia;
	color: #888;
	
}

