
html
{
	font-family: Helvetica, Arial, sans-serif;
}

body
{
	position:relative;
	margin:0; 
	padding:0; 
	
	background-image: url('../assets/dotGrid.gif');
	
	
	
}

#marqueeHolder
{ 
	position:relative;
	width:100%;
	height:200px;
	padding:0;
	margin:0;	
}

#header
{
	background-image:url('../assets/sqrTile.gif');
	padding:0;
	height:50px;
	overflow-x:hidden;
}

#header img
{
	position:absolute;
	margin:1px;
	top:25px;
	left:25px;
}
#main
{
	position:absolute;
	width:900px;
	padding:1px;
}

.workCol
{
	position:relative;
	float:left;
	width:250px;
	margin: 25px;
}

/*#image
{
	overflow:hidden;
}*/

.wrap
{
	display: block;
}

.box, .boximg
{
	position:relative;
	float:left;
	width:199px;
	/*min-height:199px;*/
	/*height:207px;*/
	margin:0 0 25px 0px;
	padding:25px;
	background-color: #f9f9f9;
	border-right:#ff9999 solid 1px;
	border-bottom:#ff9999 solid 1px;
	
}

.boximg
{
	overflow:hidden;
}

.boximg img
{
	margin:-25px;
}



.textbox
{
	margin-top:25px;
	padding:5px;
	background-image:url('../assets/whiteAlpha.png');
	font-size: 14px;
	letter-spacing:1px;
	line-height:20px;
	color:#ff9999;
/*	text-transform: uppercase;*/
}

.feat 
{
	border-right:#ff9999 solid 0px;
	border-bottom:#333333 solid 2px;
}

.feat h3
{
	color: #a4d3ff;
}

h1
{
	background-image:url('../assets/whiteAlpha.png');
	margin:-25px -25px 0 -25px;
	padding:25px 25px 0 25px;
	font-size: 50px;
	letter-spacing:-3px;
	line-height:40px;
	color:#ff9999;
	text-transform: uppercase;
}

h3
{
	background-image:url('../assets/whiteAlpha.png');
	margin:-25px -25px 0 -25px;
	padding:25px 25px 0 25px;
	font-size: 18px;
	letter-spacing:-1px;
	line-height:20px;
	color:#999999;
	text-transform: uppercase;
}

p
{
	margin-top: 0;
}

a
{
	color: #999999;
	text-decoration:none;
}
a:hover
{
	color: #666;
	text-decoration:none;
}
a:visited
{
	color: #999999;
	text-decoration:none;
}

/*
#myAlternativeContent 
{ 
	
}*/