
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: georgia, times, serif ;
	font-size: 16px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #000;
}

p {
	margin: 16px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p,
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 42px ;
	letter-spacing: -3px ;
	color: #4B9493 ;
	margin-top: 0px ;
	font-weight: normal ;
	margin-bottom: 16px;
}

h1:first-child {
	margin-top: 0px; 
}

h2 {
	font-size: 28px ;
	letter-spacing: -2px ;
	color: #4B9493 ;
	font-weight: normal ;
	margin-bottom: 16px;
	margin-top: 16px; 
}

h3 {
	margin-top: 16px; 
	margin-bottom: 16px; 
}

h3, .inline_h {
	font-size: 18px ;
	letter-spacing: -.03em ;
	color: #4B9493 ;
	font-weight: bold ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

/* set anchor styles */
a:link {
	color: #4B9493;
}

a:active, 
a:visited {
	color: #5C5D60;
}

a:hover {
	color: #65C6C5;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background-image: url(/images/holder_bg.png) ;
	background-position: top center ;
	background-repeat: repeat-x ;
	background-color: #E1E1E1 ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.container {
	width: 100% ;
	max-width: 1180px;
	margin: auto;
}

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #ccc;
}

.page_top a img {
	border: 0px !important; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	border: solid 0px #ccc;
}

.page_body_div {
	border-top: solid 1px #ccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content_cell {
	background-color: #fff;
	border: solid 0px #ccc;
	vertical-align: top;
}

.content {
	padding: 20px ;
}

/* nav button styles */

a.button:link, 
a.button:active, 
a.button:visited,
a.button_sub:link, 
a.button_sub:active, 
a.button_sub:visited {
	display: block ;
	margin: 5px ;
	border-width: 1px ;
	border-style: solid ;
	border-left-color: #D0EDED ;
	border-top-color: #D0EDED ;
	border-right-color: #386D6D ;
	border-bottom-color: #386D6D ;
	background: none ;
	color: #5C5D60 ;
	font-size: 18px ;
	line-height: 1 ;
	padding: 10px 15px ;
	text-decoration: none ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-align: center ;
}

a.button_sub:link,
a.button_sub:active,
a.button_sub:visited {
	text-align: left ;
	background-image: url(/images/nav_bg.png) ;
	margin: 0px ;
	margin-left: 5px ;
	padding: 10px 15px ;
}

a.button:hover,
a.button_sub:hover {
	background-color: #65C6C5 ;
	background-image: none ;
	color: #fff ;
	text-decoration: underline ;
}

/* nav sub */

