#contentHome{
    margin-top: 10px;
    width: 790px;
    float: right;
    background-image: url(../img/home_background6.gif);
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
#contentHome2{
    margin-top: 10px;
    width: 790px;
    float: right;
    /*background-image: url(../img/home_background6.gif);
    background-attachment: scroll;
    background-position: top right;
    background-repeat: no-repeat; */
    margin-bottom: 30px;
}
.homeSubHdImg{
    margin-bottom: 5px;
}
p.home{
    width: 360px;
    line-height: 1em;
}
p.home2{
    width: 320px;
    line-height: 1.2em;
}
p.home3{
    width: 280px;
    line-height: 1.2em;
}
p.home4{
    width: 90%;
    line-height: 1.2em;
}
p.home5{
    width: 250px;
    line-height: 1.2em;
}
#quickLinks{
    width: 170px;
}
#quickLinksImg{
    width: 170px;
    border-top: solid 1px #66090B;
    border-bottom: solid 1px #66090B;
}
#featuredHome{
    width: 791px;
    color: #F7F7CF;
    font-size: 14px;
    line-height: 1em;
    height: 120px;
    vertical-align: text-top;
    margin-right: 30px;
    /* ie hack */
    //margin-right: 10px;
}
#featuredHomeImg{
    width: 791px;
    border-top: solid 1px #66090B;
    border-bottom: solid 1px #66090B;
    margin-bottom: 5px;
    background-color: #333;
}
div.imgBox{
    margin-top: 7px;
    padding: 4px;
    background-color: #333;
}
div.imgBox img{
    border: 1px solid #F7F7CF;
    margin: 2px;
}
div.imgBox img.box{
    border: 1px solid #F7F7CF;
    margin: 2px;
    width: 38px;
    height: 82px;
    background-color: #66090B;
}


.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
