/* CSS for Shade Tabs. Remove if not using */

.portfolio_tabs{
	padding: 5px 2px;
	margin: 0 0 7px 18px;
	font-weight: 500;
	font-size: 18px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.portfolio_tabs li{
	display: inline;
	margin: 0;
}

li.righttab {
	margin: 0 0 0 -5px;
}

.portfolio_tabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 18px 10px 18px;
	margin: 0;
	width: 169px;
	color: #5d5d5d;
	background: #c8dae7;
}

.portfolio_tabs li a:visited{
	color: #2d2b2b;
}

.portfolio_tabs li a:hover{
	color: #424242;
}

.portfolio_tabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0;
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 18px 10px 18px;
	margin: 0;
	width: 169px;
	color: #5d5d5d;	
	background: #a3c1d8;
}

.portfolio_tabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

.tabs {
	margin: -2px 0 0 0;
}

#anchors {
	float: left;
	width: 120px;
	display: inline;
	margin: 10px 10px 0 0; 
}

#port_content {
	float: left;
	width: 720px;
	display: inline;
}