/*///////////////////// 

Begin HTML tag styles 

////////////////////*/

body
{
	background:				#fff;
	margin:					0px;
	padding:					0px;
	font: 					normal 12px/18px arial;
	color: 					#2e2e2e;
}

p
{
	line-height:			18px;
	margin-bottom:			16px;
}

td
{
	font: 					normal 12px/18px arial;
	color: 					#2e2e2e;
}

form
{ 
	margin:					0px;
}

select, input, textarea
{ 
	margin:					0px;
	font: 					bold 12px arial;
}

a
{
	background:				transparent;
  	text-decoration:		none;
  	color:					#8f1c1c;
}

a:hover
{
  	color:					#c7a1a1;
  	text-decoration:		underline;
}

img.project_thumb
{
	margin-bottom:			8px;
	border:					1px solid #999;
}



/*///////////////////// 

End HTML tag styles 

////////////////////*/





/*///////////////////// 

Begin structure selectors/classes 

////////////////////*/


div#header
{
	margin:				60px 0px 30px 0px;
	text-align:			center;
}

div#nav
{
	background:			#b5b0b0 url("../gfx/nav_bg.jpg") repeat-x;
	height:				42px;
	text-align:			center;
}

div#menu
{
	color:				#feff01;
	font:					normal 20px arial;
	padding-top:		8px;
	margin:				0px auto 0px auto;
}

div#menu a
{
	color:				#fff;
	text-decoration:	none;
	margin:				0px 9px 0px 9px;
}

div#menu a:hover
{
	color:				#efdbdb;
	margin:				0px 9px 0px 9px;
}

div#menu a.on_page
{
	color:				#8a6c6c;
	margin:				0px 9px 0px 9px;
}

div#menu a:hover.on_page
{
	color:				#8a6c6c;
	margin:				0px 9px 0px 9px;
}

div#content_section
{
	background:			#ececec;
	padding:				22px 0px 22px 0px;
}

div.content
{
	width:				906px;
	height:				251px;
	background:			#fff url("../gfx/content_bg.jpg") no-repeat;
}

div.content_style
{
	margin:				20px;
	font: 				normal 12px/18px arial;
	color: 				#2e2e2e;
}

div.project_box
{
	float:				left;
	width:				175px;
	margin:				0px 25px 0px 25px;
	font:					bold 11px/13px arial;
}

div.project_blurb
{
	font:					normal 9px/11px arial;
}

div#footer
{
	font:					normal 11px arial;
	color:				#bebdbd;
	text-align:			center;
	margin:				30px 0px 20px 0px;
}

/*///////////////////// 

End structure selectors/classes 

////////////////////*/









/*///////////////////// 

Begin font/style classes 

////////////////////*/


.section_title
{
	font: 				normal 20px/24px arial;
	color: 				#8f1c1c;
	margin-bottom:		16px;
}

.sub
{
	font-size:				11px;
}

.small
{
	font-size:				10px;
}


/*///////////////////// 

End font/style classes 

////////////////////*/

