/*

Version 1.0c
12 September, 2006

*/

* { margin:0; padding:0 }

body { font:0.8em Arial, Helvetica, sans-serif; text-align:center; }
h1 { font:2.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; margin-bottom:20px; }
h2 { font:1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; }
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:135px; padding-top:15px; }
		#tagline { padding:10px; text-align:center; }
		#marquee {
			background-color: #000000;
  			line-height: 20px;
  			height: 20px;
  			clear: both;
  			width: 750px;
			color: #ffffff;
			}

marquee { width: 100%; }
			#tagline img { vertical-align:middle; }
/* WITH BACKGROUND */
	#subcontainer { background:url(../images/bg-subcontainer.gif) top right no-repeat; }
	#subcontainer_wrapper { background:url(../images/bg-subcontainer-wrapperwide.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; font-size:0.9em; }
				#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:435px; padding:6px; overflow:hidden; }
		#subcontent2 { float:right; width:160px; padding:4px; font-size:0.9em; overflow:visible; }
			
	#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:145px; padding:10px 0 10px 0; }
	#img2 { float:left; width:145px; padding:10px 0 10px 0; }
	#img3 { float:left; width:145px; 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: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;
}