@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.TabbedPanels {
	margin-top: 25px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size:17px;
	background: #845315;
	list-style: none;
	border-left: solid 1px #bb751d;
	border-bottom: solid 1px #bb751d;
	border-top: solid 1px #bb751d;
	border-right: solid 1px #bb751d;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#1a1004;
}

.TabbedPanelsTabHover {
	background-color: #bb751d;
}

.TabbedPanelsTabSelected {
	background-color: transparent;
	border-bottom: 1px solid #bb751d;
	 color: #ea9427;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #bb751d;
	border-bottom: solid 1px #bb751d;
	border-top: solid 1px #bb751d;
	border-right: solid 1px #bb751d;
	/*background-color: #fff;*/
}


.TabbedPanelsContent { padding:12px 0 8px 0;}

/*#projects_wrapper{ border-right: solid 1px #e9ab5c;}*/
.project_caption{width:645px; margin-top:21px;}
.TabbedPanelsContent h1, .TabbedPanelsContent h2, .TabbedPanelsContent h3, .TabbedPanelsContent p { padding-left: 45px; margin-right:45px;}

.TabbedPanelsContent  h1{font-size:22px;}
.TabbedPanelsContent  h2{font-size:17px; }
.TabbedPanelsContent  h3{font-size:14px; font-weight:bold;}




/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

