@charset  "utf-8";
/* Global CSS Salisbury House*/
body {
	margin: 0;
	padding: 0;
	font: normal 12px/18px Arial,Helvetica,sans-serif;
	color: #42403a;
	background: url(/images/body/main_bg.jpg) top repeat-x #d5d0c2;
}

img {
	border: 0;
}

a:hover {
	color: #096f2d;
	text-decoration: underline;
	font-size: 12px;
}

a {
	color: #096f2d;
	text-decoration: none;
	font-size: 12px;
}

#page {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.error {
	font-weight: 700;
	margin: 0 0 15px;
	color: #b63942;
	padding-top: 0;
	padding-left: 17px;
}

h1 {
	margin: 10px 0;
	color: #9b9688;
	font-size: 20px;
	font-weight: 700;
}

h2 {
	color: #096f2d;
	font-size: 16px;
	font-style: bold;
}

/* Header --------------------------------------*/
#head {
	width: 100%;
	height: 286px;
	position: relative;
	z-index: 200;
}

#head .hbg {
	width: 100%;
	height: 286px;
	display: block;
	background: url(/images/head/bg.jpg) no-repeat #ccc;
}

#head .logo {
	width: 200px;
	height: 80px;
	display: block;
	position: absolute;
}

#head .menu {
	width: 1000px;
	position: absolute;
	height: 38px;
	top: 248px;
	float: left;
	z-index: 200;
}

#head .cart {
	width: 80px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	background: url(/images/head/cart.png) no-repeat;
	line-height: 25px;
	font-size: 11px;
	color: #fff;
	font-weight: 700;
}

/* Site OnCall Menu --------------------------- */
.socmenu {
	width: 1000px;
	height: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/head/menu-bg.gif) repeat-x;
}

.socmenu li a {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.socmenu li a:hover {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

.socmenu .i1 {
	width: 125px;
	height: 38px;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 30px;
	position: relative;
	background: url(/images/head/menu-bg-edge.gif) no-repeat 100% 0;
}

.socmenu .i1 a {
	color: #313131;
	text-align: center;
	line-height: 32px;
	font-size: 11px;
	text-decoration: none;
}

.socmenu .i1 a:hover,.socmenu .i1:hover {
	background: url(/images/head/menu-bg-h.gif) no-repeat 100% 0;
}

.socmenu .i1 .u2 {
	width: 160px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
	position: absolute;
	top: 31px;
	left: -1px;
	background-color: #f3df94;
	border: 1px solid #d16e33;
}

.socmenu .i1:hover .u2 {
	display: block;
}

.socmenu .u2 .i2 {
	width: 160px;
	height: 22px;
	display: block;
	float: left;
	clear: both;
	line-height: 22px;
	position: relative;
}

.socmenu .u2 .i2 a {
	width: 150px !important;
	line-height: 14px;
	padding-left: 10px !important;
	text-align: left;
	line-height: 22px;
}

.socmenu .u2 .i2 a:hover,.socmenu .i1 .u2 .i2:hover {
	background-image: none;
	background-color: #e9d17d;
}

.socmenu .u2 .i2 .u3 {
	width: 160px;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 160px;
	background: #f3df94;
}

.socmenu .u2 .i2:hover .u3 {
	display: block;
}

.socmenu .u2 .u3 .i3 {
	width: 160px;
	height: 22px;
	display: block;
	float: left;
	clear: both;
	line-height: 22px;
}

.socmenu .u2 .u3 .i3 a {
	line-height: 22px;
}

/* Body / Contents -----------------------------*/
#body {
	width: 1000px;
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #fff;
	z-index: 1;
}

#body .column {
	margin: 15px 43px 20px;
	width: 750px;
	background-color: #FFF;
	float: left;
}

#body .col-center {
	margin: 0 15px 15px;
	width: 730px;
	border-color: #F63;
	background-color: #FFF;
	float: left;
	margin-left: 225px;
	min-height: 640px;
}

