@charset "utf-8";

/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*START*/
/*Webpage Layout Formatting Code*/

#Wrapper{
	position:absolute;
	width: 1004px;
	height: 1113px;
}
/*----------------------------------------------------------*/
#Header{
	width: 1004px;
	height: 223px;
	background-image: url(../Images/Header.png);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------*/
#Billboard{
	width: 1004px;
	height: 783px;
	background-image: url(../Images/Content.png);
	background-repeat: no-repeat;
}
/*----------------------------------------------------------*/
#ContactUs{
	position: absolute;
	width: 260px;
	height: 52px;
	margin-top: 275px;
	margin-left: 598px;
}
/*----------------------------------------------------------*/
#ContentRT{
	position: absolute;
	width: 430px;
	margin-top: 400px;
	margin-left: 525px;
	text-align: left;
}
/*----------------------------------------------------------*/
#ContentLT{
	position: absolute;
	width: 430px;
	margin-top: 400px;
	margin-left: 52px;
	text-align: left;
}
/*----------------------------------------------------------*/
#Footer{
	position: relative;
	margin-top: -28px;
	width: 1004px;
	height: 132px;
	background-image: url(../Images/Footer.png);
	backgound-repeat: no-repeat;
}
/*----------------------------------------------------------*/
#Credits{
	position:absolute;
	margin-left: 343px;
	margin-top: 50px;
}
/*----------------------------------------------------------*/
/*Webpage Layout Formatting Code*/
/*END*/


/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*START*/
/*Navigation Bar Formatting and Positioning Code*/
#navlist{
	height: 42px;
	width: 950px;
	margin-left: 9px;
}

#navlist ul{
white-space: nowrap;
}
/*-----------------------*/
#navlist li
{
margin-top: 182px;	
display: inline-block;
list-style-type: none;
}
/*-----------------------*/
#navlist ul li a{
}
/*-----------------------*/
#navlist a{ 
}
/*Navigation Bar Formatting and Positioning Code*/
/*END*/

/*----------------------------------------------------------*/

/*START*/
/*Sitemap Formatting and Positioning Code*/
#sitemap{
	position: absolute;
	height: 40px;
	width: 830px;
	margin-left: 255px;
}

#sitemap ul{
white-space: nowrap;
}
/*-----------------------*/
#sitemap li
{	
display: inline;
list-style-type: none;
}
/*-----------------------*/
#sitemap ul li a{
}
/*-----------------------*/
#sitemap a{ 
}
/*Sitemap Formatting and Positioning Code*/
/*END*/

/*--------------------------------------------------------------------------------------------------------------------------------------------*/

/*START*/
/*Navigation Button Mouse-Over Effect Code*/

.LeftBTN {
	display: block;
	width: 102px;
	height: 42px;
	background: url(../Images/Nav/LTNav.png);
	text-indent: -99999px;
}
/*----------------------------------------------------------*/
.HomeBTN {
	display: block;
	width: 176px;
	height: 41.5px;
	background: url(../Images/Nav/HomeBTN.png) bottom;
	text-indent: -99999px;
}
.HomeBTN:hover {
	background-position: 0 0;
}
/*----------------------------------------------------------*/
.ProfileBTN {
	display: block;
	width: 175px;
	height: 41.5px;
	background: url(../Images/Nav/ProfileBTN.png) bottom;
	text-indent: -99999px;
}
.ProfileBTN:hover {
	background-position: 0 0;
}
/*---------------------------------------------------------*/
.ServicesBTN {
	display: block;
	width: 176px;
	height: 41.5px;
	background: url(../Images/Nav/ServicesBTN.png) bottom;
	text-indent: -99999px;
}
.ServicesBTN:hover {
	background-position: 0 0;
}
/*--------------------------------------------------------*/
.ContactBTN {
	display: block;
	width: 177px;
	height: 41.5px;
	background: url(../Images/Nav/ContactBTN.png) bottom;
	text-indent: -99999px;
}
.ContactBTN:hover {
	background-position: 0 0;
}
/*-------------------------------------------------------*/
.RightBTN {
	display: block;
	width: 100px;
	height: 42px;
	background: url(../Images/Nav/NavRT.png);
	text-indent: -99999px;
}

/*Navigation Button Mouse-Over Effect Code*/
/*END*/

/*-------------------------------------------------------*/

/*START*/
/*Navigation Button Code*/

.HomeLink {
	font-family: Rockwell,Arial;
	color: #FFF;
	width: 125px;
	height: 40px;
}
.HomeLink:hover {
	color: #3FF;
}
/*----------------------------------------------------------*/
.ProfileLink {
	font-family: Rockwell,Arial;
	color: #FFF;
	width: 125px;
	height: 40px;
	margin-left: 75px;
}
.ProfileLink:hover {
	color: #3FF;
}
/*---------------------------------------------------------*/
.ServicesLink {
	font-family: Rockwell,Arial;
	color: #FFF;
	width: 125px;
	height: 40px;
	margin-left: 65px;
}
.ServicesLink:hover {
	color: #3FF;
}
/*--------------------------------------------------------*/
.ContactLink {
	font-family: Rockwell,Arial;
	color: #FFF;
	width: 125px;
	height: 40px;
	margin-left:50px;
}
.ContactLink:hover {
	color: #3FF;
}

/*Navigation Button Code*/
/*END*/