body {
    background: #fff;
    font-family: 'Lucida Grande',Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
}

h1 { 
    color: #0099cc;
    font-size: 28px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    color: #006699;
    font-size: 24px; 
    line-height: 28px; 
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 24px; 
}

.left { 
    float: left; 
    margin: 0 18px 18px 0; 
}

.right { 
    float: right; 
    margin: 0 0 18px 18px; 
}

.callout {
    font-size: 11px;
    color: #a39c8d;
    border: 1px solid #ddd;
    background: #f1f2e7;
    padding: 8px 10px;
    margin-bottom: 18px; 
}

.callout :last-child { 
    margin-bottom: 0; 
}

.callout h4 { 
    font-size: 11px; 
    line-height: 18px; 
}

.colborder, .border {
	border-right: 1px solid #ddd!important;
}
  
.footerlinks {
	font-size: 80%;
	background: #333;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	color: #999;
}

.footerlinks h3 {
	color: #ddd;
}

.footerlinks a, .footerlinks a:link, .footerlinks a:visited {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted;
}

.footerlinks a:hover {
	border-bottom: 1px solid;
}

.footerlinks ul, .footerlinks ul li {
	list-style: none;
	font-size: 11px;
}

.footerlinks input[type=text] {
	border: none;
	border-bottom: 1px solid #999;
	background: none;
	color: #999;
}

.footerlinks button {
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	color: #999;
	background: none;
	border: none;
}


/*************Slide Show***************/

#box7{
	position:absolute;
	width: 700px;
}
.mask7{
	position:absolute;
	width:700px;
	height:400px;
	overflow:hidden;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:700px;
	clear:both;
	height:60px;
	overflow:hidden;
	margin-top:200px;
	background: #000000;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:60px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:160px;
	height:70px;
	margin:0;
	float:left;
	cursor:pointer;
	margin: 5px;
	background: #000000;
	color: #FFFFFF;
	overflow: hidden;
}
#thumbs7 .thumbs div img{
	height: 50px;	
	float:left;
	margin: 5px;
}
#thumbs7 .thumbs div span{
	float:right;
	margin: 5px;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:5000px;
	background:url(thumbs_mask.gif) no-repeat center top;
}

.sample7 .buttons{
	clear:both;
	text-align:center;
	color: #FFFFFF;
}
/* ********************************** */

.thumbs{
	width:700px;
}
.thumbs div{
	display:block;
	width:160px;
	height:60px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:60px;
	height:100%;
	border:none;
	margin: 5px;
}

.info{
	width:100%;
	background:#000000;
	position:absolute;
	bottom: 10px;
	overflow: hidden;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family: Georgia;
}
.info h4{
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
}
.info h4 sub{
	font-size: 11px;
	font-family: Arial;
	margin-left: 10px;
	font-style: normal;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

span img{
	display:block;
	border:none;
}