@charset "UTF-8";

body {
	background: #4b4b4b url(../Images/default/bg-header2.jpg) repeat-x;
}
h1 {
	position: absolute;
	left: 0;
	bottom: 13px;
}
#leftColumn h2 {
	clear: both;
	padding-top: 5px;
}
object {
	border: 5px solid #ccc;
	display: block;
}
/****************/
/*  Containers  */
/****************/
#header, #content, #footerWrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 195px;
	background: url(../Images/default/bg-header.jpg) no-repeat;
}
#header form {
	position: absolute;
	right: 0;
	bottom: 70px;
}
#headRight {
	background: transparent url(../Images/default/bg-head-right.jpg) repeat-x;
	position: absolute;
	left: 50%;
	top: 0;
	height: 195px;
	width: 50%;
	z-index: -1;
}
#logo {
	position: absolute;
	bottom: 70px;
	left: 0;
}
#wrapper {
	background: #fff;
}
#content {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
}
#leftColumn {
	float: left;
	overflow: hidden;
	width: 587px;
	padding:  0 30px 20px 0;	
}
#sideBar {
	width: 350px;
	padding: 15px;
	float: right;
}
#sideBar h2 {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	color: #888;
}
#sideBar h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #9D9488;
	padding-bottom: 5px;
}
#sideBar p {
	font-size: 1.1em;
	line-height: 1.35em;
	color: #787878;
	padding-bottom: 5px;
}
#sideBar ul {
	font-size: 1.05em;
	color: #888;
}
#footer {
	clear: both;
	border-top: 6px solid #aca869;
	background: url(../Images/default/bg-footer.jpg) repeat-x;
	min-height: 170px;
}
#footer a {
	color: #fff;
}
.section {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}
/****************/
/*  Navigation  */
/****************/
ul#superNav {
	list-style: none;
	position: absolute;
	right: 0;
	top: 0;
	margin-bottom: 0;
}
ul#superNav li {
	float: left;
}
ul#superNav li a {
	display: block;
	padding: 10px 20px 9px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .8em;
}
ul#superNav li a:hover {
	background: #eaeaea;
}
ul#primaryNav {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
}
ul#primaryNav li {
	float: left;
}
ul#primaryNav li a {
	padding: 16px 14px 15px 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-transform: lowercase;
	font-variant: small-caps;
	display: block;
	color: #ddd;
}
ul#primaryNav li a:hover {
	background: #f0f0f0;
	color: #333;
}
ul#breadcrumb {
	list-style: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	overflow: hidden;
	color: #aaa;
}
ul#breadcrumb li {
	float: left;
	padding: 0 5px 0 0;
}
ul#breadcrumb li a {
	padding-right: 5px;
	color: #aaa;
}
/**************/
/*  Packages  */
/**************/
.contentPackage {
	width: 299px;
	float: left;
	margin: 30px 50px 15px 0;
}
.contentPackage h2 {
	font-size: 1.8em;
	border-bottom: 1px solid #B6AA66;
	padding: 0 0 8px 0;
	color: #555;
}
.contentPackage p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #777;
}
.last {
	margin-right: 0;
}
input.searchBox {
	width: 250px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}
/***********/
/*  Tools  */
/***********/
.left {
	float: left;
}
.clear {
	clear: both;
}
.hidden, .hideDepartment {
	position: absolute;
	left: -9999px;
	top: 0;
}
.imgPadded {
	float: right;
	padding: 5px 0 10px 10px;
}


/**********/
/*  Test  */
/**********/
.feature {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}
.leadGraphic {
	clear: both;
	border: 5px solid #ccc;
	float: left;
}
#didYouKnow {
	float: right;
	font-size: .85em;
	width: 261px;
	height: 330px;
	border: 5px solid #ccc;
	background:  #f5f5f5 url(../Images/default/question.png) no-repeat 92% 40%;
	padding: 15px;
}
#didYouKnow h2 {
	font-size: 2.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
ul#dyk {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	color: #888;
}
ul#dyk p {
	padding: 5px 0 3px 0;
}
ul#dyk ul {
	padding: 5px 0 3px 15px;
}
