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

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(images/unity_bg.jpg) repeat-x fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	position: fixed;
    _position:absolute;
   top :0;
   left: expression( (document.body.clientWidth  - 950 )/2);
	height:240px;
	padding-bottom:24px;
	padding-left:0;
	padding-right:0;
	width:950px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 1;
	

} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 
{      
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	text-align: right;
	padding: 0 10px 15px 20px;	
	padding-top: 0px;
	
}

.twoColFixLtHdr #pagetitle {
margin:0 0 20px 265px;
padding:0 6px;
} 

.twoColFixLtHdr #rightindentbox {
float:right;
margin:0 160px 0 290px;
padding:0 6px;
} 

.twoColFixLtHdr #pagecrumb {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 265px;
    padding-top: 265px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
} 


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0 40px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #fullwidth { 
width:950px;
} 


.twoColFixLtHdr #footer {
	background-color:#FAFAFA;
color:#BBBBBB;
font-size:10px;
margin-top:40px;
padding:0 62px 0 0;
text-align:right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 { /* LARGE HEADINGS OR QUOTES */

color:#444444;
font-family:Lucida Grande,arial;
font-size:160%;
font-weight:lighter;
letter-spacing:1px;

}

h2 { /* SUB HEADIGNS */
	color:#444444;
	font-family:"Lucida Grande", arial;
	font-size:150%;
	font-weight:lighter;
	letter-spacing:0;
	margin-bottom:0px;
	margin-top:20px;
}

h3 { /* SUB HEADIGNS */

color:#444444;
font-family:Lucida Grande,arial;
font-size:130%;
font-weight:lighter;
letter-spacing:0;
margin-bottom:-5px;
margin-top:20px;
}



h4 { /* PAGE TITLES */

border-bottom:1px solid #F58026;
color:#727376;
font-family:verdana,Lucida Grande,arial;
font-size:200%;
font-weight:lighter;
letter-spacing:0;
margin-bottom:-5px;
margin-top:20px;
opacity:0.85;
padding:5px 10px 10px 0;
text-shadow:0 0 0 #000000;
width:620px;
margin-left:0px;
}


h5 { /* Orange SUB HEADIGNS */

color:#F58026;
font-family:Lucida Grande,arial;
font-size:130%;
font-weight:lighter;
letter-spacing:0;
margin-bottom:0px;
margin-top:20px;
}

h6 { /* Orange PAGE CRUMB */

color:#F58026;
font-family:Lucida Grande,arial;
font-size:100%;
font-weight:lighter;
letter-spacing:0;
margin-bottom:0;
margin-top:0;
text-transform:uppercase;
margin-left:0px;
}


 a:link {color: #004b8c;
 font-weight:bold;
 
 
 }     /* unvisited link */
a:visited {color: #004b8c;
 font-weight:bold;

}  /* visited link */
a:hover {color: #F58026}   /* mouse over link */
a:active {color: #F58026}   /* selected link */

ul li {
	color:#484848;
    font-family:Lucida Grande,arial;
    line-height:20px;
    list-style-type: disc;
    margin-left:-30px;
    list-style-position:outside;
}

IMG {
padding:0px 20px 10px 0;
}

#logo
{
    top:180px;
    left:680px;
    position:absolute;
    cursor:pointer;
}
#bridge
{
    top:210px;
    left:20px;
    position:absolute;
    cursor:pointer;
}

#shortcuts
{
font-size:9px;
left:754px;
position:absolute;
top:5px;
}

#shortcuts td
{
     color:#fff;
     background-color:#255a8f;
     padding: 3px 7px 3px 7px;    
     font-weight:bold; 
}
#shortcuts a
{
    text-decoration: none;
    cursor:pointer; 
    color:#fff; 
}


       /**************** menu coding *****************/
        
        #menu
        {
   		 float:left;
		 left:70px;
		 position:absolute;
		 top:52px;		  
        }
        
        #menu ul
        {
            list-style: none;
            margin: 0;
            padding: 0 3px;
            float: left;
            line-height:0px;
            list-style-type: none;
            margin-left:0px;
            list-style-position: inherit;    
            width:inherit;        
        }
        #menu h1
        {
            color: #000;
            background: #F58026;
            text-transform: uppercase;
            font: bold 11px/16px arial, helvetica, sans-serif ;
            display: block;
            border-width: 1px;
            border-style: solid;
            border-color: #F58026 #F58026 #F58026 #F58026;
            margin: 0;
            padding: 0 5px 0 3px;
            cursor: pointer;           
    
        }
        #menu h2
        {
            color: #000;
            background: #F58026;
            text-transform: uppercase;
            font: bold 11px/16px arial, helvetica, sans-serif;
            display: block;
            border-width: 1px;
            border-style: solid;
            border-color: #F58026 #F58026 #F58026 #F58026;
            margin: 0;
            padding: 0 5px 0 3px;
            cursor: default;            
        }
        #menu a
        {
            color: #000;
            background: #F58026;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 10px/16px arial, helvetica, sans-serif;
            display: block;
            border-width: 1px;
            border-style: solid;
            border-color: #F58026 #F58026 #F58026 #F58026;
            margin: 0;
            padding: 0 3px;
            cursor: pointer;
			border-top:1px solid #EE6307;
			opacity: 0.85;
        }
        #menu a:hover,  #menu h1:hover, #menu h2:hover
        {
            color: #fff;
            background: #ff6600;
        }

        #menu li
        {
            position: relative;
                line-height:0px;
    list-style-type: none;
    margin-left:0px;
    list-style-position: inherit;
        }
        #menu ul ul
        {
            position: absolute;
            z-index: 500;
            width: 14em;
            padding: 0 0 0 0;
                line-height:0px;
    list-style-type: none;
    margin-left:0px;
    list-style-position: inherit;
        }
        #menu ul ul ul
        {
            position: absolute;
            top: 0;
            left: 100%;
            padding: 0 0 0 0;
                line-height:0px;
    list-style-type: none;
    margin-left:0px;
    list-style-position: inherit;
        }
        div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul
        {
            display: none;
        }
        div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
        {
            display: block;
        }
