/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	/* font-family: inherit;*/
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #e7eaed;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #414042;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 1.3em;
	font-family: "cronos-pro", Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}

/* Forms */
button, input, select, textarea {
	font-size: 12px;
	margin: 0;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal; 
	*overflow: visible;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	color: #FFF;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	background: #1179a6;
	padding: 10px 17px 9px;
	cursor: pointer;
	border: none;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {box-sizing: border-box; padding: 0; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;padding: 0;}
input[type=text], textarea {
	color: #000;
	background: #fff;
	width: 100%;
	padding: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d0d0d0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	height: 90px;
}
select {
	color: #000;
	display:block;
	border: none;
	background: #fff;
	width: 100%;
	padding: 8px;
}

/* Links */
a {
	color: #556833;
	text-decoration: none;
}


/* =Header
----------------------------------------------- */
#masthead {
	border-bottom: 6px solid #8d9a74;
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 100;
	height: 110px;
}
#masthead-inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}

/* Logo */
h1.site-title {
	background: url(../images/abroms-logo.gif) no-repeat;
	height: 65px;
	width: 241px;
	text-indent: -9999px;
	float: left;
	display: block;
	margin-top: 23px;
}
h1.site-title, h1.site-title a {
	height: 65px;
	width: 241px;
	display: block;
}

/* Contact Menu */
#contact {
	float: right;
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #95a1aa;
	line-height: 1.1em;
	width: 675px;
	margin-top: 20px;
}
#contact a {
	color: #95a1aa;
}
.contact-email a, .contact-phone, .upload-files, .elec-pmt a{
	float: left;
	height:43px;
	padding-top: 27px;
}
.contact-email a {
	background: url(../images/icon-email.gif) no-repeat left center;
	padding-left: 37px;
	width: 130px;
	border-right: 2px solid #a2ae8b;
}
.contact-phone {
	width: 120px;
	padding-left: 37px;
	background: url(../images/icon-phone.gif) no-repeat 15px center;
	border-right: 2px solid #a2ae8b;
}
.upload-files a {
	width: 122x;
	background: url(../images/icon-upload.gif) no-repeat 15px center;
	padding-left: 48px;
	text-align: right;
        
}
.elec-pmt a {
	background: url(../images/cpac-pmt4.png) no-repeat 15px center;
	padding-left: 10px;
	width: 178px;
	text-align: right;	
}


/* =Main
----------------------------------------------- */
#main {
	background: #FFF;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 0;
}

/* =Home Banner
----------------------------------------------- */
#home-banner {
	border-bottom: 6px solid #8d9a74;
	background: #212025 url(../images/home-banner.jpg) no-repeat center top;
	height: 220px;
	position: relative;
	z-index: 0;
}

/* =Page Title
----------------------------------------------- */
#page-title {
	height:64px;
	background: #616370 url(../images/page-title-bg.jpg) repeat-x center top;
}
#page-title h1 {
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	display:block;
	width: 685px;
	padding-left: 275px;
	margin: 0 auto;
	font-size: 38px;
	color: #FFF;
	line-height: 64px;
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}


/* =Content
----------------------------------------------- */
#content {
	width: 685px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 10;
	padding-left: 275px;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 560px;
}
.home #content {
	min-height: 290px;
}
#primary {
}
h2 {
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9d5039;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 14px;
	color: #9d5039;
}

p.intro {
	font-size: 18px;
	line-height: 1.5em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 6px 6px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 6px 6px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.center {
	text-align: center;
}

/* Columns */
.two-cols, .three-cols {
	margin-bottom: 20px;
}
.two-cols .col, .three-cols .col {
	float: left;
}
.three-cols .col {
	width: 33%;
}
.two-cols .col {
	width: 48%;
	margin-left: 4%;
}
.two-cols .first, .three-cols .first  {
	margin-left: 0;
}
p.has-post-content {
	margin-bottom: 0.75em;
}
.button {
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	line-height: 1em;
	text-transform: uppercase;
	display: inline-block;
	background: #748556;
	padding: 13px 20px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#newsletter {
	width: 100%;
	height: 1280px;
	border: none;
}
#tool {
	width: 100%;
	height: 2500px;
	border: none;
}
#resources {
	width: 100%;
	height: 800px;
	border: none;
}
#map {
	border: 1px solid #95a1aa;
}
.staff-pro-admin {
	margin-bottom: 50px;
	margin-top: 10px;
}
.staff-pro-admin .person {
	float: left;
	width: 109px;
	margin-bottom: 10px;
}


/* =Sidebar
----------------------------------------------- */
#secondary {
	width: 240px;
	position: absolute;
	z-index: 100;
	top: -45px;
	left: 0px;
}
.home #secondary {
	top: -207px;
}
#menu {
	background: #95a37b;
	padding: 5px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin-bottom: 17px;
}
#main-menu {
	border: 1px solid #FFF;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-top: 22px;
	padding-bottom: 22px;
}
#main-menu ul {
	margin: 0px;
}
#main-menu ul li {
	list-style: none;
	display: block;
	background: url(../images/nav-sep.png) no-repeat center bottom;
	margin-bottom: 11px;
	padding-bottom: 13px;
}
#main-menu ul li.last {
	background: url(none) no-repeat center bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#main-menu ul li a {
	color: #FFF;
	font-size: 16px;
	display: block;
	line-height: 1.1em;
}
#affiliations {
	background: #748556;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding-top: 18px;
	padding-bottom: 18px;
}
#affiliations h1 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#affiliations ul {
	margin: 0px;
}
#affiliations ul li {
	list-style: none;
	display: block;
	margin-bottom: 18px;
}
#affiliations ul li a {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}
#affiliations ul li.aicpa a {
	background: url(../images/aicpa.png);
	height: 31px;
	width: 90px;
}
#affiliations ul li.ascpa a {
	background: url(../images/ascpa.png) no-repeat;
	height: 49px;
	width: 90px;
}
#affiliations ul li.nacva a {
	background: url(../images/nacva.png) no-repeat;
	height: 20px;
	width: 90px;
}

#address {
	font-family: "warnock-pro", Georgia, "Times New Roman", Times, serif;
	background: #9d5039;
	padding: 5px;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
#address p {
	border: 1px solid #FFF;
	padding-top: 14px;
	padding-bottom: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0px;
	display: block;
}
#primary #address {
	width: 210px;
	float: right;
	margin-left: 22px;
	margin-bottom: 110px;
}


/* =Footer
----------------------------------------------- */
#colophon {
	clear: both;
	padding-top: 20px;
	padding-bottom: 50px;
}
#colophon a {
}
#colophon .site-info {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}


/* =Helper classes
----------------------------------------------- */

/* Text meant only for screen readers */
.assistive-text, .screen-reader-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Clearfix */
.clearfix:before, .clearfix:after { content: " ";  display: table; }
.clearfix:after { clear: both; }

/* Hide */
.hidden {display: none;}
