.cake-sql-log {
  display: none;
}

html,
body {
	height: 100%;
}

body {
	background: inherit;
	color: inherit;
	font-size: 62.5%;
	text-align: center;
}

a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: underline;
}

/* @group Background */

#background {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	min-height: 100%;
	padding: 0;

	_height: 100%;
}

/* @end */

#wrapper {
	background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 950px;
}

.page {
  overflow: hidden;
  position: relative;
  zoom: 1;
}

#background .page .article,
#background .page .sidebar {
  padding-bottom: 10000px;
  margin-bottom: -10000px;
  min-height: 1px;
  _height: 1px;
}

/* @group Header */

.header {
	display: block;
}

.header a {
	display: block;
}

.header a img {
	display: block;
}

/* @end */

/* @group Article */

.article {
	float: left;
	margin-left: 240px;
	width: 710px;

	_display: inline;
}

.article .wrapper {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
}

.article .footer .wrapper {
 	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
}

/* @end */

/* @group Aside */

.sidebar {
	float: left;
	margin-left: -950px;
	width: 230px;
}

.sidebar .wrapper,
.sidebar .top .wrapper,
.sidebar .bottom .wrapper {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
}

.sidebar .top {
  padding-bottom: 100px;
}

.sidebar .bottom {
  bottom: 0;
  position: absolute;
  left: 0;
  width: 230px;
  zoom: 1;
}

/* @end */

/* @group Footer */

.footer {
	clear: both;
}

.footer .wrapper {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
	zoom: 1;
}

#tertiary-navigation {
	overflow: auto;
	zoom: 1;
}

#tertiary-navigation li {
  border-right: 1px solid #fff;
	display: block;
	float: left;
	padding: 0 10px;
}

#tertiary-navigation li.first-child {
  padding-left: 0;
}

#tertiary-navigation li.last-child {
  border-right: 0;
  padding-right: 0;
}

#tertiary-navigation a,
#tertiary-navigation a:link {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

#tertiary-navigation a:visited,
#tertiary-navigation a:hover,
#tertiary-navigation a:active {
}

/* @end */

/* @group Primary Navigation */

#primary-navigation,
#primary-navigation li,
#primary-navigation a,
#primary-navigation a:hover,
#primary-navigation a:visited,
#primary-navigation a.selected,
#primary-navigation span,
#primary-navigation ul,
#primary-navigation li li,
#primary-navigation li li a,
#primary-navigation li li a:hover,
#primary-navigation li li a:visited,
#primary-navigation li li a.selected,
#primary-navigation li li span,
#primary-navigation ul ul,
#primary-navigation li li li,
#primary-navigation li li li a,
#primary-navigation li li li a:hover,
#primary-navigation li li li a:visited,
#primary-navigation li li li a.selected,
#primary-navigation li li li span,
#primary-navigation ul ul ul,
#primary-navigation li li li li,
#primary-navigation li li li li a,
#primary-navigation li li li li a:hover,
#primary-navigation li li li li a:visited,
#primary-navigation li li li li a.selected,
#primary-navigation li li li span {
  display: block;
}

/* @end */

/* @group Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.article h1,
.content-block h2,
.content-block h3 {
	background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

.content-block p,
.content-block ul,
.content-block ol,
.module-bd p,
.module-bd ul,
.module-bd ol {
  margin-bottom: 1em;
}

.content-block ul {
  list-style-type: disc;
  margin-left: 30px;
}

.content-block ol {
  list-style-type: decimal;
  margin-left: 30px;
}

.content-block a,
.content-block a:link {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.content-block a:visited,
.content-block a:hover,
.content-block a:active {
}

.content-block p.link {
  clear: both;
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.content-block p.link a,
.content-block p.link a:link {
	background: transparent none no-repeat scroll 0% 0%;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.content-block a:visited,
.content-block a:hover,
.content-block a:active {
}

/* @end */

/* @group Content Blocks */

.content-block {
  clear: both;
}

.content-block .wrapper {
	background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
	zoom: 1;
}

.content-block .wrapper:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* @end */

/* @group Images */

.image img {
  background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
  display: block;
  padding: 0;
}

.wrap-left .image,
.align-left .image,
.align-left .youtube {
  float: left;
  margin-bottom: 1em;
  margin-right: 15px;
}

.wrap-right .image,
.align-right .image,
.align-right .youtube {
  float: right;
  margin-bottom: 1em;
  margin-left: 15px;
}

/* Padding-left should be set to  total width of border and padding on .image img */

.align-left .content {
  margin-left: 265px;
  padding-left : 0;
}

/* Padding-right should be set to  total width of border and padding on .image img */

.align-right .content {
  margin-right: 265px;
  padding-left : 0;
}

/* @end */

/* @group Pagination */

.pagination_info ul li,
.pagination_links ul li {
  display: inline;
}

/* @end */

/* @group Job Index Page */

.index .job {
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 350px;
}

.index .alt {
  clear: none;
  margin-right: 0;
}

