/* this the background colour of the document */
body {
	background-color: #ffffff;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* this is the colour for general text links within the page */
a {
	font-size: 11px;
	color: #ff0000;
}

/* this is the colour for general text links within the page when you mouseover them */

.title_header {
	font-family: Times New Roman, Times,serif;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}

.title_header2 {
	font-size: 15px;
	color: #ff0000;
}

.title_header3 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.menu_text {
	font-size: 10px;
	color: #000000;
}

.white_header {
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}

.white_text {
	font-size: 14px;
	color: #ffffff;
}

.link_text {
	font-size: 12px;
}

.copy_text {
	font-size: 10px;
	color: #999999;
}

.pic_bordercolor_white {
	border-color: #ffffff;
}

/* this is the padding of the dhtml navigation menu */
.menu_links ul {
	padding: 2px 0.5em;
}

/* this is the font size, colour, and padding around the the dhtml navigation menu text */
.menu_links ul li a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 2px 0.5em;
}

/* this is the font size and colour of the dhtml navigation menu text, as well as the background colour around each option when you mouseover them */
.menu_links ul li a:hover{
	font-size: 12px;
	color: #ffffff;
	background-color: #666666;
}

/* dont touch */
.menu_links ul li{
	list-style: none;
	display: inline;
}

/* dont touch */
ul {
	margin: 0px;
}.greylinebot {  border-color: black black #999999; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.blackbordertop {  border-color: #000000 black black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.justify {  text-align: justify}

h1, h2, h3, h4 {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

h1 {
	font-size:22px;
}

/*----------- Navigation Styles -------------*/
#navigation {
	height: 40px;
	width: 780px;
	float: left;
/*	background: url('/images/bg_header_nav.gif') top center no-repeat #5e5e5e; */
	background: #5e5e5e;
	margin: 0;
	padding: 0;
	z-index: 100;
	list-style: none;
	position: relative;
}
#navigation li a {
	display: block;
	width: 110px;
	height: 39px;
	text-decoration: none;
	font-size: 18px;
	font-weight:bold;
	padding:10px 0 0 0;
	color: #ffffff;
/*	text-indent: -1000000000px; */
	text-align:center;
	overflow: hidden;
}
#navigation li {
	float: left;
	z-index: 10000000;
}
#navigation li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 254px;
	left: -999em;
	z-index: 100000;
	background-color: #fff;
}
#navigation li ul li {
	float: none;
/*	background: url('/images/bg_header_subnav_li.gif') top center repeat-x #fff; */
}
#navigation li ul li a {
	width: 253px;
	left: -999em;
	height: auto;
	font: 11px verdana,arial,sans-serif;
	text-indent: 14px;
	padding: 8px 0;
	color: #333;
	z-index: 100000;	
	border: 1px solid #ddd;
	border-top-width: 0;
}
#navigation li:hover, #navigation li.hover {
    position: static;
}
#navigation li ul li a:hover {
	color: #ff0000;
}
#navigation li:hover ul {
	left: auto;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
	background-color: #fff;
	z-index: 1000;
	position: absolute;
}
.sfhover {
    z-index: 1000 !important;
}	
/*
#navigation_home a:hover, #navigation_home a:active, #navigation_home a:focus { background: transparent url('/images/bg_header_nav.gifx') 0 -41px no-repeat !important; }
#navigation_sites a:hover, #navigation_sites a:active, #navigation_sites a:focus { background: transparent url('/images/bg_header_nav.gifx') -110px -41px no-repeat !important; }
#navigation_tools a:hover, #navigation_tools a:active, #navigation_tools a:focus { background: transparent url('/images/bg_header_nav.gifx') -220px -41px no-repeat !important; }
#navigation_login a:hover, #navigation_login a:active, #navigation_login a:focus { background: transparent url('/images/bg_header_nav.gifx') -330px -41px no-repeat !important; }
#navigation_terms a:hover, #navigation_terms a:active, #navigation_terms a:focus { background: transparent url('/images/bg_header_nav.gifx') -440px -41px no-repeat !important; }
#navigation_contact a:hover, #navigation_contact a:active, #navigation_contact a:focus { background: transparent url('/images/bg_header_nav.gifx') -550px -41px no-repeat !important; }
#navigation_terms a:hover, #navigation_terms a:active, #navigation_terms a:focus { background: transparent url('/images/bg_header_nav.gifx') -660px -41px no-repeat !important; }

#navigation_sites ul li a:hover, #navigation_sites ul li a:active, #navigation_sites ul li a:focus { background-image: none !important; }
#navigation_tools ul li a:hover, #navigation_tools ul li a:active, #navigation_tools ul li a:focus { background-image: none !important; }
#navigation_login ul li a:hover, #navigation_login ul li a:active, #navigation_login ul li a:focus { background-image: none !important; }
#navigation_terms ul li a:hover, #navigation_terms ul li a:active, #navigation_terms ul li a:focus { background-image: none !important; }
#navigation_terms ul li a:hover, #navigation_terms ul li a:active, #navigation_terms ul li a:focus { background-image: none !important; }

*/