/* CSS Document */

body			{
	color		: #383838;
	font-family	: verdana, sans-serif;
	font-size	: 62.5%
}

#main			{
	width		: 100%;
}

#content		{
	clear		: both;
	margin		: 11em 0 0 5em;
}

h1				{
	font-family	:Trebuchet MS, sans-serif;
	font-weight	: normal;
	margin		: 1.2em 0 -0.3em 7.3em;
	letter-spacing: 0.2em;
	font-size	: 3em;		
}	
	
h2				{
	font-family	: Trebuchet MS, sans-serif;
	letter-spacing: 0.1em;
	font-size	: 1.8em;
	margin-bottom: -0.3em;		
}
		
h3				{
	font-family	: Trebuchet MS, sans-serif;
	font-size	: 1.3em;
	color		: #000;
	margin-bottom: -0.7em;
	margin-top	: 2em;
}

#contact, #client {
	clear		: both;
	margin		: 15.4em 0 0 5em;
}
	
#contact address {
	font-style	: normal;
	font-size	: 1.2em;
	font-family	: Tahoma, sans-serif;
	color		: #000000;
	line-height	: 1.6em;
	word-spacing: 0.1em;
}
	
p				{
	margin-top	: 1.4em;
	line-height	: 1.6em;
	font-size	: 1.1em;
	width		: 54%;
}

div#main ul.spaced_list {
	line-height	: 1.4em;
	font-size	: 1.1em;
	width		: 54%;
	margin-left	: 1.4em;
}			

div#main div#contact ul.spaced_list li	{
	margin-bottom: 1em;
}
	
p a:link, li a		{
	color		: #CC3300;
}
	
p a:visited		{
	color		: purple;
}	

#copy			{
	margin		: 0;
	padding		: 0;
}

#copy li		{
	list-style	: none;
	font-size	: 1.1em;
	line-height	: 1.8em;
	word-spacing: 0.1em;
}

	
	/* navigation */
#nav			{
	position	: absolute;
	top			: 47px;
	left		: 250px;
	width		: 446px;
}	
	
ul				{
	margin		: 0;
	padding		: 0;
}
	
#content ul 	{
	margin-top	: 1.2em;
}

#nav li			{
	list-style	: none;
	margin		: 0 1.1em 0 0;
	padding		: 0.4em;
	float		: left;
	display		: block;
	border		: 1px solid #ccc;
	font-weight	: bold;
	color		: #000033;
	font-size	: 1.05em;
	letter-spacing: 0.1em;
}
	
#nav li	a:link 	{
	color		: #000033;
	text-decoration: none;
}
	
#nav li	a:visited {
	color		: #000033;
	text-decoration: none;
}
	
#nav li	a:hover {
	color		: #980000;
	text-decoration: none;
}
	
#nav li	a:active {
	color		: #888;
	text-decoration: none;
}
	
#redbar			{
	position	: absolute; 
	width		: 122px; 
	height		: 6px; 
	z-index		: 11; 
	left		: 9.8em; 
	top			: 39.7em;
}
	
#crosshairs 	{
	z-index		: 10;
	left		: 46.3em;
	top			: 33.3em;
	position	: absolute;
}
	
.animatedpos 	{
	z-index		: 10;
	left		: 0px;
	top			: 47px;
	position	: absolute;
	visibility	: visible;
}

#main .rightfloat	{
	float		: right;
}
	
.hidden			{
	position	: absolute;
	left		: -2000px;
}
	
.righttext		{
	text-align	: right;
}
	
.footer			{
	padding		: 1em 0em; 
	letter-spacing: 0.1em;
	color		: #000;
	line-height	: 1.5em;
	font-family	: tahoma, verdana, sans-serif;
	font-size	: 1em;
}
	
.clientlinks	{
	position	:	relative;
	top			: -0.7em;
}