/* CSS Document */

body {
	background: url(../images/bg/darkdenim3.png);
}

a, a:visited { color: #fa5b0f; }

.headline [class*="ico-"] {margin-top:-15px;}

.notification .icon-box p {margin-left: 45px;}

.notification.orange {
	background-color: #fdc1a5;
	color: #000000;
	border: 1px solid #fc9c6f ;
}

ul.arrow_list { margin-bottom: 15px; }


/* Notice
====================================*/
.large-notice-dark {
	background-color: #303030;
	border: 1px solid #ddd;
	padding: 20px 15px 60px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.large-notice-dark h2, .large-notice-dark h3, .large-notice-dark h4, .large-notice-dark h5 {
	color: #ffffff;
}

.large-notice-dark h2.phone {
	font-size: 26px;
	letter-spacing: 2px;
}

.large-notice-dark h4.call-email {
	background-color: #FA5B0F;
	border: 1px solid #e94a0e;
	letter-spacing: 3px;
	line-height: 18px;
	margin: 0 50px 0 -15px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: left;
}

.large-notice-dark h5 {
	padding: 10px 0;
	text-transform: uppercase;
	text-align: left;
}


/* Employment Law Contact Form 
====================================*/
.large-notice-dark .field label {
	color: #ffffff;
}

.large-notice-dark .field input {
	width: 250px;
}

.large-notice-dark .field textarea {
	height: 100px;
	min-width: 250px;
}

.large-notice-dark input[type="button"] {
	display: inline-block;
	padding: 9px;
	background-color: #FA5B0F;
	width: 100%;
}

.large-notice-dark .field label span {
	color: #FA5B0F;
}


/* Footer 
====================================*/
#footer .field { clear: both; }
#footer label, #footer input { display: inline; float: left; }
#footer label {	width: 75px; margin-top: 10px; }
#footer input {	width: 200px; }
#footer textarea { height: 50px; min-width: 300px; }
#footer input[type="button"] {	margin-left: 75px; }
#footer .field label span {	color: #FA5B0F; }