@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic);

html, body {
	height:100%;
}	

body {
	box-sizing:border-box;
    background-color: #cec6a1;
    margin: 0;
    padding: 0;
	font-family:"Quattrocento Sans",sans-serif;
	font-size:12pt;
	overflow-y: scroll;
	box-sizing:border-box;
}

H1 {
	color:#585858;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	font-size:20pt;
}

H2 {
	color:#585858;
	text-align:center;
	margin-top:15px;
	margin-bottom:20px;
	font-size:16pt;
}

H3 {
	color:#3E4B62;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.italic {
	font-style:italic;
}

.left {
	text-align:left!important;
}

.right {
	text-align:right!important;
}

.center {
	text-align:center!important;
}

DIV.main {
	box-sizing:border-box;
	width:100%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	clear:both;
	background-color:#FFFFFF;
	position:relative;
	min-height:100vh;
	box-shadow: 0px 0px 20px #4d4d4d;
}

DIV.pagetop {
	box-sizing:border-box;
	width:100%;
	padding:20px 1% 35px 1%;
	background:url(../img/top2.jpg) no-repeat center top;
	background-size:cover;
	color:#c2ff66;
	font-size:11pt;
}

DIV.pagetop_right {
	font-size:16px;
	width:45%;
	margin:5px 0 5px 0;
	float:right;
	text-align:right;
}

DIV.pagetop_left {
	color:#c2ff66;
	width:45%;
	margin:5px 0 5px 0;
	float:left;
	font-size:11pt;
}
span.pagetop_left_name {
	font-size:22pt;
	font-weight:bold;
}
span.pagetop_left_title {
	font-size:14pt;
	letter-spacing:6px;
}
.dark_transparent {
	background-color:rgba(0, 0, 0, 0.05);
	/*
	*/
}

div.pagetop_social {
	width:220px;
	height:65px;
	position:absolute;
	top:10px;
	right:10px;
	text-align:right;
}

div.pagetop_social img {
	width:50px;
	height:50px;
	margin-left:10px;
}
DIV.content {
	width:100%;
	padding:15px 2%;
	min-height:250px;
	box-sizing:border-box;
	text-align:left;
	font-size:14pt;
}

img.content_image {
	margin-bottom: 18px;
}

DIV.main_footer {
	width:100%;
	text-align:center;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	background-color:#585858;
	color:#ffffff;
	padding:7px;
}

DIV.main_footer_spacer {
	width:100%;
	text-align:center;
	box-sizing:border-box;
	position:relative;
	bottom:0;
	margin-top:10px;
	padding:7px;
	visibility:hidden;
}
div.contact_info {
	box-sizing:border-box;
	display:inline-block;
	width:300px;
	text-align:left;
	vertical-align:top;
	padding:10px 0;
}

A:link, A:visited {
	color:#ffffff;
	/*
	text-decoration:none;
	*/
}

A:hover {
	color:#a4a08e;
	/*
	color:#ec4489;
	text-decoration:none;
	*/
}

A.bottomnav {
	padding-left: 12px;
	padding-right: 12px;
}

A.small_text {
	font-size:12px;
}	

A img {
	border:none;
}

LI.home_list {
	color:#000000; 
	background:url(../img/check_bullet.png) no-repeat left top; 
	padding: 8px 0px 1px 18px;
}

DIV.cleardiv {
	clear:both;
	float:none;
}

DIV.footer_text {
	font-size:12px;
}

DIV.footer_links {
	font-size:14px;
	padding-bottom: 6px;
	padding-top: 6px;
}

/* ************************************** */

DIV.form_strip {
	box-sizing:border-box;
	position:relative;
	width:100%;
	min-width:300px;
	border: none;
	border-top:none;
	padding:10px 0px 0px 0px;
	text-align:right;
	/*
	border: 1px #E93F86 solid;
	*/
}

div.form_strip button, div.form_strip INPUT[type="button"] {
	margin-left:15px;
	margin-bottom:10px;
}

DIV.form_message {
	/*
	padding-right:100px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	*/
	width:100%;
	text-align:center;
	color:#FF0000;
	font-size:18px;
	padding-bottom:15px;
}

div.ajax_result_msg {
	display:none;
	position:absolute;
	right:0;
	top:0;
	font-size:14px;
	font-weight:bold;
	color:#008000;
}

DIV.mask {
	position:absolute;
	top:0px;
	left:0px;
	z-index:9000;
	/*
	background-color:#000;
	*/
	background-color:#808080;
	display:none;
}

DIV.window {
  position:absolute;
  display:none;
  margin-left:105px;
  /*
  width:440px;
  height:200px;
  padding:20px;
  */
  z-index:9999;
}

div.input_field {
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	width:100%;
	min-width:280px;
	margin-top:5px;
	padding:0;
}

div.button_block {
	box-sizing:border-box;
	display:inline-block;
	width:90%;
	min-width:300;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}

select.required {
	background-image:url(../img/important_icon.png);
	background-position:92% 3px;
	background-repeat:no-repeat;
}

.required {
	background-image:url(../img/important_icon.png);
	background-position:99% 2px;
	background-repeat:no-repeat;
}

label {
	font-size:10pt;
	display:block;
	color:#585858;
}

div.input_column {
	box-sizing:border-box;
	display:inline-block;
	text-align:left;
	min-width:300px;
	max-width:375px;
	width:100%;
	padding-right:10px;
	margin-bottom:15px;
	vertical-align:top;
}

