* { margin:0; padding:0 }

body { font:0.8em Verdana, Tahoma, Arial, sans-serif; text-align:center; }
#content h1 { font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif, ; margin-bottom:20px; }

#subcontent h3 { font-size:1.0em; margin-bottom:20px; }
#extra1 h4 { font-size:1.0em; margin-bottom:10px; }
p { margin-bottom:20px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }

#container { width:770px; margin:0 auto; text-align:left; }
	#header { border-bottom:1px dotted; }
		#logo { float:left; width:345px; height:140px; text-align:center; border-right:1px dotted; margin-right:10px; padding: 10px 5px 0 0 ;}
		#tagline { float:right; width:405px; height:120px; _position:relative; display:table; }
			#tagline h2 { font:1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; _position:absolute; _top:50%; display: table-cell; vertical-align: middle; }
		
		#menu { float:right; margin:0; width:500px; height: 90px;}
			#menu li { float:left; list-style:none; margin:5px 5px 5px 0px; height:1.5em; }
				#menu a { padding:2px 10px 2px 10px; font-size:0.8em; font-weight:bold; text-decoration:none; border:1px solid; line-height: 22px;}
				#menu li a.left_pad {
					margin-left: 20px;
				}
	#subcontainer {}
		#content { float:right; width:549px; padding:10px; border-left:1px dotted; }
			
		#subcontent { float:left; width:200px; text-align:center; font-size:0.8em; overflow:hidden; }
			
			#subcontent ul { text-align:left; margin-left:40px; }
	
	#extra1 { margin:10px; border:1px dotted; padding:5px; }
		
		#extra1 p {  }
	#extra2 { clear:both; text-align:center; line-height:30px; }
	#footer { font-size:0.8em; text-align:center; }

#imgboxes { width:100%; margin-bottom:20px; }
	#imgboxes img { border:1px dotted; width:100px; }
	#img1 { float:left; width:33%; text-align:center; }
	#img2 { float:left; width:33%; text-align:center; }
	#img3 { float:left; width:33%; text-align:center; }

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

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

/* Forms */
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;
}

/* EMAILBRAIN */
#emailbrain { padding:10px; }
.emailB_form {
    width: 130px;
    font-weight: bold;
}
.emailB_form input.name,
.emailB_form input.email{
    width: 120px;
    font: .75em Arial, Helvetica, sans-serif;
    float: right;
}
.emailB_form input.subscribe {
    font: bold .9em Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #00CC00;
    padding: 2px;
    margin: 2px;
}
.emailB_form input.subscribe.hover {
    background-color:#CCCCCC;
}
.emailB_form select.mode {
}
.emailB_form select.mode.hover {
    color: #000000;
}
.emailB_form select.mode.active {
    color: #000000;
}
.emailB_form .bottom {
    text-align: right;
    clear: both;
}