body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #990033;
	background-image: url(/if/2/body_background.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;	
}
#container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(header_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
  height: 150px;
	background-image: url(/if/2/header_background.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#header h1 {
  padding: 0;
  margin: 0; 
}

#container #header p {
	margin: 0px;
	padding: 0px;
}

#container #header img {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
  

#right_column a:link, #right_column a:visited{
	color: #990033;
}
#right_column a:hover, #right_column a:active{
	color: #FFFFFF;
}

#container #header .logo {
	margin-top: 5px;
	margin-bottom: 10px;
}

#left_column {
	float:left;
	width: 200px;
	padding-bottom: 15px;
}

#left_menu {
  background-color: #F0CA84;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;    
}


#bnr_left {
  margin-left: 52px;
  margin-top: 26px;  
}

.half_banner {
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
}

#middle_column {
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 468px;
	min-height: 818px;
	float: left;
	position: relative;
}

#middle_column #bread {
	background-color: #F0CA84;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	
}

#middle_column #bread div {
}

#bnr_center {
  border-top: 2px solid #D9D9D9;
  margin-top: 00px;
  padding-top: 24px;
  text-align: center;  
}

#right_column{ 
  position: relative;
	float:right;
	width: 250px;
	background-color: #f0ca84;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding:15px;
}


#socialmedia {
  position: absolute;
  bottom: 5px;
  left: 20px; 
}

#socialmedia div.item {
  margin-right: 10px;
  float: left;
}

#socialmedia img {
  border: 0;
}

#bnr_right {
  float: right;
  margin-top: 26px;
  width: 250px;
  height: 250px;
}

#news {
  padding: 0 25px;
}

#bnr_news {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 4px 0;
  width: 468px;
  height: 60px;
}

#container #middle_column ul.news {
  margin: 0;
  padding: 0;
  list-style: none;
}

#container #middle_column ul.news li { 
  margin-bottom: 20px;
}

#container #middle_column ul.news li h4, #container #middle_column ul.news li p {
  margin: 0 0 2px 0;
}

#container #middle_column ul.news li p {
  margin: 0;
}


#container #middle_column ul.news li h4 small {
  font-weight: normal;
  font-size: 8pt;
  color: #666;
}


#footer { 
  clear:both;
  
  padding-right: 100px;
  text-align:center;
}

#footer p.subtle, #footer p.subtle a {
  color: #976878;  
}
	
#container #middle_column ul, #container #middle_column li {
	margin: 0px;
}

#companyDesc {
  width: 300px;
  border: 1px solid #990033;
  background: #fff;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 194px;
  display: none;  
}

#close {
  position: absolute;
  right: 4px;
  top: 4px;  
}

.btn {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  font-family: Arial;
  color: #990033;
  font-size: 20px;
  background: #F0CA84;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  color: #990033;
  background: #F7E0B7;
  text-decoration: none;
}