body{
    /* Center IE */
    text-align:center;
    font-family:Arial, Sans-Serif;
    color:#ddd;
    font-weight:normal;
	background-color:#666;
}
#PageWrapperOuter {
    position:relative;
    top:0;
    left:0;
    width:995px;
    /* Correct centering for IE */
    text-align:left;
    /* Center Mozilla/Opera */
    margin: 0px auto 0px auto;
}
#PageWrapperInner{ 
    /* Set width for IE 6 */
	margin-top:5px;
	background-color:#fff;
    width:100%;
}
#Main{
    width:100%;
}
a{
    /* remove outline that Firefox puts on */
    outline:none;
    border:none;
}


/* --- HEADER ---*/
#HeaderContainer{
    width:100%;
    background-image:url(../images/header.jpg);
    background-repeat:no-repeat;
	position:relative;
    top:0;
    left:0;
}
#Header{
    height:200px;
    width:100%;
}
#HeaderLogo{
    position:absolute;
	left:15px;
	top:22px;
}
#HeaderLogo a{
}
#HeaderLogo img{
    border:none;
}

/* --- TOP NAVIGATION BAR --- */

#Navigation{
    float:left;
	width:100%;
	background-color:#666;
	margin:0;
	padding:0;
}
#Navigation ul{
    float:left;
    width:970px;
    font-family:arial, sans-serif;
    font-size:0.95em;
    font-weight:normal;
}
#Navigation li{
    float:left;
	margin-right:2px;
    padding: 10px 30px 10px 30px;
}
#Navigation a{
     float:left;
     display:block;
	 font-weight:bold;
     color:#fff;
     text-decoration:none;
	 text-transform:uppercase;
}
#Navigation li:hover {
     background-image:url(../images/topnav-hover-icon.gif);
	 background-repeat:no-repeat;
	 background-position:left top;
}
#Navigation ul li.current, #Navigation ul li.section{
     font-weight:bold;
	 background-image:url(../images/topnav-selected-icon.gif);
	 background-repeat:no-repeat;
	 background-position:left top;
	 padding-top:14px;
	 padding-bottom:6px;
}
#Navigation ul li.current a span{
	color:#004158;
}

/* --- BREADCRUMBS ---*/

#Breadcrumbs{
    position:absolute;
    top:-35px;
    left:30px;
    font-size:0.75em;
    font-weight:normal;
    color:#555;
    z-index:10000;
	text-transform:uppercase;
}
#Breadcrumbs a{
	color:#555;
	font-weight:bold;
}

/* --- CONTENT --- */
#ContentContainer{
    clear:both;
    position:relative;
    top:0;
    left:0;
    /* Need width for IE6! */
    width:100%;
    background-image:url(../images/main-bgd-gradient.gif);
	background-repeat:repeat-x;
}
#ContentContainerInner{
    position:relative;
    top:1px;
    left:0;
    /* Need width for IE6! */
    width:100%;
}
#ContentContainerInner.watermark{
	background-image:url(../images/silhouette-tramper-lighter.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
#PrintLogo{
    display:none;
}

/* NEW */
#ColumnMiddle{
    float:left;
    position:relative;
    left:300px;
    width:680px;
	font-size:0.9em;
	padding-bottom:30px;
}
#Content{
    float:left;
    width:620px;
    color:#666;
    padding-left:40px;
    color:#333;
}
/* Switch positions with the left column and the
middle column as the middle column appears first in the
markup.  This is to help with SEO */
#ColumnLeft{
   float:left;
   position:relative;
   left:-680px;
   width:300px;
   margin-top:55px;
   font-size:0.9em;
}
#ColumnRight{
    display:none;
}

/*--- LEFT SIDEBAR NAVIGATION ---*/

#ColumnLeft #SubNavigation ul{
    margin-left:30px;
}
#ColumnLeft #SubNavigation li{
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
}
#ColumnLeft #SubNavigation ul li a{
    display:block;
    font-size:0.95em;
    line-height:1.20em;
    margin:0 !important;
    padding-top:0.4em;
    padding-bottom:0.4em;
    text-decoration:none;
    color:#22404a; 
    font-weight:normal;
    font-family:arial, sans-serif;
    border-bottom:dotted 1px #456d9b;
}
#ColumnLeft #SubNavigation ul li a:hover{
	background-image:url(../images/subnav-hover-icon.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#ColumnLeft #SubNavigation a.current{
    font-weight:bold;
	background-image:url(../images/subnav-icon.gif);
	background-repeat:no-repeat;
	background-position:right center;
}
#Sidebar {
	margin-left:30px;
}
#Sidebar h3{
    margin-top:0 !important;
	margin-bottom:0.75em !important;
	border-bottom: solid 2px #0087a5;
	line-height:2em;
}
#Sidebar ul{
	margin-left:15px !important;
}


/* --- FOOTER ---*/

#Footer{
   background-color:#555;
   font-size:0.9em;
}
#FooterLeft{
   float:left;
   display:inline;
   margin-left:30px;
   margin-right:35px;
   width:270px;
}
#FooterRight{
   float:left;
   display:inline;
   width:600px;
}

/* --- JQuery Tooltip --- */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	color:#004158;
	text-align:left;
	font-size:0.9em;
}

#tooltip h3,
#tooltip div{
    margin: 0;
}
#tooltip h3{
    font-weight:bold;
	font-size:1.1em;
	margin-bottom:0.7em;
}
#tooltip p{
	margin-top:0.35em;
	margin-bottom:0.35em;
}
#tooltip em{
	font-style:italic;
}



