/* tags */
html {
	height: 100%;
}
body {
	font-family: Verdana, Tahoma, Geneva, Helvetica, 'Helvetica-Neue', sans-serif;
	font-size: 13px;
	color: #444;
	line-height: 1.3;
	height: 100%;
	position: relative;
}
a {
	text-decoration: none;
	color: inherit;
}
big, .big {
	font-size: 16px;
}
small, .small {
	font-size: 11px;
}
strong, .strong {
	font-weight: bold;
}
em, .em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #0954A2;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 21px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}

/* common */

.wrapper {
	min-height: 100%;
}

.main {
	padding-bottom: 20px;  /* sticky copyright */
}

.columns {
	overflow: hidden;  /* shrink-wrap floating columns */
}

.two-col {
	float: left;
	width: 560px;
	margin-left: 25px;
}

.three-col {
	float: left;
	width: 274px;
	margin-left: 58px;
}
.three-col:first-child {
	margin-left: 0;
}

.centered {
	width: 940px;
	margin: 0 auto;
}

.attention {
	color: #B45E50;
	font-size: 16px;
}
.subtle {
	color: #757474;
}

.paragraph {
	display: block;
	line-height: 1.5;
	margin-bottom: 1em;
}
.paragraph:last-child {
	margin-bottom: 0;
}

.right-aligned {
	text-align: right;
}

.separator {
	border-left: 1px solid #E8E8E8;
}

