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

#wrapper{
	margin: 0 auto;
	width: 950px;
}
#header{
	width:100%;
	height: 132px;
	background-image: url(images/headerbckgrnd.jpg);	/*background-color: #B1AFB5;*/
	background-repeat: no-repeat;
	background-position: -18px;
}
#leftColumn{
	float: left;
	width: 350px;
	padding-left: 30px;
	margin-right: 58px;
	margin-top: -8px;
}
#ContactColumn{
    float: left;
    width: 480px;
    padding-left: 0px;
    margin-top: -8px;
    margin-right: 20px;
}
#ContactRightColumn{
    float: right;
    text-align: left;
    width: 250px;
    font-size: 0.95em;
    padding-right: 10px;
}
#leftColumn img{
	margin-top: -13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#lftcollileft, #lftcollirt{
	float:left;
	padding-right: 10px;
}
#lftcollirt{
	margin-top: -20px;
}
#lftcollirt img{
	margin-left: -33px;
}
#rightColumn{
	float: left;
	text-align: center;
	width: 450px;
	font-size: 0.95em;
}
#rightColumn h4{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	text-align: left;
}
#rightColumn h3{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
	text-align: center;
	font-weight: normal;
	font-size: 0.95em;
}
#rightColumn img{
	margin-top: -52px;
	margin-bottom: -5px;
	float: left;
}
ul, li {
    list-style: none outside;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -1px;
    text-align: left;
}
/*li {
	margin: 0px;
}*/
.rtcollileft, .rtcollirt{
	float: left;
	font-size: 0.9em;
	margin: -5px 0 0 0;
	list-style-type: disc;
}
/*.rtcollileft, .rtcollirt ul li{
	margin: 0px;
}*/
.rtcollileft{
	width: 260px;
	margin-left: -22px;
	margin-right: 0px;
}
.rtcollirt{
	float: left;
	margin-left: -20px;
	width: 230px;
}
.clear{
	clear: both;
}
