/* @group OVERRIDES */

a.site-credit-link:link, a.site-credit-link:active, a.site-credit-link:visited {display: inline;}

/* @end */

/* @group RESET */ /* Basic css zeroing for cross-browser conformity */

html,body,div,h1,h2,h3,h4,h5,h6,p,pre,form,blockquote,fieldset,input {margin: 0px; padding: 0px;}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,strong,th {font-weight: normal; font-style: normal;}

fieldset,img {border: none;}

/* @end */

/* @group LAYOUT */

body {background: #FFFFFF;}

img, div {behavior: url(/SiteFiles/####/Scripts/iepngfix.htc);} /* Add other elements using png's as needed */

img.alignleft {float: left;	margin: 2px 20px 18px 0;} /* Class for image aligned left with margin */

img.alignright {float: right; margin: 2px 0 18px 20px;} /* Class for image aligned right with margin */

hr {
	border: 0px;
	width: 100%;
	color: #d9d9d9;
	background-color: #d9d9d9;
	height: 1px;
	line-height: 1px;
	margin: 10px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0.0;
	font-size: 0px;
}

/* @end */


body {
	color:#808080;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:18px;
}
p {
	margin-bottom: 18px;
}
a:link, a:visited, a:active {
	color: #A7CC00; 
	text-decoration: none;
}
a:hover {
	color: #A7CC00; 
	text-decoration: underline;
}
a:focus {
	outline: none; 
}
strong, b {
	font-weight:normal;
	color: #262626; 
}

h1 {
	color:#262626;
	font-size:26px;
	line-height:42px;
}
h2 {
	color:#808080;
	font-size:18px;
	line-height:30px;
}
h3 {
	color: #262626;
	font-size: 22px;
	letter-spacing: -.5px;
	margin-bottom: 14px;
}
h4 {
	color: #262626;
	font-size: 22px;
	letter-spacing: -.5px;
}
h5 {
	font-size: 11px;
	color: #808080;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
}


div.blog {
	text-align: left;
}

#header-wrapper {
	background: url(/sitefiles/1279/images/mobile-header-bg.gif) repeat-x 0 0 #000;
	width: 100%;
}
#logo {
	margin:30px 0;
	text-align:center;
	width:100%;
}
#header {
	color:#FFFFFF;
	height:41px;
	margin:0 auto;
	position:relative;
	text-align:center;
	width:95%;
}
#header span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	line-height: 40px;
}
#back {
	background:url("/sitefiles/1279/images/mobile-back.png") no-repeat scroll 0 0 transparent;
	height:23px;
	left:0;
	padding:5px 0 0 7px;
	top:6px;
	width:49px;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	text-decoration:none;
}
#menu {
	background:url("/sitefiles/1279/images/mobile-menu.gif") no-repeat scroll 0 0 transparent;
	height:25px;
	padding:5px 0 0;
	right:0;
	top:5px;
	width:55px;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	text-align:center;
	text-decoration:none;
}

#mainnav ul {
	list-style:none outside none;
	margin:20px auto;
	padding:0;
	width:90%;
}
#mainnav li {
	list-style:none outside none;
	margin-bottom:2px;
	text-align:left;
}
#mainnav li a.first {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}
#mainnav li a.last {
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}
#mainnav li a {
	background:url("/sitefiles/1279/images/mobile-arrow.png") no-repeat scroll 95% 50% #B7D333;
	color:#FFFFFF;
	display:block;
	font-size:1.3em;
	font-weight:bold;
	padding:12px 20px;
	text-decoration:none;
}
.dropdown-wrapper {
	background-color:#B7D333;
	display:none;
	height:26px;
	padding:10px 0;
	position: relative;
	text-align:center;
	width:100%;
}
.dropdown {
	text-align: center;
}
.dropdown h3 {
	color:#FFFFFF;
	display:inline;
	font-size:16px;
	font-weight:bold;
	margin:0 10px 0 0;
}
.dropdown select {
	font-size:14px;
}
.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropdown li {
	margin:0;
	padding:0;
	text-align:left;
}
.dropdown li a {
	border-right:1px solid #FFFFFF;
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:helvetica,arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}
#content {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
#footer, #footer a {
	color:#666;
	font-size:1em;
	text-align:center;
	text-decoration:none;
}
#footer {
	background-color:#F3F3F3;
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	height:30px;
	margin:0;
	padding:0;
	text-align:right;
	color:#666666;
	font-size:1em;
	text-decoration:none;
}
#footer a {
	color:#666666;
	display:block;
	float:right;
	font-size:1em;
	height:16px;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	width:50%;
}

/* @group SLIDER */

.anythingSlider {
	height:500px;
	margin:0 auto 15px;
	position:relative;
	width:320px;
}

.anythingSlider .wrapper {
	height:500px;
	left:0;
	margin:0;
	overflow:auto;
	position:absolute;
	top:0;
	width:320px;
}

.anythingSlider .wrapper ul {
	left:0;
	list-style:none outside none;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:99999px;
}

.anythingSlider ul li {
	display:block;
	float:left;
	height:209px;
	margin:0;
	padding:0;
	width:320px;
}

.anythingSlider .arrow {
	cursor:pointer;
	display:block;
	height:39px;
	position:absolute;
	text-indent:-9999px;
	top:192px;
	width:69px;
}

.anythingSlider .forward {
	background:url("/sitefiles/1279/images/mobile-arrows.png") no-repeat scroll -73px 0 transparent;
	right:1%;
}

.anythingSlider .back {
	background:url("/sitefiles/1279/images/mobile-arrows.png") no-repeat scroll 0 0 transparent;
	right:23%;
}
#thumbNav, #start-stop {
	display: none;
}
.job-info {
	margin-top:20px;
	padding:0 20px;
}
.job-info h2 {
	color:#232323;
	font-size:26px;
	line-height:30px;
	margin-bottom:18px;
}
.job-info strong {
	color: #232323;
}
.job-info a {
	color: #A7CC00;
}

/*
  Prevents
*/

.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

/* @end */


