@charset "utf-8";

/* CSS reset - best start from scratch */

html, body, div, span, aplet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, smap, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul, li {
	list-style: none;
}

header, nav, footer, section {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}


/* End of reset */

body {
	font-family: Arial, Geneva, Verdana;
	font-size: 12px;
	line-height: 14px;
	color: #444549;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* TYPOGRAPHY*/

@font-face {
    font-family: 'AllerDisplayRegular';
    src: url('fonts/allerdisplay-webfont.eot');
    src: url('fonts/allerdisplay-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/allerdisplay-webfont.woff') format('woff'),
         url('fonts/allerdisplay-webfont.ttf') format('truetype'),
         url('fonts/allerdisplay-webfont.svg#AllerDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerRegular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#AllerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h2 {
	font-size: 14px;
	color: #dd0c46;
}

h4 {
	font-size: 22px;
	color: #dd0c46;
	text-transform: none;
}

.small-date {
	font-size: 11px;
	color: #9fa2a4;
}

blockquote {
	font-size: 14px;
	color: #999;
	font-style: italic;
}
/* // TYPOGRAPHY /*


/* Start of Design */
#wrapper {
	width: 972px;
	height: 1100px;
	margin: auto;
}

#subPage-wrapper {
	width: 972px;
	height: 100%;
	margin: auto;
}

header {
	width: 100%;
	height: 212px;
	float: left;
	background-color: #f3f4f5;
}

#header-title-wrapper {
	width: 100%;
	height: 132px;
	float: left;
	background: url(../_images/backgrounds/top-header-bg.jpg) repeat-x;
}

#title {
	width: 972px;
	height: 102px;
	margin: auto;
}

#title h1 a {
	color: #3d3f46;
	font-size: 60px;
	line-height: 62px;
	font-weight: normal;
	float: left;
	margin-top:30px;
	letter-spacing: -2px;
	text-shadow: #fff 0px 1px 1px;
}

nav {
	width: 100%;
	height: 80px;
	float: left;
	background: #2e3034; /* Old browsers */
	background: -moz-linear-gradient(top, #2e3034 1%, #1e1f22 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#2e3034), color-stop(99%,#1e1f22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2e3034 1%,#1e1f22 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2e3034 1%,#1e1f22 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2e3034 1%,#1e1f22 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e3034', endColorstr='#1e1f22',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2e3034 1%,#1e1f22 99%); /* W3C */
}

nav ul {
	width: 972px;
	height: 45px;
	padding-top: 35px;
	margin: auto;
}

nav ul li {
	width: 100%;
	margin: 0 24px 0 24px;
	color: #fff;
	display: inline;
	font-size: 18px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
}

nav ul li a {
	color: #fff;
}

nav ul li a:hover {
	color: #c7c7c7;
}

.topNav-selected {
	color: #666;
}

#header-right-content {
	width: 292px;
	height: 108px;
	padding-top: 10px;
	float: right;
	background: url(../_images/backgrounds/header-box-bg.png) no-repeat;
}

#header-right-content a {
	font-weight: bold;
	color: #dc0c46;
}

#header-right-content a:hover {
	color: #a00933;
}

.header-right-contentColor {
	float: left;
	color: #92979d;
	margin-right: 6px;
}

.contentBox {
	width: 229px;
	height:24px;
	margin: auto;
	border-bottom: 1px solid #ebebed;
	margin-bottom: 8px;
}

#headerTwitter {
	width: 16px;
	height: 16px;
	background: url(../_images/header-twitter.jpg) no-repeat 0 0;
	float: left;
	cursor: pointer;
}

#headerTwitter:hover {
	background: url(../_images/header-twitter.jpg) no-repeat 0 100%;
	cursor: pointer;
}

#headerFacebook {
	width: 16px;
	height: 16px;
	background: url(../_images/header-facebook.jpg) no-repeat 0 0;
	float: left;
	margin-left: 7px;
	cursor: pointer;
}

