@charset "UTF-8";
/* CSS Document */
* {
margin: 0;
}

a{
outline:none;
}

body{
height:100%;
overflow:hidden;
}

img, div { behavior: url(../iepngfix.htc); }

/*---FLASH------------------------------------------------------------------------------------------*/
#topimg{
position:relative;
height:95%;
width:100%;
margin-top:-150px;
float:left;
z-index:0;
}


/*---TOPIMGLOGO-------------------------------------------------------------------------------------*/
#overlayer{
position:absolute;
float:left;
width:100%;
z-index:100;
}

#innerlayer{
position:absolute;
width:100%;
float:left;
padding-left:50%;
margin-left:-400px;
z-index:200;
}

#logo{
position:absolute;
padding-top:150px;
float:left;
width:800px;
z-index:500;
}


/*---BOTTOMCENTER-----------------------------------------------------------------------------------*/
#bottomcontent{
position:relative;
height:195px;
float:left;
width:100%;
background-color:#eff0f5;
overflow:visible;
}

#bottomcontentwrapper{
position:relative;
width:100%;
height:100px;
float:left;
padding-left:50%;
margin-left:-400px;
}

#bottomtext{
position:relative;
width:800px;
height:170px;
float:left;
background-color:#edeff2;
overflow:hidden;
}

#blockleft{
position:relative;
width:400px;
height:120px;
float:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#002f60;
background-color:#FFFFFF;
line-height:20px;
}

#blockright{
position:relative;
width:400px;
height:120px;
float:left;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#002f60;
background-color:#FFFFFF;
line-height:20px;
}

#dropshadow{
position:relative;
margin:0;
padding:0;
padding-top:5px;
float:left;
width:800px;
background-image:url(../imgs/shadowbottom.jpg);
background-repeat:repeat-x;
}

#nav{
padding-top:3px;
}