/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px ;
	font-family: Verdana;
	color: #000000;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html { height: 100%; }

body {
	height: 100%;
	line-height: 1.25;
 background: #FFFFFF url("images/shadow.jpg") top center repeat-y;
 }
ol, ul {
	list-style: none;
	margin-left: 35px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b
{
 font-weight: bold;
}

#shadowwrapper
{
 height: 100%;
 min-height: 100%;
 width: 1200px;
 margin-left: auto;
 margin-right: auto;
}

#mainwrapper
{
 width: 901px;
 min-height: 200px;
 margin-left: 150px;
 padding-top: 125px;
 background: url("images/top.jpg") -1px 0px no-repeat;
}

#navigation
{
 width: 860px;
 height: 50px;
 padding-top:  10px;
 padding-left: 40px;
}

#navigation .link
{
 float: left;
 margin-top: 0px;
 height: 37px;
 display: block;
 padding-left: 15px;
 padding-right: 15px;
 display:table-cell;
}

#navigation .link a
{
 text-transform: uppercase;
 font: 13px Verdana;
 color: #FFFFFF;
 letter-spacing: 1px;
 text-decoration: none;
 text-shadow: 0 0 0.5em #000000, 0 0 0.5em #000000;
}

#navigation .link a:hover
{
 text-transform: uppercase;
 font: 13px Verdana;
 color: #FFFFFF;
 letter-spacing: 1px;
 text-decoration: underline;
 text-shadow: 0 0 0.5em #000000, 0 0 0.5em #000000;
}

#left
{
 float: left;
 width: 247px;
 padding-left:  17px;
 padding-right: 25px;
 color: #FFFFFF;
 font: 10px Verdana;
 text-align: center;
}

#left ul
{
 margin-left: 0;
 padding-left: 1em;
}

#left li
{
 color: #FFFFFF !important;
}

#left li:before 
{
 content: "\00BB \0020";
}

#right
{
 float: right;
 width: 570px;
 padding-right: 30px;
}

/******************/


#slider {
	background: url("/slideshow/graybg.jpg") no-repeat;
    width: 630px; /* important to be same as image width */
    height: 383px; /* important to be same as image height */
    position: relative; /* important */
    top: -23px;
    left: -30px;
	overflow: hidden; /* important */
	margin: 0px;
	padding: 0px;
    z-index: 4;
}
#sliderContent {
    width: 635px; /* important to be same as image width or wider */
    position: absolute;
	top: 0px;
	margin-left: 0px;
	list-style-type: none;
    z-index: 4;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
    z-index: 4;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 630px;
    color: #fff;
    display: none;
    z-index: 4;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.bottom {
	width: 100%;
	bottom: 11px;
    left: 0px;
}

.bottomr {
	width: 100%;
	text-align: right;
	bottom: 11px;
    left: -15px;
}

.msthumb
{
 width: 220px;
 height: 125px;
 border: 1px black solid;
}