#headerFacebook:hover {
	background: url(../_images/header-facebook.jpg) no-repeat 0 100%;
	cursor: pointer;
}


/* SCROLLER ---------------------------------- */


#scroller-wrapper {
	width: 100%;
	height: 297px;
	float: left;
	/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f6f8));*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #f4f6f8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(99%,#f4f6f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#f4f6f8 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#f4f6f8 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#f4f6f8 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f6f8',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #ffffff 1%,#f4f6f8 99%); /* W3C */}

#scroller-sep {
	width: 100%;
	height: 4px;
	background-color: #e5e9ed;
}

#scroller-container {
	width:972px;
	margin:0 auto;
}

#slider1 {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 297px;
	background: url(../_images/backgrounds/scroller-bg.jpg) repeat-x;
}

#slider1 li {
	padding: 0;
	margin: 0;
	zoom:1;
}

#slider1 img, #slider2 img {
	width: 313px;
	height:297px;
	float: left;
	margin-right: 36px;
}

/*next button*/
.bx-next {
	position:absolute;
	top:40%;
	right:0px;
	z-index:999;
	width: 59px;
	height: 59px;
	text-indent: -999999px;
	background: url(../_images/right-arrow.png) no-repeat 0 0;
	cursor: pointer;
}

.bx-next:hover {
	background: url(../_images/right-arrow.png) no-repeat 0 100%;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:40%;
	left:0px;
	z-index:999;
	width: 59px;
	height: 59px;
	text-indent: -999999px;
	background: url(../_images/left-arrow.png) no-repeat 0 0;
	cursor: pointer;
}

.bx-prev:hover {
	background: url(../_images/left-arrow.png) no-repeat 0 100%;
}

.scroller-div {
	float:left; 
	width:432px; 
	height: 297px;
	margin-top:44px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #444549;
	font-size: 14px;
	line-height: 16px;
}

.scroller-div h3 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #367aba;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;

}

/* Buttons */

.coaBtn {
	width: 150px;
	height: 28px;
	background: url(../_images/buttons/generic-button.jpg) no-repeat 0 0;
	color: #fff;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 0 0 20px;
	cursor: pointer;
}

.coaBtn:hover {
	background: url(../_images/buttons/generic-button.jpg) no-repeat 0 100%;
	cursor: pointer;
	color: #ccc;
}

.btnMargin-scroller {
	float: right;
	margin-top: 20px;
}


/* // Buttons */

/* CONTENT */


/* Breadcrumb */
#breadcrumb-cont {
	width: 100%;
	height: 53px;
	float: left;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f6f8)); 
}

#breadcrumbContent {
	width: 972px;
	height: 30px;
	margin: auto;
	font-size: 11px;
	color: #92979d;
	font-weight: bold;
	padding-top: 23px;
}

#breadcrumbContent a {
	color: #dd0c46;
}

#breadcrumbContent a:hover {
	color: #7e0527;
}

.current {
	color: #000;
}

/* *** Content Cont *** */

#top-main-content, #top-main-left, #top-main-mid, #top-main-right {
	height: 473px;
	float: left;
}

#top-main-content h3, #top-main-left h3, #top-main-mid h3, #top-main-right h3 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2d2f33;
	margin-top: 16px;
	margin-left: 70px;
}

.nopadding-h3{
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #2d2f33;
	margin-top: 10px;
	font-weight: bold;
}

#top-main-content p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #2d2f33;
	line-height: 18px;
	margin-top: 15px;
}

#top-main-content {
	width: 972px;
}

#top-main-left {
	width: 245px;
	margin-right: 65px;
}

#top-main-left a {
	color: #dd8c0c;
	text-decoration: none;
	font-weight: bold;
}

#top-main-left a:hover {
	color: #734803;
	text-decoration: none;
	font-weight: bold;
}

#top-main-left ul {
	margin-top: 20px;
}

