/* CSS Document */

body {
            background-color:#FFFFFF;
            margin: 0px;
            padding:0px;
            color:#000000;
            font: normal normal normal 70% Arial, sans-serif;
            voice-family: "\"}\""; voice-family:inherit;
            font-size:small;
} 
html>body {font-size:small;}
a:link { 
        color:#00528F;
}
a:visited { 
        color:#00528F;
}
a:hover { 
        color:#333;
}

p {       
        line-height:1.5em;
        padding:10px 45px 0px 45px;
        margin-left:auto;
        margin-right:auto;
}
.clearfloat {
        clear: both;
}

img {
        border-style: none;
}
#leftHeader {
    width: 450px;
    height: 135px;
    float: left;
}
#rightHeader {
    width: auto;
}
#rightHeader H2{
    font-size: medium;
    padding: 10px;
}

#header {
    margin-top:0px;
    margin-bottom:30px;
    float:left;
    width:100%;
    background:#00528F url("images/no_profile_bkgrnd.jpg") repeat-x bottom;
    line-height:normal;
    font: normal normal bold 91% Arial, sans-serif;
}

#header a {
    float:left;
    display:block;
    /*background:url("images/tabs_rollover.gif") no-repeat right top;*/
    padding:5px 10px 4px 4px;
    text-decoration:none;
    font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header a {float:none;}

/* End IE5-Mac hack */

#header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
}
#header li {
    float:left;
   /* background:url("images/tabs_rolloverleft.gif") no-repeat left top;*/
    margin:0;
    padding:0 0 0 9px;
    border-bottom:1px solid #765;
}
#header #current {
    background-position:0% -150px;
    border-width:0;
}
#header #current a {
    background-position:100% -150px;
    color:#333;
    padding-bottom:5px;
}
#header li:hover, #header li:hover a {
  background-position:0% -150px;
  color:#333;
}
#header li:hover a {
  background-position:100% -150px;
}
#mainContent {
    margin-top:0px;
    margin-bottom:30px;
    float:left;
    width:100%;
    line-height:normal;
    font-family: arial,verdana;
    padding-left: 30px;
}

#linked {   
      background: #666;
      color: white;
}
.selected {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid #00528F;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background:#CCCCCC;
}
.inline-button {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid #00528F;
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background:#FFFFFF;
   color: black;
}

.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
}

.inline-button:hover {
   background: #666;
   color: white;
}

#links {
    width: 100%;
}

.centerdiv{ /*IE method of centering a relative div*/
            clear:left;
            text-align: center;
}
.centerdiv>div{ /*Proper way to center a relative div*/
            clear:left;
            margin: 0 auto;
}
.centerdiv2{ /*IE method of centering a relative div*/
	float:left;
	text-align: center;
}
	    
.centerdiv2>div{ /*Proper way to center a relative div*/
	    float:left;
	    margin: 0 auto;
}

table {clear:left;

}

span.title {color:#00528F; font-weight:bold;

            }

span.step {color:#00528F; font-weight:bold; font-size:medium;

            }

#footer {
            margin-left:auto; margin-right:auto; color:#00528F;
            width:100%;
            bottom:0;
            padding:25px 0px 11px 0px;
}
#footer2 {
        margin: auto; 
        color:#00528F;
        width:780;
        clear:both;
        bottom:0;
        padding:5px 0px 3px 0px;
}
            
#lifts {
        margin-left:auto; margin-right:auto; color:#00528F;
        width:100%;
        bottom:0;
        padding:25px 0px 11px 0px;
}
UL.nobullet li {
        margin-bottom: 8px;
        list-style: none;
}
 
#navcontainer { 
        width: 200px;
        float:left;
}

#navcontainer ul
{
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
        font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
        padding: 3px;
        width: 160px;
        background-color: #036;
        border-bottom: 1px solid #eee;
        display: block;
}

#navcontainer a:link, #navlist a:visited
{
        color: #EEE;
        text-decoration: none;
}

#navcontainer a:hover
{
        background-color: #369;
        color: #fff;
}


UL.nolist li {
            list-style: none;
 }

 /* The containing box for the gallery. */

#container {
       clear:left;
       position:relative;
       width:650px;
       height:700px;
       margin:20px auto 0 auto;
       border:1px solid #00528F;
}

#container2 {
    float:left;
    width:650px;
    height:675px;
    margin:5px auto 0 auto;
    border:1px solid #00528F;
}
	
#container3 {
        float:left;
        width:650px;
        height:750px;
        margin:5px auto 0 auto;
        border:1px solid #00528F;
}

.borderTable {	
        padding: 2px 4px 2px 4px;
        border: 1px solid #660000;
}

.borderTable2 {	
        padding: 2px 2px 2px 2px;
        border: 1px solid #999999;
}

.titles {
        color:#00528F; 
        font-weight:bold;
}

.current_lift {
        background: #99ccff;
}

#wrapper {
        float:left;
}

.picture { 
        background-color: #F9F9F9;
        border: 1px solid #CCCCCC; 
        padding: 3px;
        font: 11px/1.4em Arial, sans-serif; 
}
.picture img { 
        border: 1px solid #999999;
        vertical-align:middle; 
        margin-bottom: 3px; 
}
.right { 
        margin: 0.5em 8em 0.5em 4px; 
        float:left; 
}
.left { 
        margin: 0.5em 0.8em 0.5em 8em; 
        float:left; 
}
fieldset { border:2px solid #084B8A; }

legend {
  padding: 0.2em 0.5em;
  border:1px solid #084B8A;
  background-color: #084B8A;
  color: white;
  font-size:90%;
  margin-left:15px      ;
  }
  
  .downloadTitle a{
          font-weight: bold;
          color: #084B8A;
  }
 #tabs {
 font-size: 90%;
 margin: 20px 0;
 width: 400px;
 }
 #tabs ul {
 background: #E3FEFA;
 width: 400px;
 padding-top: 4px;
 }
 #tabs li {
 margin-left: 8px;
 list-style: none;
 }
 * html #tabs li {
 display: inline; /* ie6 double float margin bug */
 }
 #tabs li,
 #tabs li a {
 float: left;
 }
 #tabs ul li a {
 text-decoration: none;
 padding: 8px;
 color: #0073BF;
 font-weight: bold;
 }
 #tabs ul li.active {
 background: #CEE1EF url(img/nav-right.gif) no-repeat right top;
 }
 #tabs ul li.active a {
 background: url(img/nav-left.gif) no-repeat left top;
 color: #333333;
 }
 #tabs div {
 background: #CEE1EF;
 clear: both;
 padding: 20px;
 min-height: 200px;
 }
 #tabs div h3 {
 text-transform: uppercase;
 margin-bottom: 10px;
 letter-spacing: 1px;
 }
 #tabs div p {
 line-height: 150%;
 }
 .topText{
       width: 75%;
       float: left;
       
 }
 .galleryLogo a{
       float: right;
       padding-right: 10em;

 }
 .title{
         float: left;
         margin-left: 50px;
 }
 .topPart{
       width: 100%;
       
 }
 .box{
     width:50%;    
 }
 
