
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


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

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}
.span_1_of_1 {
	width: 100%;
}
/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}
/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
}
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}
/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
	}
	.span_1_of_5 {
		width: 100%; 
	}
}
/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}
/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.48%;
}

.span_5_of_7 {
  	width: 70.97%;
}

.span_4_of_7 {
  	width: 56.45%;
}

.span_3_of_7 {
  	width: 41.94%;
}

.span_2_of_7 {
  	width: 27.42%;
}

.span_1_of_7 {
  	width: 12.91%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}
/*  GRID OF EIGHT   ============================================================================= */

	
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%; 
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}
/*  GRID OF NINE   ============================================================================= */


.span_9_of_9 {
	width: 100%;
}

.span_8_of_9 {
	width: 88.71%;
}

.span_7_of_9 {
	width: 77.42%; 
}

.span_6_of_9 {
	width: 66.13%; 
}

.span_5_of_9 {
	width: 54.84%; 
}

.span_4_of_9 {
	width: 43.55%; 
}

.span_3_of_9 {
	width: 32.26%;
}

.span_2_of_9 {
	width: 20.97%; 
}

.span_1_of_9 {
	width: 9.68%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_9_of_9 {
		width: 100%; 
	}
	.span_8_of_9 {
		width: 100%; 
	}
	.span_7_of_9 {
		width: 100%; 
	}
	.span_6_of_9 {
		width: 100%; 
	}
	.span_5_of_9 {
		width: 100%; 
	}
	.span_4_of_9 {
		width: 100%; 
	}
	.span_3_of_9 {
		width: 100%; 
	}
	.span_2_of_9 {
		width: 100%; 
	}
	.span_1_of_9 {
		width: 100%; 
	}
}
/*  GRID OF TEN   ============================================================================= */


.span_10_of_10 {
	width: 100%;
}

.span_9_of_10 {
	width: 89.84%;
}

.span_8_of_10 {
	width: 79.68%;
}

.span_7_of_10 {
	width: 69.52%; 
}

.span_6_of_10 {
	width: 59.36%; 
}

.span_5_of_10 {
	width: 49.2%; 
}

.span_4_of_10 {
	width: 39.04%; 
}

.span_3_of_10 {
	width: 28.88%;
}

.span_2_of_10 {
	width: 18.72%; 
}

.span_1_of_10 {
	width: 8.56%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}
/*  GRID OF ELEVEN   ============================================================================= */

.span_11_of_11 {
	width: 100%;
}

.span_10_of_11 {
	width: 90.76%;
}

.span_9_of_11 {
	width: 81.52%;
}

.span_8_of_11 {
	width: 72.29%;
}

.span_7_of_11 {
	width: 63.05%; 
}

.span_6_of_11 {
	width: 53.81%; 
}

.span_5_of_11 {
	width: 44.58%; 
}

.span_4_of_11 {
	width: 35.34%; 
}

.span_3_of_11 {
	width: 26.1%;
}

.span_2_of_11 {
	width: 16.87%; 
}

.span_1_of_11 {
	width: 7.63%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_11_of_11 {
		width: 100%; 
	}
	.span_10_of_11 {
		width: 100%; 
	}
	.span_9_of_11 {
		width: 100%; 
	}
	.span_8_of_11 {
		width: 100%; 
	}
	.span_7_of_11 {
		width: 100%; 
	}
	.span_6_of_11 {
		width: 100%; 
	}
	.span_5_of_11 {
		width: 100%; 
	}
	.span_4_of_11 {
		width: 100%; 
	}
	.span_3_of_11 {
		width: 100%; 
	}
	.span_2_of_11 {
		width: 100%; 
	}
	.span_1_of_11 {
		width: 100%; 
	}
}
/*  GRID OF TWELVE   ============================================================================= */

.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.53%;
}

.span_10_of_12 {
	width: 83.06%;
}

.span_9_of_12 {
	width: 74.6%;
}

.span_8_of_12 {
	width: 66.13%;
}

.span_7_of_12 {
	width: 57.66%; 
}

.span_6_of_12 {
	width: 49.2%; 
}

.span_5_of_12 {
	width: 40.73%; 
}

.span_4_of_12 {
	width: 32.26%; 
}

.span_3_of_12 {
	width: 23.8%;
}

.span_2_of_12 {
	width: 15.33%; 
}

