/* CSS Document */
body {
	margin: 0;
	border: 0;
	padding: 0;
	text-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/main_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#A8C2EF;	
}
img { border: 0; padding: 0; }
form { padding: 0; margin: 0; }
input { font-size: 11px; }
#container {
	margin:0px auto;
	text-align:left;
	width: 721px;
}
#header {
	height: 83px;
}
#logo {
	padding: 5px 0 0 10px;
}
#loginlink {
	float: right;
}
#main_page li {
	text-size: 11px;
}
#main_page {
	padding: 0;
	width: 721px;
}
#main_page_int {
	padding: 0;
	width: 721px;
	background-image:url(images/int_bg.gif);
}
#main {
	background-image:url(images/hp_bg.gif);
	padding: 0 10px;
}
#middle {
	background-image:url(images/middle_bg.gif);
	padding: 0 10px;
}
#middle_int {
	padding: 0 10px;
	clear: both;
	font-size: 11px;
}
#middle_b2b, #footer {
	background-image:url(images/middle_bg.gif);
	padding: 0 10px;
}
#bottom {
	padding: 0;
}
#hp_middle_b2b {
	margin: 0 auto;
	padding: 15px 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 90%;
}
#middle table td, #middle_int table td {
	vertical-align: top;
}
#hp_middle {
	background-image:url(images/hp_middle_table_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.rightcol {
	padding: 0 10px 40px 10px;
}
.hp_title {
	padding: 10px 0 10px 5px;
}
#hp_table {
	padding: 0 15px; width: 100%;
}
#footer a, #footer a:hover {
	color: #CCCCCC;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
p.normal {
	color: #333333;
	font-size: 12px;
}
p.button {
	text-align:right;
	padding-bottom: 10px;
}
p.title {
	font-weight: bold;
	font-size: 12px;
}
ul.smallbullets li {
	font-size: 12px;
}

/* navigation */

#nav {
	float: left;
	width: 701px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	border-top: 1px solid #323439;
	border-bottom: 2px solid #323439;
	background: #538620 url(images/nav_bg.gif) repeat-x top left;
	}
#nav li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(images/nav_bg.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 6px 11px;
	text-decoration: none;
	font-weight: bold;
	color: #B6C9FF;
	}
#nav a:hover, #nav a.active {
	color: #fff; 	
	background: #000750;
	}
#nav a.active {
	font-weight: bold;
	color: #FF8A14;
	background: #538620 url(images/nav_bg_2.gif) repeat-x bottom left;
	}
li#t-home a {
	margin-left: 2px;
	background: url(images/nav_bg.gif) no-repeat top left;
	}
	
#homepage #nav #home, #about #nav #about, #services #nav #services, #contact #nav #contact, #resources #nav #resources, #links #nav #links {
	font-weight: bold;
	color: #FF8A14;
	background: #538620 url(images/nav_bg_2.gif) repeat-x bottom left;
}

.mystatstable p {
	margin: 0;
}
.mystatstable h2 {
	color: #3B4A6B;
	font-size: 16px;
	margin-bottom: 0;
}
.mystatstable h2#corporate {
	padding-left: 40px;
	padding-top: 10px;
	background: url(/images/icons/corporate.gif) no-repeat;
}
.mystatstable h2#deductions {
	padding-left: 40px;
		padding-top: 10px;
				padding-bottom: 16px;
	background: url(/images/icons/deductions.gif) no-repeat;
}
.mystatstable h2#links {
	padding-left: 40px;
		padding-top: 10px;
				padding-bottom: 16px;
	background: url(/images/icons/links.gif) no-repeat;
}
.mystatstable h2#documents {
	padding-left: 40px;
		padding-top: 10px;
				padding-bottom: 16px;
	background: url(/images/icons/documents.gif) no-repeat;
}
.mystatstable h2#personal {
	padding-left: 45px;
		padding-top: 10px;
		padding-bottom: 16px;
	background: url(/images/icons/personal.gif) no-repeat;
}
.mystatstable h5 {
	margin: 5px 0; 
	font-size: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}