.index .job .module-fg {
	background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
}

.index .job .module-hd {
	background: transparent none no-repeat scroll 0% 0%;
	border: medium none transparent;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	padding: 0;
}

.index .job .module-hd a,
.index .job .module-hd a:link {
	background: transparent none no-repeat scroll 0% 0%;
	display: inline;
	color: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

.index .job .module-hd a:visited,
.index .job .module-hd a:hover,
.index .job .module-hd a:active {
}

/* @end */

/* This should merge in please! */

/* @group Generic Form Styles */

form {
  padding: 0 40px;
}

fieldset {
  margin: 0 0 1em;
}

input {
  	margin: 0;
}

.input {
  clear: left;
  padding: 0 0 0 170px;
  margin-bottom: 1px;
}

.input div {
  margin: 0.5em 0;
}

.spacing div{
  margin-bottom: 2em;
}

form label,
form p.label {
  font-weight: bold;
  line-height: 1;
  margin: 0 0 0 -170px;
  padding: 4px 10px 1px;
  width: 150px;
  float: left;
}

form p.label {
  padding-top: 0;
}

.text input {
	border: 1px solid #ccc;
	display: inline;
	font-family: inherit;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 3px;
	width: 292px;
}

.textarea textarea {
	border: 1px solid #ccc;
	display: inline;
	font-family: inherit;
	font-size: 1em;
	height: 100px;
	line-height: 1;
	margin: 0;
	padding: 3px;
	width: 292px;
}

.short input,
.short textarea {
	width: 142px;
}

.large input,
.large textarea {
	width: 442px;
}

.select select {
	border: 1px solid #ccc;
	display: inline;
	font-family: inherit;
	font-size: 1em;
	line-height: 1;
	margin: 0;
	padding: 3px;
	width: 300px;
}

.date select {
  width: 150px;
}

.short select {
	width: 150px;
}

.large select {
	width: 450px;
}

.checkbox-group li,
.radio-group li {
  position: relative;
}

.checkbox-group label,
.radio-group label {
  display: inline;
  float: none;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 25px;
}

.checkbox input,
.checkbox-group input,
.radio-group input {
  left: 0;
  margin: 0;
  position: absolute;
  top: -2px;
}

.checkbox-group {
  clear: both;
}

.checkbox-group ul {
  float: left;
  width: 100%;
}

.checkbox-group .columns-2 li{
  float: left;
  margin-top: 0;
  width: 50%;
}

.checkbox-group .columns-3 li{
  float: left;
  margin-top: 0;
  width: 33%;
}

.checkbox-group .columns-4 li{
  float: left;
  margin-top: 0;
  width: 25%;
}

.checkbox div {
  position: relative;
}

.checkbox label {
  float: none;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0 0 0 25px;
}

form p {
  margin: 0.5em 0;
}

form li {
  display: block;
  margin: 0.5em 0;
}

.note {
  	color: #454545;
 	font-style: italic;
}

.error {
	background-color: #FFDFDF;
  overflow: hidden;
  zoom: 1;
}

.text .form-error,
.select .form-error,
.textarea .form-error {
	border-color: #C70707;
}

.error-message {
	color: #C70707;
	font-weight: bold;
}

.bad {
	background-color: #FFDFDF;
	color: #C70707;
	font-weight: bold;
  overflow: hidden;
  padding: 0.5em 10px;
}

.ok {
	background-color: #99cc99;
	color: #006633;
	font-weight: bold;
  overflow: hidden;
  padding: 0.5em 10px;
}

/* @end */

.filters form {
  overflow: auto;
  zoom: 1;
}

.filters .submit input {
  margin-bottom: 0;
}

.filters-bd {
  overflow: hidden;
}

/* @group sitemap */

/* ------------------------------------------------------------
	NUMBER OF COLUMNS: Adjust #primaryNavigation li to set the number
	of columns required in your site map. The default is
	4 columns (25%). 5 columns would be 20%, 6 columns would
	be 16.6%, etc.
------------------------------------------------------------ */

#primaryNavigation li {
	width: 20%; /* default value - override in style tag on page */
}

#primaryNavigation li ul li {
	width:100% !important;
}

#primaryNavigation.col1 li { width:99.9%; }
#primaryNavigation.col2 li { width:50.0%; }
#primaryNavigation.col3 li { width:33.3%; }
#primaryNavigation.col4 li { width:25.0%; }
#primaryNavigation.col5 li { width:20.0%; }
#primaryNavigation.col6 li { width:16.6%; }
#primaryNavigation.col7 li { width:14.2%; }
#primaryNavigation.col8 li { width:12.5%; }
#primaryNavigation.col9 li { width:11.1%; }
#primaryNavigation.col10 li { width:10.0%; }


/* ------------------------------------------------------------
	Site Map Styles
------------------------------------------------------------ */

.sitemap .article {
  margin-left: 0;
  width: 950px;
}

/* --------	Top Level --------- */