#top-main-left li {
	margin-bottom: 10px;
}

.contactInfo {
	line-height: 18px;
	color: #787b81;
}

.jobTown {
	color: #919295;
	margin-left: 9px;
}

.arrow {
	width: 5px;
	height: 5px;
	float: left;
	background: url(../_images/arrow.jpg) no-repeat;
}

.arrowMarginRight {
	margin: 5px 5px 0 0;
}

.arrowMarginLeft {
	margin: 26px 0 0 5px;
}

#top-main-mid {
	width: 257px;
	margin-right: 57px;
}

#top-main-mid a {
	color: #0c78dd;
	text-decoration: none;
	font-weight: bold;
}

#top-main-mid a:hover {
	color: #01498c;
	text-decoration: none;
	font-weight: bold;
}

.midFindoutMore {
	margin-left: 170px;
	margin-top: 20px;
}

#top-main-right {
	width: 348px;
}

#top-main-right ul{
	margin-top: 20px;
	color: #dd0c46;
	font-weight: bold;
}

#top-main-right ul li {
	padding-bottom: 6px;
	position: relative;
}

.watch-button {
	width: 105px;
	height: 15px;
	background: url(../_images/watch-button.jpg) no-repeat;
	position: absolute;
	left: 200px;
	top: 0px;
	padding-left:20px;
}

#top-main-right a {
	color: #dd0c46;
	text-decoration: none;
}

#top-main-right a:hover {
	color: #7e0527;
}

.p-leftmargin {
	margin-left: 153px;
}

#video-container {
	width: 348px;
	height: 138px;
	background-color: #eef1f3;
	margin-top: 18px;
}

#video {
	width: 340px;
	height: 130px;
	margin: 4px 0 0 4px;
	float:left;
	background-color: #000;
	background: url(../_images/video-place-holder.jpg) no-repeat;
}

#play-button {
	width: 59px;
	height: 59px;
	float: left;
	background: url(../_images/video-play.png) no-repeat;
	margin: 35px 0 0 140px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

#play-button:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	cursor: pointer;
}

.top-main-header {
	width: 100%;
	height: 50px;
	float: left;
	margin-top: 46px;
}

.main-left, .main-mid, .main-right {
	width: 55px;
	height: 50px;
	float: left;
}

.main-left {
	background: url(../_images/orange-circle.jpg) no-repeat;
}

.main-mid {
	background: url(../_images/blue-circle.jpg) no-repeat;
}

.main-right {
	background: url(../_images/red-circle.jpg) no-repeat;
}

#horizontal-bar {
	width: 972px;
	height: 14px;
	display: inline-block;
	margin-top: 10px;
	background: url(../_images/backgrounds/wide-bar-bg.jpg) repeat-x;
}

#bottom-main-content {
	width: 972px;
}

#bottom-main-content, #bottom-main-left, #bottom-main-right {
	height: 600px;
	float: left;
}

#bottom-main-left {
	width: 357px;
	margin: 30px 50px 0 0;
}

#bottom-main-right {
	width: 565px;
	margin-top: 30px;
}

#bottom-main-content h1 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #dd0c46;
}

#bottom-main-content p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #2d2f33;
	line-height: 18px;
	margin-top: 15px;
}

#bottom-main-left h1{
	margin-bottom: 30px;
}

#bottom-main-left h2{
	margin-top: 10px;
}

#bottom-main-right h1{
	margin-bottom: 30px;
}

#bottom-main-left a {
	color: #dd0c46;
	font-weight: bold;
	text-decoration: none;
}

#bottom-main-left a:hover {
	color: #7e0527;
}

.announce-link {
	margin-bottom: 30px;
	border-bottom: 1px solid #e1e5e9;
}

#left-subNav {
	width: 285px;
	height: 100%;
	float: left;
	margin: 39px 45px 0 0;
}

