/*

Version 1.0c
12 September, 2006

*/

* { margin:0; padding:0 }

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

#container { width:770px; margin:0 auto; text-align:left; border:1px solid; background-color: #ffffff;}
	#header { text-align:center; }
		#logo { height:200px; }
		#tagline { padding:10px; text-align:center; }
			#tagline img { vertical-align:middle; }
/* WITH BACKGROUND */
	/*#subcontainer { background:url(../images/bg-subcontainer.gif) top right no-repeat; }*/
/* WITHOUT BACKGROUND */
	#subcontainer {}
	#subcontainer_wrapper { background:url(../images/bg-subcontainer-wrapper.gif) top center repeat-y; }
		#subcontent1 { float:left; width:149px; text-align:center; padding-top:10px; overflow:visible; }
			#subcontent1 .imgbox img { width:149px; }
		#content { float:left; width:452px; padding:10px; overflow:hidden; }
		#subcontent2 { float:right; width:129px; padding:10px; font-size:0.9em; overflow:hidden; }
			
	
	#extra1 { text-align:center; margin-bottom:20px; }
		#extra1 p { padding:10px; margin-bottom:0; font-size:0.9em; }
	#extra2 { clear:both; padding:10px; text-align:center; font-weight:bold; border-top:1px solid; }
		#extra2 p { margin:0; }
	#footer { text-align:center; font-size:0.8em; line-height:50px; }

#imgboxes { text-align:center; margin-bottom:20px; }
	#imgboxes img { width:100px; }
	#img1 { float:left; width:150px; padding:10px 0 10px 0; }
	#img2 { float:left; width:150px; padding:10px 0 10px 0; }
	#img3 { float:left; width:150px; padding:10px 0 10px 0; }

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