/* LAYOUT */
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
}

a.btn, a.btn:link {
	color:#fff;
}

div.page {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	text-align: left;
}

div.pageMasthead {
	height: 92px;
}

div.pageBody {
	width: 1020px;
	background-image:url(../images/bg_pagebody_stretch.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	float: left;
}
	div.pageBody div.columnLeft {
		width: 215px;
		float: left;
	}
	div.pageBody div.columnRight {
		width: 730px;
		float: left;
		padding: 20px 48px 0 20px;
		font-size: 1.2em;
		line-height: 1.8em;
	}

div.pageFooter {
	clear:both;
	width: 1020px;
	text-align: center;
	float: left;
}

div.featuredContent {
	padding: 10px 14px 24px 12px;
	width: 188px;
}

/* NAVIGATION */
ul.navigationPrimary {
	background-color: #000;
	list-style: none;
	margin: 0;
	padding: 0 0 0 150px;
	border: 2px solid #fff;
	float: left;
	width: 870px;
}

.navbgfix {
	background-image: url(../images/bg_primary_nav_item_on.gif);
	background-repeat: repeat-x;
}

ul.navigationPrimary li {
	float: left;
	background: none;
	margin: 0;
	padding: 0;
	width:20%;
}
	ul.navigationPrimary li.last {
		border-right: none;
	}
	ul.navigationPrimary li.last a, ul.navigationPrimary li.last a:link {
		padding: 4px 19px 0 19px;
	}
	
ul.navigationPrimary li a, ul.navigationPrimary li a:link {
	display: block;
	float: left;
	text-align: center;
	font-family: 'Signika Negative', sans-serif;
	font-size: 1.8em;
	font-weight: 400; 
	color: #fff;
	text-decoration: none;
	padding: 4px 0 4px 0;
	background-color: #000;
	width:100%;
}
ul.navigationPrimary li a:hover, ul.navigationPrimary li a.on {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	
}		

div.navigationSecondary {
	background-color: #efeedf;
	border-bottom: 2px solid #fff;
}

	div.navigationSecondary ul {
		margin: 16px 0 0 10px;
		padding: 0;
	}
	
	div.navigationSecondary ul li {
		background: none;
	}
	
	div.navigationSecondary ul li a, div.navigationSecondary ul li a:link {
		display: block;
		padding-left: 12px;
		background-image: url(../images/arrow_right_black.gif);
		background-repeat: no-repeat;
		background-position: left 4px;
		font-size: 12px;
		color: #000;
	}
	
	div.navigationSecondary ul li a:hover, div.navigationSecondary ul li a.on {
		background-image: url(../images/arrow_right_red_bg_beige.gif);
		color: #E20A16;
		text-decoration: none;
	}





/* TAGS */
h1 {
	position: relative;
	top: 6px;
	margin: 0;
	padding: 0;
	width: 217px;
	height: 81px;
	text-indent: -5000px;
	background-image: url(../images/logo-new.png);
	background-repeat: no-repeat;
}
h1 a, h1 a:link {
	display: block;
	width: 307px;
	height: 81px;
}

h2 {
	color: #000;
	font-family: 'Signika Negative', sans-serif;
	font-size: 3.1em;
	font-weight: 300;
	margin: 0 0 .7em 0;
	padding: 0;
}

h3 {
	font-family: 'Signika Negative', sans-serif;
	margin: 0 0 0 0;
	padding: 0;
	display: inline;
	font-size: 1.8em;
	font-weight: 400;
}

h5 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
}

