@charset "utf-8";
/* CSS Document */

body{
margin:0;
background-color:#c2c2c3;
background-image:url(images/website_html_bkgnd_dev01.jpg);
background-repeat:repeat-x;
}

#maincontainer {
margin:0 auto;
width:1012px;
height:627px;
}

#flash{
/*margin:50px auto;
margin-top:100px;*/
width:1012px;
height:627px;
}

#ticker{
margin:0 auto;
width:450px;
height:50px;
}


/* link boxes */

#vdividermenu ul{
margin: 0;
padding: 0px;
margin-bottom: 1em;
float: left;
font: bold 10px Verdana;
width: 167px;
border: 2px solid #a2def6;
background-color: white;
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: #666666;
padding: 5px 20px;
text-decoration: none;
}

#vdividermenu ul li a:visited{
color: black;
}

#vdividermenu ul li a:hover{
color: white;
background-color: #a2def6;
}