.icon-list {
	margin-top: 20px;
}
.icon-list li {
	margin-bottom: 10px;
}
.icon-list li,
.icon-list li a {
	display: block;
	overflow: hidden;
}
.icon-list li img {
	display: block;
	float: left;
}
.icon-list li div {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

.icon-list.small-icons li {
	margin-bottom: 25px;
}
.icon-list.small-icons li div {
	margin-top: 0;
}

.traditional-list li {
	list-style-type: disc;
	margin: 10px 0 0 !important;
}

.goto {
	background: url(../images/incidental-arrow.png) no-repeat left center;
	padding-left: 20px;
}
/* masthead */
.masthead {
	background: transparent url(../images/bg-masthead.png) repeat-x left top;
	height: 84px;
	position: relative;
	z-index: 1;
	margin-bottom: -4px;  /* bring content up so shadow overlaps */
}

.navigation {
	padding-top: 22px;
}

.logo {
	display: block;
	float: left;
}

.menu {
	padding-top: 8px;
	float: right;
}

.menu > li {
	float: left;
	position: relative;
}
.menu > li > a {
	display: block;
	width: 92px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #656463;
	font-size: 13px;
	background: url(../images/sprite-menu.png) no-repeat left -60px;
}
.menu > li:hover a {
	background-position: left -30px;
}
.menu > li.dropdown:hover a {
	background-position: left 0px;
}
.submenu {
	display: none;
	position: absolute;
	width: 170px;
	top: 30px;
	left: -40px;
	border: 1px solid #838383;
	background: url(../images/bg-submenu.jpg) repeat-x left top;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	/*background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DEE0E1));
	background-image: -webkit-linear-gradient(top, #F5F5F5, #DEE0E1);
	background-image: -moz-linear-gradient(top, #F5F5F5, #DEE0E1);
	background-image: -ms-linear-gradient(top, #F5F5F5, #DEE0E1);
	background-image: -o-linear-gradient(top, #F5F5F5, #DEE0E1);
	background-image: linear-gradient(to bottom, #444444, #DEE0E1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#DEE0E1');*/
}
.submenu > li {
	border-top: 1px solid #838383;
}
.submenu > li:first-child {
	border-top: 0;
}
.submenu > li:hover {
	background: #C8C8C8;
}
.submenu > li a {
	border-width: 1px 0;
	border-style: solid;
	border-color: transparent;
	display: block;
	padding: 8px 4px;
	color: #656463;
	font-size: 11px;
	font-style: italic;
}
.submenu > li a:hover {
	border-color: #FFF;
}

/* footer */
.footer {
	background: url(../images/bg-footer.png) repeat-x left top;
	padding-bottom: 20px;
}
.footer-indicator {
	background: url(../images/bg-footer-indicator.png) no-repeat center top;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px;
	min-height: 67px;
}

.copyright {
	width: 100%;
	background: #21262B;
	border-top: 4px solid #D1D1D1;
	text-align: center;
	height: 33px;
	line-height: 33px;
	color: #FFF;
	font-size: 11px;
	position: relative;
	margin-top: -33px;
}



/* page-specific content */
.content {
	background: url(../images/bg-content.jpg) repeat-x left top;
	min-height: 403px;  /* show the whole gradient...  443 - 20 - 20 */
	padding: 10px 0 10px;
}
.content a:hover {
	color: #0954A2;
	text-decoration: underline;
}

.byline {
	background: url(../images/bg-tiles.png) repeat left -20px;
	/*border-bottom: 1px solid #DCDCDC;*/
}
.byline-inset {
	background: url(../images/bg-byline-shadow.png) repeat-x left bottom;
}
.byline .byline-title {
	display: inline-block;
	height: 150px;
	width: 155px;  /* 180 - padding */
	line-height: 150px;
	padding-left: 25px;
	vertical-align: middle;
}
.byline .byline-tagline {
	width: 730px;
	display: inline-block;
	vertical-align: middle;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #444;
	line-height: 1.5;
	text-shadow: #FFF 1px 1px 0;
}

/* contact-form */
.contact-form {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
}
.faux-radio {
	height: 22px;
	line-height: 22px;
	padding-left: 28px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/form-radio-unchecked.png);
}
.faux-radio.checked {
	background-image: url(../images/form-radio-checked.png);
}
.inquiry-type {
	
}
.contact-information {
	margin-top: 1em;
}
.contact-inputs {
	float: left;
	width: 230px;
}
.contact-comments {
	float: left;
	width: 300px;
	margin-left: 30px;
}
.contact-inputs input,
.contact-comments textarea {
	display: block;
	width: 100%;
	background: #FFF;
	border: 1px solid #CFCFCF;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #444;
	padding: 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-submit {

}


/* services */
.service-list {
	
}
.service-list li {
	padding-left: 16px;
	background: url(../images/bg-service-list-item.png) no-repeat left center;
}

/* tables */
.service-tables {
	
}
.service-tables table {
	margin-bottom: 1em;
	width: 100%;
	table-layout: fixed;
}
.service-tables td {
	padding: 0.8em 0.4em;
	border: 1px solid #000;
	width: 100%;
}
.service-tables tr.table-title td {
	padding: 0.5em;
	background: #6E7B8E;
	color: #FDFAED;
	font-size: 18px;
	font-weight: bold;
}
.service-tables tr.odd td {
	background: #E6E6E6;
}
.service-tables tr.even td {
	background: #FDFAED;
}
.service-tables tr.separator td {
	background: #C5C5C5;
	font-weight: bold;
}


/* slideshow */
.slideshow {
	background: #21262B url(../images/bg-slideshow.png) repeat left top;
	border-bottom: 1px solid #FFF;
}
.slideshow-container {
	width: 940px;
	height: 388px;
	position: relative;
}
.slideshow-arrow {
	position: absolute;
	width: 35px;
	height: 42px;
	top: 50%;
	margin-top: -21px;
	cursor: pointer;
	background-position: left top;
	background-repeat: no-repeat;
}
.slideshow-arrow.limit {
	background-position: left bottom;
}
.slideshow-arrow-right {
	background-image: url(../images/slideshow-arrow-right.png);
	right: -10px;  /* add 2px for borders */
}
.slideshow-arrow-left {
	background-image: url(../images/slideshow-arrow-left.png);
	left: -8px;
}

.slideshow-mask {
	width: 940px;
	height: 388px;
	overflow: hidden;
	position: relative;
	border-width: 0 1px;
	border-style: solid;
	border-color: #FFF;
}
.slideshow-slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
	height: 388px;
}
.slideshow-slider img {
	position: absolute;
	top: 0;
	left: 0;
}
