body {
	color: #000000;
	font-family: proxima-nova;
    font-size: 14px;
		background: #1c3a6d;
}
/* ReCaptcha Iframe FIX */
iframe[src="about:blank"]{
	display:none !important;
}
#header-titles {
		float: left;
	padding: 35px 0px 35px 0px;
}
#header-titles h2,
#header-titles h2 a {
	background: transparent;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
}
#header-titles h2 a:hover {
	background: #4eba4e;
}
#header-titles h3 {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
h2.header-hidden,
h3.header-hidden {
	display: none;
}
.clear {
	clear: both;
}
.arrow-quote {
    font-size: 22px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}
.arrow-quote-right {
	float: right;
    margin-left: 5px;
}
.arrow-quote-left {
	float: left;
    margin-right: 5px;
}
.row-color-even {
	background: #151d5e;
}
.row-color-odd {
	background: #555555;
}
.row-hilite {
            border-bottom: 1px dotted #333333;
}
.member-info {
	float: right;
	font-size: 11px;
	margin: 10px 10px;
}
.member-info .member-name {
	font-size: 14px;
	font-weight: normal;
}
#header-logo {
    position: absolute;
	top: 20px;
		left: 0px;
	z-index: 500;
}
#logo {
	float: left;
}
#background {
		background: transparent;
    position: fixed;
	top: 0px;
    height: 500px;
	left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}
#main h2.header,
#main h3.header {
	display:none;
}
#facebook-block {
	margin-bottom: 35px;
	clear: both;
}
ul.sidebar-box,
.sidebar-box {
	background: #0d244d;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	list-style: none;
	margin: 0 0 20px 0 !important;
	overflow: hidden;
}
.sidebar-box h3.sidebar-box-title {
	color:#ffffff;
    font-family: proxima-nova;
	font-size: 22px;
    font-style: normal;
	font-weight: normal;
    line-height: 22px;
	padding: 20px 10px 10px 0px;
    margin: 0;
}
.sidebar-box-footer {
		background: #ffffff;
		border-top: 1px solid #ffffff;
	height: 0px;
	overflow: hidden;
}
h1 span {
	background: inherit;
	color:#3953a1;
}
h1 span sup {
	background: inherit;
	color:#3953a1;
	font-size: 14px;
}
h3 span {
	background: inherit;
	color:#000000;
}
h3.first {
	margin-top: 0px;
}
#contact-form {
	float:left;
}
#contact-form .middleColumn {
	margin: 15px 0 10px 0;
}
.contact-details {
	float: left;
    font-size: 12px;
	margin: 0;
}
.contact-details-content {
	float:left;
    margin: 0 0 25px 0;
}
#lcol p {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
}
.divider {
	font-size: 0px;
	position: relative;
	border-bottom: 1px dotted #555555;
	height: 1px;
	width: 100%;
	margin: 10px 0 25px 0;
	clear: both;
}
.summary {
	text-align: right;
	font-style: italic;
}
ul.divided li {
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 0px 9px;
}
ul.divided li.first {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
	background-position: 0 5px;
}
ul#SearchResults {
	margin: 0;
	padding: 15px 0 0 0;
}
ul#SearchResults li {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #555555;
}
#Breadcrumbs a {
	color: #9e9e9e;
	text-decoration:none;
}
#Breadcrumbs a:hover {
	color: #9e9e9e;
	background:none;
    text-decoration: underline;
}
.box {
	position: relative;
	border: dashed 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #AAB165;
}
.box h2 {
	background: inherit;
	color: #6C7425;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 1.8em;
	margin-bottom: 5px;
}
.box p {
	font-size: 1em;
	line-height: 140%;
	margin: 0px;
}
.box_inner {
	border: solid 1px #fff;
	padding: 15px;
	color: inherit;
}
.captioned-image {
	display: block;
    padding: 0;
	margin: 0;
    margin-bottom: 10px;
}
.img-float-left {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
}
.img-float-right {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
}
a img.zoom {
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(0.8);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}
a img.zoom:hover {
	-webkit-backface-visibility: hidden;
	-webkit-transform: scale(1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 200ms;
}
.captioned-image img,
img.right,
img.left {
	border: none;
    padding: 0;
    border-radius: 0;
}
img.right,
img.left {
	margin-bottom: 10px;
}
.captioned-image-styled img,
.captioned-image-styled a img,
.captioned-image-styled a:hover img {
	border: 0px solid #212121;
    padding: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.float-right {
	float:right;
    margin-left:20px;
}
.image-caption {

	font-size:11px;
    margin: 5px 0;
}
#print-button-block {
    clear: both;
	float: left;
	margin: 20px 0;
}
#print-button-block button {
	background: -moz-linear-gradient(center top , #fff, #ccc) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
	border: 1px solid #aaa;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 11px;
	float: left;
	margin: 10px 15px 5px 0;
	padding: 6px 10px;
	text-shadow: 1px 1px 1px white;
	width: 110px;
}
#print-button-block button:hover {
	background: -moz-linear-gradient(center top , #aaa, #fff) repeat scroll 0 0 transparent;
	background: -webkit-linear-gradient(top, #aaa 0%, #fff 100%);
}

/*ecommerce styling*/
.productPageTitle {
	padding-bottom:25px;
}
.sidebarBox {
	margin:0 10px;
	margin-bottom:30px;
}
/*gallery styling*/
#imageGalleries ul.imageGalleySummary {
	display: block;
	float: left;
	padding: 0;
	margin: 0 40px 20px 0;
	width: 250px;
	list-style: none;
}
#imageGalleries ul.imageGalleySummary li {
	padding: 0 0 5px 0; !important;
	margin: 0 !important;
	background: none !important;
}
#imageGalleries .imageGalleryDescription {
	font-size: 11px;
	color: #666;
	line-height: 140%;
}

/* PAGE COMMENTS */

#PageComments_holder .Actions{
	margin:0 0 30px 0;
}

#PageComments_holder h4{
	font-size:1.4em;
}

ul#PageComments,
ul.actionLinks {
	list-style:none;
	background:none;
	padding: 0;
	margin: 0 !important;
}

	ul#PageComments li{
		list-style:none;
		background:none;
		padding:0;
		margin:0;
	}

	ul#PageComments li.notspam{
		list-style:none;
		background:none;
		padding: 0 20px 20px 0;
		margin:20px 0;
		border-bottom: 1px dotted #555555;
	}

ul.actionLinks li{
	margin:0;
}