html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #0C2100 url(images/img_background_page.jpg) repeat-x center;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}
/*
div {
	border: 1px solid #000000;
}
*/
div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 620px;
	height: auto;
}

div.top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 620px;
	height: 100px;
	background: url(images/img_masthead.jpg) no-repeat left center;
}

div.navarea {
	position: relative;
	top: 77px;
	right: 0px;
	float: right;
	height: 25px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	/*  NOTE TO SELF
	possible visual fix for the far right nav box, 
	if I don't do a shift up in the hover I can put 
	a background no-repeat gif w/ transparancy 
	so that the far right looks like it's actually curved
	*/
}
/* special navarea stuffs ------------------------------------------------------------------------------------------------------------------- */
div.navarea ul {
    margin:0;
    padding:0;
    list-style:none;
}
div.navarea li {
  	float:left;
  	background:url("images/nav_left.jpg") no-repeat left top;
 	/* original background-position: 0px -2px;*/
	background-position: 0px -2px;
  	margin:0;
  	padding:5px 11px 4px 6px;
  }
div.navarea a {
	float:left;
	/*display:block;*/
	background:url("images/nav_ight.html") no-repeat right top;
 	/* original background-position: 0px -2px;*/
 	background-position: 0px -2px;
  	padding:0px 0px 0px 4px;
	text-decoration:none;
	color:#ffffff;
  }
  
div.navarea li:hover, div.navarea li:hover a, div.navarea li.current, div.navarea li.current a {
  background-position: 0% -40px;
  color:#C4C68E;
  }
div.navarea li:hover a {
  background-position: 100% -40px;
  }
 /* end speclal navarea stuffs ---------------------------------------------------------------------------------------------------------------- */
div.main {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 5px 0px;
	width: 620px;
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #222222;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
	visibility: visible;
}
div.main p {
	padding: 0px 5px;
	clear: left
}
div.main h3 {
	font: 14pt/14pt Verdana, Arial, Helvetica, sans-serif bold;
	text-transform: uppercase;
	margin: 0, 0px;
	padding: 0px 5px;
	text-align: right;
	clear: left
}
div.main ul {
	list-style-image: url(images/li.gif);
	margin-left: 0px;
	_margin-left: 20px; /* corrects IE */
}
div.main img {
	clear:both;
	overflow: visible;
}
div.main a:link, div.main a:visited {
	color: #727454;
	text-decoration: none;
	border-bottom: 1px solid #0C2100;
}
div.main a:hover, div.main a:active {
	color: #0C2100;
	text-decoration: none;
	border-bottom: 1px solid #727454;
}
div.main table {
	clear: left;
}
div.special {
	background-color: #98986D;
	color: #153C00;
	border: 1px solid #222222;
	margin: 0px 8px;
	clear: both;
}
#subnav {
	position: relative;
	top: -5;
	left: 0;
	float: left;
	margin-right: 5px;
	background-color: #EDEDED;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 5px;
	line-height: 20px;
	text-decoration: none;
}
#subnav a:link, #subnav a:visited {
	color: #0C2100;
	text-decoration:none;
	font-size: 11px;
}	
#subnav a:hover, #subnav a:active {
	color: #222222;
}	
#subnav br {
	padding-bottom: 5px;
}
/* special home page stuff */
#homeLeft {
	position:relative;
	left:5px;
	top:0px;
	width:290px;
}	
#homeRight {
	position:absolute;
	float:right;
	left:302px;
	top:19px;
	width:300px;
}	
/* end special home page stuff */
div.footer {
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	color: #C4C68E;
	text-transform: uppercase;
	font: 9pt Geneva, Arial, Helvetica, sans-serif;
}
div.homefooter {
	position: relative;
	top: 5px;
	left: 0px;
	float: right;
	color: #C4C68E;
	text-transform: uppercase;
	font: 9pt Geneva, Arial, Helvetica, sans-serif;
	clear: inherit
}
/* SERVICES STUFF ? */
td {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
}

TD.talent1{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003300;

}

TD.talent2{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003300;

}

TD.talent3{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003300;

}

TD.talent4{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #003300;

}
A.t:link {color:#003300; text-decoration:none; font-size:10px; font-weight:bold}
A.t:active {color:#003300; text-decoration:none; font-size:10px; font-weight:bold}
A.t:visited {color:#003300; text-decoration:none; font-size:10px; font-weight:bold}
A.t:hover {color:#003300; text-decoration:underline; font-size:10px; font-weight:bold}

A.t1:link {color:#666633; text-decoration:underline; font-size:10px; font-weight:normal}
A.t1:active {color:#666633; text-decoration:underline;; font-size:10px; font-weight:normal}
A.t1:visited {color:#666633; text-decoration:underline;; font-size:10px; font-weight:normal}
A.t1:hover {color:#003300; text-decoration:underline; font-size:10px; font-weight:normal}

A.g:link {color:#666633; text-decoration:none; font-size:11px; font-weight:bold}
A.g:active {color:#666633; text-decoration:none; font-size:11px; font-weight:bold}
A.g:visited {color:#666633; text-decoration:none; font-size:11px; font-weight:bold}
A.g:hover {color:#666633; text-decoration:underline; font-size:11px; font-weight:bold}

A.credit:link {color:#FFFFFF; text-decoration:none; font-size:10px; font-weight:normal}
A.credit:active {color:#CCCCCC; text-decoration:none; font-size:10px; font-weight:normal}
A.credit:visited {color:#FFFFFF; text-decoration:none; font-size:10px; font-weight:normal}
A.credit:hover {color:#CCFF99; text-decoration:none; font-size:10px; font-weight:normal}

A.sub:link {color:#CCCC99; text-decoration:none; font-size:10px; font-weight:normal}
A.sub:active {color:#999999; text-decoration:none; font-size:10px; font-weight:normal}
A.sub:visited {color:#CCCCCC; text-decoration:none; font-size:10px; font-weight:normal}
A.sub:hover {color:#666666; text-decoration:underline; font-size:10px; font-weight:normal}