.nav li ul li a {
	width: 250px; 
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #fff ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

.foot a {
	white-space: nowrap ;
}

/* link_white */

a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

.box {
	border: solid 1px #ccc; 
}

.box_h {
	border: solid 1px #fff; 
	background-color: #ccc;
	color: #fff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #ccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #711028;
	margin: 10px 0px; 
}

.gb {
	font-weight: bold; 
	color: #666;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 3px 0px; 
	border-top: dotted 1px #666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 6px; 
	border-top: solid 1px #666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}

/*	COMMON STYLES	/*

/* TinyMCE specific rules */


body.mceContentBody {
   background: #fff;
}

.mceContentBody a {
	color: #4B9493 !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #4B9493;
}

a:hover img {
	border-color: #65C6C5;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #711028;
}

.required {
	text-align: center;
	color: #711028;
}

.even_row, 
.row_0 {
	background-color: #eee;
}

.odd_row, 
.row_1 {
	background-color: #fff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	text-align: right; 
}

/* jquery */

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 3px;
}


.print_only {
	display: none; 
}

@media print {
	
	.print_only {
		display: block;
	}
	
	.no_print {
		display: none; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

.top_holder {
	width: 230px ;
	height: 230px ;
	margin: 10px 5px ;
	border-style: solid ;
	border-width: 0px ;
	border-color: #fff ;
	padding: 1px ;
	background: url(/images/top_holder_bg.png) ;
}

.top_holder img {
	height: 230px ;
	width: 230px ;
}

.preloader {
	height: 1px ;
	width: 1px ;
}

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 16px 20px ;
}

.border {
	border-width: 1px ;
	border-style: solid ;
	border-left-color: #D0EDED ;
	border-top-color: #D0EDED ;
	border-right-color: #386D6D ;
	border-bottom-color: #386D6D ;
}

.sized {
	width: 400px ;
}

.smile_links a:link,
.smile_links a:active,
.smile_links a:visited {
	display: block ;
	background-image: url(/images/li.png) ;
	background-position: left center ;
	background-repeat: no-repeat ;
	padding: 5px 0px 5px 25px ;
}
.smile_links a:hover {
}

.top-contact {
	padding: 10px ; 
	border-bottom: 1px solid #4B9493 ; 
	color: #4B9493 ; 
	text-align: center ;
}

.menu-menu,
.menu-contact,
.menu-location {
	display: none ;
}

.menu-logo {
	text-align: center ;
	padding: 20px ;
}

.container-shadow {
	box-shadow: 0 0 10px #fff ;
}

.nav_container {
	background-image: url(/images/nav_bg.png) ; 
	background-position: center ; 
	padding: 5px ;
	background-size: auto 100% ;
}

.top-image {
	background-size: cover ;
	background-position: center center ;
	padding-top: 40% ;
	box-shadow: inset 0 0 10px rgba(0,0,0,.5) ;
}

.content-container {
	background: white ;
}

.bottom-container {
	background-image: url(/images/bottom_bg.png) ; 
	background-position: center ; 
	background-size: auto 100% ;
	font-size: 14px ;
	padding: 20px ;
}

.cols_2,
.cols_3,
.cols_4 {
	font-size: 0 ;
	text-align: center ;
}

.col {
	display: inline-block ;
	vertical-align: top ;
	font-size: 16px ;
	text-align: left ;
}

.cols_2 .col {
	width: 48% ;
	margin: 16px 1% ;
}

.cols_3 .col {
	width: 31% ;
	margin: 16px 1% ;
}

.cols_4 .col {
	width: 23% ;
	margin: 16px 1% ;
}

.col_photo {
	background-position: center ;
	background-size: cover ;
	padding-top: 80% ;
}

.col_title a {
	background: #4B9493 ;
	color: white ;
	text-decoration: none ;
	font-weight: bold ;
	text-align: center ;
	font-size: 16px ;
	letter-spacing: -.03em ;
	padding: 10px ;
	display: block ;
}

.col_title a:hover {
	background: #65C6C5 ;	
}

.bottom-logos {
	white-space: nowrap ;
}

.bottom-logos img {
	height: 60px ;
	margin: 0 10px ;
}

.table {
	display: table ;
	width: 100% ;
}

.td {
	display: table-cell ;
	vertical-align: middle ;
}

img {
	max-width: 100% ;
}

a img {
	border: 0 !important ;
}

@media (max-width: 640px) {
	body {
		padding-top: 80px ;
	}
	.menu-container {
		background: #f0f0f0 ;
		position: fixed ;
		top: 0 ;
		left: 0 ;
		right: 0 ;
		z-index: 999 ;
		display: table ;
		width: 100% ;
		box-shadow: 0 0 10px rgba(0,0,0,.5) ;
	}
	.menu-menu,
	.menu-logo,
	.menu-location,
	.menu-contact {
		padding: 0 ;
		display: table-cell ;
		vertical-align: middle ;
		height: 80px ;
	}
	.menu-menu,
	.menu-location,
	.menu-contact {
		width: 15% ;
	}
	.menu-menu a,
	.menu-location a,
	.menu-contact a {
		display: block ;
		padding: 10px ;
	}
	.menu-logo img {
		width: auto ;
		max-width: none ;
		height: 90% ;
	}
	.nav_container {
		display: none ;
		position: fixed ;
		top: 80px ;
		left: 0 ;
		right: 0 ;
		bottom: 0 ;
		z-index: 888 ;
	}
	.top-image {
		padding-top: 60% ;
	}
	.col,
	.table,
	.td {
		display: block !important ;
		width: auto !important ;
		margin: 16px 0 !important ;
	}
	.bottom-container {
		text-align: center ;
	}
	.bottom-logos {
		white-space: normal ;
		text-align: center ;
	}
	.bottom-logos img {
		height: 60px ;
		margin: 10px ;
	}
}