/* @group 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, tfoot, thead, th{
	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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

div.breadcrumb {
margin: 10px;
color: #95865b;
}

div.breadcrumb a {
color: #b61e3b;
text-decoration: underline;
}

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

table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

/* @end */

/* @group global */

body {
	background: #d7d2c2 url(/images/body-background.png) repeat-x;
	width:  100%;
	font: 12px/12px Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #614d1d;
}

#page {
	margin-left: auto;
	padding-bottom: 50px;
	margin-right: auto;
	width: 960px;
	position: relative;
}

/* Added for some buttons */
.button-link {
    color: #8995a8;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}
.button-link:hover {
    color: #132b52;
}
/* end */

#header {
	width: 100%;
	height: 75px;
	position: relative;
	background-color: #ffffff;
	z-index: 100;
}

#header h1 a#logo {
	width: 240px;
	height: 44px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	position: absolute;
	bottom: 15px;
	left: 22px;
	background: url(/images/logo-background.png) no-repeat;
}

#header ul.navigation {
	padding-left: 6px;
	list-style: none;
	position: absolute;
	bottom: 11px;
	left: 296px;
	background: url(/images/header-navigation-background.png) no-repeat;
	height: 40px;
}

#header ul.navigation li {
	float: left;
	display: inline;
	position: relative;
	margin-top: 21px;
}
#header ul.navigation li a {
	padding: 3px 0 12px 23px;
	text-align: left;
	float: left;
	display: inline;
	white-space: nowrap;
	color: #8995a8;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

#header ul.navigation li a:hover {
	color: #132b52;
}

#header ul.navigation li ul.dropnav {
	display: none;
	padding: 0;
	background-image: url(/images/dropnav-background.png);
	background-repeat: repeat;
	background-position: 0 0;
	position: absolute;
	top: 25px;
	left: 23px;
	width: Auto;
}

#header ul.navigation li:hover ul {
	display: block;
}

#header ul.navigation li ul.dropnav li {
	float: left;
	display: inline;
	clear: left;
	width: 100%;
	overflow: hidden;
	margin-top: 0;
}

#header ul.navigation li ul.dropnav li a {
	padding: 5px 8px 6px 8px;
	text-align: left;
	float: left;
	display: block;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	width: Auto;
}
	#header ul.navigation li ul.dropnav li a:hover {
		background-color: #152C53;
	}

#header .findanagent {
	position: absolute;
	right: 20px;
	bottom: 40px;
	width: 203px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	background-image: url(/images/bg_red_fade.gif);
}

#header .search-form {
	position: absolute;
	right: 20px;
	bottom: 10px;
	width: auto;
}

#header .search-form::before {
	content: ".";
	visibility: hidden;
}

#header .search-form input.text {
	margin-right: 2px;
	width: 152px;
	height: 16px;
	vertical-align: bottom;
}

#header .search-form input.image {
	vertical-align: bottom;
}

#footer {
	width: 100%;
	position: relative;
	padding-top: 8px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 10px;
	color: #95865b;
}

#footer a {
	color: #95865b;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
}

#footer a:hover {
	color: #B61E3B;
	text-decoration: none;
}

#footer ul.navigation {
}

#footer ul.navigation li {
	display: inline;
	border-right-color: #95865b;
	border-right-width: 1px;
	border-right-style: solid;
	padding-right: 12px;
	padding-left: 12px;
}

#footer ul.navigation li.last {
	border-right-style: none;
}

.clear {
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

cite {
	font-style: italic;
}

address {
	font-style: normal;
}

sup {
	vertical-align: top;
	font-size: .6em;
}

#main #content a {
	color: #002B54;
	text-decoration: none;
}

#main #content a:hover {
	color: #b61e3b;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content address {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#content form label {
	float: left;
	display: inline;
	clear: left;
	font-size: 13px;
	line-height: 13px;
}

#content ul.bulleted {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0;
}

#content ul.bulleted li {
	line-height: 1.5em;
}

#content ol.numbered {
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	list-style-position: outside;
	list-style: decimal;
	padding: 0;
}

#content ol.numbered li {
	line-height: 1.5em;
}

/* --- Add this to the current CSS for the board and exec photo pages --- */

div#picTable {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
div#picTable div.thisPic {
	width: 20%;
	display: inline-block;
	height: auto;
	vertical-align: top;
	padding: 0 10px;
	margin-bottom: 10px;
}

div#picTable div.thisPic img {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


div#picTable div.thisPic label {
	font-size: 110%;
	font-weight: bold;
}

div#picTable div.thisPic p {
	margin-top: 2px;
	font-size: 80%;
}

/* ----------------------- */

