/* ################################
###################################
This is the CSS for the agent pages
###################################
################################ */

/* section backgrounds */
#top_nav {
background:url(../images/agents/age_top_nav_bg.gif) no-repeat;
height:35px;
}

#bot_nav {
background:url(../images/agents/age_bot_nav_bg.gif) no-repeat;
height:35px;
}

#main_cnt {
background:url(../images/sub_cnt_bg.gif) repeat-y;
}

#footer {
background:url(../images/agents/age_footer_bg.gif) no-repeat;
height:45px;
}
/* end section backgrounds */

/* big nav TXT */
.big_nav_link {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#3d730d;
text-decoration:none;
}

.big_nav_link a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.big_nav_link a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#3d730d;
text-decoration:none;
}
/* end big nav TXT */

/* small nav TXT */
.small_nav_link {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#3d730d;
text-decoration:none;
}

.small_nav_link a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

.small_nav_link a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
color:#3d730d;
text-decoration:none;
}
/* end small vav TXT */

/* footer TXT */
.footer {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none;
}

.footer a{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#ffffff;
text-decoration:none;
}

.footer a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#3d730d;
text-decoration:none;
}
/* footer TXT */