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

body
{
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#525252;
background-color:#E6E6E6;
height:100%;
background-image:url(../images/manipage_bg.jpg);
background-position:center;
background-repeat:repeat-y;
}

.maincontainer
{
width:100%;
margin-left:auto;
margin-right:auto;
padding:0px;
position:relative;
height:100%;
}

.outer_container
{
background-color:#fff;
width:830px;
height:100%;
margin-left:auto;
margin-right:auto;

}


.content
{
display:block;
padding:22px 27px 40px 25px;
background-color:#fff;
height:100%;

}

.header
{
height:80px;
width:100%;
background-color:#E6E6E6;
}

.menu_wrapper
{
width:830px;
margin-left:auto;
margin-right:auto;
height:80px;
position:relative;
}

.top_menu
{
position:absolute;
bottom:6px;
right:0px;
color:#AFAFAF;
letter-spacing:1px;
}

.top_menu a
{
color:#AFAFAF;
text-decoration:none;
}


.top_menu a:hover
{
color:#000;
text-decoration:none;
}

.logo
{
display:block;
margin-bottom:24px;
}

.banner
{
display:block;
margin-bottom:22px;
}

.main_menu
{
font-weight:bold;
color:#525252;
margin-bottom:20px;
}

.main_menu a
{
color:#525252;
text-decoration:none;
margin-right:15px;
}


.main_menu a:hover
{
color:#EC2A8D;
text-decoration:none;
margin-right:15px;
}

.main_menu a.selected
{
color:#EC2A8D;
text-decoration:none;
margin-right:15px;
}

.left_col
{
float:left;
width:563px;
padding-right:20px;
margin-bottom:100px;
}

.left_col h1
{
font-size:18px;
letter-spacing:1px;
margin:0px;
padding:0px;
color:#EC2A8D;
}



.right_col
{
float:right;
padding-top:30px;
}


.right_grey_box
{
width:161px;
padding: 10px;
background-color:#E6E6E6;
}

.clearit
{
clear:both;
font-size:0px;
line-height:0px;
height:0px;
}

*html .footer
{
background-image: url(../images/footer.jpg);
background-repeat:repeat-x;
bottom:20px;
left:0px;
position:fixed;
}



.footer
{
background-image:url(../images/footer.png);
height:116px;
display:block;
background-repeat: repeat-x;
width:100%;
position:fixed;
bottom:0px;
left:0px;
background-position: bottom left;
}





.footer_menu
{
margin-left:auto;
margin-right:auto;
width:833px;
background-image:url(../images/footer_menu_bg.jpg);
background-position:left -15px;
margin-top:0px;
background-repeat:no-repeat;
}


*html .footer_menu
{
margin-left:auto;
margin-right:auto;
width:833px;
background-image:url(../images/footer_menu_bg.jpg);
background-position:left 0px;
}

.footer_menu_link_wrapper
{
text-align:right;
color:#fff;
text-transform:uppercase;
font-size:18px;
font-weight:normal;
font-family:"GillSans Light", "Arial Narrow", Arial, Helvetica, sans-serif;
height:66px;
padding-top:65px;

}


.footer_menu_link_wrapper a
{
padding-top:55px;
color:#fff;
height:70px;
text-decoration:none;
padding-left:10px;
padding-right:10px;


}

.footer_menu_link_wrapper a:hover
{
padding-top:55px;
background-image:url(../images/footer_arrow.png);
background-repeat:no-repeat;
background-position:center -40px;
color:#fff;
height:70px;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}

.footer_menu_link_wrapper a.selected
{
padding-top:55px;
background-image:url(../images/footer_arrow.png);
background-repeat:no-repeat;
background-position:center -40px;
color:#fff;
height:70px;
text-decoration:none;
padding-left:10px;
padding-right:10px;
}


*html .footer_menu_link_wrapper a:hover
{
background-image:url(../images/footer_arrow.gif);
background-repeat:no-repeat;
}

a.hometab
{
background-image:url(../images/home_tab.gif);
background-position:bottom;
background-repeat:no-repeat;
padding-left:57px;
}



