html, body { height: 100%; margin: 0px; padding: 0px; background-color: #FFFFFF; }
#vcenter { visibility: hidden; width: 100%; height: 50%; margin-top: -300px; float: left;} /* total content height=600px */
/* Hide from IE5mac \*//*/
html, body { height: auto; }
#vcenter { display: none; }
/* end hack */

ul {
	margin: 6px 0px;
	margin-left: 16px;
	padding-left: 0px;
}
h1 {
	color: #008FD2;
	font-size: 16px;
	margin: 0px 0px 6px 0px;
	font-weight: normal;	
}
h2, h3 {
	color: #008FD2;
	font-size: 13px;
	margin: 6px 0px;
	font-weight: normal;
}
h4 {
	color: #008FD2;
	font-size: 12px;
	margin: 6px 0px;
	font-weight: normal;
}
h5 {
	color: #333333;
	font-size: 12px;
	margin: 6px 0px;
	font-weight: normal;
}

em {
	font-weight: normal;	
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
p {
	margin: 0px 0px 8px 0px;
}

img {
	border: 0px none;
}

a, a:link, a:visited, a:active  {
	color: #0868B4;
	text-decoration: none;
}
a:hover {
	color: #0868B4;
	text-decoration: underline;
}
tr {
	vertical-align: top;
}

#wrapper {
	width: 804px;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
}
#inner-wrapper {
	float: left;
	width: 100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
#header {
	height: 100px;
	width: 100%;
}

#content { 
	clear: both;
	float: left;
	width: 100%;
	background: #FFFFFF url("../images/dr_watermark.gif") no-repeat 55px 75px; /* image size: 260 x 300 */
	text-align: left;
}
#footer { 
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
}

.left-pane {
	float: left;
	width: 350px;
	padding: 0px 10px;
}
.right-pane {
	float: left;
	width: 420px;
}

#pagetext {
	padding: 10px 0px 20px 0px;
	text-align: left;
	font-style: normal;
}
#photo-pane {
	float: left;	
	width: 250px;
}
#photo-pane img {
	display: block; /* get rid of bottom margin for IE */
	width: 250px;
	height: 370px;
}
#info-pane {
	width: 160px;
	float: right;
	text-align: left;
	font-style: italic;
}

#footer .left-pane {
	background-color: #0868B4;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: left;	
}
#footer a, #footer a:link, #footer a:visited, #footer a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .right-pane {
	text-align: center;
	padding-top: 24px;
}
#footer strong {
	font-size: 11px;
	font-weight: bold;
}

#menu {
	float: left;
	width: 100%;
	/*height: 40px;*/	
	background: #0868B4 url("../images/menu_bg.gif") repeat;
	border-bottom: 5px solid #C4DFF1;
}
#menu a {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
}
#menu a.selected { 
	background-color: #008FD2;
}
#menu a:link, #menu a:visited, #menu a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background-color: #C4DFF1;
	text-decoration: none;
	color: #0868B4;
}

#pagenav {
	position: absolute;
	height: 16px;
	line-height: 16px;
	top: -20px;
	left: 10px;
	width: 350px;
	color: #0868B4;
	text-align: center;
}
#pagenav a {
	font-size: 14px;
	padding: 0px 20px;
}
#pageback {
	float: left;
	background: #FFFFFF url("../images/pageback.gif") no-repeat left;
}
#pagenext {
	float: right;
	background: #FFFFFF url("../images/pagenext.gif") no-repeat right;	
}
#pagenav a:link, #pagenav a:visited, #pagenav a:active  {
	color: #0868B4;
	text-decoration: none;
}
#pagenav a:hover {
	color: #0868B4;
	text-decoration: underline;
}
#pagenum {
	position: absolute;
	top: 0px;
	left: 40%;
}

/* prebudget info styles */
#pb-head {
	clear: both;
	width: 100%;
	padding: 2px 0px;
	background-color: #0868B4;
	color: #FFFFFF;	
	margin: 0px;
	text-align: center;
}
#pb-head * { 
	color: #FFFFFF; 
}
#pb-body {
	width: 100%;
	clear: both;
	float: left;
	padding: 5px 0px;
	background: #FFFFFF;
}
#pb-menu {
	width: 140px;
	height: 380px;
	float: left;
	background-color: #C4DFF1; 
	text-align: left;
}
#pb-content {
	width: 650px;
	height: 380px;
	float: right;
}

#pb-footer {
	width: 100%;	
	clear: both;
	height: 16px; 
	line-height: 16px;	
	padding: 5px 0px;	
	background-color: #0868B4; 
	color: #FFFFFF;
	text-align: center;
}
