
/* Multibrowser  Float Fix */
/* Hides from IE-mac \*/
* html .floatcontainer {height: 1%;}
/* End hide from IE-mac */

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden;
    }
/* END Multibrowser  Float Fix */


body {
    margin:0;
    padding:0;
    background-color:#D8D9E6;
    color:#000;
	width:100%;
}

#header {
    background-color:#909BD7;
    width:100%;
}
#headerleft
{
	float:left;
	background-color:#909BD7;
}
#headerright
{
	width:10%;
	float:right;
	background-color:#909BD7;
}
#headerleft img{
    background-color:#ddd;
    width:627px;
}
#headerright img{
    background-color:#ddd;
	float:right;
    width:100px;
}

/* ############  Menu  ############### */

#nav ul
{
list-style: none;
padding: 0;
margin: 0;
}

#navbar {
    background-color:#909BD7;
    width:100%;
}
#nav li
{
	float: left;
	margin: 0.5em 0.1em;
	padding: 0;
	text-align: center;
}

#nav ul li a
{
	background: #B1C6FC url(../images/button.gif) #fff bottom left repeat-x;
	height: 22px;
	line-height: 1.7em;
	float: left;
	width: 81px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000099;
}

#nav a:hover
{
	background:#B1C6FC url(../images/button-over.gif) no-repeat top left;
	color: #FFFFFF;
	font-weight: bold;
}

#nav a:active
{
	background:#B1C6FC url(../images/button-click.gif) no-repeat top left;
	color: #FFFFFF;
	font-weight: bold;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#nav li a
{
float: none
}
/* End IE5-Mac hack */

#nav
{
width:30em
	background-color:#B1C6FC;
	float:left;
	padding:0px;
	margin-left:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}



/* old menu
#nav ul { 
    margin:0px;
    padding:0;
	list-style-type: none;
}
#nav a { 
	display: inline;
	width: 81px;
	padding: .2em .4em;
	text-decoration: none;
}
#nav a:hover
{
background:#B1C6FC url(images/button.gif) no-repeat top left;
}
#nav li{
    display:inline;
    list-style:none;
    margin:0;
    padding: .1em 1em;
	width:81px;
}

#navbar {
    background-color:#B1C6FC;
    width:100%;
}
#nav {
	background-color:#B1C6FC;
	float:left;
    width:75%;
	padding:5px;
	margin-left:120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navimg{
    background-color:#FFFFFF;
    width: 81px
}
*/
#blueline{
    background-color:#FFFFFF;
    width:100%;
}

/*#####################################################*/
#leftcolumn {
    background-color:#B4BADC;
    float:left;
    width:50%;
	height:400px;
	margin-top:10px;
	margin-left:20px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


#rightcolumn {
    background-color:#B4BADC;
    float:left;
	width:25%;
	height:400px;
	margin-top:10px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*#####################################################*/

#footer {
	background-color:#9CA4CF;
	clear:both;
	padding:5px;
	margin-top:10px;
	margin-left:5%;
	width:75%;
	
}

/*#################### Information Menu #####################*/

#navcontainer 
{
width: 200px; 
float:left;
}

#navcontainer ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#navcontainer li
{
margin: 0px;
padding: 0px;
line-height: 20px;
}

#navcontainer ul li a
{
display: block;
width: 180px;
padding-left: 20px;
background-color: #291268;
font-size: 0.9em;
}

#navcontainer ul li a:link, #navcontainer ul li a:visited
{
color: #E2E2F5;
text-decoration: none;
/*background-image: url(/images/bullet_u.gif);*/
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul li a:hover
{
background-color: #0004AC;
color: #fff;
/*background-image: url(/images/bullet_a.gif);*/
}

#navcontainer ul ul li a
{
display: block;
padding-left: 40px;
width: 160px;
background-color: #6565AB;
font-size: 0.8em;
}

#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited
{
color: #E2E2F5;
text-decoration: none;
/*background-image: url(/images/subbullet_u.gif);*/
background-repeat: no-repeat;
background-position: left top;
}

#navcontainer ul ul li a:hover
{
background-color: #7575C1;
color: #E2E2F5;
/*background-image: url(/images/subbullet_a.gif);*/
}

/* selected states */
#navcontainer ul li a#current
{
font-weight: bold;
color: #6699CC;
background-repeat: no-repeat;
background-position: left top;
/*background-image: url(/images/bullet_a.gif);*/
background-color: #3E228B;
}

#navcontainer ul ul li a#subcurrent
{
font-weight: bold;
color: #98C8F7;
background-repeat: no-repeat;
background-position: left top;
/*background-image: url(/images/subbullet_a.gif);*/
background-color: #7575C1;
}

#menuline{
    background-color:#FFFFFF;
    width:200px;
	float:left;
}

#content {
	background-color:#B4BADC;
	width:500px;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px .1px .1px 300px;
}

/*#################### Product Menu #####################*/

#productnav 
{
width: 120px; 
float:left;
}

#productnav ul
{
margin: 0px;
padding: 0px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

#productnav li
{
margin: 0px;
padding: 0px;
line-height: 20px;
}

#productnav ul li a
{
display: block;
width: 110px;
padding-left: 10px;
background-color: #291268;
font-size: 0.9em;
}

#productnav ul li a:link, #productnav ul li a:visited
{
color: #E2E2F5;
text-decoration: none;
/*background-image: url(/images/bullet_u.gif);*/
background-repeat: no-repeat;
background-position: left top;
}

#productnav ul li a:hover
{
background-color: #0004AC;
color: #fff;
/*background-image: url(/images/bullet_a.gif);*/
}

#productnav ul ul li a
{
display: block;
padding-left: 20px;
width: 100px;
background-color: #6565AB;
font-size: 0.8em;
}

#productnav ul ul li a:link, #productnav ul ul li a:visited
{
color: #E2E2F5;
text-decoration: none;
/*background-image: url(/images/subbullet_u.gif);*/
background-repeat: no-repeat;
background-position: left top;
}

#productnav ul ul li a:hover
{
background-color: #7575C1;
color: #E2E2F5;
/*background-image: url(/images/subbullet_a.gif);*/
}

/* selected states */
#productnav ul li a#current
{
font-weight: bold;
color: #6699CC;
background-repeat: no-repeat;
background-position: left top;
/*background-image: url(/images/bullet_a.gif);*/
background-color: #3E228B;
}

#productnav ul ul li a#subcurrent
{
font-weight: bold;
color: #98C8F7;
background-repeat: no-repeat;
background-position: left top;
/*background-image: url(/images/subbullet_a.gif);*/
background-color: #7575C1;
}

#menuline{
    background-color:#FFFFFF;
    width:120px;
	float:left;
}

#productcontent {
	background-color:#B4BADC;
	width:650px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px .1px .1px 250px;
}