INPUT[type="text"], INPUT[type="password"], INPUT[type="search"], SELECT, FIELDSET, TEXTAREA, label.photo_label {
	box-sizing:border-box;
	background-color:#e5e0cd;
	border: 2px solid #c1b78a;
	border-radius:6px;
	color:#000000;
	width:100%;
	font-size:14px;
	padding:2px;
}
input[disabled], input[readonly] {
	color:#808080;
}
TEXTAREA {
	font-family:Arial, Helvetica, sans-serif;
}
INPUT[type="submit"], INPUT[type="button"] {
	box-sizing:border-box;
	color:#FFFFFF;
	background-color:#585858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#404040'); /* for IE */
	background-image: linear-gradient(to bottom, #737373, #404040);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#404040)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #737373,  #404040); /* for firefox 3.6+ */	
	border: 0px outset #3B424F;
	border-radius:6px;
	width:100px;
	padding:2px 8px 2px 8px;
	height:22px;
	font-size:12px;
	cursor:pointer;
}

INPUT[type="submit"]:hover, INPUT[type="button"]:hover {
	background-color:#8c8c8c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#737373'); /* for IE */
	background-image: linear-gradient(to bottom, #a6a6a6, #737373);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#737373)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a6a6a6,  #737373); /* for firefox 3.6+ */	
}

.label {
	font-size:14px;
}

DIV.form_header {
	width:100%;
	color:#4d4d4d;
	font-size:18px;
	text-align:center;
	padding-bottom:12px;
}

SPAN.form_error {
	color:red;
	font-weight:bold;
}

/****** slicknav *****/

.slicknav_menu {
	display:none;
}
.slicknav_nav a {
	color:#ffffff;
}
.slicknav_nav .selected {
	box-sizing:border-box;
	border-radius:6px;
	padding:5px 10px 5px 10px;
	margin-left:5px;
	margin-right:5px;
	background-color:#908b75;
	color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a08e', endColorstr='#7f7b66'); /* for IE */
	background-image: linear-gradient(to bottom, #a4a08e, #7f7b66);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#a4a08e), to(#7f7b66)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a4a08e,  #7f7b66); /* for firefox 3.6+ */	
}

/****** TOP MENU **********/

#newnav {
	width:100%; 
	height:auto; 
	color:#FFFFFF; 
}

#jsddm {
	box-sizing:border-box;
	margin: 0;
	padding: 0px 20px;
	width:100%; 
	min-width:100%;
	font-size:0.1px; 
	text-align:justify;
	/*
	*/
	color:#FFFFFF;
	background-color:#585858;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#404040'); /* for IE */
	background-image: linear-gradient(to bottom, #737373, #404040);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#737373), to(#404040)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #737373,  #404040); /* for firefox 3.6+ */	
}
#jsddm:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

#jsddm li {
	list-style: none;
	padding-left:17px;
	padding-right:17px;
	padding-top:8px;
	padding-bottom:8px;
	width:auto;
	display:inline-block;
	font-size:12pt;
	font-weight:500;
}

#jsddm li:hover {
	background-color:#8c8c8c;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6a6a6', endColorstr='#737373'); /* for IE */
	background-image: linear-gradient(to bottom, #a6a6a6, #737373);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#737373)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a6a6a6,  #737373); /* for firefox 3.6+ */	
}	

#jsddm li.selected {
	background-color:#908b75;
	color:#ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4a08e', endColorstr='#7f7b66'); /* for IE */
	background-image: linear-gradient(to bottom, #a4a08e, #7f7b66);  /* for IE 10+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#a4a08e), to(#7f7b66)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #a4a08e,  #7f7b66); /* for firefox 3.6+ */	
	cursor:default;
}	


#jsddm li.jsddm_spacer {
	margin-left:2px;
	margin-right:2px;
	width:2px;
	background-color:#FFFFFF;
}

#jsddm li a {
	display: inline-block;
	text-decoration: none;
	/*
	margin: 0px 0px 0px 0px;
	padding-top:14px;
	padding-bottom:12px;
	background: #000000;
	padding: 5px 12px;
	border-right: 1px solid white;
	width: auto;
	height:23px;
	*/
	width:100%;
	color: #ffffff;
	white-space: nowrap
}
#jsddm li a:hover {
	/*
	background: #dcdbdb;
	background: #d6d6d6;
	color: #ec4489;
	*/
}
#jsddm li ul {
	margin: 0;
	background-color: #4b5e81;
	padding: 0px;
	padding-top: 0px;
	padding-bottom:0px;
	margin-top: 9px;
	margin-left: 0px;
	position: absolute;
	visibility: hidden;
	text-align:left;
	z-index:999999;
	box-shadow: 3px 3px 4px #333333;
	/*
	margin-top: 7px;
	margin-left: -3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid white;
	*/
}
#jsddm li ul li, #jsddm li ul li.selected {
	float: none;
	margin: 0;
	z-index:999999;
	display: block;
	padding-left: 17px;
	padding-right: 38px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#jsddm li ul li a {
	width: 100%;
	z-index:999999;
}
#jsddm li ul li a:hover {
	/*
	background: #a0a0a0;
	*/
	color:#FFFFFF;
}
.on-top {
	z-index: 10000;
}