#body .col-contact {
	margin: 40px 0 0 20px;
	width: 250px;
	background-color: #FFF;
	float: left;
	font-size: 16px;
	line-height: 25px;
}

#body .col-left {
	margin: 0;
	width: 208px;
	padding: 8px;
	overflow: hidden;
	float: left;
	background: url(/images/body/left_col_bg.jpg) repeat-y #fff;
	height: 100%;
	position: absolute;
}

#body .col-bottom {
	width: 520px;
	background-color: #333;
	border: 5px solid #000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	float: left;
}

#body .col-full {
	margin: 10px 0 0 23px;
	width: 914px;
	background-color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#body .submenu-box {
	width: 172px;
	background-color: #f3e094;
	position: relative;
	padding: 10px;
	font: Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 12px;
}

#body .submenu-box2 {
	width: 192px;
	height: 150px;
	position: relative;
	top: 15px;
}

.cornerstone_compaign {
	width: 100%;
}

.cornerstone_compaign img {
	width: calc(100% - 1rem);
	margin-top: 1rem;
}

/* Social Media -------------------------*/
.social_media {
	padding: .5rem 0 2.5rem;
	margin-left: calc((100% - 155px)/2);
}

.facebook, .twitter, .instagram, .pinterest {
	float: left;
	margin-right: 15px;
	width: 25px;
	height: 25px;
}

.facebook {
	background: no-repeat url("/images/head/facebook.png");
	background-size: 25px 25px;
}

.facebook:hover {
	background: no-repeat url("/images/head/facebook_hover.png");
	background-size: 25px 25px;
}

.twitter {
	background: no-repeat url("/images/head/twitter.png");
	background-size: 25px 25px;
}

.twitter:hover {
	background: no-repeat url("/images/head/twitter_hover.png");
	background-size: 25px 25px;
}

.instagram {
	background: no-repeat url("/images/head/instagram.png");
	background-size: 25px 25px;
}

.instagram:hover {
	background: no-repeat url("/images/head/instagram_hover.png");
	background-size: 25px 25px;
}

.pinterest {
	background: no-repeat url("/images/head/pinterest.png");
	background-size: 25px 25px;
	margin-right: 0;
}

.pinterest:hover {
	background: no-repeat url("/images/head/pinterest_hover.png");
	background-size: 25px 25px;
}

/* Body / Contact Form -------------------------*/
.contactform label {
	font-size: 11px;
}

.contactform label.req {
	font-weight: 700;
}

.contactform label.req span {
	color: #c00;
	margin-left: 6px;
}

.contactform label em {
	font-size: 10px;
	margin-left: 6px;
}

.contactform input[type=text] {
	width: 235px;
}

input.sfield {
	display: none;
}

/* Footer --------------------------------------*/
#foot {
	width: 1000px;
	height: 100px;
	position: relative;
	background: #FFF;
	padding: 1px 0 0;
}

#foot a {
	color: #999;
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
}

#foot a:hover {
	color: #ccc;
	font-size: 10px;
	font-weight: regular;
	text-decoration: underline;
}

#foot ul {
	line-height: 10px;
	list-style: none;
	padding: 0;
	margin-top: 2.5em;
}

#foot ul li .last {
	border-right: none;
}

#foot ul li {
	float: left;
	text-align: center;
	padding: 0 15px;
}

#foot ul li a {
	display: inline;
	line-height: 25px;
	padding: 0 30px 0 1px;
	border-right: 1px solid #FFF;
	color: #fdf6da;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

/*#foot ul li a {color:#fdf6da; text-decoration:none; text-transform:uppercase; font-size:12px;}*/
#foot ul li a:hover {
	color: #000;
}

#foot .address {
	position: absolute;
	width: 325px;
	line-height: 13px;
	top: 60px;
	left: 8px;
	font-size: 10px;
	color: #999;
}

#foot .legal {
	position: absolute;
	width: 300px;
	line-height: 16px;
	top: 85px;
	left: 8px;
	float: left;
	font-size: 10px;
	color: #999;
}

