/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:1.25em;
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
body {background-color:#000;
}
#main_wrapper {background-color:#000;}
#header {
	background-image:url(../images/LHweb-Banner.jpg);
	background-repeat: no-repeat;
	}
#nav {
	background-image:url(../images/LHweb-leftside.jpg);
	background-repeat: no-repeat;
	}
#content {
	background-image:url(../images/LHweb-Body.jpg) ;	
background-repeat: no-repeat;
	}
#promo {
	background-image:url(../images/LHweb-rightside.jpg) ;	
	background-repeat: no-repeat;
	}
#footer { background:none;}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
	font-family: Tahoma, Geneva, sans-serif;
	} 

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1em; 
	line-height:1.25;
	color: #CCC;
	}
h5 {
	font-size:1em;
	line-height:1.25;
	text-decoration: underline;
	color: #CCC;
	}
h6 {
	font-size:0.8em;
	color: #CCC;
	font-weight: normal;
	}
	
p  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.8em; /* 12pt */
	line-height:normal; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
	color: #CCC;
	}
a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:.8em;
	color: #CCC;
	text-decoration: none;
	font-variant: small-caps;
	}
a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:.8em;
	color: #69F;
	text-decoration: underline overline;
	font-variant: small-caps;
	}
/* Font Classes */
.email {
	text-decoration: underline;
	}
.news_H {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:0.8em;
	font-variant: small-caps;
	text-decoration: underline;
	}
.news_C {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:0.7em;
	}
.news_B {
	font-size:0.7em;
	font-style: italic;
	font-family: Tahoma, Geneva, sans-serif;
	}
.resume_h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-weight:0.5em;
	text-align:center;
	color: #FFF;
}
.resume_h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;	
	text-align:center;
	color: #FFF;
}
.resume_h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
}
.resume_h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {

	}
table {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color: #CCC;
	}
table th	{

	}
table td	{

	}
/* Table Styles */
.portfolio {
	margin: 10px;
	padding: 10px;
	height: 190px;
	width: 170px;
	text-align: center;
}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