#left-subNav-content {
	width: 285px;
	float: left;
	border-left: 1px solid #e1e5e9;
	border-right: 1px solid #e1e5e9;
	border-top: 1px solid #e1e5e9;
	margin-bottom: 40px;
}

#left-subNav-content ul {
	color: #62656b;
	font-weight: bold;
}

#left-subNav-content ul a {
	color: #dd0c46;
}

#left-subNav-content ul a:hover {
	color: #7e0527;
}

#left-subNav-content ul li {
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e5e9;
	padding-left: 20px;
}


#left-subNav-content2 {
	width: 285px;
	float: left;
	border-left: 1px solid #e1e5e9;
	border-right: 1px solid #e1e5e9;
	border-top: 1px solid #e1e5e9;
	margin-bottom: 40px;
}

#left-subNav-content2 ul {
	color: #62656b;
	font-weight: bold;
}

#left-subNav-content2 ul a {
	color: #dd0c46;
}

#left-subNav-content2 ul a:hover {
	color: #7e0527;
}

#left-subNav-content2 ul li {
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e5e9;
	padding-left: 20px;
}

#left-subNav-content3 {
	width: 285px;
	float: left;
	border-left: 1px solid #e1e5e9;
	border-right: 1px solid #e1e5e9;
	border-top: 1px solid #e1e5e9;
	margin-bottom: 40px;
}

#left-subNav-content3 ul {
	color: #62656b;
	font-weight: bold;
}

#left-subNav-content3 ul a {
	color: #dd0c46;
}

#left-subNav-content3 ul a:hover {
	color: #7e0527;
}

#left-subNav-content3 ul li {
	padding-top: 17px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e1e5e9;
	padding-left: 20px;
}

.subNavarrow-spacing {
	float: right;
	margin-right: 15px;
	padding-top: 5px;
}

.subNav-toplist {
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#eef0f4), to(#ffffff)); 
}

#subNav-header {
	width: 285px;
	height: 47px;
	background: url(../_images/backgrounds/subNav-header.jpg) repeat-x;
	position: relative;
}

#subNav-header h1 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #62656b;
	padding-top: 17px;
	padding-left: 20px;
	text-shadow: #fff 0px 1px 1px;
}

#subNav-header2 {
	width: 285px;
	height: 47px;
	background: url(../_images/backgrounds/subNav-header.jpg) repeat-x;
	position: relative;
}

#subNav-header2 h1 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #62656b;
	padding-top: 17px;
	padding-left: 20px;
	text-shadow: #fff 0px 1px 1px;
}

#subNav-header-crnr-TR {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../_images/subnav-tr.jpg) no-repeat;
}

#subNav-header-crnr-TL {
	width: 11px;
	height: 11px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url(../_images/subnav-tl.jpg) no-repeat;
}

#subNav-header-crnr-TR2 {
	width: 10px;
	height: 10px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(../_images/subnav-tr.jpg) no-repeat;
}

#subNav-header-crnr-TL2 {
	width: 11px;
	height: 11px;
	position: absolute;
	top: -1px;
	left: -1px;
	background: url(../_images/subnav-tl.jpg) no-repeat;
}

#right-mainContent {
	width: 642px;
	height: 100%;
	float: left;
	margin-top: 39px;
}

#right-mainContent p {
	line-height: 18px;
	margin-bottom: 20px;
}

#right-mainContent p a{
	color: #dd0c46;
	font-weight: bold;
}

#right-mainContent p a:hover {
	color: #7e0527;
}

.faq-list {
	margin-left: 40px;
}

.faq-list-item {
	list-style: disc;
	padding-bottom: 8px;
	line-height: 16px;
}

.dayLife-list {
	margin-left: 40px;
}

.dayLife-list-item {
	list-style: disc;
	padding-bottom: 8px;
	line-height: 16px;
}

#right-mainContent h1 {
	font-size: 14px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	margin-bottom: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

#right-mainContentMap {
	width: 642px;
	height: 858px;
	float: left;
	margin-top: 39px;
}