.subnavigation {
	margin-right: 20px;
	padding-top: 15px;
	background-image: url(/images/subnavigation-background.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 147px;
	min-height: 165px;
	float: left;
}

.subnavigation li {
	margin-bottom: .25em;
}

.subnavigation li a {
	width: 121px;
	padding-right: 13px;
	padding-left: 13px;
	display: block;
	color: #95865b;
	text-decoration: none;
	line-height: 1.4em;
}

.subnavigation li a:hover,
.subnavigation li.active a {
	color: #b61e3b;
}
/**
.agent-search {
	margin-bottom: 10px;	
}

=
.agent-search ul {
	display: inline;
	vertical-align: bottom;
}

.agent-search li {
	float: left;
	margin-right: 7px;
}

.agent-search li label {
	margin-bottom: 7px;
}

.agent-search li input,
.agent-search li select {
	float: left;
	clear: both;
}

.agent-search input.submit-button-find {
	float: left;
	padding-top: 27px;
}
**/

#content .hr hr {
	display:none;
}

#content .hr {
  height: 0;
  margin-bottom: 1.5em;
  line-height: 1em;
  width: 100%;
  border-bottom-width: 1px;
  border-color: #b0a68e;
  border-style: solid;
}

/* @end */

/* @group layout1 */

#layout1  #header .findanagent {
	display: none;
}

#layout1 #main {
	margin: 0;
	padding: 0 20px;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	position: relative;
/*	width: 100%;*/
	zoom: 1;
}

#mainImage {
	margin-bottom: 15px;
	height: 330px;
	background-color: inherit;
}
	#layout1 #mainImage {
		margin-bottom: 0;
	}

#layout1 #content {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 675px;
}

#layout1 #sidebar {
	float: right;
	display: inline;
	width: 232px;
}

#layout1 #sidebar .agent-search-form {
	margin-bottom: 15px;
	float: left;
	display: inline;
	clear: left;
	background: url(/images/agent-search-form-background.png) no-repeat center bottom;
	width: 184px;
	padding: 5px 24px 0 24px;
	height: 127px;
}

#layout1 #sidebar .agent-search-form label {
	line-height: 17px;
	font-size: 13px;
	color: #95865b;
}

#layout1 #sidebar .agent-search-form input.text {
	margin-top: 16px;
	margin-bottom: 10px;
	width: 168px;
}

#layout1 #sidebar .agent-search-form input.submit-button {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 15px;
}

/* Added for the blue buttons RR */
/* Tweak margins as needed */

.blue-button {
	display: inline;
}

#blue-buttons-div .blue-button1 img{
	margin: 0px;
}

#blue-buttons-div .blue-button2 img{
	float: left;
	margin: 5px 6px 0px 0px;
}

#blue-buttons-div .blue-button3 img{
	float: left;
	margin: 5px 0px 0px 5px;
}
/* end */

.button {
	padding: 17px;
	text-align: center;
	color: #DBD6C8;
	font-size: 14px;
	display: block;
	clear: left;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 16px;
	cursor: pointer; /* just to make sure */

}
	.button:hover {
		color: #fff;
	}
	.button.blue {
		background: #4c5471 url(/images/bg_blue_fade.gif) 0 0 repeat-x;
	}
	.button.red {
		background: #ba4052 url(/images/bg_red_fade.gif) 0 0 repeat-x;
	}
		.button.blue {
			*height: 16px; /* weird spacing issue with IE 7 only */
		}

#layout1 #sidebar p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* corner divs are added via JS */
.corners { position: relative; }
.corners .tl,
.corners .tr,
.corners .bl,
.corners .br { position: absolute; z-index: 99; width: 6px; height: 6px; background: url(file:///H|/Documents/_Projects/images/corners.png) 0 0 no-repeat; }

.corners .tl { top: 0; left: 0; }
.corners .tr { top: 0; right: 0; background-position: -6px 0; }
.corners .bl { bottom: 0; left: 0; background-position: 0 -6px; }
.corners .br { bottom: 0; right: 0; background-position: -6px -6px; }

.cornersTop .bl, .cornersTop .br { display: none; }
.cornersBottom .tl, .cornersBottom .tr { display: none; }

/* Edited for the new call out no-wave RR */
#navHome {
	position: relative;
	height: 130px;
	clear: both;
}	
	#navHome ul {
		position: absolute;
		bottom: 0;
		height: 112px;
		width: 920px;
	}
	#navHome li {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 228px;
		height: auto;
		background-color: white;
	}
		#navHome li.two { left: 230px; }
		#navHome li.three { left: 460px; }
		#navHome li.four { left: 690px; }
		
		#navHome li div {
			display: block;
			color: #fff;
			height: 82px;
			opacity: 0.5;
			margin-bottom: 10px;
	
		}
			
		#navHome li div p {
			padding: 10px;
		}
			
		#navHome li a {
			display: block;
			text-align: center;
			color: #95865b;
