/*

Version 1.0b
11 May, 2006

*/

* { margin:0; padding:0 }

body {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 { font-size:1.75em; 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; }
	#header { text-align:center; }
		#logo {
	height:150px;
	padding-top: 15px;
}
		#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:hidden; }
			#menu { margin:0 0 0 10px; text-align:left; }
				#menu li { list-style:none; margin-bottom:10px; padding-left:25px; line-height:20px; }
					#menu a { text-decoration:none; font-weight:bold; }
			#subcontent1 .imgbox img { width:149px; }
		#content {
	float:left;
	width:452px;
	padding:10px;
	overflow:hidden;
	background-image: url(../images/bg-content.gif);
	background-repeat: no-repeat;
	background-position: 20px top;
}
		#subcontent2 { float:right; width:129px; padding:10px; font-size:0.9em; }
			
	
	#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-table;}

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