﻿
.contentBoxBottomMenu
{
	margin: 20px 0px 0px 0px;
	border-top: dashed 1px #c8c8c8;
	padding: 20px 0px 0px 0px;
}
.contentBoxBottomMenu ul
{
	list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.contentBoxBottomMenu li 
{
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}

.contentBoxBottomMenu a,  .contentText a
{
	font-weight: normal;
	color: #ff6600;
	text-decoration: none;
}

.contentBoxBottomMenu a:hover, .contentText a:hover
{
	color: #000000;
}


.contentText 
{
    color: #333333;
    font-size: 15px;
    line-height: 1.5em;
}

.contentText .contentLeft
{
    float: left;
    width: 45%;
}
.contentText .contentRight
{
    float: right;
    width: 53%;
}



.contentText .slideshow 
{ 
    width: 520px; 
    height: 600px; 
    margin: auto;
}

.contentText .slideshow img 
{ 
    padding: 8px; 
    border: 1px solid #ccc; 
    background-color: #eee; 
}


a.dest
{
	color: #000000;
	font-weight: normal;		
	background: url(img/bg_left_generic_button.png) no-repeat left top;
	padding: 10px 5px 10px 25px;
	text-decoration: none;
}



.destWrapper
{
    background: url(img/bg_right_generic_button.png) no-repeat right top;
    padding: 10px 5px 10px 0px;
    display: inline;
}

