@charset "utf-8";
/* CSS Document */


.homeTitle
{
	font-family: Georgia, “Times New Roman”, Times, serif;
	font-size: 2.7em;
	/*line-height: 1.45em;*/
	color: #999999;
}
.home
{
	font-family: Georgia, “Times New Roman”, Times, serif;
	font-size: 1.05em;
	line-height: 1.18em;
	color: #999999;
	/*position:absolute;*/
	/*width:inherit;
*/	/*top:191px;*/
	
}

.mainStuff
{
	position:relative;
	/*left:200px;
*/	top:0px;
	height:100%;
	overflow:auto;
	margin-left:200px;
}

.header
{
	position:fixed;
	left:0px;
	top:0px;
}

.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1em;
	color: #777777;
	text-decoration:none;
	vertical-align:bottom;
	margin-left:200px;
	width:750px;
	/*width:200px;*/
	position:fixed;
	bottom:7px;
	left:15px;
}

/* copyRight left Aligned under the navigation.
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	line-height: 1em;
	color: #777777;
	text-decoration:none;
	vertical-align:bottom;
	width:225px;
	position:fixed;
	bottom:0px;
	left:0px;



*/




/**************************************************************************************************************
* Navigation
*/
.navpos
{
	position:fixed;
	left:0px;
	top:191px;
}

.nav
{
/*GLOBAL NAVIGATION*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.65em;
	color: #777777;
	text-decoration:none;
}

/* nav hover*/
a:hover 
{
    color: #FFFFFF;
	background-color:#111111;
	text-decoration:none;
}


.selectednav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.65em;
	text-decoration:none;
	color: #FFFFFF;
}
.bulletPos
{
	position:absolute;
	left:0px;
	top:191px;
}

.bullet
{
	color:#000000;	
}

.selectedbullet
{
	color:#00ABEF;
}

/**************************************************************************************************************
* The portfolio piece.
* 
*/  
.pTitle
{
	/*ALL CAPS*/
	color: #FFFFFF;
}
.header2
{
	font-family: Georgia, Times New Roman, Times, serif;
	/*font-size: 1.5em;*/
	font-size: 1em;
	line-height: 1.45em;
	color: #999999;
}

.description
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.65em;
	color: #999999;
	top:191px;
}


.innerRight
{
	position:absolute;
	left:431px;
	top:0px;
}

/**************************************************************************************************************
 * The services Piece
 */

.title
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	line-height: 1.45em;
	color: #FFFFFF;
}

.content
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #999999;
}
