/* Here starts template and global styles */

/* @group General */

.required {
	color: red;
}

body {
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}

html {
	margin: 0;
	padding: 0;
}

a img {
	border-style: none !important;
	text-decoration: none;
	background-color: transparent;
}

a:link {
	color: #002645;
	text-decoration: underline;
}

a:visited {
	color: #002645;
	text-decoration: underline;
}

a:hover {
	color: #666e42;
	text-decoration: none;
}

a:active {
	color: #666e42;
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

table {
  border-collapse: collapse !important;
}

hr {
	background-color: transparent;
	border-top: 1px dotted #666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: .75em;
	margin-bottom: .75em;
}

h1, h2, h3, h4, h5, h6 {
	text-decoration: none;
	color: #002645;
	line-height: 1.5em;
	font-family: "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: .75em;
	font-weight: bold;
}

h1 {
	font-size: 16px;
	margin-top: 0;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
}

.blueText {
	color: #002645;
	font-weight: normal;
	font-style: normal;
}

.blueTextBold {
	color: #002645;
	font-weight: bold;
}

.textBold {
	font-weight: bold;
}

.textItalics {
	font-style: italic;
}

ul {
	list-style-type: square;
	margin-bottom: 2em;
	margin-top: 0;
}

li {
	margin-top: .5em;
	margin-bottom: .5em;
}



/* @end */

/* @group Header */

.headerMainWrap {
	width: 100%;
	height: 140px;
	margin: 0;
	padding: 0;
	clear: both;
	background: url(../images/global/bg_gray_shadow_up.png) repeat-x left bottom;
	border-style: none;
}

.headerContentWrap {
	width: 795px;
	height: 140px;
	margin: 0;
	padding: 0;
	border-style: none;
}

.leftColHeader {
	width: 195px;
	height: 140px;
	margin: 0;
	padding: 0;
	border-style: none;
}

.rightColHeader {
	width: 600px;
	height: 140px;
	margin: 0;
	padding: 0;
	background: #fff url(../images/global/bg_white_shadow_up.png) repeat-x 0 bottom;
	font: 9px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #8f8f8f;
	vertical-align: bottom;
	text-align: center;
	border-style: none;
}

.rightColHeader img {
	border-style: none;
}



/* @end */

/* @group Navigation */

.navMainWrap {
	background-color: #002645;
	width: 100%;
	height: 110px;
	margin: 0;
	padding: 0;
	clear: both;
}

.navContentWrap {
	width: 795px;
	height: 110px;
	margin: 0;
	padding: 0;
	color: #eaeaea;
	font-size: 9px;
}

.leftColLogo {
	background-color: #002645;
	width: 195px;
	height: 110px;
	margin: 0;
	padding: 0;
}

.navRightCol {
	background-color: #002645;
	width: 600px;
	height: 110px;
	margin: 0;
	padding: 0;
}

.navWrap {
	width: 600px;
	height: 110px;
	margin: 0;
	padding: 0;
}

.navMain {
	width: 600px;
	height: 65px;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	color: #fff;
	font: normal 12px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
}

.navMain a:link {
	color: #fff;
	text-decoration: none;
}

.navMain a:visited {
	color: #fff;
	text-decoration: none;
}

.navMain a:hover {
	color: #fff;
	text-decoration: none;
}

.navMain a:active {
	color: #fff;
	text-decoration: none;
}

.navButtons {
	text-align: left;
	vertical-align: bottom;
}

.navSec {
	width: 560px;
	height: 37px;
	margin: 0;
	padding: 8px 20px 0;
	font: 10px/.75em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	color: #ccc;
}

.navSec ul, ol {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

.navSec li {
	border-right: 1px solid #ccc;
	padding-right: 1.5em;
	display: inline;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	margin-top: 0;
	margin-left: 0;
	margin-right: 1.5em;
	padding-top: .2em;
	padding-bottom: .2em;
}

.navSec a:link {
	color: #ccc;
	text-decoration: none;
}

.navSec a:visited {
	color: #ccc;
	text-decoration: none;
}

.navSec a:hover {
	color: #fff;
	text-decoration: none;
}

.navSec a:active {
	color: #fff;
	text-decoration: none;
}

.navSecSelected {
	color: #9eaac1;
}

.navSecSelected a:link {
	color: #9eaac1;
}

.navSecSelected a:visited {
	color: #9eaac1;
}

.navSecSelected a:hover {
	color: #fff;
	text-decoration: none;
}

.navSecSelected a:active {
	color: #fff;
	text-decoration: none;
}

.navSecLast {
	border-right-style: none;
}



/* @end */

/* @group Content */

.contentMainWrap {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #cccccc url(../images/global/bg_gray_shadow_down.png) repeat-x left top;
}

.contentLeftCol {
	min-width: 155px !important;
	width: 155px;
	margin: 0;
	padding: 20px;
	color: #555;
	text-decoration: none;
	font: normal normal 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	height: 10px;
}

.contentRightCol {
	width: 560px;
	margin: 0;
	padding: 20px;
	background: #fff url(../images/global/bg_white_shadow.png) repeat-x left top;
	color: #363636;
	text-decoration: none;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
}

.contentRightColWrap {
	width: 600px;
	margin: 0;
	padding: 0px;
	background: url(../images/global/bg_gray_shadow_down.png) repeat-x left top;
}

.contentRightCol h4 {
	color: #363636;
	text-decoration: none;
	font: bold 12px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	margin-top: 0;
	padding: 0 0 2px;
	border-bottom: 1px solid #c6c6c6;
	margin-bottom: .5em;
}

.contentRightImg {
	float: left;
	border-style: none;
	margin: 0 2em 1em 0;
}



/* @end */

/* @group Boiler */

.boilerMainWrap {
	background-color: #808080;
	color: #ececec;
	text-decoration: none;
	font: normal normal 9px/15px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	width: 560px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.boilerMainWrap select {
	color: #808080;
	font: bold 9px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	width: 100%;
	margin: 0;
}

.boilerLeftCol {
	width: 280px;
	padding-left: 60px;
	padding-right: 10px;
	height: 40px;
	margin: 0;
	background: url(../images/global/sanford_logo_boiler.png) no-repeat 10px center;
	vertical-align: middle;
	text-align: left;
}

.boilerRightCol {
	padding-left: 10px;
	padding-right: 10px;
}



/* @end */

/* Here starts page specific styles */

/* @group Gray Box Model */

.grayBoxWrap {
	width: 560px;
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #cccccc;
}

.grayBoxTop {
	width: 560px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../images/gray_box/gray_box_top.png) no-repeat 0 top;
}

.grayBoxMid {
	width: 560px;
	margin: 0;
	padding: 0;
	background: url(../images/gray_box/gray_box_mid.png) repeat-y;
	text-align: left;
	vertical-align: top;
}

.grayBoxBottom {
	width: 560px;
	height: 15px;
	margin: 0;
	padding: 0;
	background: url(../images/gray_box/gray_box_bottom.png) no-repeat 0 bottom;
}



/* @end */

/* @group Home */

/* @group Services */

.servicesWrap {
	width: 560px;
	margin-bottom: 20px;
	padding: 0;
	background-color: #cccccc;
	clear: both;
}

.servicesWrap a {
	display: block;
}

.servicesWrap a:link {
	color: #fff;
	text-decoration: none;
}

.servicesWrap a:visited {
	color: #fff;
	text-decoration: none;
}

.servicesWrap a:hover {
	color: #fff;
	text-decoration: none;
}

.servicesWrap a:active {
	color: #fff;
	text-decoration: none;
}

.servicesWrap h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.servicesBridge {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-family: "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #a7aacb;
	text-align: center;
	vertical-align: top;
	width: 167px;
}

.servicesBridge:hover {
	background-color: #363636;
}

.servicesSite:hover {
	background-color: #363636;
}

.servicesUtility:hover {
	background-color: #363636;
}

.servicesSite {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-family: "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #929e60;
	text-align: center;
	vertical-align: top;
	width: 166px;
}

.servicesUtility {
	margin: 0;
	padding: 10px;
	color: #fff;
	font-family: "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #754c24;
	text-align: center;
	vertical-align: top;
	width: 167px;
}



/* @end */

/* @group Gray Box Home Page */

.homeGrayWrap {
	width: 560px;
	margin: 0;
	padding: 0;
}

.homeGrayWrap li {
	list-style-position: inside;
	margin-bottom: .75em;
}

.homeGrayWrap ul {
	margin-left: 0;
	padding-left: 10px;
}

.homeGrayMid img {
	clear: both;
	margin: 0 auto;
}

.homeGrayWrap h1 {
	color: #363636;
	font: bold 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.homeGraySides {
	margin: 0;
	padding: 0 10px;
	color: #363636;
	font: 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	width: 260px;
}

.homeGrayMid {
	margin: 0;
	padding: 0 10px;
	color: #363636;
	font: 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #8f8f8f;
	border-left: 1px solid #8f8f8f;
	width: 260px;
}



/* @end */



/* @end */

/* @group Services */

/* @group Featured Projects */

.servicesGrayWrap {
	width: 560px;
	margin: 0;
	padding: 0;
}

.servicesGrayWrap h1 {
	color: #363636;
	font: bold 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.servicesGrayLeft {
	margin: 0;
	padding: 0 10px;
	color: #363636;
	font: 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	width: 167px;
}

.servicesGrayRight {
	margin: 0;
	padding: 0 10px;
	color: #363636;
	font: 9px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #8f8f8f;
	width: 353px;
}

/* @end */

/* @group Careers Admin */

.adminHeader {
	background-color: #808080;
	color: #ececec;
	text-decoration: none;
	font: normal normal 9px/15px "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #cccccc url(../images/global/bg_gray_shadow_down.png) repeat-x left top;
}

.adminHeaderLeftCol {
	width: 280px;
	padding-left: 60px;
	padding-right: 10px;
	height: 40px;
	margin: 0;
	background: url(../images/global/sanford_logo_boiler.png) no-repeat 10px center;
	vertical-align: middle;
	text-align: left;
}

.adminHeaderRightCol {
	padding-left: 10px;
	padding-right: 10px;
}

/* @end */

/* @group Opportunities */

.titleCell {
	color: #fff;
	background-color: #002645;
	font: normal bold 12px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	padding: 8px 0 8px 8px;
}

.title2Cell {
	font: normal bold 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ececec;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.opportunityCellA {
	font: normal bold 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}

.opportunityCellB {
	font: normal bold 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	background-color: #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
.oportunityCellB a:visited , 

.opportunityCellA a:link, .opportunityCellA a:visited, 
.opportunityCellB a:link{
	color: #002645;
	text-decoration: underline;
}
.oportunityCellB a:active , 

.opportunityCellA a:hover, .opportunityCellA a:active, 
.opportunityCellB a:hover{
	color: #666e42;
	text-decoration: none;
}

/* @end */

/* @group description */

.descriptionTitles {
	width: 20%;
	padding: 8px;
	font: normal bold 12px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	border-bottom: 1px solid #d0d0d0;
}

.descriptionText {
	width: 80%;
	padding: 8px;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}

/* @end */

/* @group application */

.note {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #7f7f7f;
}

.applicationQuestions {
	width: 35%;
	padding: 8px;
	font: normal bold 12px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	border-bottom: 1px solid #d0d0d0;
}

.applicationFields {
	width: 65%;
	padding: 8px;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}

.applicationFieldsShort {
	width: 65%;
	padding: 8px;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 1px solid #d0d0d0;
	text-decoration: none;
}

.applicationQuestionsD {
	width: 35%;
	padding: 8px;
	font: normal bold 12px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	border-bottom: 3px solid #002645;
}

.applicationFieldsD {
	width: 65%;
	padding: 8px;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 3px solid #002645;
	text-decoration: none;
}

.applicationFieldsShortD {
	width: 65%;
	padding: 8px;
	font: normal normal 11px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #363636;
	border-bottom: 3px solid #002645;
	text-decoration: none;
}

.applicationFields input {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsShort input {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
}

.applicationFields textarea {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsShort textarea {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
}

.applicationFields select {
	font: normal normal 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsD input {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsD textarea {
	font: normal bold 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsD select {
	font: normal normal 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
	width: 100%;
}

.applicationFieldsShortD select {
	font: normal normal 10px/1.5em "Lucida Grande", LucidaGrande, Tahoma, Helvetica, Arial, sans-serif;
	color: #002645;
}

.applicationFields form {
	margin: 0;
	padding: 0;
}


/* @end */
