body {
	margin: 0px;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191d40;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 16px;
	color: #456ca2;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9e3ed;
}
h1.plain {
	border-bottom: 0px;
}
h2 {
	font-size: 12px;
	color: #456ca2;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #456ca2;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 {
	font-size: 14px;
	color: #456ca2;
	font-weight: bold;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #000079;
}
a:hover {
	color: #456ca2;
}
.bold {
	font-weight: bold;
}
a.menu-tab-on {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a.menu-tab-on:hover {
	color: #ffffff;
	text-decoration: none;
}
a.menu-tab-off {
	color: #153d6d;
	text-decoration: none;
	font-weight: bold;
}
a.menu-tab-off:hover {
	color: #ffffff;
	text-decoration: none;
}
a.menu-item, a.menu-item-first {
	color: #eef3fb;
	text-decoration: none;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
a.menu-item {
	border-left: 1px solid #eef3fb;
}
a.menu-item:hover, a.menu-item-first:hover {
	color: #ffffff;
	text-decoration: none;
}
.underline {
	border-bottom-color: #75776E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.italic {
	font-style: italic;	
}
.bg-home {
 background-color: #d7dff4;
}
.bg-directories {
 background-color: #e7ebf2;
}
.bg-directories2 {
 background-color: #eceff0;
}
.bg-careers {
 background-color: #e6e7f5;
}
.bg-public {
 background-color: #c8e2f8;
}
.bg-professional {
 background-color: #d4def3;
}
.bg-professional2 {
 background-color: #b6c5e9;
}
.bg-careers {
  background-color: #dee0f3;
}
.bg-search {
	background-color: #d0d9de;
}
.bg-home2 {
	background-color: #ecf3f7;
}
.bg-search-results {
	background-color: #f1f4f8;
}
.bg-search-results1 {
	background-color: #d7eaf1;
}
.bg-search-results2 {
	background-color: #c5dfe9;
}
.bg-advertise {
	background-color: #8594b9;
	color: #ffffff;
}


.txt-white {
	color: #ffffff;
	font-weight: bold;
}
.txt-green {
	color: #295200;
}
.txt-grey {
	color: #75776E;
}
.txt-google {
	color: #456ca2;
}
.txt-blue{
	color: #33476c;
	text-decoration: none;
}
.txt-turquoise {
	/*color: #009999;*/
}
.txt-lightblue {
	color: #9ddbf5;
}
.txt-boiler {
	color: #606060; 
	font-size: 9px;
	text-decoration: none;
}
.txt-red{
	color: #990000;
	font-weight: bold;
}
table.main {
	width: 940px;
}
td.left {
	width: 140px;
}
td.centre {
	width: 660px;
}
td.right {
	width: 140px;
}
/*
	Borders
*/
.border-top {
	border-top: 1px solid #d9e3ed;
}
.border-right {
	border-right: 1px solid #d9e3ed;
}
.border-bottom {
	border-bottom: 1px solid #d9e3ed;
}
.border-left {
	border-left: 1px solid #d9e3ed;
}
.border-box {
	border: 1px solid #d9e3ed;
}
.border-image {
	margin: 0px 10px 0px 0px;
	border: 3px solid #a4b8c4;
}
.border-image-search {
	border: 3px #d9e2e7 solid;
	margin: 0px 0px 0px 0px;
}
.border-left-profile {
	border-left: 3px solid #ffffff;
}
.box-content {
	padding: 8px;
	margin-bottom: 3px;
}
.box-content2 {
	padding: 0px 10px 10px 5px;
	margin-bottom: 3px;
}
.box-content3 {
	padding: 0px 10px 10px 5px;
}
.box-button {
	background-color: #d7dff4;
	padding: 10px 0px 14px 19px;
	background-image: url("/images/arrow_home.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 3px;
}
.box-button-nav {
	background-color: #d7dff4;
	padding: 5px 0px 5px 18px;
	background-image: url("/images/arrow_nav.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 10px 3px 0px;
}
.box-button:hover {
	background-image: url("/images/arrow_home_on.gif");
	background-position: top left;
	margin-bottom: 30px;
	cursor: pointer;
}
.box-button2 {
	background-color: #dee0f3;
	padding: 5px 40px 5px 20px;
	background-image: url(/images/careers/arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 3px;
}
.box-home-gradient {
	background-image: url(/images/home_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}
.box-home-titlebox {
	background-color: #ecf3f7;
	width: 202px;
	background-image: url(/images/home_titlebox.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}
.header-bar {
	background-color: #d8dfed;
	background-image: url(/images/header_bar.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 2px 10px 2px 10px;
	margin-bottom: 1px;
}
.footer-bar {
	background-color: #d8dfed;
	background-image: url(/images/header_bar_inverse.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 2px 10px 2px 10px;
	margin-bottom: 1px;
}
.header-banner {
	margin-bottom: 3px;
}
.sponsor-bar {
	background-color:	 #000079; 
	color:#FFFFFF; 
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	height: 50px;
}
.refine-bar {
	background-color: #e5ebf7;
	padding: 2px 10px 2px 10px;
	margin-bottom: 2px;
}
.footer-bar-home, .footer-bar-public, .footer-bar-professional, .footer-bar-careers, .footer-bar-directories  {
	width: 100%; 
	height: 25px; 
}
.footer-bar-home {
	background-image: url(/images/tabs/footer_bg_home.gif); 
}
.footer-bar-public {
	background-image: url(/images/tabs/footer_bg_public.gif); 
}
.footer-bar-professional  {
	background-image: url(/images/tabs/footer_bg_professional.gif); 
}
.footer-bar-careers {
	background-image: url(/images/tabs/footer_bg_careers.gif); 
}
.footer-bar-directories  {
	background-image: url(/images/tabs/footer_bg_directories.gif); 
}