#foot .sponsors {
	position: absolute;
	top: 30px;
	left: 360px;
	font-size: 10px;
	color: #999;
}

#foot .icf {
	width: 100px;
	height: 36px;
	position: absolute;
	top: 50px;
	left: 370px;
	background: url(/images/foot/sponsor_logo_ICF.jpg) no-repeat;
}

#foot .emc {
	width: 90px;
	height: 24px;
	position: absolute;
	top: 60px;
	left: 480px;
	background: url(/images/foot/sponsor_logo_EMC.jpg) no-repeat;
}

#foot .bravo {
	width: 85px;
	height: 39px;
	position: absolute;
	top: 50px;
	left: 600px;
	background: url(/images/foot/sponsor_logo_bravo.jpg) no-repeat;
}

#foot .national {
	width: 98px;
	height: 40px;
	position: absolute;
	top: 50px;
	left: 720px;
	background: url(/images/foot/national.jpg) no-repeat;
}

#foot .vsi {
	position: absolute;
	width: 120px;
	height: 30px;
	top: 60px;
	left: 850px;
	background: url(https://static.visionary.com/siteoncall/siteoncall-footer.png) no-repeat;
	text-indent: -9000px;
}

/* Photo Gallery -------------------------------*/
a.photo {
	width: 110px;
	height: 140px;
	display: block;
	float: left;
	text-align: center;
	margin: 0 15px 15px 0;
}

a.photo img {
	width: 100px;
	height: 100px;
	border: 1px solid #473019;
	padding: 4px;
}

a.photo:hover img {
	border-color: #000;
}

a.photo p {
	margin: 0;
	text-align: center;
	color: #473019;
}

a.photo:hover p {
	color: #000;
}

.req {
	font-weight: 700;
	padding-right: 16px;
	background: url(/images/admin/label-req.png) no-repeat 100% 50%;
}

.notreq {
	font-weight: 700;
	padding-right: 16px;
	background: url() no-repeat 100% 50%;
}

.subtext {
	font-size: 10px;
	background: url() no-repeat 100% 50%;
}

/* Calendar of Events */
.event_month {
	width: 100%;
	float: left;
	margin: 10px 0 25px;
}

.event_month h5 {
	color: #22225b;
	margin: 0 0 4px;
	padding: 0;
	font-weight: 700;
	border-bottom: 1px solid #22225b;
}

.event_event {
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 4px;
}

.event_event .date {
	width: 110px;
	display: block;
	float: left;
	clear: left;
	white-space: nowrap;
}

.event_event .name {
	float: left;
	clear: right;
}

.event_table td {
	vertical-align: top;
	font-size: 11px;
	padding-bottom: 7px;
}

.event_table span.event_table_span {
	width: 16px;
	height: 16px;
	display: block;
	background: url(/images/body/event_icons.gif) no-repeat;
}

.event_table span.date {
	background-position: 0 -48px;
}

.event_table span.location {
	background-position: 0 0;
}

.event_table span.email {
	background-position: 0 -16px;
}

.event_table span.contact {
	background-position: 0 -32px;
}

.event_table span.pdf {
	background-position: 0 -64px;
}

.event_table span.recur {
	background-position: 0 -80px;
}

.event_table a.location {
	font-weight: 400 !important;
	color: #22225b !important;
}

.event_table a.location em {
	color: #76a962 !important;
}

.section_links {
	display: none;
}

.section_links a.active {
	color: #000 !important;
}

.event_event_box {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 20px;
	border-bottom: 1px solid #ccc;
}

.event_event_box .event_title {
	color: #76a962;
	font-size: 14px;
	text-transform: uppercase;
}

.event_event_box .event_title:hover {
	text-decoration: none !important;
	cursor: default;
}

.viewer {
	margin-right: 25px;
	color: #e38526;
	text-decoration: underline;
	cursor: pointer;
}

.viewer:hover {
	color: #000;
}

/* Tours / Contents -----------------------------*/
#tours .tour {
	width: 100%;
	float: left;
	overflow: hidden;
	clear: both;
	margin: 0 0 20px;
}

