@charset "UTF-8";
/* Body */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #c7c6bc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}





/* Logo Handling and Global Navigation */
#header a {
	margin-top: -3px;
	border-top: 3px solid #2c3a6c;
	border-left: 1px solid #dcd7e6;
	border-bottom: none;	
	font-size: x-small; 
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2c3a6c;
	background: #beb7ad;
	text-decoration: none;
  margin-bottom: -1.0em;
}	
#header a:hover {text-decoration: none; color: white; background: #97a3b1;}
#header ul, #header li {
	display: inline;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	}	
#header li a {display: block;
text-align: center;
	min-width: 75px;
	padding: 25px 32px 12px 12px;
	float: left;
	}
.twoColLiqRtHdr #header { 
	background: #ffffff; 
} 
.twoColLiqRtHdr #header h1 {
	margin: 0;} /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs.





/* Page Layout */
.twoColLiqRtHdr #container { 
	width: 55em;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 





/* Page Content */
.twoColLiqRtHdr #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	margin-top: 0;
	margin-right: 25em;
	margin-bottom: 0;
	margin-left: 30px;
}
.twoColLiqRtHdr #mainContent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	margin-top: 0;
	margin-right: 5em;
	margin-bottom: 0;
	margin-left: 12px;
}


/* Lists */
ul, ol {
margin-top: 0;}
.twoColLiqRtHdr #secondaryContent { 
	margin: 0 0 0 10px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
}




/* Lower Page Columns (Home and Contact Me Pages) */
#home-column-one {
	width: 180px;
	float: left;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}	
#home-column-two {
	width: 180px;
	float: left;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#home-column-three {
	width: 180px;
	float: left;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#column-one {
	width: 180px;
	float: left;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
}	
#column-two {
	width: 180px;
	float: left;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 10px;
}
#column-three {
	width: 180px;
	float: left;
	padding: 10px 5px 20px 5px;
	height: 100%;
	margin-top: 10px;
	border-top: 3px solid #2c3a6c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
}





/* Footer */
.twoColLiqRtHdr #footer { 
	padding: 0 10px; 
	background:#97a3b1;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
} 
.twoColLiqRtHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
}





/* Sidebar*/
.twoColLiqRtHdr #sidebar2 {
	float: right;
	width: 18em;
	background: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 
	padding-right: 15px;
	margin-right: 40px;
	}
 .twoColLiqRtHdr #sidebar1 {
	float: right;
	width: 18em;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36424a;
	padding-right: 15px;
	margin-right: 40px;
	}
	
	.twoColLiqRtHdr #sidebar1 ul, ol {
margin-top: 0;
}

.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.sidebarheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: normal;
	color: #41416f;
	font-weight: bold;
	margin-top: 1.286em;
}









/* Typography */
h1 {
font-size: 1.9em;
	color: #36424a;
  margin-bottom: -0.5em;
  	text-decoration: none;
}
	
h2 {
	font-size: 1.6em;
	color: #2c3a6c;
  margin-bottom: -0.5em;
  	text-decoration: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #36424a;
	margin-bottom: -0.5em;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #3E647E;
	font-weight: bold;
}
.text_leading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #36424a;
	line-height: 1.7em;
}
.h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #36424a;
}
footer { 
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	}
	
	
	
	
	
/* Link Handling */
a:link {
	color: #1d089f;
	text-decoration: none;
}
a:visited {
	color: #887c62;
	text-decoration: none;
}
a:hover {
	color: #BEB7AD;
}
a:active {
	color: #1d089f;
	text-decoration: none;
	}img
{  border-style: none;
}
A:link, A:visited, A:active { 
text-decoration: none 






/* Miscellaneous classes for reuse */
}.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
