/*
Base Color: D9BC44 (gold)

Shades (darker --> lighter)
---------------------------
594D1C, 998530, D9BC44, E6C748, BFA63C

Compound Scheme
---------------
D9BC44 (gold), 727352 (khaki), A3A623 (pea), 7C9ADE (lt blue), 236DA6 (med blue)
*/
body {
	background: #eee url(../images/masthead/masthead-bg-l-tab1.png) repeat-x;
}
h2 {
	border-bottom: 1px dotted #D9BC44;
	padding-bottom: 5px;
	color: #727352;
	margin-top: 0;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3.5em;
}
a {
	color: rgb(153, 133, 48);
}
h3 a {
	text-decoration: none;
}
#header {
	width: 820px;
	margin: 0 auto;
	background: url(../images/masthead/masthead.png) no-repeat;
	min-height: 254px;
	position: relative;
}
#header-bg-r {
	background: url(../images/masthead/masthead-bg-r.png) repeat-x;
	width: 50%;
	height: 300px;
	position: absolute;
	top: 0; left: 50%;
}
#superNav {
	position: absolute;
	right: 0; top: 0;
	margin: 0; padding: 0;
}
#superNav li {
	float: left;
}
#superNav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	font-variant: small-caps;
	color: #666;
	text-decoration: none;
	border-left: 1px solid #bbb;
	display: block;
	padding: 4px 10px 5px 10px;
}
#superNav a:hover {
	text-decoration: underline;
}
#primaryTabsBG {
	position: absolute;
	left: 0px; top: 103px;
	width: 485px; height: 73px;
}
#primaryTabs {
	position: absolute;
	left: 0; top: 95px;
}
#primaryTabs li {
	float: left;
	width: 220px;
}
#primaryTabs li a {
	display: block;
	color: #fff;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 65px;
}
#nav {
	position: absolute;
	left: 0; bottom: 15px;
}
#nav li {
	float: left;
}
#nav a, #nav span {
	padding: 10px;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #ccc;
	font-size: 1.25em;
}
#nav span {
	background: #fff;
	color: #888;
}
#nav .first, #superNav .first {
	border-left: none;
}
#nav a:hover {
	background: #D9BC44;
	color: #fff;
}
#nav a.current {
	background: #fff;
}
#logo {
	position: absolute;
	left: 0; top: 0;
}
#title {
	position: absolute;
	left: 560px; top: 52px;
}
#wrapper-0 {
	background: #cacabe;
}
#wrapper-1 {
	background: #fff;
	width: 740px;
	margin: 0 auto;
	position: relative;
	border-bottom: 10px solid white;
	padding: 10px 40px;
	overflow: hidden;
}
#crumb {
	padding-bottom: 5px;
}
#footer {
	background: #eee url(../images/footer-bg.png) top repeat-x;
	min-height: 100px;
	padding-top: 10px;
}
#footerWrapper {
	width: 820px;
	margin: 0 auto;
}
.translucent {
	background: #fff;
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.offscreen {
	position: absolute;
	right: 101%;
	overflow: hidden;
}
.leftCol {
	float: left;
	width: 47%;
	padding-right: 1%;
}
.rightCol {
	float: right;
	width: 47%;
	padding-left: 1%;
}
.caption {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #999;
}
.ui-tabs {
	border: 1px solid #BBB9A9;
}
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: 0; overflow: hidden; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { border-right: 1px solid #BBB9A9; display: block; padding: 7px 15px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 
	cursor: text;
	background: #fff;
	color: #333;
	border-bottom: 1px solid #fff;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { 
	cursor: pointer;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { 
	display: block; 
	border-width: 0; 
	background: #fff;
	padding: 10px 20px;
}
.ui-tabs .ui-tabs-hide { display: none !important; }
#tabs ul {
	padding-left: 40px;
}
#tabNav li a {
	color: #998530;
	text-decoration: none;
	border-bottom: 1px solid #BBB9A9;
	background: #EBE6D2;
	color: #827855;
}
#tabNav li a:hover {
	text-decoration: underline;
	background: #727352;
	color: #fff;
}
#tabNav li.ui-tabs-selected a {
	border-bottom-color: #fff;
	background: #fff;
	color: #727067;
}
#tabNav li.ui-tabs-selected #last {
	border-right: none;
}

/***********/
/*  Tools  */
/***********/
.left {
	float: left;
}
.right {
	float: right;
}
.imgRightMargin {
	margin: 0 25px 0 0;
	float: left;
}
.imgLeftMargin {
	margin: 0 0 0 20px;
	float: right;
}
