/*

Version 1.0
22 February, 2006

*/

* { margin:0; padding:0 }

body { font:0.75em Verdana, Tahoma, Arial, sans-serif; text-align:center; }
h4 { font-size:1.2em; margin-bottom:10px; }
p { margin-bottom:20px; }
ul { margin-left:15px; margin-bottom:20px; }
ol {
	list-style: none;
}
img { border:0; }

#container { width:770px; margin:0 auto; text-align:left; }
	#header { height:180px; margin-bottom:10px; border:1px solid; background:transparent url(../images/bg-header.gif) bottom center no-repeat; }
		#logo { float:left; width:240px; height:150px; text-align:center; }
		#tagline { float:right; width:528px; }
			#tagline h2 { padding:50px 20px 20px 10px; font:1.2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; font-weight:bold; }
			
	#subcontainer { }
		#content { float:right; width:560px;}
			#content h1 { height:35px; line-height:35px; font-size:1.2em; margin-bottom:10px; padding-left:10px; }
			#content .body { border:1px solid; padding:10px; }
		#subcontent { float:left; width:200px; text-align:center; font-size:0.9em; }
			#subcontent h3 { height:35px; line-height:35px; font-size:1.2em; margin-bottom:10px; }
			#subcontent ul { text-align:left; margin:0 0 10px 0; padding:20px 10px 20px 30px; border:1px solid; }
	
	#extra1 { border:1px solid; margin-bottom:10px; }
		#extra1 .imgbox { float:left; }
		#extra1 .textbox { float:left; padding:10px; }
			
	#extra2 { padding:10px; }
		#extra2 p { margin:0; }
	#extra3 { text-align:center; }
		#extra3 p { margin:0; padding:10px; }
	#footer { clear:both; padding-top:20px; text-align:center; font-size:0.8em; }

.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;
}

/* nav */
#nav a { color:#000000; }
#nav a:hover { color:#660000; }
#nav ul { margin:0; float:right; width:528px; }
	#nav li { float:left; height:1.7em; margin-left:5px; margin-bottom:5px; list-style:none; display:block; position: relative; }
	#nav a { padding:2px 5px 2px 5px; text-decoration:none; border-bottom:5px solid; }
	#nav a:hover { border-bottom:5px solid; }
/* drop down position */
#nav li ul {
	background: #E2E2E2;
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	padding-top: 5px;
	list-style: none;
	border: 1px solid #999;
	border-bottom: 2px solid #999;
}
/* optional drop down list width 
*/
#nav ul li ul { top: 0px; left: 0px; }
#nav li.a3 ul,
#nav li.a3 ul li {
	width: 200px;
}
/* sub menu list items */
#nav li.a3 ul li a { color: #660000;}
#nav li.a3 ul li a:hover { color: #cc6666; border: none;}