#right-mainContentMap p {
	line-height: 18px;
	margin-bottom: 20px;
}

#right-mainContentMap h1 {
	font-size: 14px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	margin-bottom: 3px;
	line-height: 18px;
	text-transform: uppercase;
}

#right-mainContentMap a {
	color: #dd0c46;
	font-weight: bold;
}

#right-mainContentMap a:hover {
	color: #7e0527;
}

.number-highlight {
	color: #b9babb;
}


/* Rewards & Benefits */

.reward-box {
	width: 293px;
	height: 97px;
	float: left;
	background: url(../_images/rewards-benefits/hashed-box.jpg) no-repeat;
	margin: 0 15px 15px 0;
}

.reward-box:hover {
	background: url(../_images/rewards-benefits/hashed-box.jpg) no-repeat;
	background-position: 0 100%;
}

.reward-box-pic {
	width: 77px;
	height: 74px;
	padding: 23px 0 0 11px;
	margin-right: 8px;
	float: left;
}

.reward-box-text {
	width: 194px;
	height: 97px;
	float: left;
	padding-right: 3px;
}

.reward-box-text h3{
	font-size: 14px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: none;
	color: #dd0c46;
	margin-top: 15px;
}

.reward-box-text p{
	font-size: 12px;
	color: #474747;
	margin-top: 6px;
}

.reward-box-text p a{
	color: #dd0c46;
}

/* Opportunities - Positions */

/* Rewards & Benefits */

.position-box {
	width: 293px;
	height: 97px;
	float: left;
	background: url(../_images/rewards-benefits/hashed-box.jpg) no-repeat;
	margin: 0 15px 15px 0;
	position: relative;
}

.position-box:hover {
	background: url(../_images/rewards-benefits/hashed-box.jpg) no-repeat;
	background-position: 0 100%;
}

.position-box-text {
	width: 254px;
	height: 97px;
	float: left;
	margin-left: 20px;
}

.position-box-text h3{
	font-size: 14px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: none;
	color: #dd0c46;
	margin-top: 15px;
}

.position-box-text p{
	font-size: 12px;
	color: #474747;
	margin-top: 6px;
}

.position-box-text p a{
	color: #dd0c46;
}

.position-readMore {
	width: 160px;
	position: absolute;
	float: left;
	right: 0px;
	top: 80px;
}

.position-readMore a {
	font-size: 12px;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #62656B;
	text-transform: uppercase;
	font-weight: bold;
}

.position-readMore a:hover {
	color: #dd0c46;
}

/* Gallery */

.gallery-year-holder {
	width: 626px;
	height: 347px;
	float: left;
	border-bottom: 1px solid #e1e5ed;
	margin-bottom: 15px;
}

.gallery-year-holder p {
	color: #919295;
}

.gallery-year-holder h1 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #62656b;
	margin-bottom: 10px;
}

.italic-hint {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.gallery-image {
	width: 626px;
	height: 200px;
	float: left;
}

.gallery-image img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.gallery-shadow {
	width: 626px;
	height: 17px;
	float: left;
	background: url(../_images/gallery-shadow.jpg) no-repeat;
	margin-bottom: 10px;
}

/* Gallery Pagination */

.paginate {
	font-size: 16px;
	padding: 3px;
	margin: 3px;
	margin-bottom: 10px;
	float: right;
}

.paginate a {
	padding: 4px 10px 4px 10px;
	margin: 2px;
	border: 1px solid #999;
	text-decoration: none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #999;
	color: #000;
}
.paginate span.current {
    margin: 2px;
	padding: 4px 10px 4px 10px;
	border: 1px solid #999;
	
	font-weight: bold;
	background-color: #000;
	color: #FFF;
}
.paginate span.disabled {
	padding: 4px 12px 4px 12px;
	margin: 2px;
	border: 1px solid #eee;
	color: #DDD;
}



#customForm2{

}
#customForm2 label{
	display: inline;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm2 input{
	width: 120px;
	padding: 6px;
	color: #949494;
	font-size: 11px;
	border: 1px solid #cecece;
	margin-left: 15px;
}

