/* setting font-size to 100% - browsers see the default font size as 16 */
/* min-width of my screen is 101.25em */
/* overflow hidden means it cuts off anything that does not fit inside the screen and will have no scrollbar */
  
/* MY PC IS 1680x1050 */
/* anything over 1631 (usable screen) */

  
html {
	height: 100%;
}  
               
header {
	width: 100%;
	overflow: auto;
}

body {  
    background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic Light", Arial, Helvetica; 
	min-height: 100%;
	position: relative;
	
}

main {
    position: relative;
    width: 100%;		
} 

footer {
    width:100%;
	height:3em;
	background:#43414C;	 
/*	position: absolute;
	bottom: 0;
	*/
}

.page-content-div {
	margin-bottom:3em;
	position: relative;
}

/* HEADER SECTION height: 7.8em; was screwing up the index image */
     
.header-logo {
    display:inline;
    float:left;
    width:45%;	 
}

.header-logo img {
    max-width:100%;
    height:auto; 
}

.header-slogan {
    display:inline;
    float:left;
    width:54%;	 
}

.top-line, .bottom-line {
	display:block;
	float:right;
	width:100%;
	text-align:right;
	font-family:  Verdana,Arial,Helvetica;
	padding-right:2em; 
}

.top-line {
    font-size:1.2em; 
	padding-top:1.7em;
}
	
.bottom-line {
	font-style:italic;
	font-size:1.1em; 	 
}

/* MENU with DROP DOWN MENU FOR SMALL SCREENS */
nav {
	display:block;
	float: left;
	width:100%;
	background:#43414C;	 
}

/* 40 p high */
.menuBar {
    display:block;
    float:left;
    width:100%;
	padding-left:0em;	
	text-align:left;
	padding-bottom:1em;
}

.menuBar ul {
	list-style: none;
	margin-left:0em;
}

.menuBar li {	
    display: inline;
	float: left; 	
}

.menuBar li:not(:first-child) {
	margin-left:2.5em;    
}

.menuBar li a, .menuBar li span {
    font-family:  Verdana,Arial,Helvetica;
    font-size:1.1em; 
    font-weight:normal;   
}

.menuBar li a {
    cursor:pointer;
    color:#FFFFFF; 
	text-decoration: none;   
}   

.menuBar li span {
    color:#FF3333; 
}

.menuBar li a:hover {
    color:#FFFF66;
}

/* Hide the dropdown menu icon */
#menuToggleIcon {
	display: none;
}

/* CONTENT SECTION */

/* ASIDE */
aside {
	background: #ffffff none repeat scroll 0 0;
    display: inline;
    float: left;
    width: 29%;	
} 

.aside-content {
	display:block;
	float:left;
	width:80%;		
	margin-left:10%;
	margin-right:10%;	
}

.aside-intro {
    display:block;
	float:left;	
	margin-top:2.0em; 
	font-size:1.2em; 
}

.aside-intro ul  {
	list-style-type: none;
}

.aside-intro ul li {
	display:block;
    float:left;
    width:100%;	 	
	margin-bottom:1em;
	font-size:.9em; 
}

.aside-intro span {
	font-size:0.85em; 
}

/* ARTICLE */
article {
    display: inline;
    float: right;
    width: 70%;		
	border-left:thin solid #563C3C;	
}
	
.article-content {
	  display:block;
	  float:left;
	  width:100%;  
	  background: #ffffff;
	  /* height:46.0em; */	 
	  overflow:hidden;
}

/* SOLUTIONS within ARTICLE */
	
.contact {
	display:block;
    float:left;
	width:100%;    
}

.contact-left {
	display:inline;
	float:left;
	width:55%;  
	margin-right:5%;
	height:auto;
}

.contact-right {
	display:inline;
	float:left;
	width:35%;  		
	margin-right:5%;
}

.contact-header {
 	padding-top:3em;   
	font-size:1.3em; 
	color:#808080;
}

.contact-info, .contact-info a {
	padding-top:.5em;   
	font-size:1.0em; 	
	color:#444B5B;
	font-family: Calibri;
}

.contact-info a:hover {
	color:#E2A344;
}

/* FOOTER */
.copyright  {
	text-align:center;
    font-family: verdana; 
    font-size: .85em; 
    color: #ffffff;
    padding-top:1em;
	padding-bottom:1em;
}
