body {
	font: 100%;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
    border: none;
    
}


/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 850px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 0;
    border: none;
    
}

/* ~~ z index ~~ */
.main {
  position: top;
}

.black-box {
  position: relative;
  z-index: 1;
  border:none;
  height: 100px;
  margin: 30px;
}

#framemain {
  background: url(images/logo-pg.gif ) no-repeat; padding: 15px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	background-color: #171717;
	padding: 10px 0px 15px 5px; /*if you change this be sure to change the css for the contact form to match */
	margin: 5;
	height:45px;
}


/* ~~ This is the layout information. ~~ 
1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
*/

.iframe {
	width: 830px;
    height: 800px;
	background: #ffffff;
	padding: 50px 10px 15px 15px;
    margin: 0 auto;
	margin-top: 70;	
    font-size:10pt;
    text-decoration:none;
	font-weight: normal;
	margin-bottom: 3px;
    font-family: sans-serif;
    border-style: none;
}

iframe:focus {
  outline: none;
}

iframe[seamless] {
  display: block;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat 
{ /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
    padding: 11px 0px 5px 5px;
    margin: 0 auto;
	margin-top: 830;	
    margin-left: 585px;
}

#mainimage {
  /* The image used */
  background-image: url('../images/logo-pg.gif');
  min-height: 800px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
    z-index: -1;
 height: 100%;
            width: 100%;
            opacity: 0.5;
            display: block;
            margin-left: auto;
            margin-right: auto;
            box-shadow: 0 4px 80px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bg-img-nav2 {
  /* The image used */
  background-image: url("../images/nav-image.jpg");
  min-height: 230px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
  overflow: hidden;
}

/* Navbar links */
.topnav {
  float: center;
  font-size: 32px;
  color: #d59400;
  text-align: center;
  padding: 14px 16px;
  text-decoration: normal;
  font-weight: normal;
  font-family: Papyrus, sans-serif;
 clear:both;
  margin-top: 50px; 
  text-shadow: 2px 2px 4px #000000;

}

.mainpaddinggry {background:#383838;padding:0.15cm 0.50cm;margin-top:5px;color:#fff;font-family:Verdana, Helvetica;font-size:9pt;text-decoration:none;}

/* images */
img.displayed {display:block;border: none; padding:0pxm;margin:0;}
img.center {border:none; padding:2px;margin:0;}
img.border {border: none;}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */ border: none; margin-bottom: 0px;}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {color:#000000;font-size:11pt;text-decoration:none;}
a:visited {color:#000000;font-size:11pt;text-decoration:none;}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */text-decoration: underline;}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */ float: right; margin-left: 8px; }
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */ float: left; margin-right: 8px; }
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */ clear:both; height:0; font-size: 1px; line-height: 0px; }

.indent {color:#000;font-size:9pt;text-decoration:none; text-indent: 1.5em;}

/* other */
.alignright {text-align:right;}
.alignleft {text-align:justify;}
.valigntop {vertical-align:top;}
.middle {vertical-align:middle;text-align:center;margin-top:35px;}
.center {text-align:center;margin-top:35px;}

.top {
  position: relative;
  z-index: 2;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol { padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */ }

/* text */
.insidehr {
	padding-bottom: 30px;
    padding-top: 300px;
	line-height: 20px;
    font-size: 14px;
	color: #000000;
    border: none;
    font-family: sans-serif;
}

p {
    color:#000;
    font-size:14pt;
    text-decoration:none;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
    font-family: "Lucida Sans Unicode", "DejaVu Sans", Verdana, sans-serif;
    padding-bottom: 30px;
	line-height: 20px;
}

h1 {
	font-size: 32px;
	color: #d59400;
	font-weight: normal;
	margin-top: 3px;
	margin-bottom: 3px;
    padding: 100px 300px 5px 5px;
	display: block;
    text-align: left;
    font-family: Papyrus, sans-serif;
}

h2 {
	font-size: 20px;
	color: #ae5e00;
	font-weight: none;
	margin-bottom: 8px;
    text-align: center;
    font-family: Papyrus, sans-serif;
}

h3 {
	font-size: 17px;
	color: #ae5e00;
	font-weight: normal;
    text-align: center;
	margin-bottom: 6px;
	margin-top: 3px;
    font-family: Papyrus, sans-serif; 
}

h4 {
	font-size: 13px;
	color: #ae5e00;
	font-weight: bold;
    font-family: Papyrus, sans-serif;
    margin-bottom: 6px;
    margin-top: 3px;
}

h5 {
	font-size: 12px;
	color: #ae5e00;
	font-weight: normal;
    font-family: Papyrus, sans-serif;
    margin-bottom: 6px;
    margin-top: 3px;
}

/* ------- NOTES
FOR TEXT ALIGNMENT AROUND IMAGES - align="right" style="margin-left:10px;"
# = id - do not start with a number
. = class 
z-index higher number overlaps lower
------ */