#customForm2 #send{
	display: inline;
	background: #191b1d;
	font-size:14px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm2 #send:hover{
	background: #999;
}


/* Contact us form */

#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #191b1d;
	font-size:14px;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #474d58;
}
#error{
	margin-bottom: 20px;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #060;
}

.filterbox {
	background-color: #e1e5e9;
	margin: 20px 5px 0 0; /*27px*/
	float: left;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.filterboxs {
	background-color: #e1e5e9;
	margin: 20px 5px 0 0; /*27px*/
	float: left;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.filterbox:hover {
	background-color: #c1c4c6;
	cursor: pointer;
}

.filterboxs:hover {
	background-color: #c1c4c6;
	cursor: pointer;
}

.filter1padding {
	width: 114px; /* 160px */
	height: 61px; /* 110px */
	padding-left: 46px;
	padding-top: 49px;
}

.filter2padding {
	width: 116px; /* 160px */
	height: 61px; /* 110px */
	padding-left: 44px;
	padding-top: 49px;
}

.filter3padding {
	width: 138px; /* 160px */
	height: 72px; /* 110px */
	padding-left: 22px;
	padding-top: 38px;
	line-height: 20px;
}

.boxDownArrow {
	width: 10px;
	height: 9px;
	background: url(../_images/job-search/down-arrow.png) no-repeat;
}

.boxDownArrow1-mar {
	margin-left: 90px;
	margin-top: 30px;
}

.boxDownArrow2-mar {
	margin-left: 112px;
	margin-top: 15px;
}

.jobBox {
	width: 605px;
	height: 210px;
	float: left;
	margin: 0 0 15px 0;
	padding: 14px 0 0 15px;
	background: url(../_images/job-search/job-background.jpg) no-repeat;
	z-index: -999;
}

.jobBox h5, .jobdetails h5, .jobBoxSmall h5 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #dd0c46;
}

.jobBoxSmall {
	width: 605px;
	height: 91px;
	float: left;
	margin: 0 0 15px 0;
	padding: 14px 0 0 15px;
	background: url(../_images/job-search/job-background-small.jpg) no-repeat;
	z-index: -999;
}

.3 {
	display: none;
}

.job-Town {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #868686;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.job-TownSmall {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #868686;
	text-transform: uppercase;
}

.job-desc {
	width: 587px;
	height: 110px;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 18px;
}

.job-detail-desc {
	width: 587px;
	height: 100%;
	color: #8f8f8f;
	font-size: 12px;
	line-height: 18px;
}

.jobBox-split {
	width: 620px;
	height: 13px;
	float: left;
	margin-bottom: 15px;
	background: url(../_images/job-search/split-bg.jpg) repeat-x;
}

.jobSearchBtn {
	float: right;
	margin-right: 15px;
}

/* Job Search - Drop Down*/

.the_menu, .the_menu2, .the_menu3 {
	display: none;
	z-index: 1001;
	position: absolute;
	border: 1px solid #c1c4c6;
}

.the_menu {
	width: 253px;
}

.the_menu2 {
	width: 158px;
	margin-left: 165px;
}

.the_menu3 {
	width: 158px;
	margin-left: 330px;
}

.the_menu li, .the_menu2 li, .the_menu3 li {
	padding: 5px 0 5px 5px;
	background-color: #e1e5e9;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}

.tickbox-format {
	margin-right: 7px;
}

.pc-size {
	width: 100px;
	margin-left: 40px;
}

/*.close1 {
	background-color: #e1e5e9;
	cursor: pointer;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dd0c46;
	padding-left: 200px;
	padding-bottom: 3px;
}*/


.close1 {
	width: 109px;
	height: 21px;
	background: url(../_images/buttons/small-close-btn.jpg) no-repeat 0 0;
	color: #fff;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 0 0 15px;
	cursor: pointer;
	margin: 10px 0 5px 120px;
	background-color: #e1e5e9;
}

.close1:hover {
	background: url(../_images/buttons/small-close-btn.jpg) no-repeat 0 100%;
	cursor: pointer;
	color: #ccc;
}

.close2 {
	width: 109px;
	height: 21px;
	background: url(../_images/buttons/small-close-btn.jpg) no-repeat 0 0;
	color: #fff;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	padding: 8px 0 0 15px;
	cursor: pointer;
	margin: 10px 0 5px 25px;
	background-color: #e1e5e9;
}

.close2:hover {
	background: url(../_images/buttons/small-close-btn.jpg) no-repeat 0 100%;
	cursor: pointer;
	color: #ccc;
}


/*.close2 {
	background-color: #e1e5e9;
	cursor: pointer;
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dd0c46;
	padding-left: 105px;
	padding-bottom: 3px;
}*/


/* FAQs */

.quest-ans-wrapper {
	width: 620px;
	height: 100%;
}

.question {
	padding-top:28px; 
	color: #dd0c46; 
	font-weight: bold;
}

.question a{
	color: #dd0c46;
}

.answer {
	padding-top: 24px;
}

.faq-sep {
	width: 620px; 
	height: 2px; 
	border-bottom: solid 1px #e1e5e9; 
	margin-bottom: 20px;
}

/* Calls to Action */

.faq-cta {
	width: 315px;
	height: 140px;
	margin: 10px 10px 20px 0;
	float: left;
	background: url(../_images/call-to-actions/faqs.jpg) no-repeat;
}

.faq-cta:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.values-cta {
	width: 315px;
	height: 140px;
	margin: 10px 0 20px 0;
	float: left;
	background: url(../_images/call-to-actions/values.jpg) no-repeat;
}

.values-cta:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: pointer;
}

.callme-cta {
	width: 315px;
	height: 140px;
	margin: 10px 0 20px 0;
	float: left;
	background: url(../_images/call-to-actions/call-me.jpg) no-repeat;
}

.callme-cta:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* Quotes */

.quote-start {
	width: 47px;
	height: 40px;
	background: url(../_images/scroller-imgs/quote/start-punc.png) no-repeat;
	position: absolute;
	float: left;
	left: -46px;
	top: -36px;
}

.quote-text {
	width: 585px;
	height: 104px;
	margin: 50px 0 0 194px;
	position: relative;
}

.quote-text p{
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	margin-left: 30px;
}

.quote-end {
	width: 47px;
	height: 40px;
	background: url(../_images/scroller-imgs/quote/end-punc.png) no-repeat;
	position: absolute;
	float: left;
	right: 160px;
	bottom: -28px;
}

.quote-ref {
	color: #367aba;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	position: absolute;
	right: -40px;
	bottom: -60px;
	font-weight: bold;
}

.pic-container {
	width: 150px; 
	height: 190px; 
	float: right; 
	background-color: #eceff4; 
	padding: 0 10px 10px 10px;
	margin: 0 0 7px 7px; 
	text-align: center;
}

.pic-holder {
	width: 150px;
	height: 150px;
	float: left;
	background-color: #000;
	margin: 10px 0 3px 0;
}

.marc {
	height: 331px;
}

.lawrence {
	height: 278px;
}

.lisa {
	height: 338px;
}

.member-pic-bg {
	width: 190px;
	height: 229px;
	float: left;
	background: url(http://www.accountancyaction.com/_images/meet-team/picture-background.jpg) no-repeat;
	position: relative;
}

.member-content {
	width: 335px;
	height: 331px;
	float: left;
	padding-left: 10px;
}

.member-content2 {
	width: 275px;
	float: left;
	padding-left: 10px;
}

.member-pic {
	width: 134px;
	height: 184px;
	position: absolute;
	left: 31px;
	top: 18px;
}

.contacts {
	line-height: 12px;
	padding: 0;
	padding-bottom: 6px;
}

.find-office-cta {
	width: 239px;
	height: 149px;
	float: left;
	background: url(../_images/call-to-actions/left-no-office.jpg) no-repeat;
	cursor: pointer;
}

.find-office-cta:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.scroll {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #dc0c46;
	text-transform: uppercase;
	font-weight: bold;
}

.scrollTop {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

#scrollJS {
	margin-bottom: 20px;
	float: right;
	color: #dc0c46;
}

#scrollGA {
	margin-bottom: 10px;
	float: left;
	color: #dc0c46;
}

#scrollHP {
	margin-top: 20px;
	float: left;
	color: #fff;
}


