@charset "UTF-8";
/* Column Styles */
/* All column common styles */
#colA1, #colA2, #colC1, #colC2 {
	float: left;
}
/* Columns with common widths */
#colA1, #colC2 {
	width: 638px;
	padding: 0px 20px;
}
#colC2 {
	width: 628px;
	margin-left: 10px;
}
#colA2 {
	width: 238px;
	margin-top: 230px;
}
#colC1 {
	width: 280px;
}
#colC1, #colC2 {
	margin-top: 50px;
}
/* Columns with common color */
#colA2 {
	padding: 0px 20px;
	font-size: 14px;
	line-height: 18px;
}
/* Left Column Navigation styles */
#subNav {
	margin-right: 20px;
	margin-bottom: 20px;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNav ul li a {
	background-color: #EDF4D3;
	height: 24px;
	padding: 0px 20px;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #76828C;
	display: block;
	width: 220px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #9BAA43;
	border-bottom-color: #9BAA43;
}
#subNav ul li a:hover {
	color: #9BAA43;
	background-color: #FFF;
	border-top-color: #EDF4D3;
	border-bottom-color: #EDF4D3;
}
#subNav.one #aOne, #subNav.two #aTwo, #subNav.three #aThree, #subNav.four #aFour, #subNav.five #aFive, #subNav.six #aSix, #subNav.seven #aSeven, #subNav.eight #aEight, #subNav.nine #aNine, #subNav.ten #aTen, #subNav.eleven #aEleven, #subNav.twelve #aTwelve {
	color: #FFFFFF;
	background-color: #9BAA43;
	font-weight: bold;
}
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
.TabbedPanelsTabHover {
	background-color: #BFD730;
}
.TabbedPanelsTabSelected {
	background-color: #1C75BC;
	color: #333;
	font-weight: bold;
	background-image: url(../images/bkgds/portBkgd.jpg);
	background-repeat: repeat-x;
}
.TabbedPanelsTab a {
	color: #76828C;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
}
.TabbedPanelsContent {
	padding: 10px;
	min-height: 420px;
	background-image: url(../images/bkgds/portBkgd.jpg);
	background-repeat: repeat-x;
}
/* portfolio styles */
a.portLink {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #1C75BC;
	text-decoration: none;
}
img.portImage {
	float: right;
	margin-left: 10px;
}
