/* Start Basic Styles */
body{
	background:#fff;
	color:#222;
font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height:1.5;
}
h1{
font-family: 'Open Sans', sans-serif;
	color:#0056A5;
	font-weight:700;
	line-height:120%;
		margin-bottom:15px; margin-top:15px;
}
h2{
	font-size:24px;
font-family: 'Open Sans', sans-serif;
	color:#0056A5;
		font-weight:700;
			margin-bottom:15px; margin-top:15px;
			line-height:120%;
	}
h3{
	font-size:21px;
	font-family: 'Open Sans', sans-serif;
	color:#0056A5;
		font-weight:700;
		margin-bottom:5px;
			margin-bottom:15px; margin-top:15px;
			line-height:120%;
	}
h4{
	font-size:14px;
font-family: 'Open Sans', sans-serif;
	color:#333;
		font-weight:700;
			margin-bottom:15px; margin-top:8px;
	}
h5{
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	color:#333;
		font-weight:700;
			margin-bottom:6px;
	}
h6{font-family: 'Open Sans', sans-serif; 	font-weight:700;	margin-bottom:15px; margin-top:15px;}
ul{line-height:140%;}
p{font-size:13px;
line-height:140%;}
a{color:#0056A5; font-weight: bold;}
a:hover{color:#5AAAE5;}
hr{background:#e8e8e8; height:4px; margin:0;}

.blue, .blue a{color:#0056A5;}
.lightblue, .lightblue a{color:#5AAAE5;}
.skyblue, .skyblue a {color:#79c3f5;}
.grey, .grey a{color:#ccc;}
.darkgrey, .darkgrey a{color:#999;}
.red, .red a{color:#FF0000;}
.white, .white a{color:#fff;}
.round{-moz-border-radius:5px; border-radius:5px;}

/* HEADER STYLES */
.callUs p{margin-right:10px;}
.emailUs img{ padding-top:13.5px; width:23px;}


/* REGULAR STYLES*/
.content{width:100%; line-height:120%;}
.contentBox{width:85%;padding: 30px 7.5% 45px 7.5%; background: rgb(237,237,237);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 1%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(16%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );}
.contentBox ul{margin-left:20px;}
.contentBox h1{font-size:24px;}

.homeBuckets{width:100%;
background: rgb(0,77,131); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,77,131,1) 0%, rgba(1,104,179,1) 20%, rgba(1,104,179,1) 80%, rgba(0,77,131,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,77,131,1)), color-stop(20%,rgba(1,104,179,1)), color-stop(80%,rgba(1,104,179,1)), color-stop(100%,rgba(0,77,131,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d83', endColorstr='#004d83',GradientType=1 ); /* IE6-9 */
}
.homeBucketBox{background: #2d2d2d; /* Old browsers */
background: -moz-linear-gradient(left, #2d2d2d 0%, #414141 50%, #2d2d2d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2d2d2d), color-stop(50%,#414141), color-stop(100%,#2d2d2d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #2d2d2d 0%,#414141 50%,#2d2d2d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #2d2d2d 0%,#414141 50%,#2d2d2d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #2d2d2d 0%,#414141 50%,#2d2d2d 100%); /* IE10+ */
background: linear-gradient(to right, #2d2d2d 0%,#414141 50%,#2d2d2d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#2d2d2d',GradientType=1 ); /* IE6-9 */ width:85%; margin-left:7.5%;}
.greyBucket{width:33.3333%; height:80px;}
.borderGrey{height:80px; width:1px; background:#555;}
.borderDark{height:80px; width:1px; background:#111;}
.greyBucketBox{width:90%; margin-left:8%; margin-top:12px;}
.bucketIcon{width:15%;}
.bucketIcon img{width:100%;}
.bucketText{width:80%; margin-left:5%; padding-top:3px;}
.bucketText h5{}
.bucketText p{font-size:13px; line-height:120%;}

.homeWelcome{width:100%;
background: rgb(201,201,201); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(201,201,201,1) 0%, rgba(237,237,237,1) 16%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(201,201,201,1)), color-stop(16%,rgba(237,237,237,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(237,237,237,1) 16%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(237,237,237,1) 16%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(201,201,201,1) 0%,rgba(237,237,237,1) 16%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(201,201,201,1) 0%,rgba(237,237,237,1) 16%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

}
.homeWelcomeBox{width:85%; margin-left:7.5%;
background: rgb(237,237,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(237,237,237,1) 1%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(237,237,237,1)), color-stop(16%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(237,237,237,1) 1%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.homeWelcomeBoxContent{width:66%; padding-top:35px; padding-bottom:35px;}
.WelcomeImage{width:25%; margin-left:2.5%;}
.WelcomeImage img{width:100%;}
.WelcomeText{margin-left:2.5%; width:67%; margin-top:10px;}

.homeGrey{background: #d0d0d0; /* Old browsers */
background: -moz-linear-gradient(left, #d0d0d0 0%, #e4e2e3 50%, #d0d0d0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d0d0d0), color-stop(50%,#e4e2e3), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #d0d0d0 0%,#e4e2e3 50%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #d0d0d0 0%,#e4e2e3 50%,#d0d0d0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #d0d0d0 0%,#e4e2e3 50%,#d0d0d0 100%); /* IE10+ */
background: linear-gradient(to right, #d0d0d0 0%,#e4e2e3 50%,#d0d0d0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0d0d0', endColorstr='#d0d0d0',GradientType=1 ); /* IE6-9 */IE6-9 */
width:100%;
}
.homeGreyBox{width:85%; margin-left:7.5%;}
.homeGreyContent{width:25%; padding-top:30px; padding-bottom:45px;}
.homeGreyContentSpacer{width:7.5%; height:30px;}
.homeGreyContentSpacer2{width:5%; height:30px;}
.homeGreyTitle{width:100%;}
.homeGreyIcon{width:8%;}
.homeGreyIcon img{width:100%;}
.homeGreyH{width:85%; margin-left:2.5%; color:#0056A5;}
.homeGreyH h4{font-weight:bold; padding-top:6px; font-size:14px;}
.homeGreyUnderline{ height:2px; width:100%; background:#0056A5; margin-top:3px;}
.homeGreyContentText{width:100%; color:#555; margin-top:10px;}
.homeGreyContentText ul{margin-left:20px;}

/* JOB LISTING BOX */
.jobsTable{margin-top:20px;}
 
.blueButton{width:200px; background:#0056A5;}
.blueButton p{color:#fff; text-align:center; padding:5px;}
.blueButton:hover {background:#5AAAE5;}
 
.homeJobBox{width:25%; position:absolute; margin-top:30px; right:9%;}
.jobBox{background:#015B9B; -moz-border-radius:5px; border-radius:5px;}
.jobBoxTitle{width:90%; margin-left:5%;}
.jobBoxTitle p{padding-bottom:10px; padding-top:10px;}
.jobBox h2 {padding-bottom: 10px;padding-top: 10px; font-weight:normal; margin:0 4%;}
.jobBoxUnderline{height:1px; width:100%; background:#fff;}
.jobFeed_box {width:100%; }
.jobFeed{width:100%;}
.jobType{padding:20px 4% 20px 4%;}
.jobType ul li {margin-bottom:10px;}
.jobDescription{padding:20px 4% 30px 4%; color:#5AAAE5;}
.jobBox .jobDescription p {color:#fff;}
.jobDescription ul{margin-top:8px; color:#fff;}
.topFeed{
	background: rgb(5,72,127); /* Old browsers */
background: -moz-linear-gradient(top, rgb(5,72,127) 3%, rgb(1,91,155) 17%, rgb(1,102,165) 95%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(5,72,127)), color-stop(17%,rgb(1,91,155)), color-stop(95%,rgb(1,102,165))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(5,72,127) 3%,rgb(1,91,155) 17%,rgb(1,102,165) 95%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(5,72,127) 3%,rgb(1,91,155) 17%,rgb(1,102,165) 95%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(5,72,127) 3%,rgb(1,91,155) 17%,rgb(1,102,165) 95%); /* IE10+ */
background: linear-gradient(to bottom, rgb(5,72,127) 3%,rgb(1,91,155) 17%,rgb(1,102,165) 95%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05487f', endColorstr='#0166a5',GradientType=0 ); /* IE6-9 */
}
.normalFeed{}
.feedtitle{font-size:12px; font-weight:700;}
.feeddate{font-size:11px;}
.feeddesc{}
.jobFeedBox{width:90%; margin-left:5%; padding-top:10px; padding-bottom:14px; font-size:10px;}
.jobFeedDate{color:#09F;}
.jobListShadow{width:100%;}
.jobListShadow img{width:100%;}
.jobListLink{padding-top:2px;}
.jobLinkImage{width:20px; height:20px;}
.jobLinkImage img{width:100%;}
.jobLinkTitle p{text-transform:uppercase; color:#0056A5; font-weight:bold; width:130px; margin-top:1px;}

/* FOOTER BOX */
.callout{width:100%; background:#f1f2f2;}
.callout p{width:80%; margin-left:10%; padding-top:16px; padding-bottom:16px;}
.callout .red, .callout .blue{font-weight:bold;}

.footer{
width:100%;
background: rgb(0,77,131); /* Old browsers */
background: -moz-linear-gradient(left, rgba(0,77,131,1) 0%, rgba(1,104,179,1) 20%, rgba(1,104,179,1) 80%, rgba(0,77,131,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,77,131,1)), color-stop(20%,rgba(1,104,179,1)), color-stop(80%,rgba(1,104,179,1)), color-stop(100%,rgba(0,77,131,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(0,77,131,1) 0%,rgba(1,104,179,1) 20%,rgba(1,104,179,1) 80%,rgba(0,77,131,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d83', endColorstr='#004d83',GradientType=1 ); /* IE6-9 */

}
.footerBox{width:85%; margin-left:7.5%;}
.footerBox p{margin-left:2.5%; padding-bottom:45px;}
.footnav{margin-top:30px; margin-left:2.5%;}
#menu_ul_footnav ul {
	padding:6px 0 0 0;
	display:inline;
	list-style-type:none;
	padding-top:22px;
}
#menu_ul_footnav li{
	margin-left:5px;
	float:left;
	display:inline;
	list-style-type:none;

}
#menu_ul_footnav li a {
	display:inline;
	font:9px Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	padding:1px 7px 1px 7px;
	text-transform:uppercase;
	font-weight:bold;
	border-left:1px solid #fff;
}
#menu_ul_footnav #last a{border-right:1px solid #fff;}
#menu_ul_footnav li a:hover {
	color:#5AAAE5;
}





.clear{
	clear:both;
}

/* Start Ibex Module Styles */
.backTo{
	font-size:11px;
	line-height:15px;
	margin-top:20px;
	margin-bottom:20px;
}

/* Locations */
.locationListBlock{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.locationListLogo{
	float:left;
	margin-right:15px;
}
.locationLogo{
	margin-bottom:20px;
}
.locationContent{
	margin-bottom:20px;
}

/* News */
.newsArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.newsArticleMeta{
	font-size:11px;
	line-height:15px;
	color:#aaa;
	margin-bottom:10px;
}

/* Blog */
.blogArticleItem{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}

.articleTags{
	margin-top:18px;
}

.comment{
	margin:0 0 20px 0;
	border-bottom:solid 1px #111;
	padding:0 10px 15px 10px;
}
.commentDate{
	font-size:.8em;
	color:#bbb;
}
#blogCommentFormTable tr td{
	padding:0 20px 8px 0;
}
.error-input, .form .error-both .input, .form .error-same .input {
	background:#FBDCDC !important;
	border:2px solid #B91818 !important;
	color:#B91818 !important;
}
.error-div {margin:15px 0; font-size:14px;padding:5px 0;color:#9F1D1D;font-weight:bold;display:none; }
.error-same, .form .error-both { color:#9F1D1D; border:1px solid #9F1D1D;}
.error{
	padding:0 0 7px;
	font-style:italic;
	font-size:13px;
	color:#B91818;
	display:block;
	font-weight:bold;
}
input.error{
	background:#FBDCDC;
	border:solid 2px #B91818;
	font-weight:normal;
}
#errorBlock{
	background: #FBDCDC;
    color: #B91818;
    padding: 5px 10px;	
}

#msg{
	background:#222;
	border-top:solid 1px #333;
	border-bottom:solid 1px #333;
	padding:8px 10px;
	color:#fc0;
	font-style:italic;
	font-size:14px;
	margin:0 0 20px;
}

/* Events */
.eventItemWrap{
	padding-bottom:15px;
	margin-bottom:18px;
	border-bottom:solid 1px #999;
}
.eventItem{
	float:left;
	width:490px;
}
.eventItemImage{
	float:right;
	width:180px;
	display:block;
}
#calTable {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#calTable td {
	height: 110px;
	width: 110px;
	font-size: 10px;
	line-height: 11px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: top;
	background:#efefef;
}
#calTable .calDate {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -1px;
	display: block;
	margin: 0px 0px 5px;
	padding: 3px 3px 0px;
	float: left;
	color: #444;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#calTable .calEventTitle {
	clear: left;
	display: block;
	margin: 0px;
	padding: 0px 3px;
}
#calTable .calEventTitle a {
	text-decoration: none;
}
#calTable .calEventTitle a:hover {
	text-decoration: underline;
}
#calTable td.otherMonth {
	background: #ccc;
}
#calTable td.otherMonth .calDate {
	color: #444;
}
#calTable td.today {
	background: #fff;
}
#calTable td.today .calDate {
	font-size: 17px;
	line-height:17px;
	font-weight: bold;
	color: #000;
}
#calTable tr th{
	border:none !important;
}
#calNextPrev {
	font-weight:bold;
	text-align:right;
	font-size: 12px;
}
#calSearch {
	margin:0 0 15px 0;
}
table#monthsBlock{
	margin:0;
}

/* Jobs */
#jobsTable{
	/*margin-bottom:180px;*/
	width:100%;
}
#jobsTable th{
}
.jobsInformation td{
	border-bottom:dotted 1px #ccc;
	padding:4px 2px;
}

/* job application */

#appDiv2, #appDiv3, #appDiv4, #appDiv5, #appDiv6, #appBtnPrev{
	display:none;
}

#dm_container ul{
	list-style-type:none;
}

.dm_folder{
	cursor:pointer;
}

#dm_container ul li {
	background:none;
	margin-left:inherit;
	padding: 4px 0px;
}

#dm_container ul ul {
	padding-left:20px;
}


/* Property Module */
#propMainImageWrap{
	position:relative;
	padding:10px;
	background:#fff;
	box-shadow:1px 1px 4px #999;
	width:425px;
	height:300px;
	margin:0 0 16px;
	overflow:hidden;
}
#prop-ss-next,
#prop-ss-prev{
	position:absolute;
	z-index:100;
	top:50%;
	background:url("../images/sprites-ss.gif") no-repeat 0 0;
	width:16px;
	height:35px;
	margin-top:-17px;
	text-indent:-9999px;
	cursor:pointer;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#prop-ss-next{
	right:0;
	margin-right:10px;
	background-position:right 0;
}
#prop-ss-prev{
	left:0;
	margin-left:10px;
}
#prop-ss-next:hover,
#prop-ss-prev:hover{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}
#propMainImage{
	background:#000;
	height:300px;
	width:425px;
}
#propMainImage img{
	display:block;
	margin:0 auto;
}
#propThumbs{
	width:450px;
}
.propThumb{
	display:inline-block;
	width:130px;
	padding:0 5px;
	text-align:center;
	margin:0 0 18px;
	vertical-align:top;
}
.propThumb a:link, .propThumb a:visited{
	text-decoration:none;
}
.propThumb img{
	background:#ECE4D4;
	padding:4px;
	max-width:100%;
}

#propGMap{
	width:450px;
	height:245px;
}

.propertyListType{
	margin:0 0 25px;
}
.propertyListType h2{
	border-bottom: dotted 1px #000;
	margin:0 0 10px 0;
}
.propertyListItem{
	width:45%;
	padding:0 1.5%;
	margin:0 0 20px;
	line-height:18px;
	display:inline-block;
	vertical-align:top;
}
#contentBtm .propertyListItem{
	width:30%;
}
.propertyListItem img{
	float:left;
	margin:0 15px 25px 0;
}

.salesAssoc{
	float:left;
	margin:0 65px 15px 0;
	min-width:215px;
}
.salesAssoc img{
	float:left;
	margin:0 10px 20px 0;
}


#platMapLegend{
	margin:0 0 3px;
	font-size:12px;
	font-style:italic;
}
.platMapLegendItem{
	margin: 0 13px 0 0;
	vertical-align:middle;
}
.platMapLegendItem img{
	vertical-align:middle;
}

.pager{
	font-size:11px;
	margin:-15px 0 25px;
}
#pagerBottom{
	margin:0 0 20px;
	border-top:dotted 1px #000;
}


/* Form Builder */

div.formBuilderLabel {

}

div.formBuilderField {

}

div.formBuilderHeadline {

}

div.formBuilderHeadline h2 {

}

table.formBuilderTable {

}

td.formBuilderLabel {

}

td.formBuilderField {

}

td.formBuilderHeadline {

}

td.formBuilderHeadline h2 {

}

td.formBuilderHiddenField {
	display:none;
}


div.error, label.error { 
	display: none; 
}
/* APPLICATION */
.applicationLeft{width:100%;	background:#0056A5;}
.applicationRight{width:100%;}
.applicationRight div, .applicationRight table, .applicationRight tbody{width:100%;}
.applicationRight div.blueButton{width:200px;}
.applicationNav{
	padding:10px 0;	
	}
ul.applicationUL {
	padding:0;
	margin:0 2.5% !important;
	width:95% !important;
	display:block-inline;
	list-style-type:none;
}
ul.applicationUL li{
	display:inline-block;
	list-style-type:none;
	margin:0 !important;

}
ul.applicationUL li a, ul.applicationUL li span {
	display:block;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:4px 8px;
	border-radius:4px;
	text-decoration:none;
	text-transform:uppercase;
}
ul.applicationUL li a:hover{color:#5AAAE5;}
.appLinkActive{background-color:#039;}
.appLinkActive.white{color: #5AAAE5;}

.jobDescription td {width:22%; margin-right:3%;}

#appForm strong {margin-right:8px; padding-bottom:4px; display:block;}
#appForm label {}
#appForm input, #appForm select {margin:0 4px;}
#appForm input[type="checkbox"] {}
#appForm textarea {margin:8px 0;}
#appForm tr {margin:8px 0;}
#appForm td {margin-right:8px;}
#appForm hr {margin: 14px 0;}

#ui-datepicker-div {background-color: #fff; margin-top: 4px; padding: 8px 8px 8px 16px; -webkit-box-shadow: -1px 2px 8px rgba(50, 50, 50, 0.75); -moz-box-shadow:-1px 2px 8px rgba(50, 50, 50, 0.75); box-shadow:-1px 2px 8px rgba(50, 50, 50, 0.75); cursor:pointer;}
.ui-icon-circle-triangle-w {margin-right:8px;}
.ui-datepicker-calendar th {padding-right:8px;}


@media only screen and (max-width : 767px){
.mobile{display:block;}
.logo{margin-top:15px;}
.homeJobBox, .WelcomeImage{display:none;}
.homeWelcomeBoxContent{width:90%;}
.WelcomeText{width:90%; margin-left:5%;}
.greyBucket{width:100%; height:60px; border-top:1px solid #000; border-bottom:1px solid #555; }
.bucketIcon{width:34px;}
.greyBucketBox {width: 92%; margin-left: 6%;}
.homeGreyContent{width:100%; padding-top: 10px; padding-bottom: 20px;}
.homeGreyContentSpacer{height:0px;}
.callout p {
width: 80%;
margin-left: 10%;
padding-top: 16px;
padding-bottom: 16px;
}

ul.applicationUL {margin-left:5% !important; margin:0 5% !important; 	width:90% !important;}
ul.applicationUL li{width:100%;}
ul.applicationUL li a {width:90%; padding:4px 5%;}
	}
/* Mini Tablets (portrait and landscape) ----------- */
@media only screen
and (min-width : 686px)
and (max-width : 767px) {
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
ul.applicationUL {margin-left:5% !important; margin:0 5% !important; 	width:90% !important;}
ul.applicationUL li{display:block; padding-bottom: 6px;}
ul.applicationUL li a {width:91.5%;}
.applicationLeft{width:30%;	background:#0056A5;}
.applicationRight{width:65%;}
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1025px)
and (max-width : 1280px) {
}

@media only screen
and (min-width : 1280px) {
}


/* Large screens ----------- 
@media only screen
and (min-width : 1281px) 
and (max-width : 1500px){
		h1{
font-size:18px;
}
.jobBoxTitle p {
padding-bottom: 12px;
padding-top: 12px;
font-size:18px;
}
.jobBoxTitle h2 {
padding-bottom: 12px;
padding-top: 12px;
font-size:18px;
}
}

 Largest screens ----------- 

@media only screen
and (min-width : 1500px){
	h1{
	font-size:26px;
	}
}

 iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}

/*--------------- PRINT STYLE SHEET ---------------*/

@media print {
}
