/* CSS Document */


body {
	/*margin: 0px;
	padding: 0px;*/
	width: 800px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	/**/background-color: #33332F;
	text-align: left;/* set to center for liquid centering of the masterBox */
	background-repeat: repeat-y;
	background-image: url(../images/tile.gif);
}

html,body {
		margin: 0px;
		padding: 0px;
		width: 800px;
		height: 100%;
}

html>body {
		text-align: left; /* set to center for liquid centering of the masterBox */
	  	}


#container {
	position: relative;
	width: 760px;
	/*background-color: #3F3F3B;*/
}

#topnav {
	position: relative;
	float: right;
	width: 350px;
	padding-left: 10px;
	/*height: 800px;
	background-color: #003399;*/
}
.navElement
{
	position: relative;
	width: 166px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	float: left;
	text-align: left;
	background-image: url(../images/nav-rule.gif);
	background-repeat: no-repeat;
	background-position: -30px 9px;
}

#headerOuter {
	position: relative;
	width: 720px;
	margin: 0px 30px 10px 30px;
	padding: 0px;
	text-align: left;

}

#contentOuter {
	position: relative;
	/*float: left;*/
	width: 720px;
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 20px 0px;
	text-align: left;

}

#hero {
	position: relative;
	float: none;
	width: 709px;
	height: 133;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;

}

#header	{
	position: relative;
	width: 720px;
	height: 89px;
	background: #3F3F3B url(../images/bg_header.jpg) repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#logo
{
position: relative;
float: left;
width: 278px;
}


#footer
{
	position: relative;
	float: left;
	width: 780px;
	background-color: #67685E; 	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center
}

#footer-ab
{
	position: absolute;
	float: none;
	width: 780px;
	background-color: #67685E; 	
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center
}

#jon
{
	visibility: visible;
	position: absolute;
	top: 32px;
}

#michael
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#james
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#thomas
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#david
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#chris
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#marcus
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#aram
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#darren
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}


#kurt
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#bob
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#tiff
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}

#adam
{
	visibility: hidden;
	position: absolute;
	top: 32px;
}


.col230 {
	position: relative;
	background: transparent;
	float: left;
	width: 215px; 
	height: auto;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}
		
.col500	{
	position: relative;
	background: transparent;
	float: left;
	width: 480px;  
	height: auto;
	margin: 0px; 
	padding: 0px 0px 0px 0px;
}

.tablerow	{
	position: relative;
	float: left;
	width: 470px;
	height: auto;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 10px;
	background-color: #67746C;
}

.col200	{
	position: relative;
	
	float: left;
	width: 150px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
}

.col300	{
	position: relative;
	float: left;
	width: 260px;  
	height: auto;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	
}


.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	color: #CCCCCC;
}

#pad15 {
	float: left;
	width: 15px; 
	height: 50px;
	margin: 0px; 
	padding: 0px;
}

#pad15top {
	/*float: left;*/
	position: relative;
	width: 700px; 
	height: 15px;
	margin: 0px; 
	padding-top: 15px;
}



/*///////////// text styles ////////////*/
.footerText {
	font-size: 11px;
	line-height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCCC;
}



.nav {
	font-size: 11px;
	line-height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}   
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}  
a.nav:active {
	color: #999999;
	text-decoration: underline;
}
a.nav:hover	{
	color: #999999;
	text-decoration: none;
}


a:link {
	color: #FFFFFF;
	/*text-decoration: underline;*/
	margin:0px; 
	padding: 0px 0px 1px 0px; 
			
		}

a:visited {
			color: #FFFFFF;
			text-decoration: underline;
			margin:0px; 
			padding: 0px 0px 1px 0px; 
			
		}

a:hover {
			color: #999999; 
			text-decoration: underline;
			margin:0px; 
			padding: 0px 0px 1px 0px; 
		}

a:active {
			color: #F1F1F1;
			text-decoration: underline;
			margin:0px; 
			padding: 0px 0px 1px 0px;  
			
		}

dt			{
			font-size: 110%;
			font-weight: 700;
			margin: 0 0 .5em 0;
			}
						
dd			{
			line-height: 1.25em;
			margin: 0 0 1.5em 15px;
			text-align: left;
			}
			
ul  {
	float: none;
	margin: 0px;
	padding: 0px 0px 20px 15px;
	color: #d4d4d4;
	list-style-image: url(../images/bullet.gif);
	line-height: 30px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 0.02em;
	font-weight: bold;
}
			
			

p {
	font-size: 1em;
	line-height: .65em;
	margin: 0 0 1.75em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F1F1F1;
	padding: 0px 0px 0px 0px;
}
		
/*p.lh0		{
		line-height: normal;
		}
		
p.ind     {
		text-indent: 2em;
		}

*/
.lead135     {
		line-height: 135%;
		}
.lead150     {
		line-height: 180%;
		}
.lead165    {
		line-height: 165%;
		}
		
h1, h2, h3, h4, h5, h6 {
		letter-spacing: normal;
		line-height: 1em;
		margin: 0 0 .5em 0;
		padding: 0;
}

h1 		{
		font: 700 200% Helvetica, Arial, Verdana, sans-serif;
		color: #002222;
		}


h2 		{
		font: 700 180% Helvetica, Arial, Verdana, sans-serif;
		color: #002222;
		}


h3 		{
		font: 500 120% Helvetica, Arial, Verdana, sans-serif;
		color: #ff5500;
		}


h4 		{
		font: 700 140% Helvetica, Arial, Verdana, sans-serif;
		}
	

h5 		{
		font: 700 120% Helvetica, Arial, Verdana, sans-serif;
		color: #cc3300;
		}


h6 		{
		font: 700 110% Helvetica, Arial, Verdana, sans-serif;
		}
		
				
/*_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-

Text and Links

_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-*/

.txtSM     { 
		font-size: 9px;
		}
.txt80     { 
		font-size: 70%;
		line-height: 135%;
		padding: 0px 0px 1px 0px; 
		}
	
.txt110     { 
		font-size: 110%;
		line-height: 105%;
		}
				
.txt120     { 
		font-size: 120%;
		}
		
.txt130     { 
		font-size: 130%;
		}
		
.txt140     { 
		font-size: 140%;
		}
		
.txt150     { 
		font-size: 150%;
		}
		
.txt160     { 
		font-size: 160%;
		}
		
.txt170     { 
		font-size: 170%;
		}
		
.txt180     { 
		font-size: 180%;
		}
		
.txt190     { 
		font-size: 190%;
		}
		
.txt200     { 
		font-size: 200%;
		}
		
/*/////////////// COLORS //////////////*/
		
.warmgray      {  
		color: #bbbbaa;
		}



.warmgrayB      { 
		color: #bbbbaa;
		font-weight: 700;
		margin-left: 1px;
		}
		
		
.warmgrayLT      {  
		color: #ddddcc;
		}



.warmgrayLTB      { 
		color: #ddddcc;
		font-weight: 700;
		margin-left: 1px;
		}
		
		
.warmgrayDK      {  
		color: #888877;
		}



.warmgrayDKB      { 
		color: #888877;
		font-weight: 700;
		margin-left: 1px;
		}
		
.warmgrayBLK      {  
		color: #222211;
		}



.warmgrayBLKB      { 
		color: #222211;
		font-weight: 700;
		margin-left: 1px;
		}		