#tours .tour h2 {
	width: 500px;
	float: left;
	clear: left;
	margin: 0;
}

#tours .tour .link_description {
	width: 500px;
	float: left;
	clear: left;
}

#tours .tour img {
	float: right;
	clear: right;
}

#tours .tour .img {
	float: right;
	clear: right;
	width: 200px;
	height: 200px;
	position: relative;
}

.corner10px_white {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	background: url(/images/body/corners-5px.png) no-repeat;
}

.corner10px_yellow {
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	background: url(/images/body/corners-5px-yellow.png) no-repeat;
}

.corner10px_1 {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.corner10px_2 {
	top: 0;
	right: 0;
	background-position: -5px 0;
}

.corner10px_3 {
	bottom: 0;
	left: 0;
	background-position: 0 -5px;
}

.corner10px_4 {
	bottom: 0;
	right: 0;
	background-position: -5px -5px;
}

.corner20px_white {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	background: url(/images/body/corners-10px.png) no-repeat;
}

.corner20px_1 {
	top: 0;
	left: 0;
	background-position: 0 0;
}

.corner20px_2 {
	top: 0;
	right: 0;
	background-position: -10px 0;
}

.corner20px_3 {
	bottom: 0;
	left: 0;
	background-position: 0 -10px;
}

.corner20px_4 {
	bottom: 0;
	right: 0;
	background-position: -10px -10px;
}

table.membership thead th {
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px solid #aaa;
	border-right: 1px dotted #aaa;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: top;
}

table.membership thead th strong {
	width: 100%;
	height: 32px;
	display: block;
	line-height: 16px;
	font-size: 14px;
	font-weight: 700;
}

table.membership thead th a {
	height: 22px;
	display: block;
	margin: 3px 2px;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
}

table.membership tbody td {
	padding: 3px 0;
	border-bottom: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	vertical-align: top;
	text-align: center;
}

table.donate td {
	padding-bottom: 6px;
}

#event_tickets_container {
	float: left;
}

table.event_tbl th {
	text-align: left;
	vertical-align: bottom;
	background-color: #aaa;
	padding: 2px;
}

table.event_tbl td {
	vertical-align: top;
	font-size: 11px;
	padding: 5px 2px;
	border-bottom: 1px dotted #aaa;
	line-height: 15px;
}

table.event_tbl td.highlight {
	background-color: #f3e094;
}

/*.twitter {
	width: 190px;
	border: 1px solid #999;
	border-top-color: #315c99;
	margin-top: 15px;
	font-size: 11px;
}*/

.home_boxes {
	width: 100%;
	overflow: hidden;
}

.home_box {
	width: 710px;
	float: left;
	margin: 0;
	position: relative;
	background-color: #f3df94;
	padding: 10px;
	overflow: hidden;
}

.home_box h3 {
	width: 100%;
	text-align: left;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
}

.home_box .home_box_item {
	width: 100%;
	display: block;
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #666;
	color: #42403a;
}

.home_box .home_box_item:hover {
	text-decoration: none;
}

.home_box .home_box_item em {
	font-style: normal;
	font-size: 10px;
	line-height: 12px;
}

.home_box .home_box_item span {
	padding-top: 6px;
	display: block;
}

.home_annual {
	margin-bottom: 20px;
	height: 175px;
}

.home_annual a {
	width: 145px;
	height: 175px;
	display: block;
	padding: 0;
	margin: 0 27px 0 5px;
	float: left;
	line-height: 15px;
	font-size: 11px;
}

.home_annual a:hover {
	text-decoration: none;
}

.home_annual a .eventimg {
	width: 100px;
	height: 120px;
	display: block;
	padding: 0;
	margin: 0 20px 3px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: relative;
}

.home_annual a em {
	color: #333;
	font-style: normal;
}

.home_sponsors a,.home_sponsors .text {
	margin-right: 35px;
	float: left;
	font-size: 11px;
}

.home_sponsors .last {
	margin-right: 0;
}