/* - - - - GENERAL - - - - */

@import '../css/reset.css';

body{
font-size: 76%;
font-family: verdana,helvetica,sans-serif;
text-align: center;
margin-top:10px;
}
div#topaccesslink {
height: 1px;
margin: 0px;
padding: 0px;
}
div#topaccesslink img {
border: 0px;
}
div.textalternative {
display: none;
}

/* - - - - WRAPPER - - - - */
/* original width of site was 775px */
div#wrapper {
position: relative;
width: 800px;
margin:0 auto;
}

/* - - - - HEADER - - - - */
div#header {
width: 800px;
height: 120px;

}
div#logo {
float: left;
}
div#logo img {
border: 0px;
margin-bottom:10px;
}
div#strap {
float: right;
width: 300px;
height:100px;
}

/* - - - - NAVIGATION - - - - */

div#navigation {
position: relative;
margin:0 auto;
width: 800px;
text-align: left;
padding-top: 3px;
padding-bottom: 2px;
font-size: 80%;
z-index: 6;
height: 2.2em;
}
div#nav1 {
position: absolute;
left: 0px;
z-index: 10;
left: 0px;
width:100%;
}
div#nav2 {
position: absolute;
right: 0px;
top: 0px;
width: 28%;
}

/* - - - - CONTAINER - - - - */
div#container {
text-align:left;
width: 800px;
margin:0 auto;
z-index: 0;
margin-top: 10px;
position: relative;
}

/* - - - - CONTENT - - - - */
div#content {
position: relative;
float: left;
width: 450px;
padding-left: 0px;
margin-top: 10px;
z-index: 1;
}
div#content h1, div#content h2, div#content h3, div#content p, div#content ul, div#content ol {
margin-left: 10px;
}
div#content h1 {
margin-top: 0px;
margin-bottom: 15px;
font-size: 165%;
font-weight: normal;
}
div#content h2 {
padding: 0px;
margin-top: 0px;
margin-bottom: 10px;
font-size: 105%;
font-weight: normal;
clear: both;
}
div#content h3 {
padding: 0px;
margin-top:0px;
margin-bottom:5px;
font-size: 95%;
font-weight: bold;
clear: all;
}
div#content p {
line-height: 1.4;
margin-top: 0px;
margin-bottom: 13px;
}
div#content ul, div#content ol {
list-style-type: square;
list-style-position : inside;
margin-bottom: 10px;
line-height: 1.6em;
}

div#content ul.external { margin-left:10px;}

div#content ul.external li {
margin-bottom: 5px;
list-style: none; 
background: url(../f/external_grey.gif) no-repeat left center; 
padding-left: 10px;
}

#content a.external {
padding-right: 13px;
/* padding-left: 3px; */
}
div#content img {
margin: 0;
padding: 0;
}
div#content p img {
margin-right: 10px;
}
#content div.scroll {
height: 200px;
width: 385px;
overflow: auto;
padding-right: 5px;
border-bottom: 1px dotted #cccccc;
margin-bottom: 10px;
}
div#content img {
margin-right: 10px;
margin-bottom: 10px;
margin-top: 5px;
text-align: left;
}

/* - - - - APPS - - - - */
div#apps{
position: relative;
float: right;
width: 295px;
padding: 0px;
margin-top:10px;
}
div#apps ul li {
margin: 0;
line-height: 1.7em;
}
div.rhs ul, div.rhs dl {
margin-left: 13px;
font-size: 90%;
}
div#apps dl dd {
line-height: 1em;
}
div#apps dl dt {
line-height: 1em;
}
div#apps dl.services {
margin-top: 0px;
margin-bottom: 0px;
font-size: 100%;
}
div#apps dl.services dt {
margin-bottom: 3px;
font-size:80%;
}
div#apps dl.services dd {
margin-bottom: 4px;
font-size:75%;
padding-left: 10px;
}
div#apps p.player1 {
margin: 0px;
padding: 0px;
}
div#apps div#imagery {
width: 295px;
height: 135px;
margin-bottom: 10px;
}
div.rhs {
width: 150px;
float: left;
padding-bottom: 10px;
min-height: 200px;
}
div.rhs-logos {
text-align: right;
width: 142px;
float: left;
padding-bottom: 10px;
min-height: 200px;
}
div.rhs h3 {
min-height: 1.2em;
padding-top: 2px;
padding-bottom: 5px;
padding-left: 10px;
font-size: 1.15em;
margin-bottom: 5px;
}
div.mid {
width: 11px;
font-size: 2px;
float: left;
}
div.rhs dt {
margin-bottom: 5px;
}
div.rhs dd {
margin-bottom: 8px
}


/* - - - - FOOTER - - - - */

div#footer {
padding-top: 5px;
width: 800px;
text-align: left;
z-index: 0;
clear: both;
}
div#footer p, div#footer dl {
margin-top: 10px;
margin-left:10px;
font-family: arial,helvetica,sans-serif;
}
div#footer a{
display: inline;
font-weight: bold;
}
#footer div#footernav {
float: left;
padding-bottom: 10px;
}
#footer div#accreditions {
float: right;
margin-bottom: 15px;
}
#footer div#accreditions img {
border: 0px;
}
div#footer dl dd {
font-size: 90%;
}
div#footer dl dt {
font-size: 90%;
}

/* - - - - PRINT - - - -  */
#print_header {
display: none;
}

/* - - - - MISC - - - -  */
strong { font-weight:bold; }
