/* 
################################################################################
# Web Site ID: ...by Graf!, v3.00
# Site Design: George Silberstern, ...by Graf!
# Copyrighted: © 1995-2022
# ------------------------------------------------------------------------------
# Module Name: appearance.css
# Description: This stylesheet defines the custom format and positioning 
#              elements and attributes for the web site (excluding menus).
################################################################################
*/

/* Perimeter Guide */											/* T R B L */

/* - CSS DEBUGGING ---------------------------------------------------------- */
/* {
	outline: 1px solid #FF0000;
}
/* -------------------------------------------------------------------------- */

/*
================================================================================
= SEMANTIC HTML ELEMENTS
================================================================================
*/
header {
	background-image: url(../img/masthead_bg-90x90.png);
	background-repeat: repeat-x;
	height: 90px;
	top: 0px;
	width: 100%;
}

content {
}

footer {
}

/* 
================================================================================
= HTML TAGS
================================================================================
*/
a {
}

a[target="_blank"]:after {
	background-size: 12px 12px;
	height: 12px;
	margin: 0px 1px -1px 4px;
	width: 12px;
}

body {
	font-family: sans-serif;
	font-size: 12pt;
}

form {
}

html {
}

h1, h2, h3 {
}

h4, h5, h6 {
}

input[type=checkbox], input[type=radio] {
}

input[type=password], input[type=text] {
}

input[type=button], input[type=reset], input[type=submit] {
}

li {
}

option {
}

ol, ul {
}

p {
}

select {
}

textarea {
	height: 150px;
}
/*
================================================================================
= HTML CLASSES
================================================================================
*/
.button {
	border-radius: 10px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition-duration: 0.5s;
}

.button:hover {
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
}

.content-table {
	margin: 50px 0px 0px 0px;									/* T R B L */
}

.footer-contact-info-link li {
	border-radius: 8px;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.5s;
}

.footer-contact-info-link li:hover {
	border-radius: 8px;
	margin-bottom: 10px;
	-webkit-transition-duration: 0.5s;
}

.footer-contact-info-static li {
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;								/* T R B L */
}

.form-control {
}

.form-data {
}

.link-ribbon {
	width: 75%;
}

.link-ribbon-area {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
}

.link-ribbon-area a {
	font-weight: normal;
}

.section-divider {
	width:60%
}

.page-title img {
	height: 80px;
	width: 100%;
}

.section-title p {
	margin: 5px 10px 5px 10px;									/* T R B L */
	padding: 4px 20px 4px 20px;									/* T R B L */
}

.table-row{
	gap: 5px 10px;
}

.table-row #content-table-cell {
	width: 300px;
 }

.text-box {
	font-family: garamond, arial, sans-serif;
	font-size: 11pt;
	width: 80%;
}

.to-top { 
}

/*
================================================================================
= HTML IDs
================================================================================
*/
#form-data-field {
}

#form-data-label {
}

#page-title img {
	width: 100%;
}

#page-title-text {
	font-size: 24pt;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 20px 0px 20px 0px;									/* T R B L */
	padding: 30px 0px 30px 0px;									/* T R B L */
}

#section-title-text {
	font-size: 20pt;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 20px 0px 0px 0px;									/* T R B L */
	padding: 20px 0px 20px 0px;									/* T R B L */
}

#table-row-header {
	border-radius: 8px;
	font-size: 16px;
	margin: 25px 0px 25px 0px;									/* T R B L */
	padding: 10px 0px 10px 0px;									/* T R B L */
	text-transform: uppercase;
}

#to-top-icon {
}

#to-top-text {
}

/*
================================================================================
= RESPONSIVE UI
================================================================================
*/
@media screen and (max-width: 500px) {
	/* - HTML --------------------------------------------------------------- */
	/* ---------------------------------------------------------------------- */
	/* - CLASSES ------------------------------------------------------------ */
	/* ---------------------------------------------------------------------- */
	/* - IDs ---------------------------------------------------------------- */
	/* ---------------------------------------------------------------------- */
}

/*
================================================================================
= RESPONSIVE MENU
================================================================================
*/

/* - Site Navigation Object ------------------------------------------------- */
.site-nav {
	height: 50px;
	padding: 10px 0px 10px 0px;									/* T R B L */
}
/* -------------------------------------------------------------------------- */

/* - Site Branding and Logo ------------------------------------------------- */
.site-nav > .site-branding {
}

.site-nav > .site-branding > .site-branding-logo {
}

.site-branding-logo img {
	width: 330px;
}
/* -------------------------------------------------------------------------- */

/* - Hamburger -------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* - Site Navigation Links -------------------------------------------------- */
.site-nav > .site-nav-links {
	font-size: 16px;
	font-weight: 600;
	margin-right: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.site-nav > .site-nav-links > a {
}

.site-nav > .site-nav-links > a:hover {
}
/* -------------------------------------------------------------------------- */

/* - Responsive State ------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

/* - Responsive Menu -------------------------------------------------------- */
@media screen and (max-width: 500px) {
	/* - Site Navigation Object: Dropdown ----------------------------------- */
	.site-nav > .site-nav-control {
		top: 25px;
	}
	/* ---------------------------------------------------------------------- */

	/* - Site Branding and Logo --------------------------------------------- */
	/* ---------------------------------------------------------------------- */

	/* - Hamburger ---------------------------------------------------------- */
	/* ---------------------------------------------------------------------- */

	/* - Site Navigation Links ---------------------------------------------- */
	.site-nav > .site-nav-links {
		margin-right: 0px;
		top: 70px;
		width: 60%;
	}
	/* ---------------------------------------------------------------------- */

	/* - Responsive State --------------------------------------------------- */
	/* ---------------------------------------------------------------------- */
}
/* -------------------------------------------------------------------------- */
