@charset "utf-8";
/* CSS Document */

body
{
	background-color: #222222;

	font-family: Verdana;
	font-size: 8pt;
	
	color: #FFFFFF;
}

form
{
	margin: 0px;
}

a
{
	color: #0066ff;		
	text-decoration: none;
}

a:hover
{
	color: #0066ff;		
	text-decoration: underline;
}

.footer
{
	margin-top: 5px;
}

.toplinks
{
	height: 30px;
	width: 960px;
	
	background-image: url(images/toplinks_bg.png);
	background-repeat: no-repeat;	
	
	text-align: right;
	
	font: inherit;
	
	color: #666666;
}

.toplinks_holder
{
	margin-right: 10px;
}

.toplinks a
{
	color: #666666;	
	font-size: 7pt;	
	text-decoration: none;
}

.toplinks a:hover
{
	color: #ffffff;	
	font-size: 7pt;	
	text-decoration: none;
}

.header
{
	height: 220px;
	width: 960px;
	
	text-align: left;
	background-image: url('images/header_drop.png');
	
}

.flashlogo
{
	position: relative;
	left: 50px;
}

.links
{
	height: 30px;
	width: 960px;
	
	background-image: url(images/links_bg.png);
	background-repeat: no-repeat;	
	
	text-align: left;
	
	font: inherit;
	
	padding: 0;
	
	color: #666666;
}

.links_holder
{
	height: 30px;
	margin-left: 75px;
}


.links a
{
	color: #666666;	
	font-size: 9pt;	
	font-weight: 500;
	text-decoration: none;
}

.links a:hover
{
	color: #0066ff;	
	font-size: 9pt;	
	text-decoration: none;
}

.content
{

	width: 960px;
	background-image: url(images/bg_tribal.png);
		
	text-align: left;
	vertical-align: top;
}

.content_dynamic
{
	width: 685px;
	text-align: left;
	vertical-align: top;	
}



.clear_topleft
{
	height: 20px;
	width: 5px;
	
	background-image: url(images/clear_topleft.png);
	background-repeat: no-repeat;
}

.clear_topleft_alt
{
	height: 5px;
	width: 5px;
	
	background-image: url(images/clear_topleft_alt.png);
	background-repeat: no-repeat;
}

.clear_top
{
	height: 20px;
	
	background-image: url(images/clear_top.png);
	background-repeat: repeat-x;
	
	font-size: 7pt;
	color: #666666;
	vertical-align: top;
}

.clear_top_alt
{
	height: 5px;
	
	background-image: url(images/clear_top_alt.png);
	background-repeat: repeat-x;
}

.clear_topright
{
	height: 20px;
	width: 5px;
	
	background-image: url(images/clear_topright.png);
	background-repeat: no-repeat;
}

.clear_topright_alt
{
	height: 5px;
	width: 5px;
	
	background-image: url(images/clear_topright_alt.png);
	background-repeat: no-repeat;
}

.clear_left
{
	width: 5px;
	background-image: url(images/clear_left.png);
	background-repeat: repeat-y;
}

.clear_content
{
	background-image: url(images/clear_content.png);
	background-repeat: repeat;
	
	vertical-align: top;
}

.clear_right
{
	width: 5px;
	background-image: url(images/clear_right.png);
	background-repeat: repeat-y;
}

.clear_bottomleft
{
	height: 5px;
	width: 5px;
	background-image: url(images/clear_bottomleft.png);
	background-repeat: no-repeat;
}

.clear_bottom
{
	height: 5px;
	background-image: url(images/clear_bottom.png);
	background-repeat: repeat-x;
}

.clear_bottomright
{
	height: 5px;
	width: 5px;
	background-image: url(images/clear_bottomright.png);
	background-repeat: no-repeat;
}

.loader
{
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.client_row
{
	margin-left: 95px;
	margin-top: 20px;
	width: 500px;
}

.client_row_subsequent
{
	margin-left: 95px;
	margin-top: 10px;
	width: 500px;
}

.technology_php
{
	color: #00CC00;
}

.technology_mysql
{
	color: #FFCC00;
}

.technology_ajax
{
	color: #3399FF;
}

.technology_dhtml
{
	color: #FFFF00;
}

.technology_css
{
	color: #FF3300;
}

/* list item declarations */
ul
{

}