/*			color: #B61E3B;*/
			text-decoration: none;
			font-size: 1em;
			height: 30px;
			line-height: 30px;
			background: transparent url(/images/sub-banners-h2-background.png) 0 0 repeat-x;
		}
			
		#navHome li.active {
/*			background-color: #000;*/
		}
		
		#navHome li.active div {
			display: block;
		}
			
			#navHome li:hover div {
				opacity: 1;
			}
			
			#navHome li:hover a {
				color: #B61E3B;
				color: #fff;
				background-position: 0 -31px;

			}
/* end */

.agents-found ul li {
	margin-bottom: 28px;
}

/* @end */

/* @group layout2 */

#layout2 #main {
	margin: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout2 #banner {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 15px;
	margin-right: 0;
	padding: 0;
}

#layout2 #content {
	margin-top: 18px;
	margin-left: 20px;
	margin-bottom: 0;
	margin-right: 0;
	padding: 0;
	float: left;
	display: inline;
	width: 710px;
	color: #614d1d;
}

#layout2 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout2 #sidebar {
	display: none;
}

/* @end */

/* @group layout3 */

#layout3 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout3 #banner {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#layout3 #content {
	margin: 0;
	padding-top: 23px;
	padding-left: 30px;
	padding-bottom: 0;
	padding-right: 30px;
	float: left;
	display: inline;
	width: 524px;
	color: #614d1d;
	background: url(/images/content-background.png) no-repeat;
	min-height: 160px;
}

#layout3 #content h2 {
	font-size: 14px;
	margin-bottom: 18px;
}

#layout3 #sidebar {
	display: none;
}

/* @end */

/* @group layout4 */

#layout4 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
	border-bottom-color: #efece5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#layout4 #banner {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

#layout4 #content {
	margin: 0;
	padding-top: 15px;
	padding-left: 50px;
	padding-bottom: 0;
	padding-right: 50px;
	float: left;
	display: inline;
	width: 820px;
	color: #614d1d;
}

#layout4 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout4 #content h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#layout4 #content ol {
	margin-bottom: 1.5em;
}

#layout4 #content ol li {
	margin-left: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	overflow: visible;
	list-style-type: decimal;
	line-height: 1.5em;
}

#layout4 #sidebar {
	display: none;
}

/* @end */

/* @group layout5 */

#layout5 #main {
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background-color: #ffffff;
}

#layout5 #banner {
	display: none;
}

#layout5 #content {
	margin: 0;
	padding: 33px 50px 0 50px;
	float: left;
	display: inline;
	width: 820px;
	color: #614d1d;
}

#layout5 #content h2 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 18px;
}

#layout5 #content h3 {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

#layout5 #content ol {
	margin-bottom: 1.5em;
}

#layout5 #content ol li {
	margin-left: 20px;
	padding-left: 3px;
	margin-bottom: 10px;
	overflow: visible;
	list-style-type: decimal;
	line-height: 1.5em;
}

#layout5 #sidebar {
	display: none;
}

#layout5 #content .search-form {
	float: left;
	margin-top: 1.4em;
	margin-bottom: 1.4em;
}

#layout5 #content .search-form label {
margin-top: 4px;
}

#layout5 #content .search-form input {
	float: left;
	display: inline;
	margin-left: 6px;
}

#layout5 #content .search-form input.text {
	float: left;
	display: inline;
	margin-left: 6px;
	width: 130px;
}

#layout5 #content ul.search-results {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.search-results li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.pagination {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

#layout5 #content ul.pagination  li {
	display: inline;
	color: #614d1d;
	font-size: 11px;
}

#layout5 #content ul.pagination  li a,
#layout5 #content ul.pagination  li span {
	padding-top: .5em;
	padding-right: .4em;
	padding-bottom: .5em;
}

/* @end */

.fineprint-warning {
	color: Red;
	font-size: 10px;
}

.survey-background
{
	position:fixed;
	z-index:101;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:Black;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	filter:alpha(opacity=60);
	opacity:0.6;
}

.survey-dialog
{
	position:fixed;
	z-index:102;
	left:0;
	right:0;
	top:30%;
	bottom:0;
}

/*Resusable Buttons*/
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 1% 0 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
	margin: 2% 0;
}