/* Footer*/

footer {
	width: 100%;
	height: 399px;
	float: left;
}


#footer-top {
	width: 100%;
	height: 295px;
	float: left;
	background: url(../_images/backgrounds/footer-top-bg.jpg) repeat-x;
}

#footer-top-wrapper {
	margin: auto;
	width: 972px;
	height: 257px;
}

#footer-navigation {
	float: left;
	width: 667px;
	height: 257px;
	display: inline-block;
	margin-top: 38px;
}

#footer-contact {
	float: left;
	width: 305px;
	height: 252px;
	margin-top: 43px;
}

#footer-navigation ul {
	display: inline-block;
	float: left;
	margin-right: 35px;
}

#footer-navigation ul li {
	margin-bottom: 2px;
}

#footer-navigation ul li a{
	color: #6f7179;
}

#footer-navigation ul li a:hover{
	color: #aeaeae;
}

#footer-navigation ul li h1 a{
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

#footer-contact h1 {
	font-family: 'AllerRegular', arial, verdana, helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;	
}

#footer-contact p {
	color: #fff;
	font-size: 11px;
	margin: 27px 0 20px 0;
}

.small-links{
	color: #fff;
	font-size: 11px;
	line-height: 120px;
	padding-left:100px;
}

.small-links a{
	color: #fff;
}

