body {
  background:#414042;
  margin:0px;
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial;
  font-size: 12px;
  color: #58595b;
  line-height: 1.4;
}

.borderBG{background:url('../images/borderBG.gif') repeat-y;}

.document{
	color:#000;
}


.panelTitle{background-color:#111141;padding:3px;color:#fff;font-weight:bold;}
.panel{background-color:#e4dfda;padding:6px;color:#787471;font-weight:bold;}



.col{margin-left:13px;margin-top:20px;color:#fff;float:left;}

/*////////////////////////////// Separators ////////*/
#mainContent .rDots, #tAndRDots {
	border-right: 1px dashed #333333;

}
#mainContent .tDots {	
	border-top: 1px dashed #333333;
}
#mainContent .lDots {
	border-left: 1px dashed #333333;

}
#mainContent .lRDots {
	border-left: 1px dashed #333333;
	border-right: 1px dashed #333333;

}
#mainContent .lRTDots {
	border-left: 1px dashed #333333;
	border-right: 1px dashed #333333;
	border-top: 1px dashed #333333;

}
#mainContent .rTDots {
	border-right: 1px dashed #333333;
	border-top: 1px dashed #333333;

}

/*//////////////////////////////*/

/*/////////// Lists ///*/

ul {
	list-style:circle outside;
	color:#FF9900;
	
}
li {
	margin-left:-25px;
	
}
li span {
	color:#333333;
}

/*////////////////////////*/
.colDest{margin-left:13px;float:left;line-height: 1.5;}
.colDest .list{width:110px;}

#footer{color:#fff;text-align:center;font-size:12px;background-color:#414042;padding-bottom:10px;}


/*/////////////////// TEXT LINKS ////////////////////*/


a:link {color:#b9091d; text-decoration:none;}
a:visited {color:#b9091d; text-decoration:none;}
a:hover {color:#fb9503; text-decoration:none;}

#footer a:link {color : #fff; text-decoration:none;}
#footer a:visited {color : #fff;text-decoration:none;}
#footer a:hover {color : #ffac2c; text-decoration:none;}

#footer a.visionLink {color:#787471;text-decoration:none;background:inherit;font-weight:bold;}
#footer a.visionLink:hover{color:#111141;text-decoration:none;background:inherit;font-weight:bold;}
#footer a span {color:#787471;text-decoration:none;background:inherit;font-weight:bold;}
#footer a:hover span {color:#ff8f00;text-decoration:none;background:inherit;font-weight:bold;}
/*////////////////////////////////////////////////////*/

/*///////////// FORM ELEMENTS ////////////////////////*/
input.but {padding:1px;border:1px outset #000;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;
background-color:#f8f8f8;}

textarea, select, input {padding:1px;border:1px solid #646464;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}
/*////////////////////////////////////////////////////*/
.subHeaderImage {margin-left:16px;}
/*////////////////// News Div //////////////*/
#latestNews {

	height:177px;
	width:169px;
border:#000 solid 1px;	
}
/*//////////////////////////////////////////////////*/

body.Scroller{
	overflow: hidden;
	background-color:#FFFFFF;
	
}


/* HIGHSLIDE*/

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
