/*
CSS for Entropy Engineering Corp site
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 130%;
	text-align: center;
	background: #660000 url(assets/background_fade.jpg) repeat-x top left;
}
	
p {
	font-size: small;
}

h2 {
	font-size: large;
	margin-top: 35px;
	color: #8D2623;
}

h3 {
	font-size: small;
	padding-top: 1em;
}

h4 {
	font-size: small;
}

h2 h3 {
	color: #5B1017;
}

li {
	font-size: small;
	list-style-type: square;
}

li:a {
	font-size: regular;
}
	

a {
	font-weight: regular;
}

a:link {
	color: black;
}

a:visited {
	color: gray;
}

a:hover {
	text-decoration: none;
	color: white;
	background-color: #5B1017;
}


.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(assets/sidebar_bk.jpg) repeat-y left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #header { 
	height: 240px;
	padding-right: 20px;
	padding-top:30px;
	text-align: right;
	background: #FFFFFF url(assets/entropy_mast.jpg) no-repeat left bottom;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-top: 40px;
}

.twoColFixLtHdr #sidebar1 li {
	border-top: 1px dotted gray;
	line-height: 250%;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

.twoColFixLtHdr #maincontent { 
	margin: 0 0 0 225px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 25px 20px 20px;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF; 
	background-image: url(assets/06original.gif);
	background-repeat: repeat;
} 

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #660000;
	font-weight: bold;
}

.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h5 {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #B9B9B9;
	padding-left: 10px;
	line-height: 70%;
}
