@charset "UTF-8";
/* CSS Document */


* {
padding: 0px;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #3a3730;

}

#wrapper {
	width: 915px;
	margin-right: auto;
	margin-left: auto;

}

#header {
	height: 175px;
}

#logo {
	float: left;
	width: 350px;
	height: 150px;
}

#address {
	float: right;
	width: 350px;
	position: relative;
	top: 25px;
	padding-right: 20px;
}


#topLinks {
	background-image: url(bk_topLinks-2.gif);
	background-repeat: repeat-x;
	height: 60px;
	width: 917px;
    color: #cfc9bc;
	text-align: right;


}

#topLinks ul {
  display: inline; 
position: relative;
top: 12px;
text-align: right;
padding: 0px 45px;
    color: #cfc9bc;
}

#topLinks ul li {
  color: #cfc9bc;
  padding: 0px 10px 0px 10px;

 display: inline;}

 #topLinks ul li a {
  font-size: 14px;
  color: #cfc9bc;
  text-transform: uppercase;
  text-decoration: none;

 }
 
 
  #topLinks ul li a:HOVER {
  font-size: 14px;
  color: #4d463b;
  text-transform: uppercase;
  text-decoration: none;

 }
 
 

#content {
background-image: url(bk_content-3.gif);
background-repeat: repeat-y;
background-position: center;
position: relative;
top: -15px;
}

#contentFooter {
 background-image: url(bk_bottom.gif);
 background-repeat: no-repeat;
 height: 110px;
 background-position: bottom;
 position:relative;
 left: 1px;
 padding: 10px 35px 0px 265px;

}

#contact, #contact a {
  font-size: 12px;
  color: #3a3730;
  text-align: right;
}

#leftCol {
	
	width: 200px;
	float: left;
	margin-left: 17px;

	padding: 25px;


}


#leftCol ul li, #leftCol ul li a{
list-style: none;
padding: 10px 0px 5px 0px;
color: #cfc9bc;

}



#rightCol {

	width: 600px;
	float: left;

}


#footer {
	padding: 0px 25px 65px 25px;

}

#footer span {
  font-size: 10px;

}

.right {
	float: right;
	padding: 0px 5px 0px 5px;
	width: 150px;
}

.left {
	float: left;
		padding: 0px 5px 0px 5px;
		width: 150px;
	
}

.footer {
	font-size: 10px;
	text-align: center;
	margin: 45px;
}


.clear {

	clear: both;
}


p, h1, h2, h3, h4, h5{
	padding: 10px 0px 10px 0px;
	line-height: 1.75em;

}



p a:HOVER, ul li a:HOVER {
  color: #661114;
}


h1 {
	font-size: 22px;
	color: #661114;
}


h2 {
	font-size: 20px;
	color: #661114;
}

h3 {
	font-size: 16px;
	color: #cfc9bc;
}

h4 {
  color: #661114;
  font-size: 15px;
  padding-bottom: 5px;

}

#rightCol ul, #rightCol p, #rightCol h1, #rightCol h2, #rightCol h3, #rightCol h4, #rightCol h5, #rightCol h6 {
	padding-left: 40px;
}



#rightCol ul li {
	padding: 10px 20px 5px 0px;
}