/**
* Footer on all pages
*
*/

/* --------------------------------------
   SubSection/the Footer Container  */
.globalFooterContainer
{
	position: relative;
	top: -3px;
	left: 0px;
	width: 715px;
	height: 108px;
	background-color: #4B0DBE;
}

/* --------------------------------------
   all divs inside the Footer container */
.globalFooterAllAcrossColorBar
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 714px;
	height: 5px;
   background-color: #000000;
}


/*address */
.globalFooterAddress p
{
	float:left;
	margin:0px;
	padding-top: 5px;
	padding-left: 230px;
	padding-bottom:10px;
	font-size: 10px;
	]font-size: 0.9em;/* IE HACK */
	width: 475px;
	color: #ffffff;
}

.globalFooterAddress a
{
color:#D19717;
}

.globalFooterNav 
{
padding-left: 70px;
}
/* text nav */
.globalFooterNav a
{
	position:relative;
	margin:0px;
	padding-left: 10px;
	text-decoration: underline;
	font-size: 0.8em;
	]font-size: 1em;/* IE HACK */
	font-family: Arial, Helvetica, sans-serif;	
	line-height: 1.5;
	color: #ffffff;
}


/* copyright */
.globalBottomLeftCopyright
{
float:left;
padding-top:5px;
padding-left:10px;
]padding-top:17px;  /* IE Hack */
]padding-left:5px; /* IE Hack */
}

.globalBottomLeftCopyright p
{

	font-size: 0.7em;
	]font-size: 0.8em;/* IE HACK */
	text-decoration: none;
	color: #ffffff;
}

.globalBottomRightBytown
{
float:right;
padding-top:0px;
padding-right:10px;
]padding-top:10px;  /* IE Hack */
]padding-right:5px; /* IE Hack */
}

.globalBottomRightBytown p
{
	font-size: 0.7em;
	]font-size: 0.8em;/* IE HACK */
	text-decoration: none;
	color: #ffffff;
}

.globalBottomRightBytown a
{
color:#D19717;
}
