/* CSS Document */

body{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	background-image:url("images/bg_gradient.jpg");
	background-repeat: repeat-x;
	background-color:#235C8C;
}

a, a:active, a:visited{
	color:black;
	text-decoration:underline;
}

a:hover{
	color:#666666;
	text-decoration:none;
}

form {
margin:0;
}
#header-visible{
	z-index:5;
	position:absolute;
	top:0px;
	width:100%;
	min-width:720px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "720px" : "100%" );
	height:92px;
	background-color:#5EA5E1;
	background-image:url("images/keyboard_header.jpg");
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

#under-header-visible{
	z-index:1;
	position:absolute;
	top:92px;
	width:100%;
	min-width:720px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "720px" : "100%" );
	height:158px;
	background-image:url("images/under_header.jpg");
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
}

#header-invis{
	z-index:3;
	position:relative;
	top:0px;
	width:100%;
	height:92px;
}

#container{
	z-index:3;
	position:relative;
	width:85%;
	margin:0 auto;
	top:25px;
	height:auto;
}

#menu{
	z-index:3;
	position:absolute;
	top:0px;
	width:100%;
	min-width:720px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "720px" : "100%" );
	height:auto;
	text-align:left;
}

#menu-middle{
	z-index:4;
	position:absolute;
	top:0px;
	right:40px;
	width:640px;
}

#menu-left{
	z-index:4;
	position:absolute;
	top:0px;
	right:680px;
}

#menu-right{
	z-index:4;
	position:absolute;
	top:0px;
	right:0px;
}
	

#content{
	z-index:3;
	position:relative;
	top:46px;
	width:100%;
	min-width:720px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 550 ? "720px" : "100%" );
	height:auto;
}

.translucent-bar{
	position:relative;
	width:100%;
	height:12px;
	background-color:white;
	-ms-filter: "alpha(opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	
}
.bottom-round{
	width:100%; 
	height:18px; 
	background-color:white;
 	-ms-filter:"alpha(opacity=20)";
  	-moz-opacity:.20; 
  	opacity:.20;
  	filter: alpha(opacity=20);
 }

.bottom-info{
	width:100%;
	color:white;
	text-align:center;
	font:11px Arial, Helvetica, sans-serif;
}

.bottom-info a, a:visited, a:active{
	color:white;
	text-decoration:underline;
}

.bottom-info a:hover{
	color:#ccc;
	text-decoration:none;
}

.feature{
	background-color:#F4ECC9;
	border-top: 5px solid #045C97;
	border-bottom: 5px solid #045C97;
}

.feature b{
	font-size:16px;
}

.white-bar{
	position:relative;
	background-color:white;
	width:100%;
	padding:10px 0px 10px 0px;
	height:auto;
	font: 13px Arial, Helvetica, sans-serif;
	border-top: 3px solid #045C97;
	border-bottom: 3px solid #045C97;
}

.white-bar-top{
	z-index:5;
	position:relative;
	width:100%;
	padding:10px 0px 10px 0px;
	height:auto;
	font: 13px Arial, Helvetica, sans-serif;
}

.white-bar img{
	border:1px black;
}

.white-bar div{
	text-align:center;
}

a.rollover { 
   display: block;
   float:right; 
   width: 200px; 
   height: 30px; 
   overflow:hidden; 
} 

a.rollover:hover {
	display:block;
	float:right;
   	text-indent:-200px;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: url(images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#666;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