#primaryNavigation {
	margin: 30px 0 0;
	float: left;
	width: 100%;
}
#primaryNavigation #home {
	display: block;
	float: none;
	background: #ffffff url(/img/site/layout/slickmap/L1-left.png) center bottom no-repeat;
	position: relative;
	z-index: 2;
	padding: 0 0 30px 0;
}
#primaryNavigation li {
	float: left;
	background: url(/img/site/layout/slickmap/L1-center.png) center top no-repeat;
	padding: 30px 0;
	margin-top: -30px;
}
#primaryNavigation li a {
	margin: 0 20px 0 0;
	padding: 10px 0;
	display: block;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #333;
	border: 2px solid #f2f2f2;
  text-decoration: none;
}
#primaryNavigation li a:hover {
	background-color: #efefef;
	border-color: #454545;
  text-decoration: underline;
}
#primaryNavigation li.last-child {
	background: url(/img/site/layout/slickmap/L1-right.png) center top no-repeat;
}

/* --------	Second Level --------- */

#primaryNavigation li li {
	width: 100%;
	clear: left;
	margin-top: 0;
	padding: 10px 0 0 0;
	background: url(/img/site/layout/slickmap/vertical-line.png) center bottom repeat-y;
}
#primaryNavigation li li a {
	background-color: #fff;
}
#primaryNavigation li li a:hover {

}
#primaryNavigation li li.first-child {
	padding-top: 30px;
}
#primaryNavigation li li.last-child {
	background: url(/img/site/layout/slickmap/vertical-line.png) center bottom repeat-y;
}

/* --------	Third Level --------- */

#primaryNavigation li li ul {
	margin: 10px 0 0 0;
	width: 100%;
	float: right;
	padding: 9px 0 10px 0;
	background: #ffffff url(/img/site/layout/slickmap/L3-ul-top.png) center top no-repeat;
}
#primaryNavigation li li li {
	background: url(/img/site/layout/slickmap/L3-center.png) left center no-repeat;
	padding: 5px 0;
}
#primaryNavigation li li li a {
	background-color: #fff;
	font-size: 12px;
	padding: 5px 0;
	width: 80%;
	float: right;
}
#primaryNavigation li li li a:hover {

}
#primaryNavigation li li li.first-child {
	padding: 15px 0 5px 0;
	background: url(/img/site/layout/slickmap/L3-li-top.png) left center no-repeat;
}
#primaryNavigation li li li.last-child {
	background: url(/img/site/layout/slickmap/L3-bottom.png) left center no-repeat;
}

/* ------------------------------------------------------------
	Utility Navigation
------------------------------------------------------------ */

#utilityNav {
	float: right;
	max-width: 50%;
	margin-right: 10px;
}
#utilityNav li {
	float: left;
	margin-bottom: 10px;
}
#utilityNav li a {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: block;
	border: 2px solid #f2f2f2;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333;
	text-decoration: none;
}
#utilityNav li a:hover {
	background-color: #efefef;
	border-color: #454545;
	text-decoration: underline;
}

/* @end */

/* @group Jobs table */

.jobs-table th,
.jobs-table td {
  color: #333333;
  border: 1px solid #ccc;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
  line-height: 1.4;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  text-align: left;
  vertical-align: top;
}

.jobs-table thead th {
  background-color: #dedede;
}

.jobs-table td {
  background-color: #fefefe;
}

.jobs-table .alt td {
  background-color: #efefef;
}

.jobs-table .more-link,
.jobs-table .less-link,
.jobs-table .job-title a {
  color: #333333;
  cursor: pointer;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
  text-decoration: underline;
}

.jobs-table .job-title a:hover {
  color: #333333;
  text-decoration: none;
}

.jobs-table .summary {
  color: #333333;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
}

/* @end */

/* @group RSS feed icon on job index */

.rss {
  background: transparent url(/img/site/layout/feed-icon-14x14.png) no-repeat 0 0;
  display: block;
  height: 14px;
  margin-left: 660px;
  overflow: hidden;
  text-indent: -5000px;
  width: 14px;
}

/* @end */

/* @group Media Player */

#media-player {
  display: block;
  height: 330px;
  width: 520px;
}

/* @end */

/* @group Recaptcha */

#recaptcha_widget_div {
  margin-left: 170px;
}

/* @end */

.rich-text p,
.rich-text ol,
.rich-text ul {
	margin-bottom: 1.5em;
}

.rich-text ol,
.rich-text ul {
	margin-left: 25px;
}

.rich-text ol {
	list-style-type: decimal;
}

.rich-text ul {
	list-style-type: disc;
}

.rich-text a {
  text-decoration: underline;
}

.rich-text a:hover {
  color: #fff;
}

.twitter {
  margin-bottom: 20px;
}

a.linkedin {
  float:right;
  width: 158px;
}

a.facebook-page {
  background: url(/img/site/layout/facebook-icon.png) no-repeat 0 0;
  float: right;
  height: 27px;
  margin-right: 10px;
  width: 27px;
}
