html { 
overflow-y: scroll;
}

html,body{
margin:0;
padding:0
}
body{
/*text-align:center;*/
font: 10pt Arial, Georgia, Times, serif;
background-color:#fffff;
}
fieldset {
-moz-border-radius: 8px;
}
legend {
font:bold 11px arial;
color:#FFFF99;
}
a:link {
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:visited {
font-weight: bold;
color: #000000;
text-decoration: none;
}
a:hover {
font-weight: bold;
color: #3155A3;
text-decoration: none;
}
a:active {
font-weight: bold;
color: #3155A3;
text-decoration: none;
}
h1 {
color:#3155A3;
font-size:170%;
margin:0px;
padding-top:2px;
padding-bottom:6px;
}
h2 {
font-size:150%;
margin:0px;
padding-top:2px;
padding-bottom:6px;
}
h3 {
font-size:130%;
margin:0px;
padding-top:2px;
padding-bottom:6px;
}
h4 {
font-size:110%;
margin:0px;
padding-top:2px;
padding-bottom:6px;
}
form {
margin:0px;
padding:0px;
}
button {
font-family:inherited;
font-size:inherited;
font-weight:inherited;
}
table {
font: 10pt Arial, Georgia, Times, serif;
}
table#header{
height:100px;
background:url(/doclib/site/background-top.jpg) no-repeat;
}
table#header h1 {
font:bold italic 28pt arial;
color:darkblue;
margin:0px;
padding:0px;
padding-top:4px;
text-align:center;
}
table#header h2 {
font:bold 12pt arial;
color:#999999;
margin:0px;
padding:0px;
text-align:center;
}
table#header #menu {
text-align:center;
font-weight:bold;
color:white;
padding:1px;
background-color:#367AE7;
background: transparent url(/doclib/site/background-menu-box.jpg) repeat-x top; 
width:100%;
font-size:14px;
vertical-align:middle;
border-left:3px solid #6296EC;
border-top:3px solid #6296EC;
border-bottom:3px solid #074A8F;
border-right:3px solid #074A8F;
}
table#header #menu a,
table#header #menu a:visited {
color:white;
}
table#header #menu a:hover {
color:yellow;
}
#navigation{
text-align:right;
width:164px;
background: transparent url(/doclib/site/background-menu.jpg) no-repeat;
background-color:#183056; /*1a315a;*/
}

p.item {

background:transparent url(/doclib/site/semi.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale,
src='/doclib/site/semi.png');

padding:7px;
margin-top:10px;
margin-bottom:10px;
}

p.item[class] {
background-image: none;
background-color:#DFDDDB;
-moz-opacity:.80;
opacity:.80;
}

#navigation a,
#navigation a:visited {
/*color:black;*/
font-weight:bold;
font-size:110%;
}

#navigation a:hover {
color:blue;
}

p.item i {
font-size: 80%;
}
.testimonials {
padding:5px;
font-size:70%;
line-height:10px;

background:transparent url(/doclib/site/semi.png);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/doclib/site/semi.png');

text-align:left;
}
.testimonials[class] {
background-image: none;
background-color:#E7E3DC;
-moz-opacity:.80;
opacity:.80;
}

.testimonials h3 {
margin:0px;
}

.testimonials p {
margin:2px;
}

#content {
background-color:#E7E3DC;
text-align:left;
}
.content {
background-color:#E7E3DC;
text-align:left;
}
#content-header {
background:url(/doclib/site/background-content-header.jpg) repeat-y;
padding:5px;
padding-left:100px;
}
#content-header h2 {
font:bold italic 180% arial;
}

.content-header {
background:url(/doclib/site/background-content-header.jpg) repeat-y;
padding:5px;
padding-left:100px;
}
.content-header h2 {
font:bold italic 180% arial;
}

#content-footer {
font:bold 22px arial;
color:#787070;
text-align:center;
vertical-align:middle;
background:url(/doclib/site/background-bottom.jpg) bottom right repeat-x;
background-color:#E7E3DC;
}
#footer{
text-align:center;
padding:5px;
font-size:80%;
background-color:#E7E3DC;
}

.Button {
	background: #89D289 url(/doclib/site/green.gif) bottom repeat-x;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	*font-size: 75%;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
	margin: 0px 0px 0px 0px;
	*padding: 0px 3px 0px 3px;
	*margin: 0px 0px 1px 0px;
	border: 1px solid #53B256;
	-moz-border-radius: 3px;
	cursor: pointer;
}


.highslide {
 cursor: url(highslide/graphics/zoomin.cur), pointer;
 outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid 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: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.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;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.shark,
.shark h1,
.shark table {
background-color:#0058a6;
color:white;
}

.shark a,
.shark a:visited {
color:yellow;
}
