/* CSS Document */

body
{ 
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {color: #FFFFFF; text-decoration: none;}
a:active {color: #FFFFFF; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: none; }

.bodyTextNormal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#mainContainer
{
	width:700px;
	/*height:500px;*/
	/* border: 0px solid #FFFFFF; */
	background-color: #000000;
}

#header
{
	width:700px;
	height:114px;
	border-bottom: 1px solid #808080;
}

#mainBody
{
	width:700px;
	/*height:258px;*/
	background-color: #000000;
}

#textBody
{
	width:442px; 
	/*height:258px;*/
	background-color: #242727;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#textHolder
{
	padding: 15px 55px 10px 15px;
}

#imageBody
{
	width:258;
	height:258;
	background-color: #FFFFFF;
}

img.project
{
	width:258px;
	height:258px;
} 

#rangeSelector
{
	width:100%;
	height:64px;
	background-color: #363636;
	/*background-color: #2B2B2B;*/
	border-bottom: 0px solid #808080;
	border-top: 0px solid #808080;
}

#rangeSelectorEmpty
{
	width:100%;
	height:64px;
	background-color: #1C1E1F;
	border-bottom: 0px solid #1C1E1F;
	border-top: 0px solid #808080;
}

#navigation{
	width:100%;
	height:63px;
}

.spacedBody
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}

.spacedBody H2
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	/*border: 1px solid #FF00FF;*/
}

.spacedBody P
{
	margin: 0 0 10px 0;
	padding: 0;
	/*border: 1px solid #FF00FF;*/
}

.thumbnails a
{
	margin: 0;
	padding: 0;
	/*float: left;*/
}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: normal;
}

#portfolio-nav
{
	background-color: #242829;
	margin: 0;
	padding: 7px 17px 3px 17px;
	font-size: 11px;
}

#portfolio-nav span
{
	float: left;
	margin: 0 10px 0 0;
	padding: 2px 0 0 0;
}

.nav-list
{
	margin-right: 10px;
	padding: 0;
	display: inline;
}

.nav-list li
{
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.nav-list a
{
	color: #ffffff;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	width: 20px;
	height: 20px;
	float: left;
}

.nav-list a.selected
{
	background: url(../images/circle_nav.gif) 0 0 no-repeat;
}

.nav-list a.selected:hover
{
	background: url(../images/circle_nav.gif) 0 0 no-repeat;
}

.nav-list a:hover
{
	background: url(../images/circle_nav_over.gif) 0 0 no-repeat;
}

.breaker
{
	clear: both;
}

.nozoom
{
	cursor: default;
}