span.brownson { color : #717074; font-weight : bold; }

/* Start with a reset, adpated from http://meyerweb.com/eric/tools/css/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, 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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
img {
	-ms-interpolation-mode: bicubic;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* -- Basic HTML Elements -- */
a {
	color: #fd6512;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus {
	text-decoration: underline;
}

abbr, acronym {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
address {
	font-style: normal;
}
blockquote {
	margin: 1em 30px;
}
body, html {
	height: 100%;
}
body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	line-height: 1.53846; /* 20px */
	color: #4a3f2d;
	background: #fff url(../images/bg_body.gif) repeat-y 50% 0;
}
code {
	font: 13px Monaco, Courier, monospace;
	line-height: 1.6;
}
dl {
	margin: 1em 0;
}
dt {
	margin-top: 1em;
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
h1 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.3636; /* 30px */
	color: #564c3b;
	margin-top: 0;
	padding-bottom: 10px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	color: #4a3f2d;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
h5, h6 {
	font-size: 13px;
}
h6 {
	font-weight: normal;
}
h3, h4, h5, h6 {
	margin: 1em 0;
}
h3.intro {
	font-weight: normal;
	font-size: 19px;
	line-height: 1.5; /* 27px */
	letter-spacing: -0.5px;
	color: #4a3f2d;
}
	.secondary h3.intro {
		color: #968b79;
		padding-left: 37px;
	}
hr {
	display: none;
}
input, textarea {
	font-size: 13px;
	border: none;
	color: #4a3f2d;
	background: #e9e9e9;
	padding: 3px 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
	input:focus, textarea:focus {
		background: #e9e9e9;
	}
p {
	margin: 10px 0;
}
pre {
	width: 100%;
	overflow: auto;
	background: #e1eaee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
select {
	width: 80%;
}
strong {
	color: #4a3f2d;
}
textarea {
	width: 90%;
}
table {
	width: 100%;
	border-color: #fff;
}
td {
	background: #edebea;
	padding: 7px 10px;
	font-size: 12px;
}
	td.smart, td.joyent {
		background: #e2e0df;
	}
th {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 10px;
	text-transform: uppercase;
}
	th.row {
		font-weight: bold;
		text-transform: none;
		background: #edebea;
	}
tr {
	border-bottom: solid 2px #fff;
}

::-moz-selection {
	color: #1c313c;
	background: #b5cad5;
}
	a:link::-moz-selection, a:visited::-moz-selection {
		color: #467b96;
	}
::selection {
	color: #1c313c;
	background: #b5cad5;
}
	a:link::selection, a:visited::selection {
		color: #467b96;
	}

																		/* -- Base Layout -- */
#container {
	position: relative;
	min-height: 100%;
	position: relative;
}
#page, .masthead .wrap, #header .wrap1, #footer .wrap {
	width: 884px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.divide-top {
	margin-top: 20px;
	padding-top: 30px;
	border-top: solid 1px #c3bdb3;
	clear: both;
}
.divide-bottom {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom: solid 1px #c3bdb3;
	clear: both;
}
.module-split, .module-full {
	width: 884px;
	overflow: hidden;
	clear: both;
}
.masthead {
	height: 73px;
	background: url(../images/bg_header.gif) repeat-y 50% 0;
	overflow: hidden;
}
.masthead .wrap {
	position: relative;
	background: url(../images/bg_header_wrap.gif) repeat-y 0 0;
}
	/* -- problematic on iPhone / iPad, let's kill the bg image -- */
	@media only screen and (max-device-width: 480px) { 
	    .masthead .wrap {background: none;}
	}
	@media only screen and (max-device-width: 1024px) { 
	    .masthead .wrap {background: none;}
	}

#header .wrap1 {
	background: url(../images/bg_container.gif) repeat-y 0 0;
	padding-bottom: 30px;
}
#header .wrap2 {
	padding-top: 40px;
}
#page {
	background: url(../images/bg_container.gif) repeat-y 0 0;
	padding-bottom: 320px;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 230px;
	padding-top: 50px;
}


/* -- Header -- */
#nameplate {
	padding: 20px 0 30px 0;
}
#nameplate .logo {
	width: 362px;
	height: 50px;
	background: url(../images/logo/brownson_technologies.gif) no-repeat -1px 0;
}
	#nameplate .logo a, #nameplate .logo a:visited {
		width: 100%;
		height: 100%;
		display: block;
		text-decoration: none;
		text-indent: -9999px;
	}
#nameplate .slogan {
	display: none;
}


/* ------------ */
/* -- Header -- */
/* ------------ */

.main-nav {
	width: 100%;
	overflow: hidden;
}

.masthead ul {
	float: right;
	width: 251px;
	padding-top: 40px;
	padding-left: 37px;
	position: relative;
	z-index: 90;
}

.masthead a, .masthead a:visited {
	color: #534d43;
}

.nav li {
	float: left;
	margin-right: 15px;
}

.nav a, .nav a:visited {
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	color: #635e57;
	padding-bottom: 2px;
}

.main-nav li {
	margin-right: 44px;
}

.nav a, .nav a:visited {
	-webkit-transition: border-color 0.25s linear;
	-moz-transition: border-color 0.25s linear;
	-o-transition: border-color 0.25s linear;
	border-bottom: solid 1px #fff;
}

.masthead a, .masthead a:visited {
	border-color: #c3bdb3;
}

.nav a:hover, .nav a:focus {
	text-decoration: none;
	border-color: #938b7d;
}

