/***********************************************/
/* Encantada Base CSS                          */
/* Author: Dorian Smiley                       */
/* Published: 12/22/07                         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
* html #topContainer{
	background-color:#FFFFFF;
}
#leftImage{
	margin: 415px 0px 0px 28px;
	padding: 0px 0px 0px 0px;
	position:absolute;
	width: 162px;
	height:166px;
	overflow:hidden;
	background:url(../images/elements/leftImages/developerLeftImage.png) no-repeat;
}
*html #leftImage{
	background:none;
}
#mainImage{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	position:static;
	width: 577px;
	height: 122px;
	overflow:hidden;
	background:url(../images/elements/developerMainImage.png) no-repeat;
}
*html #mainImage{
	background:url(../images/elements/developerMainImage.jpg) no-repeat;
}
#subNav li{
	line-height:12px;
}
#subNav li#nav-overview a{
	text-decoration:underline;
}
#subNav li#nav-overview.active, #subNav li#nav-overview a:hover{
	text-decoration:underline;
}
#subNav li#nav-communityInvolvement a{
	text-decoration:none;
}
#subNav li#nav-communityInvolvement.active, #subNav li#nav-communityInvolvement a:hover{
	text-decoration:underline;
}
#subNav li#nav-aboutUs a{
	text-decoration:none;
}
#subNav li#nav-aboutUs.active, #subNav li#nav-aboutUs a:hover{
	text-decoration:underline;
}
/************* #classes **************/
.subNavUl{
	margin: 5px 0px 30px 0px;
}


