﻿body
{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	line-height: 18px;
}

a:link
{
	color: #333333;
	text-decoration: none;
}

a:visited
{
  color: #333333;
  text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}
a:active
{
	color: #333333;
	text-decoration: none;
}


/*********************
*  Main Page Layout  *
*********************/
#MainBody
{
	position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -466px;
    width: 933px;
    height: 639px;
	background-repeat: no-repeat;
	z-index: 0;
}



/*****************
*  topBG Layout  *
*****************/
#TopBG
{
	margin-top: 20px;
    margin-left: 13px;
    width: 900px;
    height: 110px;
	background-repeat: no-repeat;
	z-index: 1;	
}

#tpcLogoHolder 
{
	position: absolute;
	top: 43px;
	left: 44px;
	z-index: 5;
}

.TPCLogoStyle
{
	border: solid 0px black;
}

#tagLine 
{
	position: absolute;
	top: 75px;
	left: 560px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	letter-spacing: .5px;
	z-index: 5;
}



/********************
*  middleBG Layout  *
********************/
#MiddleBG
{
	margin-left: 13px;
	width: 900px;
	background-repeat: no-repeat;
	z-index: 10;
}

#MenuBar {
	position: relative;
	margin: 0px 0px 0px 60px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	z-index: 10;
}

#MenuBar li {
    position: relative;
    width: 130px;
    height: 22px;
   	margin: 0px;
 	padding: 0px;
   	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    float: left;
    border-right: solid 1px #BBBBBB;
    cursor: default;
   	}

#MenuBar li a {
	display: block;
	width: 100%;
	padding-left: 10px;
}

#MenuBar li a:hover {
	display: block;
	width: 100%;
	padding-left: 10px;
}

#MenuBar li ul {
    display: none;
    }

#MenuBar li:hover ul {
	position: absolute;
	left: -1px;
    display: block;
	margin: 4px 0px 0px 0px;
	padding: 0px;
    border-left: solid 1px #BBBBBB;
    background-color: #FAFAFF;
    }

#MenuBar li li {
    border: none;
    width: 150px;
    }
    
#WhatsNew {
	border-left: solid 1px #BBBBBB;
	}

#WhatsNew a:hover {
	color: #B60050;
}

#WhatsNew ul li a:hover {
	color: #666666;
}

.sub_menu a:hover {
	color: #B70050;
}

.sub_planning a:hover {
	color: #BD5427;
}

.sub_LandArch a:hover {
	color: #B70050;
}

.sub_Tech a:hover {
	color: #6C217F;
}

.sub_PublicInv a:hover {
	color: #257D7F;
}


/********************
*  bottomBG Layout  *
********************/
#BottomBG
{
	position: relative;
	margin-left: 13px;
	width: 900px;
	background-repeat: no-repeat;
	z-index: 1;
}


/*******************
*  Site Copyright  *
*******************/
#SiteCopyright
{
	position: absolute;
	top: 597px;
	left: 20px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#SiteLayoutBy
{
	position: absolute;
	top: 597px;
	left: 715px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a.DesignerLink:link
{
	color: #999999;
	text-decoration: none;
}

a.DesignerLink:visited
{
  color: #999999;
  text-decoration: none;
}

a.DesignerLink:hover
{
	color: #666666;
	text-decoration: none;
}
a.DesignerLink:active
{
	color: #999999;
	text-decoration: none;
}


/*******************
*  Planning Links  *
*******************/
a.PlnLink:link {
	color: #BD5427;
	text-decoration: none;
}

a.PlnLink:hover {
	color: #333333;
	text-decoration: none;
}

/********************************
*  Creative Technologies Links  *
********************************/
a.CTLink:link {
	color: #6C217F;
	text-decoration: none;
}

a.CTLink:hover {
	color: #333333;
	text-decoration: none;
}

/*********************************
*  Landscape Architecture Links  *
*********************************/
a.LALink:link {
	color: #B70050;
	text-decoration: none;
}

a.LALink:hover {
	color: #333333;
	text-decoration: none;
}

/*****************************
*  Public Involvement Links  *
*****************************/
a.PILink:link {
	color: #257D7F;
	text-decoration: none;
}

a.PILink:hover {
	color: #333333;
	text-decoration: none;
}

/***********************
*  Jurisdiction Links  *
***********************/
a.JurLink:link {
	color: #BD5427;
	text-decoration: none;
}

a.JurLink:hover {
	color: #333333;
	text-decoration: none;
}


/******************
*  Services Page  *
******************/
#ServicesList {
	position: absolute;
	top: 20px;
	left: 680px;
	width: 200px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 14px;
	overflow: auto;
}