a img {
	color: brown;
	background-color: #FF9900;
	text-decoration: underline;
}
a.description_button {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 30px;
	background-image: url('../images/subpage_background.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	height: 30px;
	padding: 5px 10px;
	border: solid 1px #ccc;
}
a.description_button_minus {
	color: #fff;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	background-color: #6899d3;
	background-image: url('../images/subpage_background.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	padding: 0;
	border: solid 1px #ccc;
	display: none;
}
a.description_button_plus {
	color: #fff;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	background-color: #6899d3;
	background-image: url('../images/subpage_background.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	padding: 0;
	border: solid 1px #ccc;
	display: block;
}
a:hover img {
	color: blue;
	background-color: #cacaca;
	text-decoration: underline;
}
a:hover.description_button {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 30px;
	background-color: #3e3e3e;
	background-image: none;
	background-repeat: repeat-x;
	text-decoration: none;
	height: 30px;
	padding: 5px 10px;
	border: solid 1px #ccc;
}
a:hover.description_button_minus {
	color: #fff;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	background-color: #3e3e3e;
	background-image: none;
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	padding: 0;
	border: solid 1px #ccc;
}
a:hover.description_button_plus {
	color: #fff;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	background-color: #3e3e3e;
	background-image: none;
	text-decoration: none;
	text-align: center;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	padding: 0;
	border: solid 1px #ccc;
	display: block;
}
body {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
}
div.description {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url('../images/subpage_background.gif');
	background-repeat: repeat;
	position: relative;
	top: 0;
	width: 100%;
	padding: 0 0 10px;
}
div.description table {
	padding: 10px 10px 0;
}
div.description_expanded {
	width: 75%;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 52px;
	display: none;
}
div.image_main {
	position: absolute;
	top: 216px;
	width: 100%;
	display: none;
}
div.image_main img {
	top: 186px;
	width: 100%;
	height: auto;
}
div.nav_portfolio {
	background-image: url('../images/subpage_background.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	width: 692px;
	height: 30px;
	display: block;
}
div.nav_portfolio #active {
	color: #6d6d6d;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	background-color: #e5e5e5;
	background-image: none;
	text-decoration: none;
	text-align: center;
	width: 24% !important;
	height: 26px;
	margin-top: 4px;
}
div.nav_portfolio a {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-decoration: none;
	text-align: center;
	width: 24% !important;
	height: 26px;
	float: left;
	margin-top: 4px;
	display: block;
}
div.nav_portfolio a:hover {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 26px;
	background-color: #afafaf;
	background-image: none;
	text-decoration: none;
	text-align: center;
	border-bottom: 1px white solid;

	height: 26px;
	margin-top: 4px;
}
h5 {
	font-size: 18px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 6px;
}