/* AnswersThruCounseling.com CSS Document */

@font-face {
 font-family: 'aaux_promediumregular';
 src: url('../fonts/aaux_pro_md-webfont.eot');
 src: url('../fonts/aaux_pro_md-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aaux_pro_md-webfont.woff') format('woff'), url('../fonts/aaux_pro_md-webfont.ttf') format('truetype'), url('../fonts/aaux_pro_md-webfont.svg#"aaux_promediumregular"') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'aaux_problackregular';
 src: url('../fonts/aaux_pro_blk-webfont.eot');
 src: url('../fonts/aaux_pro_blk-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/aaux_pro_blk-webfont.woff') format('woff'), url('../fonts/aaux_pro_blk-webfont.ttf') format('truetype'), url('../fonts/aaux_pro_blk-webfont.svg#aaux_problackregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'daxcompact-bold';
 src: url('../fonts/daxcompb-webfont.eot');
 src: url('../fonts/daxcompb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daxcompb-webfont.woff') format('woff'), url('../fonts/daxcompb-webfont.ttf') format('truetype'), url('../fonts/daxcompb-webfont.svg#daxcompact-boldbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'daxcompact-black';
 src: url('../fonts/daxcompbl-webfont.eot');
 src: url('../fonts/daxcompbl-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daxcompbl-webfont.woff') format('woff'), url('../fonts/daxcompbl-webfont.ttf') format('truetype'), url('../fonts/daxcompbl-webfont.svg#daxcompact-blackblack') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'daxcompact-regular';
 src: url('../fonts/daxcompr-webfont.eot');
 src: url('../fonts/daxcompr-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daxcompr-webfont.woff') format('woff'), url('../fonts/daxcompr-webfont.ttf') format('truetype'), url('../fonts/daxcompr-webfont.svg#daxcompact-regularregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'daxcompact-light';
 src: url('../fonts/daxcompl-webfont.eot');
 src: url('../fonts/daxcompl-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daxcompl-webfont.woff') format('woff'), url('../fonts/daxcompl-webfont.ttf') format('truetype'), url('../fonts/daxcompl-webfont.svg#daxcompact-lightlight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'daxcompact-medium';
 src: url('../fonts/daxcompm-webfont.eot');
 src: url('../fonts/daxcompm-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/daxcompm-webfont.woff') format('woff'), url('../fonts/daxcompm-webfont.ttf') format('truetype'), url('../fonts/daxcompm-webfont.svg#daxcompact-mediummedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
.heros-taglines.right {
 text-align:right;
 right:520px;
}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
 .ipad-landscape {
color: blue;
} /* your css rules for ipad landscape */
}
/*--- RESET ---*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-- FORM ELEMENTS --*/
.contact-wrapper {
	width:475px;
	margin:0 auto 20px auto;
}
.contact-wrapper-fullpage {
	width:475px;
	margin:30px 10px
}
.cell {
	float:left;
	margin:0 10px 20px 0;
}
.last {
	float:left;
	margin-right:0;
}
label {
	padding:0 0 3px 0;
	font-family: "daxcompact-medium", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#4f91cd;
}
.newsletter-signup label {
	padding:9px 0 0 8px;
	font-family: "daxcompact-light", Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#4f91cd;
	position:absolute;
	top:80px!important;
}

.newsletter-signup .cell {
	width:278px;
	margin:0 0 10px 3px;
	float:right;
}
.error {
	background-color:#4f91cd;
	color:#fff;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	padding:3px;
}
/*--- GLOBAL ELEMENTS ---*/

body {
	background:#c9cccf url(../img/bg.jpg) repeat 0 0;
}
#wrapper {
	width:100%;
	min-width:1024px;
	min-height:768px;
	margin:0 auto;
	background:url(../img/bg-blueprint.png) center 20px no-repeat;
	display:block;
}
#site-wrapper {
	width:960px;
	margin:0 0 0 -480px;
	position:absolute;
	top:0;
	left:50%;
	display:block;
}
#top-nav-social {
	height:22px;
	width:100%;
	background:url(../img/bg-top-social.jpg) 0 0 repeat-x;
	position:absolute;
	top:0;
	z-index:1;
}
#logo {
	width:313px;
	height:264px;
	position:absolute;
	z-index:9999;
}
.container {
	width:800px;
	margin:0 auto;
	float:none;
	padding:0 10px;
}
.container:after {
	content:".";
	visibility:hidden;
	clear:both;
	width:100%;
	height:1px;
	display:block;
}
.masthead {
	width:450px;
	float:right;
	margin:30px 0 10px 0;
}
.masthead h1 {
	font-famaily:"daxcompact-bold", Arial Black, Helvetica, sans-serif;
	font-size:25px;
	color:#06335b;
	float:right;
	margin:10px 0 15px 0;
}
.newsletter-signup {
	width:450px;
	clear:both;
	height:30px;
	display:inline-block;
}
.newsletter-signup h2 {
	float:left;
	font-family:"daxcompact-medium", Arial Black, Helvetica, sans-serif;
	font-size:16px;
	padding:7px 0 0 6px;
	color:#96bfe5;
}
.main-nav {
	height:37px;
	width:820px;
	background-color:#96bfe5;
	margin:0 auto 10px auto;
}
.main-nav ul {
	margin-left:340px;
}
.main-nav ul li {
	float:left;
	border-left:2px solid #7cabdb;
	width:94px;
	height:37px;
	text-align:center;
}
.main-nav ul li a:link, .main-nav ul li a:active, .main-nav ul li a:visited {
	font-family:"daxcompact-bold", Arial Black, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	width:94px;
	height:25px;
	padding-top:12px;
	display:inline-block;
}
.main-nav ul li a:hover {
	background:url(../img/bg-main-nav-hover.jpg) 0 0 repeat-x;
	width:94px;
	height:37px;
	text-decoration:underline;
	color:#06335B;
}
.content-background {
	background-color:#fff;
	width:820px;
	margin:0 auto;
	padding:10px 0 5px 0;
}
.clearfix {
	width:100%;
	clear:both;
}

/*--- TYPOGRAPHY ---*/
h1{
	font-family: "daxcompact-light", Helvetica, Arial, sans-serif;
}

h2{
	 font-family: "daxcompact-medium", Helvetica, Arial, sans-serif;
}

h3{
	 font-family: "daxcompact-medium", Helvetica, Arial, sans-serif;
}
/*--- HERO ---*/
.hero-container {
	width:800px;
	height:293px;
	border-top:1px dotted #96bfe5;
	border-bottom:1px dotted #96bfe5;
}
.slide h1 {
	position:absolute;
	right:10px;
	bottom:10px;
	padding:10px 20px;
	background:url(../img/heros/bg-hero-header.png) 0 0 repeat;
	border:2px solid #96bfe5;
	display:inline-block;
	color:#3f464b;
	font-size:28px;
}
.slide {
	position:relative;
	float:left;
	cursor:pointer;
	width:800px;
	height:293px;
}
.slide div {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.slidetabs {
	clear:both;
	margin-left:360px;
}
.slidetabs a {
	width:12px;
	height:12px;
	float:left;
	margin:3px;
	background:url(../img/ico-pager.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
.slidetabs a:hover {
	background-position:0 -12px;
}
.slidetabs a.current {
	background-position:0 -12px;
}
.disabled {
	visibility:hidden !important;
}

/*--- HOMEPAGE ---*/
.home-welcome {
	background:url(../img/bg-brackets-top.png) 0 45px no-repeat;
}
.home-welcome h1 {
	color:#4f91cd;
	font-size:38px;
	margin:15px 0 30px 15px;
}

.home-welcome p, .featured-project p, .testimonials p, p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#757575;
	line-height:18px;
	margin-bottom:5px;
}
.column-left {
	width:380px;
	display:inline-block;
	margin:0 20px 0 15px;
}
.column-right {
	width:360px;
	display:inline-block;
	background:url(../img/bg-hard-hat.jpg) right 30px no-repeat;
}
.home-featured-testimonials {
	border-top:1px dashed #dadbdb;
	margin:15px 0;
	padding-top:10px;
}
.featured-project {
	width:540px;
	display:inline-block;
}

.home-featured-testimonials h1, .standard h1{
	font-size:28px;
	color:#465058;
	margin:5px 0 15px 0;
}
.featured-project h2, .standard h2{
	font-size:16px;
	color:#4F91CD;
	margin-bottom:5px;
	line-height:22px;
}

.standard h3{
	font-size:21px;
	color:#4F91CD;
	margin:15px 0;
}
.featured-project img {
	float:left;
	border:5px solid #7daeda;
	margin:0 20px 10px 0;
}
.featured-project a:link, .featured-project a:active, .featured-project a:visited {
	font-family:"daxcompact-bold", Arial Black, Helvetica, sans-serif;
	font-size:12px;
	color:#06335b;
	text-decoration:none;
}
.featured-project a:hover {
	color:#666;
}
.testimonials {
	width:230px;
	display:inline-block;
}
/*--- FEATURED PAGE ---*/
.galleryWrapper {
	margin-left:50px;
}
.galleryWrapper img {
	margin:0 5px 10px 5px
}

/*--- WHAT WE DO PAGE ---*/
.imgRight{
	float:right;
	margin:0 0 10px 10px;
	border:5px solid #4F91CD;
}

/*--- FOOTER ---*/
.footer {
	background:url(../img/bg-footer.png) 0 0 repeat-x;
	width:100%;
	height:75px;
	display:block;
}
.footer ul {
	padding:50px 10px;
}
.footer ul li {
	float:left;
	margin-right:10px;
	font-size:10px;
	color:#999;
}
.footer ul li a:link, .footer ul li a:active, .footer ul li a:visited {
	font-family:"daxcompact-bold", Arial Black, Helvetica, sans-serif;
	font-size:11px;
	color:#06335b;
	text-decoration:none;
}
.footer ul li a:hover {
	color:#fff;
}
