/*

Version 1.0
5 June, 2006

*/

* { margin:0; padding:0 }

body { font:0.8em Verdana, Tahoma, Arial, sans-serif; text-align:center; }
p { margin-bottom:20px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }

#container { width:770px; margin:0 auto; text-align:left; }
		#logo { float:left; width:200px; height:150px; }
		  #logo img { behavior: url(iepngfix.htc); width: 200px; height: 137px;}
		#tagline { float:left; width:425px; height:150px; _position:relative; display:table;}
			#tagline h2 { height:150px; font-size:1.1em; _position:absolute; _top:50%; display: table-cell; vertical-align: middle;}
		#imgbox { float:right; width:125px; height:150px; overflow:hidden; position:relative; }
		#imgbox[id] { display:table; position:static; }
			#imgbox1 { position:absolute; top:50%; }
			#imgbox1[id] { display:table-cell; vertical-align:middle; position:static; }
				#imgbox1 img { position:relative; top:-50%; }
				
		#menu { clear:both; line-height:30px; text-align:center; margin:0; font-weight:bold; }
			#menu li { display:inline; }
				#menu a { font-size:0.8em; padding:2px 5px 2px 5px; border:1px dotted; text-decoration:none; }
	#subcontainer { margin-top:20px; }
		#content { float:right; width:570px;}
			#content h1 { font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; margin-bottom:20px; }
		#subcontent { float:left; width:180px; padding-bottom:50px; padding-right:20px; text-align:center; font-size:0.8em; }
			#subcontent h3 { font-size:1.2em; margin:20px 0 20px 10px; text-align:left; width:150px; }
			#subcontent ul { margin-left:30px; text-align:left; }
	#extra1 { float:right; width:130px; margin-bottom:20px; padding:20px 0 50px 20px; }
		#extra1 h4 { font-size:1.0em; margin-bottom:10px; }
		#extra1 p { font-size:0.8em; }
	#extra2 { clear:both; text-align:center; margin-bottom:20px; }
	#footer { clear:both; font-size:0.8em; text-align:center; }

div.hr {
	height:27px;
	margin-bottom:20px;
}

div.hr hr {
	display: none;
}

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */