/*

Version 1.0d
2 April, 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:10px; }
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 { margin:0 auto; text-align:left; border:1px solid; }
	#header { text-align:center; }
		#logo {}
		#tagline { text-align:center; border-top:1px solid; border-bottom:1px solid; padding:5px; }
				#tagline img { vertical-align:middle; }
	
	#sub_container { width:100%; border:0; border-collapse:collapse; }
		#subcontent_1 { width:149px; margin-right:1px; padding-top:10px; overflow:hidden; vertical-align:top; border-right:1px solid #000000; }
		#subcontent_1 img { width:149px; border:0; display:block; }
			#menu { margin:0; text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; }
				#menu li { list-style:none; }
					#menu a {
	height:20px;
	line-height:20px;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-left:30px;
	background-position:5px top;
	border-top:2px solid #c9d7a6;
	border-bottom:2px solid #c9d7a6;
	background-image: url(../images/bg-menu.gif);
	background-repeat: no-repeat;
}
					#menu a:hover { padding-left:30px; background:#dde6c8 url(../images/bg-menu-hover.gif) top left no-repeat; background-position:5px; border-top:2px solid #000000; border-bottom:2px solid #000000; }
			#extra1 { text-align:center; }
				#extra1 p { padding:5px; font-size:0.9em; }
/* WITHOUT BACKGROUND */
		#content { padding:10px; overflow:hidden; vertical-align:top; }
/* WITH BACKGROUND */
		/*#content { float:left; width:450px; padding:10px; background:url(../images/bg-content.gif) top right no-repeat; overflow:hidden; }*/
		
		#subcontent_2 { width:129px; padding:10px; font-size:0.9em; margin-left:1px; overflow:hidden; vertical-align:top; border-left:1px solid #000000; }
			
	#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; width:100px;  }

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

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

input,
select,
textarea {
color: #000000;
border: 1px solid #CBC7B4;
padding: 3px;
background-color: #FFFFFF;
margin: 3px 0;
}

input.hover,
select.hover,
textarea.hover {
background-color: #EEEEEE;
}
input.active,
select.active,
textarea.active {
border: 1px inset #CBC7B4;
background-color: #FFFFEE;
}
