﻿#content {
	float: left;
	width: 400px;
	padding:0 10px 10px 30px;
	display:inline;
}	
#content img {
    float: left; 
    z-index: 1; 
    height: 172px; 
    width: 172px;  
    margin:0 15px 0 5px;
    border: 0 none;
}
#content p {
    position: relative;
    z-index:10; 
    text-align:justify; 
    line-height:18px; 
}
#content em {
    display: block; 
    float:left; 
    height:18px; 
    overflow:hidden; 
    clear:left;
}
container #mainImage {
    height:494px;
    margin-top:-230px;
    width:560px;
}
#mainImage {
    display:inline;
    float:right;
    margin:-180px 20px 0 0;
    width:430px;
}
#quote {
    display:inline;
    float:right;
    width:450px;
}
#quote img {
    float:right; 
    z-index:1; 
    height: 110px; 
    width: 110px;
    padding: 40px 0 0 10px; 
}
#quote p {
    font-style:italic;
    position:relative; 
    z-index:10; 
    text-align:justify; 
    line-height:18px; 
    margin-right: 20px;  
}
#highlights {   
    background: transparent url(../images/panels_top.gif) no-repeat scroll 0 0;
    clear: both;
    margin: auto;
    width: 900px;
}
.highlight {
   background: transparent url(../images/panels_top.gif) no-repeat scroll 0 0;
   float:left;
   margin-right:30px;
   padding:10px;
   width:260px;
}

.highlight h3 {
    padding-top:5px;
	padding-left:50px;
}
.highlight h4 {
	margin:0;
}

.lastHighlight {
   margin:0;
}
#highlightBottom {
   background: transparent url(../images/panels_bottom.gif) no-repeat scroll 0 0;
   clear: both;
   height:7px;
   margin:auto;
   width:900px;
}
.highlight dl {
   margin:0;
   padding: 0;
}
.highlight dd {
    margin:0; 
    padding:5px 5px 5px 20px; 
    font-size: 1em; 
    border-bottom:1px solid #6c9fbf; 
}
.highlight img {
    width: 82px;
    height: 66px;
    padding-right: 32px;
    padding-bottom:9px;
}
.lastHighlight img {
	width: 48px;
    height: 40px;
    padding: 0 20px;
}
dd.gallery {
	border-bottom:0px;
}
dd.lastGallery {
	border-bottom:0px;
	padding-bottom:13px;
}

dd.lastEvent {
	border-bottom:0px;
	padding-bottom:5px;
}
dd.lastNews {
	border-bottom:0px;
	padding-bottom:3px;
}



