/*

Version 1.0f
19 September, 2006

*/

* { margin:0; padding:0 }

body { font:0.8em Arial, Helvetica, sans-serif; text-align:center; padding-top:10px; }
h1 { font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; margin-bottom:20px; }
h2 { font-size:1.2em; }
h3 { font-size:1.0em; margin-bottom:10px; padding:5px 0 5px 5px; }
h4 { font-size:1.0em; padding:5px 0 5px 0; }
p { margin-bottom:20px; }
ul { margin-left:18px; margin-bottom:20px; }
ol { list-style: none;}
img { border:0; }

#container { width:770px; margin:0 auto; text-align:left; border:1px solid; background-color: #ffffff; }
	#header { text-align:center; }
	/* IE5.5, 6 fixes for png */
	  #header #logo  img.bua {
	  	behavior: url(iepngfix.htc); height: 135px; width: 244px;
	  }
	  #header #logo img.ispc {
	  	behavior: url(iepngfix.htc); height: 135px; width: 364px;
	  }
	  /* End fixes */
	  
		#logo { padding:10px; height: 135px; }
		#tagline { text-align:center; border-top:1px solid; border-bottom:1px solid; padding:5px; }
				#tagline img { vertical-align:middle; }
	
	#sub_container { display:block; }
		#subcontent_1 { float:left; width:149px; margin-right:1px; padding-top:10px; overflow:visible; }
		#subcontent_1 .imgbox img {  width:149px; border:0; display:block; overflow: hidden; }
				
			#extra1 { text-align:center; padding:5px;}
			  #extra1 h4 { margin-left: -5px; margin-right: -5px;}
				#extra1 p { padding:5px; font-size:0.9em; }
/* WITHOUT BACKGROUND */
		#content { float:left; width:450px; padding:6px 2px 6px 8px; overflow:hidden;}
/* WITH BACKGROUND */
		/*#content { float:left; width:450px; padding:10px; background:url(../images/bg-content.gif) top right no-repeat; overflow:hidden; }*/
		
		#subcontent_2 {
	float: left;
	position: relative;
	width: 128px;
	padding: 20px 17px 10px 9px;
	font-size: 0.9em;
	margin-left: 2px;
	margin-right: 0px;
	overflow: hidden;
}
	
	#extra2 { clear:both; text-align:center; border-top:1px solid; padding:5px; }
		#extra2 p { margin:0; padding:10px; }
		#extra2 img { vertical-align:middle; }
	#footer { width:770px; margin:0 auto; text-align:center; font-size:0.8em; line-height:50px; }

#imgboxes { float:left; margin-right:10px; margin-bottom:10px;}
	#imgboxes img { border:10px solid;}

.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 */