.span_1_of_12 {
	width: 6.86%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_12_of_12 {
		width: 100%; 
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}

/* Internal (non-editable) styles */

#page_content_wrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border-collapse: collapse;
}
#page_content_wrapper td {
	padding: 5px 5px 5px 5px;
}
img {
	border-style: solid;
	max-width: 100%;
	height: auto;
}
a {
	border-width: 0;
}
.centered {
	text-align: center;
}
.no_border {
	border-width: 0px;
}
.clear_floats {
	clear: both;
}
.photo_grid {
	margin: 0 auto;
}
.photo_cell {
	display: inline-block;
	vertical-align: top;
}
	select {
	font-size: 14px;
}

#navbar {
	margin: 0px auto; 
}
#navbar ul ul {
	display: none;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul {
	list-style: none;
	position: relative;
	display: inline-table;
}
#navbar ul:after {
	content: ""; clear: both; display: block;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}
#navbar ul ul {
	padding: 0;
	border-radius: 0px;
	position: absolute;
	top: 100%;
}
#navbar ul ul li {
	float: none; 
	position: relative;
}
#navbar ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
}

#flyout:not( .mm-menu ) {
	display: none;
}


/* Phone Portrait Small (Up to 320 px [4s/5s]) */


.desktop_only_content {
	display: none;
}

.desktop_and_tablet_content {
	display: none;
}

.tablet_and_mobile_content {
	display: inline;
}

.mobile_only_content {
	display: inline;
}

/* ========== */

body {
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 100%;
  color: #000000;
  background-color: #e2d6b5;
  background-image: none;
  background-attachment: scroll;
  background-position: top left;
  background-repeat: repeat;
}
body#HP {
  background-image: none;
  background-attachment: scroll;
  background-position: top left;
  background-repeat: repeat;
}
#page_content_wrapper {
  width: 95%;
  background-color: ;
  background-image: none;
  background-attachment: fixed;
  background-position: top left;
  background-repeat: repeat;
}
img {
	border-width: 1px;
	border-color: #000000;
}
.img_basic {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.img_nostyle {
	border-width: 0;
}
.links {
	font-style: normal;
	font-weight: normal;
}
.links a:link, .links a:visited {
	text-decoration: none;
	color: #0055bb;
}
.links a:hover, .links a:active {
	text-decoration: underline;
	color: #0055bb;
}
.tag_line {
  font-family: "Times New Roman", Times, serif;
  font-size: 2.1em;
  color: #000000;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
}
h1, .page_heading {
  font-family: inherit;
  font-size: 1.7em;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}
.footer {
  font-family: inherit;
  font-size: 0.9em;
  text-align: center;
  color: #000000;
  background-color: #c2b695;
  padding: 2px;
  margin: 0px auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}
.photo_viewer_title {
  font-family: inherit;
  font-size: 1.7em;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
}
.photo_viewer_desc {
  font-family: inherit;
  font-size: 0.9em;
  text-align: center;
  color: #000000;
  background-color: #c2b695;
  padding: 2px;
  margin: 0px auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}
.s1 {
  font-family: inherit;
  font-size: 0.9em;
  font-style: italic;
  font-weight: bold;
}
.s2 {
  font-family: inherit;
  font-size: 0.8em;
  font-style: normal;
  font-weight: bold;
}
.s3 {
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.s4 {
	font-family: inherit;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.s5 {
	font-family: inherit;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.photo_grid {
  width: 95%;
}

.photo_cell {
  width: 200px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.photo_cell_caption {
  font-family: inherit;
  font-size: 1.0em;
  font-style: normal;
  font-weight: bold;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#header_container {
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto;
  margin: 0px auto;
  width: 100%;
  height: 128px;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_button_bar {
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: auto;
  margin: 0px auto;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_frame0 {
  background-image: url(symbols/phone_portrait_logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  margin: 0px auto;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 48px;
  bottom: auto;
  left: 0px;
  right: auto;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_frame1 {
  background-image: url(symbols/menu_icon.svg);
  background-position: top center;
  background-repeat: repeat;
  background-color: none;
  background-size: auto;
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: auto;
  right: 0px;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_frame2 {
  background-image: url(symbols/phone_icon.svg);
  background-position: top center;
  background-repeat: repeat;
  background-color: none;
  background-size: auto;
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  bottom: auto;
  left: 0px;
  right: auto;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_frame3 {
  background-image: url(symbols/mail_icon.svg);
  background-position: top center;
  background-repeat: repeat;
  background-color: none;
  background-size: auto;
  margin: 0px auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  bottom: auto;
  left: auto;
  right: auto;
  z-index: auto;
  border-width: 0px;
  border-color: #000000;
  border-style: solid;
}

#header_frame4 {
	background-image: none;
	background-position: absolute;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 200px;
	height: 100px;
	position: absolute;
	top: 10px;
	bottom: auto;
	left: 10px;
	right: auto;
	z-index: auto;
	border-width: 0px;
	border-color: #000000;
	border-style: solid;
}

#header_frame5 {
	background-image: none;
	background-position: top left;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: auto;
	right: 0px;
	z-index: auto;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
}

#header_frame6 {
	background-image: none;
	background-position: top left;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: auto;
	right: 0px;
	z-index: auto;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
}

#header_frame7 {
	background-image: none;
	background-position: top left;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: auto;
	right: 0px;
	z-index: auto;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
}

#header_frame8 {
	background-image: none;
	background-position: top left;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: auto;
	right: 0px;
	z-index: auto;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
}

#header_frame9 {
	background-image: none;
	background-position: top left;
  background-repeat: none;
	background-color: none;
  background-size: auto;
	margin: 0px auto;
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	bottom: auto;
	left: auto;
	right: 0px;
	z-index: auto;
	border-width: 0;
	border-color: #000000;
	border-style: solid;
}

#navbar {
  text-align: center;
}
#navbar ul {
  background-color: #000000;
  padding: 0 10px;
  border-radius: 10px;
}
#navbar ul li a {
  font-family: "Droid Sans", Arial, sans-serif;
  font-size: 1.0em;
  color: #ffffff;
  padding: 5px 10px;
}
#navbar ul li:hover {
  background-color: #969696;
}
#navbar ul li a:hover {
  color: #fff305;
}
#navbar ul ul li {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}