.main-nav .current_page_item a, .main-nav .current_page_item a:visited,
.main-nav .current_page_ancestor a, .main-nav .current_page_ancestor a:visited,
.blog .page-item-news a, .blog .page-item-news a:visited, 
.archive .page-item-news a, .archive .page-item-news a:visited,
.single .page-item-news a, .single .page-item-news:visited {
	border-bottom: solid 1px #b7b2ab;
}

.current_page_item a, 
.current_page_item a:visited {
	color : #bbbbbb;
}

.current_page_item a:hover {
	color : #000000;
}

/* -- General reusable styles -- */
/* top tier */
.secondary a, .secondary a:visited {
	color: #467b96;
}

.lead-in p {
	font-size: 14px;
	line-height: 1.7143; /* 24px */
}

a.button, 
a.button:visited, 
.button input {
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	background-color: #fd6512;
	display: block;
	padding: 5px 10px 5px 17px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

a.button:hover, 
a.button:focus,
.button input:hover, 
.button input:focus {
	text-decoration: none;
	background-color: #d0520e;
	cursor: pointer;
}

a.button:active {
	background-color: #8d3708;
}

.button input {
	padding: 7px 45px 7px 10px;
	width: auto;
}

/* -- Content pieces that sit on the left -- */
.main {
	width : 582px;
	padding-right : 14px;
	float : left;
}

.main h1 {
	padding : 0 380px 0 0;
}

.alignleft {
	float : left;
	margin : 5px 30px 20px 0;
}
.alignright {
	float: right;
	margin: 5px 0 20px 30px;
}

/* -- basic content formatting -- */
.main li {
	margin-left: 30px;
	list-style: square;
}

.main ol, .main ul {
	margin: 20px 0;
}

.main ol li {
	list-style: decimal;
}

/* -- Content pieces that sit on the right -- */
.secondary {
	width: 288px;
	float: left;
}

.secondary .box {
	padding: 0 0 0 18px;
}

/* -- sidebar callout -- */
.secondary .callout {
	width: 160px;
	overflow: hidden;
	margin: 25px 0 0 37px;
	padding: 18px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.secondary .callout h3 {
	margin: 0;
	line-height: 1.375;
}

.secondary .callout p {
	font-size: 12px;
	line-height: 1.5;
}
	

.callout {
	padding-right: 16px;
	margin: 33px 12px 0 0;
	float: left;
	background: url(../images/home-callout-arrow.gif) no-repeat 100% 127px;
}

.callout .wrap {
	width: 136px;
	padding: 22px 25px;
	background: #edebea;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.callout p {
	margin: 0;
}

.callout .button {
	margin-top: 20px;
	margin-bottom: 0;
}

.homepage .more {
		display: block;
		margin-top: 10px;
		text-align: center;
	}
.homepage .secondary h3 {
	font-size: 18px;
	line-height: 1.2222; /* 22px */
}

/* middle tier */
.homepage h4 {
	font-size: 16px;
	font-weight: normal;
}

h3 .more {
	color: #c3bdb3;
	font-size: 12px;
	margin-left: 10px;
}
	h3 .more a:link, h3 .more a:visited {
		margin-left: 10px;
		font-weight: normal;
	}


.fieldErrorContainer { color : #d12f19; width : auto; font-size : 11px; }
#submitLoading { z-index : 1004; position : absolute; text-align : center; font-family : "Trebuchet MS"; color : #333; font-size : 0.9em; text-transform : uppercase; }

form {
	clear: left;
}

form li.mktField {
	list-style-type : none;
	margin: 0;
	width: 49%;
	float: left;
}

form textarea {
	display: block;
	width: 87%;
	height: 100px;
}

form li.comment {
	width: 100%;
	float: none;
	clear: both;
}

form li.button { list-style-type : none; clear : both; width : 100; float : none; }
form .button {
	clear: left;
	margin-top: 12px;
	text-align : center;
}

	/* Marketo styling */
	.mktFormReq label, .required {
		padding-right: 20px;
		background: url(../images/required-field.gif) no-repeat 100% 50%;
	}
	.mktError p, .mktError .mktFormMsg {
		color: #b2470d;
		font-weight: bold;
		display: block;
		margin: 0 0 20px 0;
	}


/* -- Footer -- */
#footer {
	font-size: 11px;
	background: #c3bdb3;
}
#footer .wrap {
	padding-bottom: 40px;
	position: relative;
}
#footer h3 {
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #534d43;
	border-bottom: solid 1px #9c978f;
	padding-bottom: 1px;
	margin-bottom: 6px;
}
#footer li {
	line-height: 1.2;
	margin-bottom: 6px;
}
#footer a, #footer a:visited {
	color: #534d43;
}
#footer .col {
	float: left;
	width: 138px;
}
#footer .col-2 {
	width: 194px;
}
#footer .col-2 ul {
	float: left;
	width: 90px;
	margin-right: 14px;
}
#footer .col-2 ul.last {
	margin-right: 0;
}

/* the non-standard footer links */
#footer a.home-link, #footer a.home-link:visited {
	position: absolute;
	left: 0;
	top: 150px;
	display: block;
	width: 86px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
}
#footer a.legacy, #footer a.legacy:visited {
	position: absolute;
	right: 0;
	top: 144px;
	color: #8b857b;
}

#footer .social {
	position: absolute;
	right: 0;
	top: 144px;
	color: #8b857b;
}
	#footer .social li {
		float: left;
		padding-left: 18px;
		line-height: 2;
	}
	#footer .social li.facebook {
		background: url(../i/ui/ico-facebook.gif) no-repeat 0 50%;
		margin-right: 20px;
	}
	#footer .social li.twitter {
		background: url(../i/ui/ico-twitter.gif) no-repeat 0 50%;
	}

