@charset "utf-8";
html {
	overflow:scroll;
}
body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/background.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
/* Used to Preload images */
.preload {display:none;}

#container {
	width: 769px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    width: 100%;
	height: 119px;
	background-image:url(../images/header.jpg);
	margin-bottom:10px;
}
#menu { 
    width:198px;
    min-width:198px;
    border-right: 1px solid #CCC;
    float:left;
	margin-top:20px;
}
#menu p{
  margin:0;
  margin-left:20px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size:18px;
	color:#1b305c;
	margin-top:10px;
}
#menu li {
	margin: 0;
	margin-top:5px;
	letter-spacing:1px;
}
#menu li a{
    width:198px;
	text-decoration: none;
	font-weight:normal;	
	color:#1b305c;
	display:block;
}
#menu li a:hover, a:active{
	text-decoration: none;
	color:#1b305c;
	background-color:#b47e2c;
	font-weight:normal;
}

#address_block {
    font-size:12px;
	color:#999999;
	text-align:right;
	padding-right:10px;
	padding-top:15px;
}
#menu img {
margin-top:10px;
border:2px solid #1b305c;
}
#main_content {
	float:left;
	width: 368px;
	margin-top:20px;
    padding-left:10px;	
	padding-right:10px;
}
#main_content h1 {
margin-top:10px;
font-size:18px;
color:#1b305c;
font-weight:500;
}
#main_content h2 {
font-size:12px;
color:#1b305c;
font-weight:500;
text-align:right;
vertical-align:top;
}
#main_content h3 {
margin-top:10px;
font-size:12px;
color:#1b305c;
font-weight:bold;
margin-left:15px;
}
#main_content p {
    font-size:12px;
	text-align:justify;
}
#main_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-size:12px;
	color:#1b305c;
	margin-left:45px;
}
#main_content li {
	margin: 0;
}
	
#right_column {
    float:left;
	width:160px;
	border-left:1px solid #CCC;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;	
	font-size:9px;
	color:#CCC;
	text-align:justify;
}
#right_column h1 {
margin-top:10px;
font-size:18px;
color:#1b305c;
font-weight:500;
}
#right_column img {
border:2px solid #1b305c;
margin-bottom:7px;
}
#footer {
    clear:both;
    width: 100%;
	height: 20px;
	color:#ffffff;
	background-color:#ccc;
	font-size:9px;
	margin-top:10px;
	text-align:justify;
	border-top:1px solid #ccc;
}	

#footer a, a:visited, a:hover {
    text-decoration:none;
	font-weight:bold;
	color:#999999;
}
.contact {
height:14px;
vertical-align:top;
}
.contacth2{
font-size:12px;
color: #1b305c;
font-weight:500;
vertical-align:top;
text-align:right;
}