@charset "UTF-8";
/* CSS Document */

html, body {
height: 100%;
width: 100%;
margin:0px;
padding:0px;
}

img {
border: 0px;
}

h1 {
font-family: "Calibri", Lucida Grande, Arial, sans-serif;
font-size: 18px;
color: #868685;
font-style: normal;
}

h2 {
font-family: "Calibri", Lucida Grande, Arial, sans-serif;
font-size: 16px;
color: #868685;
font-style: normal;
margin-bottom: 0px;
padding-bottom: 0px;
}

p {
vertical-align: top;
color: #868685;
font-family: "Calibri", Lucida Grande, Arial, sans-serif;
font-size: 12px;
line-height: 19px;
margin-top: 0px;
padding-top: 3px;
}

#bg_image {
width: 100%;
min-width: 1020px;
position:absolute;
}

#global_nav_container {
position: relative;
width: 860px;
margin-left: auto;
margin-right: auto;
}

#logo {
position: absolute;
padding-top: 16px;
background-image: url(../images/logo/logohover.gif);
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

div#navlinks {
position: relative;
width: 100%;

}

div#navlinks ul {
margin: 0px;
padding: 0px;
padding-top: 23px;
font-family: Calibri, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #868685;
white-space: nowrap;
text-align: right;
}

div#navlinks li {
list-style-type: none;
display: inline;
}

div#navlinks li a {
text-decoration: none;
padding-left: 49px;
color: #868685;
}

div#navlinks li a:link {
color: #868685;
}

div#navlinks li a:visited {
color: #868685;
}

div#navlinks li a:hover {
color: #000;
}

.selected_nav {
color: #000000;
padding-left: 49px;
}

a.button { 
background:url(../images/logo/logo.gif) repeat 0px 0px; 
width: 142px; 
height: 63px; 
display: block; 
}

a.button span { 
display: none; 
}

a.button:hover { 
background: url(../images/logo/logohover.gif) repeat 0px -63px; 
}

