﻿@charset "utf-8";

#ControlPanel   {
    width:860px;
    margin:0px auto;
    text-align:center;
}
body    {
    margin-top: 10px;
	background: url(img/bg_body.jpg) repeat-y center top;
    text-align:center;
    margin-left: 40px; 
    _margin-left: 16px; 
    font-family: Arial, Verdana, Tahoma;
     background-color : #EBEBEB;
}
#login  {
    width:100%;
    margin:0px auto;
    text-align:right;
}
#PageFrame  {
    width:860px;
    margin:0px auto;
    text-align:center;
	background-color: white;
	font:Arial, Verdana, Helvetica, sans-serif;
}
#wrap {
    background-color: white;
    clear:both;
    text-align: center;
    margin:0px auto;
}
#topGraphic {
    background-image:url(img/skibanner.jpg);
    background-repeat:no-repeat;
    height:162px;
    width: 856px;
    text-align:center;
    background-color:transparent;
    margin:0px auto;
}
.topgraphicleft 
{
    float: left;
}
.topgraphicright 
{
    margin-top: 8px;
    _margin-top: 8px;
    margin-right: 8px;
    float: right;
}   
#toppane {
    background-color:transparent;
    text-align:center;
    margin:0px auto;
    width: 856px;
    height: 75px;
    _height: 70px;
}
.toppaneleft 
{
    float: left;
}
.toppaneright 
{
    float: right;
    width: 350px;
    height: 60px;
    background-image: url(img/bg_top-right.jpg);
    background-repeat: no-repeat;
}
#searchBox {
    vertical-align:bottom;
    width:100%;
    text-align:left;
    color:#FF0000;
    text-transform:uppercase;
    font:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
}
#bar  {
    clear: both;
    background-image: url(img/bar.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    height:10px;
}
/* Navigation */

/* main tab background image and other properties */

#menucontainer {
    display:block;
    font-size:0.8em;
    text-decoration:none;
    text-align:center;
    padding:10px 0px 0px 50px;
    margin-top: 0px;
}

#nav ul 
{
    margin-top: 0px;
    padding:0px;
    list-style:none;
    float:left;
    width:auto;
	font-size:1em;
    text-decoration:none;

}
#nav li {
    position: relative;
    float:left;
    list-style: none;
    font-size:1em;
    text-decoration:none;
    background-image: url(img/ark_menu_hoverbg01.gif);
    background-position: left;
    background-repeat: no-repeat;
}

/* second-level lists relative to main menu*/
#nav li ul { 
	position : absolute;
	left: -999em;
    padding:10px;
    margin: 200px 0 0 0;
    width:120px;
}

/* set the text properties for main tab */
#nav a {
    font-size:1em;
    font-family:verdana;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    font-weight:normal;
    color:#ffffff;
    margin:0px;
    padding:10px 30px 5px 30px;
    background-image: url(img/ark_menu_hoverbg02.gif);
    background-position: right;
    background-repeat: no-repeat;
}

#nav a:hover {
    font-family:verdana;
    display:block;
    text-decoration:none;
    text-transform:uppercase;
    text-align:center;
    font-weight:normal;
    color:black;
    margin:0 0 0 0;
    padding:10px 30px 5px 30px;

    background-position: right;
    background-repeat: no-repeat;
}

/* set the hover properties for the main tab background mozilla*/

#nav li:hover 
{

}

/*  set the submenu background and font color etc  */

#nav li li a {
    width:174px;
    _width:224px;
    color:#ffffff;
    font-size:1em;
    padding:8px 30px 25px 30px;
    _padding:10px 30px 5px 30px;
    height:0px;
    text-align: left;
}

#nav li li a:hover
{
    width:174px;
    _width:224px;
    color:#000000;
    font-size:1em;
    text-decoration:none;
    margin:0px;
    text-align: left;   
    background-image: url(img/ark_menu_hoverbg02.gif);
    background-position: right;
    background-repeat: no-repeat;
    padding:8px 30px 25px 30px;
    _padding:10px 30px 5px 30px;

}
#nav li a.SelectedTab {
    font-size:0.9em;
    padding:0px;
    margin:0px;
}
#nav .DisabledTab {
    color:#ccc;
}

/* no need to change these hover classes 
unless you need more than 4 levels */

#nav li:hover ul ul,

#nav li:hover ul ul ul,

#nav li:hover ul ul ul ul,

#nav li.iehover ul ul,

#nav li.iehover ul ul ul,

#nav li.iehover ul ul ul ul{
   left: -999em;

}
#nav li li ul {
    font-size:1em;
    padding:0px;
    margin:20px;
    color: Red;
}
#nav li:hover ul

 {
	top: 0px; /*sets positioning of the drop down menu level 1 Firefox */
	left:0;
	margin-top:25px;
}
#nav li.iehover ul {
	top: 0px; /*sets positioning of the drop down menu level 1 Internet Explorer - pixel difference from Firefox due to the 1 pixel border*/
	left:0;
	margin-top:20px;
}

#nav li li:hover ul,

#nav li li li:hover ul,

#nav li li.iehover ul,  

#nav li li li.iehover ul {
	top: -16px;
	left:304px; /*sets positioning of the drop down menu level 2*/
	_left:204px;
}
/* end of navigation */

/* Styles for the main text and images within the Text/HTML Module */

/* Content Panes */
.bannerpane
{
    width: 860px;
    height: 150px;
    background-image: url(img/ark-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
#mainbody   {
    width: 860px;
    _height: 300px;
    margin-top: 5px;
    }
.leftpane   {
    clear: both;
    float: left;
    width: 200px;
        }
.centerpane {
    float: left;
    width: 445px;
        }
.rightpane  {
    float: right;
    width: 200px;
    }
.midpane    {
    clear: both;
    margin: 0px 20px 20px 20px;
    width:820px;
}
#footerpane {
    width: 860px;
    clear: both;
    height: 160px;
    background-image: url(img/ark-footerbg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    }
#fsa    {
    width: 840px;
    height: 70px;
    clear: both;
    padding: 0 0 0 70px;
    margin: 0 0 0 20px;
    text-align: left;
    font-size: 70%;   
    background-image:url(img/ifalogo-sm.gif);
    background-repeat: no-repeat;
    }
.footerleftpane {
    width: 430px;
    clear :both;
    float: left;
    text-align: left;
    font-size: 60%;
    padding: 0 0 0 90px;
    }
.footerrightpane    {
    width: 330px;
    float: right;
    padding: 50px 10px 10px 0;
    text-align: right;
    font-size: 70%;
    font: Arial;
    }
   .login
   {} 
    
 /* image float styles */   
.imageleftside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}
.imagerightside img
{
    border: 1px solid #CCC;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    float: right;
}
.imageleftnoborder img
{
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 5px;
    float: left;
}
.imagerightnoborder img
{
    margin-right: 15px;
    margin-bottom: 10px;
    margin-left:10px;
    margin-top:5px;
    float: right;
}








