@charset "utf-8";
/********************/
/*General use*/
/********************/
* {
	margin: 0px;
}
body {
	background-color: #000000;
	background-image: url(../images/backgrounds/bp-pagebg.gif);
	background-repeat: repeat-x;
}
body,td,th, p {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #FFFFFF;
}
#wrapper {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
p {
	font-size: 9pt;
	line-height: 130%;
	margin-top: 1.5em;
}
.p-notopmargin {
	margin: 0px;
	line-height: 100%;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
}
.imglink-noborder {
	border-style: none;
}
/********************/
/*Header*/
/********************/
#header {
	height: 150px;
}
#images {
	background-image: url(../images/bpa_text_century226.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 226px;
	height: 150px;
	float: left;
}
.headeraddress {
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
a.headeraddress:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.headeraddress:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.headeraddress:hover {
	font-weight: bold;
	color: #FFFFFF;
}
a.headeraddress:active {
	text-decoration: none;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper #header content {
	vertical-align: middle;
}
#header-contact {
	background-color: #000000;
	width: 300px;
	float: right;
	margin-top: 50px;
	text-align: right;
}
/********************/
/*Main Content - contains left panel and right panel*/
/********************/
#maincontent {
	background-image: url(../images/backgrounds/bg1_home.jpg);
	background-repeat: no-repeat;
	height: 410px;
	clear: both;
	background-position: center;
}
/********************/
/*Left Panel*/
/********************/
#maincontent-left {
	float: left;
	width: 217px;
	height: 400px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.maincontent-left-h1 {
	padding-bottom: 10px;

	line-height: 130%;
	text-align: left;
}
.maincontent-left-p {
	font-size: 9pt;
	line-height: 130%;
	clear: none;
}
#maincontent-lefttop {
	height: 180px;
	margin-left: 15px;
	margin-top: 20px;
}
#maincontent-leftmiddle {
	height: 60px;
	padding-bottom: 35px;
	margin-left: 15px;
}
#maincontent-leftbottom {
	height: 20px;
	font-size: 9px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 75px;
	padding-right: 10px;
}
/********************/
/*Left Panel - Navigation menu*/
/********************/
.ul-menu-grey {
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	font-size: 12pt;
	line-height: 130%;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a.ul-menu-grey:link {
	color: #333333;
	text-decoration: none;
}
a.ul-menu-grey:visited {
	color: #333333;
	text-decoration: none;
}
a.ul-menu-grey:hover {
	color: #333333;
	font-weight: 600;
}
a.ul-menu-grey:active {
	color: #333333;
	text-decoration: none;
}
/********************/
/*Left Panel - Small Home link*/
/********************/
.smallhome {
	font-size: 9px;
	text-align: right;

}
a.smallhome:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.smallhome:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.smallhome:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a.smallhome:active {
	color: #FFFFFF;
	text-decoration: none;
}
/********************/
/*Right Panel*/
/********************/
#maincontent-right {
	width: 540px;
	margin-top: 50px;
	float: right;
	padding-left: 30px;
}
/********************/
/*Right Panel - Publications page only*/
/********************/
#maincontent-pubright {
	width: 540px;
	float: right;
	padding-left: 30px;
}
/********************/
/*Practice page*/
/********************/
#maincontent-practice {
	background-image: url(../images/backgrounds/bg1_practice.jpg);
	background-repeat: no-repeat;
	height: 410px;
	clear: both;
	background-position: center;
}
/********************/
/*Projects page*/
/********************/
#maincontent-projects {
	background-image: url(../images/backgrounds/bg1_projects_contact.jpg);
	background-repeat: no-repeat;
	height: 410px;
	clear: both;
	background-position: center;
}
/********************/
/*Publications page*/
/********************/
#maincontent-publications {
	background-image: url(../images/backgrounds/bg1_publications.gif);
	background-repeat: no-repeat;
	height: 410px;
	clear: both;
	background-position: center;
}
/********************/
/*Footer*/
/********************/
#footer {
	clear: both;
	height: 20px;
	font-size: 9px;
	text-align: right;
	vertical-align: bottom;
	padding-top: 30px;
}
.footertext {
	font-size: 9px;
	text-align: right;
	padding-bottom: 10px;

}
a.footertext:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.footertext:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.footertext:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a.footertext:active {
	color: #FFFFFF;
	text-decoration: none;
}
