.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
.menulighter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6699CC;
}
.bluebold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.blacktext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
.greytext {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.orangebold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF8400;
	text-decoration: none;
}
.orangeboldbig {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF8400;
	text-decoration: none;
}
.blacktext2, .blacktext2 table {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.orangetext {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF8400;
	text-decoration: none;
}
a.orangetext:hover {





	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0066CC;
	text-decoration: none;
}
a.blacktext2:hover {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF8400;
	text-decoration: none;
}
.whitebold {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.orangebold:hover {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

#grid {
	position: relative;
	float: right;
}

#grid .box {
	border: solid 1px #000;
	position: relative;
	height: 80px;
	width: 110px;
	z-index: 0;
	background: #fff;
	color: #000;
	cursor: pointer;
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	margin-top: 8px;
	margin-left: 8px;
	display: block;
	text-decoration: none;
}
#grid .box .h1_portfolio {
	font-family: "Lucida Grande",Arial;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
}
#grid .box img {
	position:relative;
	margin-top: -1px;
	margin-left: -1px;
	z-index: 0;
}
#grid .box li {
	white-space: nowrap;
}
#grid .box .span {
	font-size: 11px;
	font-family: Arial;
	display: block;
}
#grid .box .span a {
	color: #2ab1cf;
}
#grid .box .span a:hover {
	color: #99cc00;
}
#submenu .check {
	color: #fff;
}
.check input {
	vertical-align: middle;
	margin-bottom: 4px;
}
.filter_label {
	cursor: pointer;
	text-decoration: none;
	font-size: 10px;
	color: #666666;
	display: block;
	width: 135px;
	
	line-height: 14px;
	text-transform: uppercase;
	font-family: Arial;
}
.filter_label span { display: block; }
.filter_label .bottom {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 13px;
}
.filter_clicked {
	color: #fff;
}
#filter_div {
	border: solid 1px #aaa;
	padding: 4px;
}
#filter_div a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}
#filter_top {
	display: relative; 
}
#filter_top input {
	display: none;
}
#filter_div a:hover {
	color: #2ab1cf;
}
#iframe {
	height: 1px;
	width: 1px;
	float: left;
	visibility: hidden;
}
#portfolio_table div {
	width: 150px;
	float: left;
	position: relative;
	z-index: 1;
	padding-bottom: 3px;
}
.portfolio_table {
	width: 120px;
	padding-top: 15px;
	float: left;
}
.portfolio_table div {
	float: left;
	clear: left;
	z-index: 1;
	margin-bottom: 3px;
	margin: 0 auto;
}

.hidden { display: none; }

.tooltip {
	position: absolute;
	border: solid 1px #555;
	width: 300px;
	z-index: 5;
	background: #fff;
	padding: 6px;
	font-size: 11px;
	font-family: Arial;
}
.tooltip b {
	font-size: 13px;
	color: #444;
}
.tooltip img {
	float: left;
	margin-right: 5px;
}