body, div, img
{
	font-family: Times New Roman;
	margin: 0px;
	padding: 0px;
	color: black;
	border: 0px;
}

p
{
	text-indent: 30px;
	text-align: justify;
	line-height: 1.8em;
	margin-top: 0px;
}

.clear
{
	clear: both;
}

a
{
	color: black;
	text-decoration: none;
}

a:hover
{
  color: orange;
  text-decoration: none;
}	

#container
{
  width: 1000px;
  margin-left: 50%;
  position: relative;
  left: -500px;
  margin-top: 50px;
  background: url(../images/bg.png) top left repeat-y;
}

#header
{
  background: url(../images/header.png) top right no-repeat;
  height: 226px; 
}

#logo
{
  margin: 5px;
  float: left;
  margin-left: 20px;
}

#footer
{
  background: url(../images/footer.png) bottom left no-repeat;
  height: 23px;
  clear: both; 
}

#title
{
	position: relative;
  top: 170px;
  color: white;
  border-top: 2px white solid;
  font-size: 20px;
  text-align: right;
  float: right;
  padding-top: 3px;
  margin-right: 20px;
}

#title a
{
	color: white;
}

#title a:hover
{
  color: orange;
}

#menu
{
	float: left;
	width: 221px;
}

#menu ul
{
	color: white;
	font-size: 20px;
	list-style: none;
	padding-left: 15px;
}

#menu li
{
	margin-top: 10px;
}

#menu li a
{
	color: white;
}

#menu li a:hover
{
  color: orange;
}

#content
{
	width: 770px;
	float: right;
}

#content p
{
	font-size: 14px;
	margin-right: 20px;
}

.employee
{
  padding: 10px;
  margin-bottom: 50px;
}

.employee img
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px grey solid;
}

#content .employee p
{
	margin-right: 0px;
	margin-top: 0px;
}

.narrow
{
	width: 450px;
	padding: 10px;
	padding-top: 0px;
	float: left;
	background: url(../images/narrow2.png) bottom left no-repeat;
}

.wide
{
  width: 760px;
  padding: 10px;
  padding-top: 0px;
  float: left;
  background: url(../images/wide.png) bottom left no-repeat;
  margin-bottom: 50px;
}

#content li
{
  list-style-image: url(../images/dot.png);
}

#content .contact ul
{
	padding: 0px;
	padding-left: 30px;
}

.box
{
	font-size: 12px;
  width: 250px;
  float: right;
  background: url(../images/box_bg.png) top left repeat-y;
  margin-left: 30px;
  margin-bottom: 20px;
}

.box_header
{
  width: 250px;
  height: 25px;
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  color: grey;
  font-weight: bold;
  background: url(../images/box.png) top left no-repeat;
}

.box_footer
{
  width: 250px;
  height: 12px;
  background: url(../images/box.png) bottom left no-repeat;
}

#content .box ul
{
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 25px;
}

#content .box li
{
  list-style-image: url(../images/dot_grey.png);
}

#localizer a
{
  color: #666666;
  font-weight: bold;
  font-size: 16px;
}

#localizer a:hover
{
	color: orange;
}

#localizer a.last
{
  color: black;
}

.orange
{
  color: orange;
}

.right
{
	float: right;
}

.hr
{
  background: url(../images/hr.png) top left;
  height: 5px;
  width: 70%;
  margin-left: 15%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wide .footer
{
  font-size: 12px;
  font-weight: bold;
  margin-right: 35px;
}

.wide a
{
  margin-left: 30px;
}

.wide p a
{
	margin-left: 0px;
}

.box a
{
  margin-left: 0px;
}

.map
{
  width: 450px;
  height: 450px;
  border: 2px grey solid;
  float: left;
}

.wide .box
{
  margin-right: 20px; 
}

.box img
{
  border: 0px;
  margin: 0px;
  margin-right: 5px;
  margin-left: 5px;
}

.left
{
  float: left;
}

.box .li
{
  padding-left: 15px;
  padding-right: 5px;
  line-height: 20px;
  margin-left: 5px;
  background: url(../images/dot_grey.png) left top no-repeat;
}

.form_row
{
	width: 80%;
	margin-left: 10%;
	margin-bottom: 10px;
}

.form_row input, .form_row textarea
{
	width: 100%;
}

.w20
{
  width: 20%;
}

.w80
{
  width: 80%;
}

form
{
	margin-top: 50px;
	margin-bottom: 50px;
  font-size: 12px;
}

.bold
{
  font-weight: bold;
}

a.button_link
{
  margin-top: 5px;
  display: block;
  width: 142px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.button
{
  width: 142px;
  height: 40px;
}

.button a
{
  display: block;
}

.button .leftside
{
  background: url(../images/grey_left.png) top left no-repeat;
  width: 11px;
  height: 40px;
}

.button .rightside
{
  background: url(../images/grey_right.png) top right no-repeat;
  width: 11px;
  height: 40px;
}

.button
{
  background: url(../images/grey_middle.png) top left repeat-x;
  height: 40px;
}

.active .button .leftside, a:hover .button .leftside
{
  background: url(../images/orange_left.png) top left no-repeat;
  width: 11px;
  height: 40px;
}

.active .button .rightside, a:hover .button .rightside
{
  background: url(../images/orange_right.png) top right no-repeat;
  width: 11px;
  height: 40px;
}

.active .button, a:hover .button
{
  background: url(../images/orange_middle.png) top left repeat-x;
  height: 40px;
}

.button .middle
{
  width: 120px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 3px;
  text-align: center;
}

h4
{
  margin-top: 0px;
}

.error
{
  font-size: 12px;
  color: red;
}

.all_ok
{
  color: green;
}

.all_wrong:
{
  color: red;
}