@import url("/styles/natives-html.css");
@import url("/styles/navigation.css");
@import url("/styles/right-navi-specifics.css");

#OuterBlock {
  height:100%; 
  width:952px; 
  margin:auto;
}

#MiddleBlock {
  border-style:solid;
  border-width:2px;
  border-color:#8B0000;
}

#TopBlock {
  height:150px;
  width:948px;
  background-image:url("/images/banner.jpg");
  background-repeat:no-repeat;
  border-style:solid;
  border-width:2px;
  border-color:#8B0000;
}

#TopSpace {
  height:20px;
  background-color:#AEA49A;
  vertical-align:center;
  padding-top:4px;
}

#LeftNavigation {
  width:194px;
  background-color:#EEE7DF;
  vertical-align:top;
}

#ContentBlock {
  width:538px;
  background-color:white;
  vertical-align:top;
  padding-left:5px;
  padding-right:5px;
}

#RightNavigation {
  width:200px;
  background-color:#EEE7DF;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  vertical-align:top;
}

.RightNavigationBlock {
  width:200px;
  margin-bottom:15px;
  border-style:solid;
  border-width:2px;
  border-color:#8B0000;
  padding:3px;
}


.MiddleBottomBlock {
  clear:both;
  width:948px;
  background-color:#AEA49A;
  text-align:center;
}

.MiddleBottomBlockForPartner {
  clear:both;
  width:948px;
  background-color:white;
  text-align:center;
}

.MiddleBottomBlock a {
  color:#8B0000;
  text-decoration:none;
}

.OfficeList {
  margin-top:10px;
  margin-left:5px;
  margin-top:2px;
}

.ContactField {
  width:200px;
}

.ErrorMessageBlock {
  color:red;
}

h1 {
  font-size:14px;
}

ul {
	margin-left: 15px;
	padding-left: 1px;
}

h2 a {
  color:#8B0000;
  text-decoration:none;
}
