	@charset "UTF-8";
/* CSS Document */

* {
padding:0px;
margin:0px;
}

html {
height:100%;
margin-top:1px;
}

a {
outline:none;
}

body {
background-color:#FFF;
font-size:12px;
color:#000000;
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
}

.container {
width:100%;
background-position:top;
background-repeat:no-repeat;
position:relative;
padding-top:17px;
}


.imageOuterContainer {
position:relative;
width:100%;
overflow:hidden;
padding-top:30px;
height:600px;
}

.imageContainer {
position:absolute;
height:510px;
background:url(../images/ajax-loader.gif) center no-repeat;
}

.imageHolder {
height:510px;
float:none;
}

.imageInfo {
font-family:Arial, Helvetica, sans-serif;
float:none;
padding-top:5px;
width:100%;
text-align:center;
font-size:10px;
line-height:13px;
}


.menu {
width:100%;
text-align:center;
font-size:11px;
color:#9e9e9e;
}

.menu h1 {
display:inline;
}

a.menuLink  {
color:#9e9e9e;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-style:normal;
}

a:hover.menuLink {
color:#000000;
}

a.menuLinkClicked  {
color:#000000;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size:13px;
font-style:normal;
}

p {
margin-top:8px;
margin-bottom:8px;
}

p a {
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
font-style:italic;
color:#000000;
}

p.firstPara {
margin-top:20px;
}

.thumbs {
width:598px;
text-align:center;
height:29px;
padding-top:15px;
margin:0 auto;
}

.thumbs img {
border:none;
display:inline;
padding-right:10px;
cursor:pointer;
}

.thumbsOuter {
width:558px;
text-align:center;
height:29px;
position:relative;
overflow:hidden;
margin:0 auto;
white-space:nowrap;
float:left;
display:none;
}


.thumbsSlider {
text-align:center;
height:29px;
position:absolute;
top:0px;
left:0px;
}

.thumbNav {
width:20px;
text-align:right;
line-height:29px;
margin:0 auto;
float:left;
height:20px;
padding-top:9px;
display:none;
}

.thumbNav img {
padding:0px;
}

