@charset "utf-8";
/* CSS Document */

html {
height:auto !important; /* real browsers */
height:100%; /* IE6: treated as min-height*/
min-height:100%; /* real browsers */
}

body {
font-size:62.5%;
height:100%;
font-family: Verdana, Arial, sans-serif;
margin-top:0;
margin-bottom:0;
background-image:url(images/sitebg.gif);
background-position:top;
background-repeat:repeat-x;
}

p {
text-align:justify;
font-size:1.4em;
}

p.left {
text-align:left;
font-size:1.4em;
}


ul {
text-align:justify;
font-size:1.4em;
}

/*Divs*/
#sitewrap {
width:800px;
display:table;
margin:auto;
height:100%;
border-left-style:outset;
border-right-style:inset;
background-color:#FFFFFF;
}

#header {
height:140px;
background-image: url(images/header.jpg);
}

#dash {
width:auto;
height:1px;
background-image:url(images/dash.gif);
margin-bottom:20px;
}

#content {
padding:0 5px 0 5px;
background-image:url(images/topography.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding-bottom:65px;
clear:both;
height:auto !important; /* real browsers */
height:100%; /* IE6: treated as min-height*/
min-height:500px; /* real browsers */
}

#menutube {
width:200px;
height:auto;
float:left;
z-index:101;
z-index:1;
}

#menucontainer {
width:150px;
padding:5px 0 2px 10px;
background-color:#FFFFB9;
height:auto;
z-index:1;
}

#rhscontainer {
width:auto;
margin-left:20px;
float:left;
z-index:1020;
}

#transtext {
height:auto;
width:562px;
background-image:url(images/translucent.png);
padding:4px;
z-index:1020;
}

#footer {
width:800px;
text-align:center;
position:relative;
bottom:0px;
min-width:600px;
clear: both;
}

.flashfix {
z-index:-1000;
}