.btn-stack {
	display: block;
	max-width: 200px;
	margin: 4% auto;
	float: none;
	
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
}
.btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,41,66,.125);
	box-shadow: inset 0 3px 5px rgba(0,41,66,.125)
}
.btn-danger .badge, .btn-default .badge, .btn-info .badge, .btn-primary .badge, .btn-success .badge, .btn-warning .badge {
	text-shadow: none
}
.btn.active, .btn:active {
	background-image: none
}
.btn-default {
	background: #B50938;
	color: #fff !important;
	background-image: -webkit-linear-gradient(top, #B50938 0, #700623 100%);
	background-image: -o-linear-gradient(top, #B50938 0, #700623 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#B50938), to(#700623));
	background-image: linear-gradient(to bottom, #B50938 0, #700623 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffB50938', endColorstr='#ff700623', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #D80B43;
}
.btn-default:focus, .btn-default:hover {
	background-color: #700623;
	background-position: 0 -15px
}
.btn-default.active, .btn-default:active {
	background-color: #700623;
	border-color: #D80B43;
}
.btn-default.disabled, .btn-default:disabled, .btn-default[disabled] {
	background-color: #e0e0e0;
	background-image: none;
	cursor: not-allowed;
	color: #999 !important;
	border: #999;
}
.btn-primary {
	background: #002B54;
	color: #fff !important;
	background-image: -webkit-linear-gradient(top, #002B54 0, #00172E 100%);
	background-image: -o-linear-gradient(top, #002B54 0, #00172E 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002B54), to(#00172E));
	background-image: linear-gradient(to bottom, #002B54 0, #00172E 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff002B54', endColorstr='#ff00172E', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #0052A0;
}
.btn-primary:focus, .btn-primary:hover {
	background-color: #00172E;
	background-position: 0 -15px
}
.btn-primary.active, .btn-primary:active {
	background-color: #00172E;
	border-color: #0052A0;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
	background-color: #e0e0e0;
	background-image: none;
	cursor: not-allowed;
	color: #999 !important;
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e
}
.btn-success:focus, .btn-success:hover {
	background-color: #419641;
	background-position: 0 -15px
}
.btn-success.active, .btn-success:active {
	background-color: #419641;
	border-color: #3e8f3e
}
.btn-success.disabled, .btn-success:disabled, .btn-success[disabled] {
		background-color: #e0e0e0;
	background-image: none;
	cursor: not-allowed;
	color: #999 !important;
}
.btn-info {
	color: #fff !important;
	background: #007836;
	background-image: -webkit-linear-gradient(top, #007836 0, #005225 100%);
	background-image: -o-linear-gradient(top, #007836 0, #005225 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#007836), to(#005225));
	background-image: linear-gradient(to bottom, #007836 0, #005225 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007836', endColorstr='#ff005225', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #00B752;
}
.btn-info:focus, .btn-info:hover {
	background-color: #005225;
	background-position: 0 -15px
}
.btn-info.active, .btn-info:active {
	background-color: #005225;
	border-color: #00B752;
}
.btn-info.disabled, .btn-info:disabled, .btn-info[disabled] {
		background-color: #e0e0e0;
	background-image: none;
	cursor: not-allowed;
	color: #999 !important;
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13
}
.btn-warning:focus, .btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 -15px
}
.btn-warning.active, .btn-warning:active {
	background-color: #eb9316;
	border-color: #e38d13
}
.btn-warning.disabled, .btn-warning:disabled, .btn-warning[disabled] {
		background-color: #e0e0e0;
	background-image: none;
	cursor: not-allowed;
	color: #999 !important;
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28
}
.btn-danger:focus, .btn-danger:hover {
	background-color: #c12e2a;
	background-position: 0 -15px
}
.btn-danger.active, .btn-danger:active {
	background-color: #c12e2a;
	border-color: #b92c28
}

.btn-sm {
	font-size: 90%;
}

.btn-lg {
	font-size: 120%;
}

#copy-box textarea {
	display: block;
	background: #eee;
	border: 1px solid #999;
	padding: 1%;
	margin: 0 0 2% 0;
}

/*Clear Fix*/

.clear-fix:before,
.clear-fix:after {
    content: "";
    display: table;
} 
.clear-fix:after {
    clear: both;
}
.clear-fix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	clear: both;
	float: none;
}


/*Target Markets*/
#target-markets .middle {
	margin: 0 3.5%;
}

#target-markets .span6 {
	width: 50%;
	float: right;
	margin: 6% 0 2% 3.5%;
}

#target-markets .span4 {
	width: 26%;
	float: left;
}

#target-markets .span3 {
	width: 31%;
	float: left;
	margin: 1%;
}

#target-markets .span3 ul { 
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
	line-height: 1.5em;
}

#target-markets .span3 li {
	margin-bottom: 5px;
}

