/* General Page Style */
#all {
	width:865px;
	margin:0 auto;
	position:relative;
}
#phones {
	position:absolute;
	top:7px;
	right:8px;
	background-color:#E7F2F8;
	padding:2px 5px 0px 5px;
}
#phones h3 {
	margin:0;
	font-size:17px;
	font-weight:bold;
	color: #AA0059;
}
h5 {
	color:blue;
	font-size:14px;
	margin:7px;
}
.icons_menu {
	font-weight:bold;
	font-size:13px;
	margin-bottom:20px;
	display:block;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(./library/gfx/bg_top.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*width: 860px; /* commented KV 7/24 to allow bg to continue to the right */
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: normal;
}
a:link, a:visited {
	color: #0175bf;
	font-size: .9em;
	text-decoration: none;
}
a:hover {
	color: #b2005e;
	font-size: .9em;
	text-decoration: none;
}
p {
	line-height: 1.75em;
}
.clearBoth {
	clear:both;
}
/* Content Style */
#titlebar {
	background-image: url("./library/gfx/gfx_title.jpg");
	background-repeat: no-repeat;
	height: 177px;
}
#menubar {
	min-height: 5em;
	float:left;
	width: 130px;
	margin-left: 5px;
}
#nav ul {
	list-style-image: url("./library/gfx/menu_icon.png");
	line-height: 1.75em;
}
#nav a:link, #menubar a:visited {
	color: #000000;
}
#nav strong {
	color: #b2005e;
	font-weight: normal;
	font-size: .9em;
}
#nav a:hover {
	color: #b2005e;
}
#content_area {
	float:left;
	margin: 5px 0px 5px 10px;
	padding-left: 25px;
	border-left: 1px solid #e8b4d0;
	width: 680px;
}
#content_area img.right {
	/* Main picture */
	float:right;
	margin:15px 0 5px 5px;
}
#content_area img.right_special {
	float:right;
	margin:15px 0 5px 5px;
	padding:5px;
	border:solid 2px #E7C5DE;
}
#copyright {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-top: 1px solid #e8b4d0;
	color: #808080;
	font-size: 11px;
	width: 130px;
}
#copyright p {
		line-height: 1.1;
}
#copyright a:link, #copyright a:visited {
	/* color: #808080; */
	color: #b2005e;
	font-size: 11px;
}
#copyright a:hover {
	/* color: #b2005e; */
	text-decoration:underline;
}
#copyright img {
	float:left;
	margin-right:.5em;
}
#footer {
	clear:both;
	width: 826px;
	margin-left: 20px;
	border-top: 1px solid #e8b4d0;
}
#footerlinks {
	float:right;
	margin:0;
	padding:5px;
	width:25%;
	text-align: right;
}
#disclaimer {
	float:left;
	line-height:1.2;
	width:70%;
	padding:0;
	margin:5px 0 0 0;
	font-size:11px;
	text-align:left;
	color: #808080;
}
.biobox img {
	/*float:left;
	margin-right:2em;
	margin-bottom:.5em;*/
	position:absolute;
	top:330px;
	right:70px;
	border:solid 2px #E7C5DE;
	padding:5px;	
}

.noClick {
	background-color: #F4F9FD;	
}
.clicked {
	background-color: #FBFAE3;	
}
.unClick {
	background-color: #F4F9FD;	
}