/*  ----------------------------------------------------------------------
  GENERAL REDECLARATIONS
  ---------------------------------------------------------------------- */

/*
Orange #F87310
Yellow #E5AD2F
Lighter Gray #32302D
Darker Gray #292725
Black #000
*/

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #000;
}

body, tr,
td, input,
select 	{font:normal 13px/1.5 "Lucida Sans Unicode","Lucida Grande",sans-serif;color:#fff;}

a				{outline: none;}
a:link, 			
a:visited 		{color:#E5AD2F; text-decoration:none;}
a:hover,
a:active 		{color:#ccc; text-decoration:underline;}

#footer a:link,
#footer a:visited { color: #a1a1a1;text-decoration: none;}
#footer a:hover {  color: #ffffff; text-decoration: underline;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:22px; margin:0 0 12px;color: #fff;font-family: tahoma, arial, sans-serif;}
h2 					{font-size:16px; margin:8px 0;color: #E5AD2F;}
h3 					{font-size:14px; margin:6px 0 5px;color: #F87310;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 			{border-style: none; border-bottom: 1px dotted #F87310; color: #31302C; background-color: #31302C;}
			/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}
li blockquote 	{margin-bottom: 0px;font-size: 12px;}
h1 a:link, h1 a:visited {color: #fff;}
h1 a:hover, h1 a:active {color: #F87310;}
h3 a:link, h3 a:visited {color: #F87310;}
h3 a:hover, h3 a:active {color: #E5AD2F;}

.clr		{clear: both;}
.clear-right{clear: right;}
.clear-left {clear: left;}
.right		{float: right;}
.left		{float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.intro {font-size: 15px; font-weight: normal;line-height: 1.4em;}
.hidden {display:none;}
.margin-left {margin-left: 9px;}
.margin-top {margin-top: 10px;}
.no-margin {margin:0;}
.inline {display:inline;float:none;}

#preload, #audio {position: absolute;top: -1000px; left: -1000px;}

img.left	{margin-right:10px;}
img.right	{margin-left:10px;}
.red 		{color: #ff1000;}
.orange 	{color: #F87310;}
#map {width: 620px;height: 400px;}
.maps-map {margin-bottom: 20px;}

/*  ----------------------------------------------------------------------
  STANDARD LAYOUT
  ---------------------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 950px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	background: #32302D url("../images/content-bg.jpg") repeat-y 0 0;
}

#header {
	position: relative;
	padding: 0px;
	width: 950px;
	height: 247px;
	background-image: none;
}

#header h1 a {
	display: block;
	text-indent: -9000px;
	width: 950px;
	height: 215px;
	background: url("../images/header-content.jpg") no-repeat 0 0;
}

#header h1 {
	margin: 0;
}

#header h2 {
	float: left;
	text-indent: -9000px;
	margin: 0;
}

#content {
	margin: 0;
	width: 950px;
	height:auto;
	background: url("../images/content-top.jpg") no-repeat 0 0;
}

#content-main {
	float: left;
	width: 620px;
	height: 100%;
	padding: 25px;
}

#content-side {
	float: right;
	width: 200px;
	padding: 25px;
	background: transparent;
	height:100%;
}

/* Home Page Overrides*/

body#page-home #header {
	background: #000 url("../images/header-home.jpg") no-repeat 0 0;
	height: 417px;
}

body#page-home #header-photo {
	position: relative;
	display: visible;
	width: 950px;
	height: 247px;
	background: url("../images/home.jpg") no-repeat 0 0;
}

body#page-home #header h1 a {
	width: 350px;
	height: 138px;
	background-image: none;
}

body#page-home #content {
	background: url("../images/content-top-home.jpg") no-repeat 0 0;
}

body#page-home #nav {
		top: 385px !important;
		background: url("../images/nav-home.jpg") no-repeat 0 0  !important;
}
/* Home Overrides*/


#footer {
	clear:both;
	color: #E5AD2F;
	margin-top: 20px;
	width: 950px;
	height: 80px;
	text-align: center;
	background: #000 url("../images/footer.jpg") no-repeat 0 0;
}

#footer a#threeam-link {
	float: right;
	width: 240px;
	height: 30px;
	background: transparent;
	text-indent: -9000px;
}

#footer #footer-content {
	float: left;
	width: 690px;
	height: 30px;
	text-align: center;
	padding-top: 6px;
}

#gallery {
	float: right;
	width: 220px;
	background: #292725;
	padding: 10px 10px 0px 20px;
	margin: 8px 0 30px 10px;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



ul.linklist li a {
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 5px;
	display:block;
	height: auto;
	text-decoration: none;
	overflow: hidden;
	color: #F87310;
}

ul.linklist {
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 40px;
}

ul.linklist li {
	border-bottom: 1px dashed #444;
}

ul.linklist li a:hover  {
	display:block;
	background: #F87310;
	text-decoration: none;
	color: #fff;
}

ul.linklist li.menu-current a  {
	color: #fff;
}

body#page-locations ul.linklist li#nav_a_locations-index a {
	color: #fff;
}

/*----------------------------------
	FORM STYLING 
-----------------------------------*/

form {
	margin-top:10px;
	padding-bottom: 40px;
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

textarea,
input,
select {
	color: #000;
}

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:200px;
	margin-bottom:0px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
 /* color: #FF0000;*/
  color: #58595B;
  font-size: 10px;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:180px;
	text-align:left;
	padding-right:10px;
	padding-top:2px;
	padding-left: 0px;
	font-weight: bold;
}

input {
	margin-bottom: 2px;
	border: 1px solid #0F0F0F;
}

input:hover, textarea:hover {
  	border: 1px solid #F57E3D;
}

input.short {width: 40px;}

input.noborder {border: none;} 

textarea {
  width: 400px;
  height: 120px;
  margin-bottom: 6px;
}

select {margin-bottom: 6px;}
option {padding-right: 10px;}

.fieldWithErrors input{
	background-color: #FCC;
}

input.button,
.form-buttons input {
	width: auto;
	margin-left: 93px;
	margin-right: 10px;
    margin-top: 0px;
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
}

input.button:hover,
.form-buttons input:hover {
  color: #fff;
  background: #E5AD2F;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width: 290px;
  height: 120px;
}

.failed-validation {background: #FF8888;}

form.subscribe-form input  {
	width:130px;
}

form#subscribe-form input.button  {
	margin-left: 0px;
	width: auto;
}

form.subscribe-form label  {
	width:45px;
}

#ask-a-question-message-wrapper {
	border-bottom: 1px dotted #F87310;
}

/*----------------------------------
	TABLE STYLING
-----------------------------------*/

th, td {
	padding-right: 4px;
	vertical-align: top;
	text-align: left;
}


table.data {
	margin-bottom: 10px;
	width: 100%;
	border-collapse: collapse;
}

table.data td {
	vertical-align: top;
	padding: 4px 2px 3px 2px;
	border-bottom: 1px dotted #F87310;
}

table.data tr.last td,
table.data tr:last-child td {
	border-bottom: 0px dotted #F87310 !important;
}

table.data.border-bottom tr.last td,
table.data.border-bottom tr:last-child td {
	border-bottom: 1px dotted #F87310 !important;
}

td.bold {
	font-weight: bold;
}

table.data thead {} 


/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error,
.error {
	background: #FF4E4E;
	border: 3px solid #7AC593;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success,
.success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

.messages ul {
	margin-bottom:0;
	margin-top:0;
}
/* green */
.messages.success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* red */
.messages.error{
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}
/* orange */
.messages.warning {
	background: #ff9900;
	border: 3px solid #FF7722;
	padding: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

/* 	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 
		MODULE STYLING
	----------------------------------------------- 
	----------------------------------------------- 
	----------------------------------------------- 		
----------------------------------------------- */

/* ----------------------------------------------- 
		FAQS EXPAND-COLLAPSE STYLING - use this when we have a module built. As seen in Shark Shield and OLoughlins
		Use snippet of application.js or add it to three.js?
----------------------------------------------- */

.expand-collapse h3:hover {cursor: pointer;}

.expand-collapse h3 span {
	padding:0 15px;
	display:inline;
	background-position:5px -3px;
	background-repeat:no-repeat;
	background-image:url("../images/expand.png");
}

.expand-collapse h3.expanded span {
	background-image:url("../images/retract.png");
}

/* ----------------------------------------------- 
		LINKS MODULE
----------------------------------------------- */

img.link-group-photo {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
.link-group,
.links-wrapper {clear: left;margin-bottom: 20px;width: 100%;height: auto; float: left}
.link-group {border-bottom: 1px dashed #ccc;}
.links-wrapper ul {list-style: none;margin-left: 0px;}
.links-wrapper ul li {clear: left;height: auto;float: left;width: 100%;}
.links-wrapper ul li img {float: left;margin: 0 10px 10px 0;padding: 2px;border: 1px solid #ccc;}
p.link-description,
p.link-url {margin-top: 0px;margin-bottom: 0px;}

/*----------------------------------
	BANNER MODULE
-----------------------------------*/

#header-banner {
	padding-top:12px;
	height:85px;
	overflow:hidden;
}

/*----------------------------------
	BREADCRUMBS
-----------------------------------*/

ul.breadcrumbs {
	margin:0;
	list-style-type:none;
	list-style-image:none;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

ul.breadcrumbs li {
	display:inline;
	margin-right:5px;
	font-size: 11px;
}

/*----------------------------------
	BLOGS
-----------------------------------*/

.blog-item {border-bottom: 1px solid #ccc;margin-bottom: 20px;}
.blog-item h2 {margin-bottom: 0px;}
.blog-item .item-image {margin: 0 10px 10px 0;}
h3.posted {color: #444;font-size: 11px;margin-top: 0px;}

/*----------------------------------
	FORMS MODULE 
-----------------------------------*/



.form-item {
	float:left;
	padding:0.5em 0;
	width: 100%;
	height: auto;
	margin-bottom:0.5em;
}

.form-item label {width: 100px;}

.form-item textarea {
	width: 360px;
}

.form-item.required {

}

.form-item.error {
	
}

.form-item .description {
	clear:left;
	margin-left: 110px;
}

.form-item input.error, .form-item textarea.error {
	border-color:#E74A4A;
	border-style:solid;
	border-width:1px;
}

.radiolabel {font-weight: normal;}

.radio-group-wrapper {margin-left: 110px;}

.radio-group-wrapper input,
.checkboxes-wrapper input {
	margin: 4px 5px 0 0;
	width: auto;
	border: 0px;
}


.form-buttons input {width: auto;margin-left: 110px;}

#form-apply_for_work label {width: 100%;float: none;margin-bottom: 5px;}
#form-apply_for_work .form-item textarea {}

#form-apply_for_work .radio-group-wrapper,
#form-apply_for_work .form-item .description {
	margin-left: 0px;
}

#form-apply_for_work .radio-group-wrapper input,
#form-apply_for_work .radio-group-wrapper label {margin-bottom: 0px;}

#form-apply_for_work .form-item {
	border-bottom: 1px dotted #F87310;
}

#form-apply_for_work .form-buttons input {
	margin-left: 0px;
}

#recaptcha_widget_div {
	clear: left;
}
/*----------------------------------
	SEARCH RESULTS
-----------------------------------*/