/*
HTML tag definitions
*/
body {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ADADAD;	
	margin: 0;
	padding: 0;
}

p{
	font-size:inherit;
	color: #353535;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

ul{
	font-size:inherit;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(http://www.phaproman.com/styles/images/Bullet.jpg);
	margin-left: 10px;
	
}
li {
	list-style-position: outside;
	list-style-type: none;
	font-size: 12px;
	list-style-image: url(../images/bullet.gif);
}

img { border:0px }	

/*
Custom Classes
*/

.NavText a {
	font-family: Arial, Helvetica, sans-serif;
	color="#CCCCCC"
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.text01 {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
}

.header {
	width:100%;
	background-color: #FFFFFF;
}
.footer {
	width:100%;
	background-color: #FFFFFF;
	height:78px;
}
.backDarkGrey {
	background-color: #414141;
}
.backWhite {
	background-color: #FFFFFF;
}
.backGrey {
	background-color: #D3D5D6;
}
.backBlack {
	background-color: #000000;
}

.backLightGrey {
	background-color: #E9E9E9;
	color: #EFEBEF;
}

.rightaligned {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
	text-align: right;
}

.PaddedText {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 23;
	border: none;

}
.backMidGrey {
	background-color: #DADADA;
}
#hider {
	width:982px;
	height:700px;
	z-index: 1;
	position:absolute;
	visibility:hidden;
	left: 59px;
	top: 2px;


}
#navigation {
	z-index: 2;
	position: absolute;
	width:114px;
	left: 14px;
	top: 80px;
	visibility: visible;


}
.expSubNav_OLD {
	background-color: #8B8B8B;
	width: 123px;
	position: absolute;
	z-index: 3;
	left: 118px;
	top: 90px;
	visibility: hidden;
	height: 55px;

}
.expSubNav_OLD a {
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.expSubNav_OLD a:hover {
	background-color: #000000;
}

/* Louis NAV */

.expSubNav {
	background-color: #111111;
	width: 130px;
	position: absolute;
	visibility: hidden;
	z-index: 3;
	left: 118px;
	top: 70px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
}

.expSubNav a {
	color: #666666;
	font-size: 0.7em;
	text-decoration: none;
	display: block;
	padding: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.expSubNav a:visited {
	color: #666666;
}

.expSubNav a:hover {
	color: #FFFFFF;
}

/* FINISHED */

.Bullets {
	font-size:0.7em;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12;
	padding-top: 0;
	padding-right: 11;
	padding-bottom: 0;
	padding-left: 11;
}