/* Phone Portrait Medium (321 - 375 px [6s]) */


@media only screen and (min-width: 321px) {

.desktop_only_content {
	display: none;
}

.desktop_and_tablet_content {
	display: none;
}

.tablet_and_mobile_content {
	display: inline;
}

.mobile_only_content {
	display: inline;
}

/* ========== */

#header_frame2 {
}
#header_frame0 {
  height: 90px;
}
#header_container {
  height: 138px;
}
}


/* Phone Portrait Large (376 - 479 px [6s+]) */


@media only screen and (min-width: 376px) {

.desktop_only_content {
	display: none;
}

.desktop_and_tablet_content {
	display: none;
}

.tablet_and_mobile_content {
	display: inline;
}

.mobile_only_content {
	display: inline;
}

/* ========== */

#header_frame0 {
  height: 100px;
}
#header_container {
  height: 148px;
}
}


/* Phone Landscape (480 - 767 px) */


@media only screen and (min-width: 480px) {

.desktop_only_content {
	display: none;
}

.desktop_and_tablet_content {
	display: none;
}

.tablet_and_mobile_content {
	display: inline;
}

.mobile_only_content {
	display: inline;
}

/* ========== */

body {
} 

#header_container {
  height: 84px;
}

#header_frame0 {
  background-image: url(symbols/phone_portrait_logo.svg);
  width: 300px;
  background-position: top left;
  height: 70px;
  background-size: auto 100%;
  top: 0px;
}

#header_button_bar {
  width: 200px;
  right: 9px;
  left: auto;
  top: 9px;
}
.footer {
}
#header_frame1 {
}
#header_frame3 {
  position: absolute;
  right: 44px;
}
#header_frame2 {
  left: auto;
  right: 88px;
}
}


/* Tablet Portrait (768 - 799 px) */


@media only screen and (min-width: 768px) {
.desktop_only_content {
	display: none;
}

.desktop_and_tablet_content {
	display: inline;
}

.tablet_and_mobile_content {
	display: inline;
}

.mobile_only_content {
	display: none;
}

/* ========== */

body {
}
.footer {
}

#header_frame0 {
  background-image: url(symbols/desktop_logo.jpg);
  width: 416px;
  height: 316px;
  position: relative;
  top: auto;
  left: auto;
}

#header_container {
  height: 320px;
}
#header_button_bar {
}
#header_frame3 {
  right: 0px;
}
.photo_cell {
  width: 250px;
}
}


/* Desktop (800 px and wider) */


@media only screen and (min-width: 800px) {
.desktop_only_content {
	display: inline;
}

.desktop_and_tablet_content {
	display: inline;
}

.tablet_and_mobile_content {
	display: none;
}

.mobile_only_content {
	display: none;
}

/* ========== */

body {
}

.photo_cell {
}

#header_frame3 {
}
}