p {
	line-height: 1.5em;
	margin: 0 0 1.6em 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	padding-left: 12px;
	margin-bottom: 12px;
	background-image: url(../images/arrow_right_black.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

a, a:link {
	text-decoration: none;
	color: #E20A16;
}
a:hover {
	text-decoration: underline;
}

dl {
	font-size: 1.2em;
}

dl dt {
	padding-left: 12px;
	color: #E20A16;
}
	dl dt a, dl dt a:link {
		color: #E20A16;
	}

dl dd {
	margin: 0;
	padding: 0 0 0 12px;
}

img {
	border: 0;
}

/* CONTEXT */
div.pageFooter p {
	font-family: 'Signika Negative', sans-serif;
	font-size: 1.3em;
	margin: 0;
	padding: 0 0 0 0;
}
div.pageFooter a, div.pageFooter a:link {
	color: #333;
}

div.pageFooter a:hover {
	color: #E20A16;
}

div.pageBody div.columnLeft .columnLeftItem {
	border-bottom: 2px solid #fff;
	display: block;
}

/* CLASSES */
.alertMessage {
	color: #FF0000;
	font-weight: bold;
}
.infoMessage {
	color: #009900;
	font-weight: bold;
}

/* FORMS */
select {
	color:#999;
}
textarea.textfield {
	font-size: 11px;
	padding-right: 0;
}

input.longText {
	width: 200px;
}
textarea.longText {
	width: 450px;
	height: 150px;
}

input.mediumText {
	width: 150px;
}
input.zipcode {
	width: 70px;
}
input.shortText {
	width: 50px;
}
input.dateText {
	width: 70px;
}

.imageButton {
	vertical-align: middle;
}

table.infoTable {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 500px;
}

table.infoTable th {
	background-color: #E6E5C4;
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	padding: 4px;
}

table.infoTable td {
	border: 1px solid #000;
	border-collapse: collapse;
	padding: 4px;
	width: 75%;
}
table.infoTable td.label {
	width: 25%;
}

table.layoutTable {
	border: none;
}

table.layoutTable td {
	border: none;
}

div.twoColumn {
	width: 250px;
	float: left;
}

div.threeColumn {
	width: 150px;
	float: left;
	margin: 0 10px 20px 0;	
	padding: 8px;
}
div.threeColumn img {
	display: block;
}

.shiftRight {
	display: block;
	float: right;
}

table.recent {
	margin: 16px 0 0 0;
}

table.recent td {
	padding: 0 10px 20px 0;
	vertical-align:top;
}

table.recent td img {
	display:block;
	max-width:214px;
	min-width:190px;
}

table.recent td div {
	height:146px;
	margin-bottom:6px;
	overflow:hidden;
}

div.input {
	margin-bottom:8px;
}

div.input label {
	font-weight:bold;
}

div.checkbox label {
	font-weight:normal;
}

div.checkbox {
	float:left;
	margin: 0 10px 10px 0;
	width:200px;
}

.clear {
	clear:both;
	display:block;
	width:100%;
}

.hiddensection {
	display:none;
}

.error input, .error select, .error textarea {
	border:1px solid #E20A16;
}

.error-message {
	color:#E20A16;
}

.largetabfont li a {
	font-size: 13px;
	font-weight:bold;
}

.sortable-worksamples .well:hover {
	cursor:move;
}

span.requiredfield {
	color:#ff0000;
	font-size: 140%;
	font-weight:bold;
}

#logged_in_panel {
	float:right;
	font-size: 12px;
	margin-top: 20px;
}

.navwithcheckscroller .nav {
  margin-bottom: 0;
}

div.check-scroller {
	background-color: #fff;
	border:1px solid #ddd;
	height: 226px;
	overflow-y:scroll;
	padding: 8px 0 8px 4px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

div.tabbable div.check-scroller {
	border-top: none;
	border-top-left-radius: 0;
	-moz-border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
}

div.check-scroller div.checkbox {
	width: 138px;
}

span.media {
	background-color:#eee;
	display:block;
	width:151px;
	height:113px;
	position: relative;
}

span.media i {
	left:45%;
	position: absolute;
	top:45%;
}

a#btn-advanced-search {
	color:#333;
	float:right;
	display:block;
	margin-top:4px;
}

.advanced-search {
	clear:both;
	display:none;	
	padding: 16px 0 0 0;
}

.helper {
	position		: relative;
}

.helper span {
	background		: #fff;
	border			: 1px solid #999;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	display			: none;
	left			: -60px;
	line-height: 14px;
	padding			: 5px 10px;
	position		: absolute;
	top				: 30px;
	width			: 230px;
	z-index			: 999;
	
	border-radius			:6px;
	-webkit-border-radius	:6px;
	-moz-border-radius		:6px;

	box-shadow				:rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
	-webkit-box-shadow		:rgba(0, 0, 0, 0.2) 0px 0px 15px 0px;
	-moz-box-shadow			:rgba(0, 0, 0, 0.3) 0px 0px 15px 0px;
}

ul.thumbnails .span4 {
	display: inline-block !important;
	float:none !important;
}