.small-links a:hover{
	color: #aeaeae;
}

#footer-contact p a{
	color: #fff;
	text-decoration: underline;
}

#footer-contact p a:hover{
	color: #aeaeae;
	text-decoration: none;
}

.bg-boxsurround {
	width: 265px;
	height: 27px;
	background-color: #424347;
	-moz-border-radius: 5px; /* For Firefox */
	border-radius: 5px;
	margin-bottom: 5px;
	color: #e1e5e9;
	font-size: 11px;
	padding-top: 13px;
	padding-left: 20px;
}

.bg-boxsurround a{
	color: #e1e5e9;
}

.bg-boxsurround a:hover{
	color: #696969;
}

#footer-bottom {
	width: 100%;
	height: 104px;
	float: left;
	background: url(../_images/backgrounds/footer-bottom-bg.jpg) repeat-x;
}

#footer-holder {
	width: 972px;
	margin: auto;
}

#scroll-Top {
	width: 162px;
	height: 64px;
	margin: auto;
	/*padding: 40px 0 0 910px;*/
	float:left;
}


#social-networking {
	width: 62px;
	height: 64px;
	margin: auto;
	padding-top: 40px;
	float:right;
}

.twitter {
	width: 16px;
	height: 16px;
	float: left;
	background: url(../_images/small-twitter.jpg) no-repeat;
	margin-right: 10px;
	cursor: pointer;
}

.twitter:hover {
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	background: url(../_images/small-twitter.jpg) no-repeat;
	background-position: 0 100%;
}


.facebook {
	width: 16px;
	height: 16px;
	float: left;
	background: url(../_images/small-facebook.jpg) no-repeat;
	cursor: pointer;
}

.facebook:hover {
	width: 16px;
	height: 16px;
	float: left;
	cursor: pointer;
	background: url(../_images/small-facebook.jpg) no-repeat;
	background-position: 0 100%;
}

