/* CSS Document */

/************* globalNav styles ****************/

body {

 text-align:center;
}


a:link {
 color: #006600;
 text-decoration: none;
}

a:visited {
 color: #000000;
 text-decoration: none;
}

a:hover {
	color: #b29166;
	text-decoration: none;
	font-weight: bold;
}

a:active {
 color: #b29166 ;
 text-decoration: none;
}


#pageBorder{
	position: relative;
	border: 1px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;	
	padding: 0px;
	width: 800px;
	min-width: 800px;
	height: auto;
}

#globalNav{
	position: relative;
    width: 100%;
	min-width: 800px;
	height: 58px;
	padding: 0px;
}

/************* end globalNav styles ****************/


/************* begin page layout styles ****************/
#pageCenter{
	position: relative;
	width: 800px;
	min-width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;			
	
}


#logo{
	position: relative;
	width: 800px;
	min-width: 800px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;			
	z-index: 1;
	

}

#logoText{
	position:absolute;
	width:550px;
	height:auto;
	z-index:5;
	visibility: visible;
	left: 0px;
	top: 200px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;			
	
}

#pageTitle{
	position: relative;
	width: 800px;
	min-width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;			
	
}

/************* end page layout styles ****************/



/************* begin footer layout styles ****************/

#footer{
	position: relative;
	width: 800px;
	min-width: 800px;
	height: 55px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;			
	background-image: url(http://www.ptac.com/includes/footer/images/btmban.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b29166;
	clear: left;
}

#footer a:link {
	color: #b29166;
}
#footer a:visited {
	color: #b29166;
}
#footer a:hover {
	color: #ffffff;
}
#footer a:active {
	color: #b29166;
}



/************* end footer layout styles ****************/


/************* Custom classes ****************/
.popUp{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #04571d;
	text-align: left;
	border: 2px solid #CCCCCC;
	background-image: url(staff/images/bkgreenbar.jpg);
	padding: 10px;
	z-index: 1000;
}

.popUp a:link {
 color: #ffffff;
 text-decoration: underline
}

.popUp a:visited {
 color: #ffffff;
 text-decoration: underline
}

.popUp a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.popUp a:active {
 color: #ffffff;
 text-decoration: underline
}

/************* End Custom classes ****************/
