<? header ("Content-type: text/css"); ?>

body {
	background-color: #fff;
}

body, td, pre {
   color: #7F8786;
	color: #000;
   font: 11px/1.4 Verdana, Arial, Helvetica, sans-serif;
   }

th {
   font-size: 12px;
   font-weight: bold;
}

a:link { color: #A11515; text-decoration: underline}
a:active { color: #A11515; text-decoration: underline}
a:visited { color: #A11515; text-decoration: underline}
a:hover { color: #A11515; text-decoration: none }

img {
	border: 0;
}

h2 {
	color: #007136;
	font-size: 2em;
	margin: 0 0 5px 0;
}

h3 {
	color: #000;
	font-size: 1.5em;
	margin: 0 0 5px 0;
}

p {
	margin: 0 0 10px 0;
}

/*Global nav rollover thing*/

div#globalnav	{
	height: 30px;
	width: 400px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #6c3;
	color: #000;
	float: right;
	}

div#globalnav ul#menu	{
	height: 30px;
	width: 400px;
	background: transparent url(i/nav.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
	}

div#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
ul#menu li, ul#menu a {
	height: 30px;
	display: block;
	}
	
div#globalnav ul#menu li a {
	text-indent: -9999px;
	text-decoration: none;
	}
	
#about	{left: 0; width: 100px;}
#markets	{left: 100px; width: 131px;}
#contact_us	{left: 231px; width: 169px;}

#about a:hover	{background: transparent url(i/nav.gif) 0 -30px no-repeat;}
#markets a:hover {background: transparent url(i/nav.gif) -100px -30px no-repeat;}
#contact_us a:hover {background: transparent url(i/nav.gif) -231px -30px no-repeat;}

	/* You are here - main nav */
	
body#page_about #about {background: transparent url(i/nav.gif) 0 -60px no-repeat;}
body#page_index #markets {background: transparent url(i/nav.gif) -100px -60px no-repeat;}
body#page_contact #contact_us {background: transparent url(i/nav.gif) -231px -60px no-repeat;}

body#page_about #about a:hover {background: transparent url(i/nav.gif) 0 -30px no-repeat;}
body#page_index #markets a:hover {background: transparent url(i/nav.gif) -100px -30px no-repeat;}
body#page_contact #contact_us a:hover {background: transparent url(i/nav.gif) -231px -30px no-repeat;}

/*about us subnav*/

div#about_nav  {
   margin: 0 0 10px 0;
   padding: 0;
   border: 0;
	font-size: 1.2em;
   }

div#about_nav a {
	text-decoration: none;
	margin: 0; padding: 0; border: 0;
}

div#about_nav a:hover {
	background: #ccc;
}

body#page_about div#sub_overview #overview {background: #fff; color: #000; font-weight: bold;}
body#page_about div#sub_mngmnt #mngmnt {background: #fff; color: #000; font-weight: bold;}
body#page_about div#sub_history #history {background: #fff; color: #000; font-weight: bold;}
/* END about us subnav */

#tbl_main {
	margin: 30px auto;
}

#tbl_main td {
}

#cell_logo {
	padding: 0 0 0 10px;
}

#cell_nav, #cell_middle, .cell_container {
	padding: 0 0 0 6px;
}

#middle_content {
	padding: 10px 10px 0 10px;
}

#cell_testimonial, #cell_footer {
	font-size: 10px;
	color: #7F8786;
}

#cell_testimonial {
	font-style: italic;
   padding: 0 10px 0 0;
}

#cell_who {
	padding: 0 10px 0 0;
	border-right: 1px solid #666;
}

#cell_forEmps {
	padding: 0 10px 0 10px;
	border-right: 1px solid #666;
}

#cell_forSeekers {
	padding: 0 0 0 10px;
}

#nav_img {
	float: right;
}

div.halfWidth {
	float: left;
	width: 367px;
	margin: 0;
	}

div.clear {
	clear: both;
	height: 0;
	}

