
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}

p, h1, h2, h3, h4, h5 {
margin: 0;
padding: 0;
}

a img {
border: none;
}

body {
background: #5685bf url(../images/global/baseslash.jpg) 19px top;
}

.floatclear {
clear: both;
float: left;
}

.clearer {
clear: both;
font-size: 0;
height: 0;
}

#slashes {
background: url(../images/global/slashes.jpg) left top repeat-x;
height: 960px;
width: 100%;
}

#outer {
margin: 0 auto;
position: relative;
width: 961px;
}

#header {
background: url(../images/global/header.gif) left top no-repeat;
height: 129px;
left: 0;
position: absolute;
top: 0;
width: 961px;
}

#header #logo {
left: 26px;
position: absolute;
top: 33px;
}

#our-goal {
background: url(../images/global/our-goal-bg.gif) left top no-repeat;
height: 204px;
left: 14px;
padding-left: 12px;
padding-top: 24px;
position: absolute;
top: 174px;
z-index: 2;
width: 270px;
}

#our-goal img {
float: left;
}

#our-goal p {
clear: both;
width: 259px;
}

#leftyellow {
background: url(../images/global/left-yellow-back.gif) left top no-repeat;
height: 496px;
left: 14px;
position: absolute;
top: 408px;
width: 294px;
z-index: 2;
}

#leftyellow img {
clear: both;
float: left;
padding-top: 15px;
}

#leftyellow p {
clear: both;
padding-left: 22px;
width: 220px;
}

#flash {
left: 301px;
position: absolute;
top: 174px;
z-index: 2;
}

#centerimage, #centerimage2 {
height: 228px;
width: 647px;
}

#content {
background: url(../images/global/border-sides.gif) left top repeat-y;
left: 0;
position: absolute;
top: 408px;
width: 100%;
}

#content #content-expand {
background: url(../images/global/content-center.gif) left top repeat-y;
margin-left: 300px;
width: 648px;
}

#content #content-middle {
min-height: 472px;
width: 650px;
}

#content #bottomimg {
float: left;
}

#footer {
text-align: center;
width: 100%;
}

#footer p {
clear: both;
padding-bottom: 16px;
padding-top: 7px;
}

#midsection {
background: url(../images/global/midsection.gif) top left no-repeat;
height: 240px;
left: 0;
position: absolute;
top: 169px;
width: 100%;
}

/* topnav */

#topnav {
list-style: none;
left: 681px;
margin: 0;
padding: 0;
position: absolute;
top: 22px;
z-index: 5;
}

#topnav li {
float: left;
padding-left: 37px;
}

#topnews {
list-style: none;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
left: 315px;
margin: 5;
padding: 0;
position: absolute;
top: 50px;
right: 40px;
z-index: 5;
}

/* navigation */

#nav {
background: url(../images/global/nav-back.gif) left top no-repeat;
height: 40px;
left: 0;
position: absolute;
top: 129px;
width: 961px;
}

#nav ul {
list-style: none;
margin: 0;
padding: 5px 0 0 10px;
}

#nav ul li {
border-right: 1px solid #fff;
float: left;
}

#nav ul li a {
display: block;
line-height: 35px;
padding: 0 25px;
}

/* highslide */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid silver;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}