/** Core css **/
body {
 background: url('../images/background-Main.png');
 background-attachment: fixed;
 background-repeat: repeat;
 overflow-x: hidden;
}
img {border:0px;}

form {margin: 0; padding:0;}

/**Body Division Definitions **/	
 #wraphead {position: fixed;
  z-index: 2;
  top: 0px;
  width: 100%;
  margin-bottom: 0px;
  height: auto;
 }
 header {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 1500px;
  max-width: 2100px;
  white-space: nowrap;
  z-index: 2;
  padding: 0px;
 }
header #logo {
	position: absolute;
	width: 100%;
	top: 0%;
	left: 0%;
} 
header .backgroundhdr {width: 100%; } 
header #topText  { position: absolute; top: 10%; left: 31%; color: #ffffff; font-size: 22px; font-family: Izmir1,sans-serif; font-weight: 100;}
header #brandURL {position: absolute; left: 1%; top: 79%; color: #d2d3fb; font-size: 15px; font-family: 'Century Gothic',Helvetica,sans-serif; font-weight: 800; }
header #headerNav {position: absolute; top: 40%; left: 31%; font-family: Izmir1,sans-serif,Helvetica; font-size: 16px; color: #ffffff;} 
#headerNav a:link{font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 16px; color: #ffffff; text-decoration: none; }
#headerNav a:visited{font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 16px; color: #ffffff; text-decoration: none; }
#headerNav a:hover{font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 16px; color: #ffffff; opacity: 0.7; text-decoration: none; }
#headerNav a:active{font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 16px; color: #ffffff; opacity: 0.8; text-decoration: none; }
/*Date and Time Styles */
header .date_time { position: absolute; top: 3%; left: 15%; font-family: 'Century Gothic',Helvetica,Tahoma,Arial; color:#ffffff; font-size:16px;}
.date_time img {width: 35px; height: 35px;}	
main
{   
	position: relative;
	z-index: 0;
	width: 100%;
	min-width: 1500px;
	max-width: 2100px;
	margin-left: auto;
	margin-right: auto;
    border-bottom: 1px solid #dfdfdf;
	background-image: url("../images/Web-Design-Presentation.png");
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 765px;
	margin-top: 0%;
	margin-bottom: 30px;
	padding-bottom: 12px;
}
main #masthead {position: relative; 
				width: 100%;
				}
main #masthead img {width: 100%; height: auto;}
main  #optimizer
	 { 
	 white-space: nowrap;
	 vertical-align: top;
	 width: 100%;
     margin-top: 20px;	 
	 /*top: 80px;
	 left: 0px;	*/
	 padding-bottom: 20px;
	 }
.prop10 { width:100%; min-height:10px; height:10px; margin:0; padding:0; } /* 10px spacer */
.prop15 { width:100%; min-height:15px; height:15px; margin:0; padding:0; } /* 15px spacer */
.prop20 { width:100%; min-height:20px; height:20px; margin:0; padding:0; } /* 20px spacer */
.prop30 { width:100%; min-height:30px; height:30px; margin:0; padding:0; } /* 30px spacer */
/*** FOOTER ELEMENTS ***/
 table.copyright {
   padding: 0px 0px 0px 0px;
   font-family:Verdana,Tahoma,helvetica,sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #6d6d6d;
   }				  

/* Footer Navigation Outlines */
nav 
{
	position: relative;
	min-width: 1500px;
	max-width: 2000px;
	width: 99%;
	background-image: url('../images/footer.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dfdfdf;
    border-radius: 8px;
    margin-top: 45px;
	margin-bottom: 30px;
	font-family: 'Century Gothic',sans-serif,Helvetica;
	font-size: 18px;
	color: #ffffff;
}
/* Internal Font Definitions */
nav a {text-decoration: none; }
@font-face {
    font-family: SourceSansLight;
    src: url('../fonts/SourceSansPro-ExtraLight.ttf');
}

@font-face {
    font-family: ralewayCommon;
    src: url('../fonts/raleway/Raleway-Light.ttf');
}
@font-face {
    font-family: Pragmatica;
    src: url('../fonts/raleway/Pragmatica-ExtraLight.ttf');
}
nav a:link {font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 18px; color: #ffffff; }		
nav a:visited {font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 18px; color: #ffffff; }	
nav a:hover {font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 18px; color: #ffffff; }	
nav a:active {font-family: 'Century Gothic',sans-serif,Helvetica; font-size: 18px; color: #ffffff; }
@font-face {
    font-family: Castelar;
    src: url('../fonts/CASTELAR.ttf');
}		
@font-face {
    font-family: Izmir1;
    src: url('../fonts/izmir-light-thin.otf');
}	 
@font-face {
    font-family: Hel-Thin;
    src: url('../fonts/HelveticaNeue-Thin.otf');
}	 