@charset "utf-8";
/* CSS Document */


a {
	color:#d13b41;
}

a.phoneLink {
	color:#666;
	text-decoration:none;}
	
p {
	line-height:21px;
	margin-bottom:20px;
	font-size:16px;
	margin-top:0;
	color:#666;
	font-family: 'Ubuntu', sans-serif;
	}

#contentHome h1 {
	font-size:32px;
	font-family: 'Ubuntu Condensed', sans-serif; color:#d13b41;
	margin-top:0;
}

/*h1 {
	line-height:normal; font-family: 'CityBQBold', sans-serif; font-weight: normal; color:#d13b41;
	font-size:36px;
}

*/
.page #contentWrapper #content h1 {
	margin-top:0;
	font-size:32px;
	font-family: 'Ubuntu Condensed', sans-serif; color:#333;
	text-transform:uppercase;
}

h2 {
font-family: 'Ubuntu Condensed', sans-serif; color:#444;
font-size:28px;
margin-top:0;
}

.page #contentWrapper #banner h2 {
	font-size:28px;
}

h3 {
	font-family: 'Ubuntu Condensed', sans-serif; 
	font-size:21px;
	text-transform:uppercase;
	background: url(../../images/2013/header-bg.png) repeat-x bottom left;
	color:#FFF;
	padding:4px 30px;
	margin-left:-30px;
	margin-right:-30px;
	border-bottom:1px solid #333;
	text-shadow:none;
	font-weight:400;

}

h4 {
	font-family: 'Ubuntu Condensed', sans-serif;
	margin-bottom:5px;
	font-size:18px;
	color:#333;
}

.red {
	font-family: 'Ubuntu', sans-serif;
color:#d13b41;
		font-weight:bold;
}

.page #contentWrapper #content ul {
	color: #666;
	font-family: 'Ubuntu', sans-serif;
	font-size:14px;}

.page #contentWrapper #content ul li {
	padding:5px 0 ;
}

/* SOCIALS UL */
ul.socials { margin:0 0 0 120px; padding:0;}
ul.socials li { display: inline; text-indent:-9999px; margin:0; padding:0; list-style-type:none; }
ul.socials li a { display:block; background: url(../../images/2013/socials.png) no-repeat top left; width:48px; height:48px; float:left;margin-left:5px; }

/* SOCIALS BUTTONS */
ul.socials li#facebook a { background-position: 0 0; }
ul.socials li#twitter a { background-position: -53px 0px; }
ul.socials li#linkedIn a { background-position: -109px 0px; }
ul.socials li#recruit a { background-position: -167px 0px; width:169px; }


/* SOCIALS OVER STATES */
ul.socials li#facebook a:hover { background-position:0 -47px; }
ul.socials li#twitter a:hover { background-position: -53px  -47px; }
ul.socials li#linkedIn a:hover { background-position: -109px -47px; }
ul.socials li#recruit a:hover { background-position: -167px -47px; }




/* FOOTER MENU UL */
/*#footer ul { margin:20px 0 0 220px; padding:0; line-height:normal; font-family: 'CityBQBold', sans-serif; text-transform:uppercase;font-weight: normal; color:#979394; letter-spacing:1px;}
*/
#footer ul { margin:20px 0 0 0; padding:0; line-height:normal; font-family: 'CityBQBold', sans-serif; text-transform:uppercase;font-weight: normal; color:#979394; letter-spacing:1px; text-align:center;}
#footer ul li { display: inline-block; margin:0; padding:0; list-style-type:none;  }
#footer ul li a { display:block; /*float:left; */margin-left:25px; color:#d13b41; text-decoration:none; }
#footer ul li a:hover {
	color:#333;
}


#footer li.copy {
	display:inline-block; 
/*	float:left; 
*/	margin-left:25px;}

#footer ul li .truste{
	float:right;
	margin-right:350px;
	margin-top:20px;
}


.page #footerWrap #footer ul {
	margin-top:0;
/*	margin-left:160px !important;
	margin-left:140px;*/}

.page #footerWrap #footer ul li .truste{
	float:right;
	margin-right:140px;
	margin-top:-10px;
}

#contactForm table p {
	margin-bottom:10px;
	font-weight: bold;
}



#contactForm input, #contactForm textarea, #contactForm select {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:7px 4px;
	border:1px solid #FFF;
	-webkit-box-shadow:inset  0px 0px 1px 1px rgba(0, 0, 0, .25);
	box-shadow:inset  0px 0px 1px 1px rgba(0, 0, 0, .25);
	background:#FFF;
	color:#666;

}

#contactForm input.submitBtn {
	padding:10px 20px;
	background:url(../../images/2013/header-bg.png) repeat-x bottom left;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, .25);
	float:right;
	margin-right:10px;
}

#contactForm input.submitBtn:hover {
	cursor:pointer;
	color:#333;
	text-shadow:1px 1px 1px #FFF;
	background:none;
}
.page #contactForm h3 {
	font-family: 'Ubuntu Condensed', sans-serif; 
	margin:0px -13px 10px -13px;
	padding:15px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-size:30px;
}
.page #contactForm sup {
	color: #CD373D;
}
