@charset "utf-8";
/* CSS Document */
/* 

STICKER - A valid, easy to use CSS sticky footer by Ryan Fait

This is the basic CSS you need along with the one extra empty
div and the wrapper required to achieve the effect. I suggest
that you leave the * { margin: 0; } code in while testing and
building your site because margins do have a tendency to mess
things up a bit. Have fun!

Copyright (c) 2006-2007 Ryan Fait

*/



.header_right {
	background-image: url(../imgs/aptdc.png);
	margin-top:11px;
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 60px;
	width: 144px;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 4em; 
	width:918px; /* .push must be the same height as .footer */
}
#paginator
{
width:1000px;
padding-top:20px;
padding-bottom:20px; text-align:center;}

#paginator a
{
color:#0099C4;text-decoration:none; padding:5px;
border:#0099C4 solid 1px; font-family:Arial, Helvetica, sans-serif; font-size:12px;
 
}
#paginator a:hover
{
color:#000000; background:#0099C4; text-decoration:none;padding:5px;}
/*- Menu Tabs  Starts Here--------------------------- */

    
	  
    #menutabs_mn_div ul {
	margin:0;
	padding:0px;
	list-style:none;
}
#menutabs_mn_div li {
	display:inline;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0;
	padding:0;
	line-height:23px;
}

#menutabs_mn_div a {
	float:left;
	background:url(../imgs/menu_hover_bg.gif) repeat-x left top;
	margin:0;
	text-align:center;
	line-height:23px;
	text-decoration:none;
}
#menutabs_mn_div a span {
	float:left;
	display:block;
	text-align:center;
	background:url(../imgs/menu_hover_bg.gif) repeat-x left top;
	padding-left:20px;
	padding-right:20px;
	line-height:23px;
	color:#FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menutabs_mn_div a span {
	float:none;
	text-align:center;
}
/* End IE5-Mac hack */
    #menutabs_mn_div a:hover span {
	padding-left:20px;
	padding-right:20px;
	color:#2d2d2d;
	text-align:center;
	line-height:23px;
}
#menutabs_mn_div a:hover {
	background-position:0% -23px;
	text-align:center;
}
#menutabs_mn_div a:hover span {
	background-position:100% -23px;
	text-align:center;
}
#menutabs_mn_div #current a {
	background-position:0% -23px;
	text-align:center;
}
#menutabs_mn_div #current a span {
	background-position:100% -23px;
	text-align:center;
	color:#FFF;
}
/*- Menu Tabs Ends Here--------------------------- */




/*

TROUBLESHOOTING

I've received a few comments about vertical margins causing a
few problems with the layout. If you want space between
paragraphs or headers, use padding instead of margin. It's as
simple as that.

*/
.logo {
	background-image: url(../imgs/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 96px;
	margin-top:4px;
	margin-left:5px;
	width: 200px;
}
#menutabs_mn_div {
	float: left;
	height: 23px;
	width: 994px;
}
.menu_hightlight_mn_div {
	float: left;
	height: 4px;
	width: 916px;
	margin-top:-4px;
}
.menu_underline {
	background:url(../imgs/white_bg_pxl.png) 0 0 repeat;
	float: left;
	height: 4px;
	width: 150px;
	
}