#target-markets .span8 {
	width: 60%;
	float: left;
	margin: 0 3.5% 0 0;
}

#target-markets .download {
	height: 150px; 
	padding: 20px;
	background: #002942;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	box-shadow: 0px 0px 10px 4px rgba(0, 41, 66, .25);
}

#target-markets .download img {
	float: left;
	margin: 0 25px 0 0;
}

#target-markets .rows:before,
#target-markets .rows:after {
    content: "";
    display: table;
} 
#target-markets .rows:after {
    clear: both;
}
#target-markets .rows {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
	clear: both;
	padding: 1.75% 0; 
}

#target-markets .bizcard {
	padding: 20px;
	min-height: 150px;
	background: #002942;
	color: #fff;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	box-shadow: 0px 0px 10px 4px rgba(0, 41, 66, .25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#target-markets .span6 .btn-default {
	margin-top: 5%;
}

#target-markets .bizcard img {
	float:right;
	margin: 0 0 0 30px;
}

#target-markets .bizcard a {
	color: #fff !important;
}

#target-markets .bizcard a:hover {
	color: #7DAED2 !important;
}	

#target-markets .bizcard p {
	margin: 3% 0;
}

#target-markets .bizcard h1 {
	font-size: 18pt;
	line-height: normal;
	margin-top: -5px;
}

#target-markets .bizcard h2 img {
	float:left;
	margin: 0 8px 8px 0 !important;
	padding: 0;
	line-height: normal;
	clear: left;
}

#target-markets .tiles {
	 height: 150px;
	 padding: 20px;
	 color: #002942;
	 background: #7DAED2;
	 position: relative;
	 -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	box-shadow: 0px 0px 10px 4px rgba(0, 41, 66, .25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#target-markets .tiles:hover {
	background: #668EAB;	
}

#target-markets .tiles img {
	float: right;
	margin: 0 0 5px 5px;
}

#target-markets .tiles h2 {
	color: #fff;
	padding:0;
	margin:0 0 8px 0 !important;
	line-height: normal;
}

#target-markets .blocks {
	 height: 170px;
	 padding: 20px;
	 color: #002942;
	 background: #7DAED2;
	 position: relative;
	 -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 41, 66, .25);
	box-shadow: 0px 0px 10px 4px rgba(0, 41, 66, .25);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

#target-markets .blocks:hover {
	background: #668EAB;	
}

#target-markets .blocks img {
	float: right;
	margin: 0 0 5px 5px;
}

#target-markets .blocks h2 {
	color: #fff;
	padding:0;
	margin:0 0 8px 0 !important;
	line-height: normal;
}

#target-markets .arrow {
	position:absolute;
	bottom: 10px;
	right: 20px;
}

#target-markets .brochure {
	display: block;
	float: none;
	width: 90%;
	height: inherit;
}

#target-markets .left {
	width: 42%;
	margin: 1%;
	float: left;
}

#target-markets .right {
	width: 50%;
	margin: 1%;
	float: right;
}

#target-markets .callout {
	display: block;
	clear: both;
	padding: 2% 0;
	float: none;
}

#target-markets .callout img {
	float: left;
	margin: 0 15px 80px 0;
}

#tiles .span6 {
	float: left;
	width: 44%;
	max-width: 343px;
	margin: 1%;
	min-height: 180px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 10px;
	padding: 2%;
	border: 2px solid #fff;
}

#tiles .span6 img {
	margin: 0 15px 130px 0;
	float: left;
}

#tiles .buttons {
	background: transparent !important;
	padding-top: 10%;
	min-height: inherit;
	border: none !important;
}

#tiles .span3 {
	float: left;
	width: 30%;
	margin: 1%;
}

#directory {
	text-align: left;
	padding-bottom: 3%;
}

#directory .btn {
	width: 27% !important;
	margin: 1%;
}


/*Specialized backgrounds*/

.seed {
	background:url(http://www.grinnellmutual.com/upload/images/Target-Markets/seed-sprouting-2.jpg) top center no-repeat;
	padding: 15px;
}

.green {
	background: #00843d;
	color: #fff;
	padding: 10px;	
}

.brown {
	background: #5a471a;
	color: #fff;
	padding: 10px;
}

.blue-md {
	background: #aebcd2;
	color: #002B54;	
	padding: 10px;
}

.blue-lt {
	background: #d2dce8;
	color: #002B54;
	padding: 10px;
}

.padding-top {
	background: #fff;
	color: inherit !important;
	padding: 20px 10px 10px 10px;
}

small {
	font-size: 85%;
}