/*************************************************************/
/*   Design:   Multiflex-3 Update-2 / Layout-4               */
/*   File:     Global layout structure                       */
/*-----------------------------------------------------------*/
/*   Author:   G. Wolfgang                                   */
/*   Date:     November 29, 2006                             */
/*   Homepage: wwww.1-2-3-4.info                             */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*             Please keep footer credits with a link to     */
/*             G. Wolfgang (www.1-2-3-4.info). Thank you!    */
/*************************************************************/

/************/
/*  GLOBAL  */
/************/

/* THE NON-HEADER */

*{padding:0; margin:0;}

 body {
 	font-size: 62.5%;
 	background: #fff url(images/body-bg-3.jpg) top left repeat-x scroll;
 	font-family: verdana,arial,sans-serif;
 }

.page-container {
	width: 900px;
	margin: 5px auto;
	margin-top:10px;
	margin-bottom:10px;
	border:solid 1px rgb(150,150,150);
	font: 11px/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4b4942;
}

.main {
	clear: both;
	width: 900px;
	padding-bottom: 30px;
	background: transparent url(images/bg_main_withnav-2.jpg) top left repeat-y;
}

.main-navigation {
	display: inline /*Fix IE floating margin bug*/;
	float: left;
	width: 200px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.main-content {
	display: inline; /*Fix IE floating margin bug*/;
	float: left;
	width: 640px;
	margin: 0 0 0 30px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.main-subcontent {
	display: inline /*Fix IE floating margin bug*/;
	float: right;
	width: 185px;
	margin: 0 15px 0 0;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}


/* THE WONDERFUL HEADER */

.header {
	width: 900px;
	font-family: "trebuchet ms",arial,sans-serif;
}

.header-top {
	width: 900px;
	height: 80px;
	background: rgb(240,240,240) url(images/bg_head_top.jpg);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.header-middle {
	width: 900px;
	height: 150px;
	background: rgb(230,230,230) url(images/header-05.jpg);
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.header-bottom {
	width: 900px;
	height: 40px;
	background: rgb(255,255,255) url(images/bg_head_breadcrumbs.jpg) repeat-y;
}

.header-breadcrumbs {
	clear: both;
	width: 900px;
	padding: 1.0em 0 1.5em 0;
	background: rgb(100,100,100) url(images/bg_head_breadcrumbs.jpg) repeat-y;
}

.header-breadcrumbs-temp {
	clear: both;
	width: 900px;
	height: 40px;
	padding: 1.0em 0 1.5em 0;
	background: #fff url(images/bread-bg-01.jpg) top right no-repeat;
}

/********************/
/*  FANCYZOOM POPUP  */
/********************/

#zoom{z-index:999;position:relative;}

#zoom_content {
	z-index: 999;
	background: white;
	position: relative;
}

#zoom_content form td {
	vertical-align: top;
}

#zoom_content h1 {
	margin-bottom: 20px;
	font-size: 18pt;
	background: white;
}

#zoom_content form input {
	background: #e7e8e9;
	border: 0;
	font-size: 16px;
	padding: 3px;
}

#zoom_content form textarea {
	background: #e7e8e9;
	border: 0;
	font-size: 14px;
	padding: 3px;
	width: 220px;
	height: 120px;
}

#zoom_content form label {
	font-size: 14px;
	font-weight: bold;
	color: black;
}

#zoom_content form labelmes {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-left: 20px;
	margin-right: 20px;
}

#zoom_content form td {
	padding: 0 0 5px 0;
}

#zoom_content form input.buttonsub {
	color: black;
	padding: 8px;
	margin-top: 12px;
	margin-right: 74px;
	float: right;
}

#zoom_content form p input.buttonsub {
	font-weight: bold;
}

/********************/
/*  HEADER SECTION  */
/********************/

.sitelogo {
	width: 60px;
	height: 40px;
	position: absolute;
	z-index: 1;
	margin: 22px 0 0 20px;
	background: url(images/bg_head_top_logo.jpg);
}

.sitename {
	width: 300px;
	height: 125px;
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 90px;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.sitename h1 {
	font-size: 240%;
	font-family: arial;
}

.sitename h2 {
	margin: -4px 0 0 0;
	color: rgb(125,125,125);
	font-size: 120%;
}

.sitename a {
	text-decoration: none;
	color: #A0D651;
}

.sitename a:hover {
	text-decoration: none;
	color: #bbb;
}

#flags {
	width: 900px;
	margin: 5pt auto 0 auto;
	text-align: right;
}

#flags li {
	display: inline;
	list-style:none;
}

#flags li a {
	padding: 0 0 0 10px;
}

#flags img {
	border: 0;
	height: 13px;
}

/* FLAG TOOL TIPS */
	
	
#dhtmlgoodies_tooltip {
	background-color: #FFFFE0;
	border:1px solid  #000;
	position: absolute;
	display: none;
	z-index: 20000;
	padding: 2px;
	font-size: 1.2em;
	font-family: Arial, sans-serif, "Trebuchet MS", "Lucida Sans Unicode";
	text-align: center;
}
	
#dhtmlgoodies_tooltipShadow {
	position: absolute;
	background-color: #555;
	display: none;
	z-index: 10000;
}

#fixedtipdiv {
	position:absolute;
	padding: 2px;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}

.sitemessage {
	width: 550px;
	height: 120px;
	position: absolute;
	z-index: 1;
	margin: 20px 0 0 320px;
	color: rgb(234,239,247); /*xoverflow:visible !important /*Activate if Firefox print problems*/;
	overflow: hidden /*IE6*/;
}

.sitemessage h1 {
	width: 550px;
	text-align: right;
	font-size: 200%;
	color: #FEFDBA;
}

.sitemessage h2 {
	float:right;
	width:470px;
	margin:8px 0 0 0;
	text-align:right;
	line-height:110%;
	font-size:115%;
	color: #FEFDBA;
	font-family: Arial, Verdana, Sans-serif;
}

.sitemessage h3 {
	float: right;
	width: 370px;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 140%;
}

.sitemessage h3 a {
	text-decoration: none;
	color: #fff;
}

.sitemessage h3 a:hover {
	text-decoration: none;
	color: rgb(50,50,50);
}

#navz {
	z-index: 9;
	position: static;
}

.nav2 {
	float: left;
	width: 900px;
	border: none;
	background: rgb(220,220,220) url(images/bg_head_bottom_nav.jpg) repeat-x;
	color: rgb(75,75,75);
	font-size: 1.0em; font-size:130%;
	z-index: 99;
	position: static;
}

.nav2 ul {
	list-style-type: none;
}

.nav2 ul li {
	float: left;
	position: relative;
	z-index: 10;
	border-right: solid 1px rgb(175,175,175);
}

.nav2 ul li ul {
	display: none;
	border: none;
}
.nav2 ul li ul {
	margin-left: -30px;
	padding: 0 30px 30px 30px;
	background: url(images/bg_head_bottom_nav_hover.gif) top center;
}

.nav2 ul li a {
	float: left;
	display: block;
	height: 3.1em;
	line-height: 3.1em;
	padding: 0 16px 0 16px;
	text-decoration: none;
	font-weight: bold;
	color: rgb(100,100,100);
}

.nav2 ul li:hover {
	width: auto;
}

.nav2 table {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/*Non-IE6*/

.nav2 ul li:hover a {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

.nav2 ul li:hover ul {
	display: block;
	position: absolute;
	z-index: 998;
	top: 3.0em;
	margin-top: 0.1em;
	left: 0;
}

.nav2 ul li:hover ul li ul {
	display: none;
}

.nav2 ul li:hover ul li a {
	display: block;
	width: 10em;
	height: auto;
	line-height: 1.3em;
	margin-left: -1px;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color: rgb(50,50,50);
}

.nav2 ul li:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

/*IE6*/

.nav2 ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

.nav2 ul li a:hover ul {
	display: block;
	position: absolute;
	z-index: 997;
	top: 3.1em;
	t\op: 3.0em;
	left: 0;
	marg\in-top: 0.1em;
}

.nav2 ul li a:hover ul li a {
	display: block;
	w\idth: 10em;
	height: 1px;
	line-height: 1.3em;
	padding: 4px 16px 4px 16px;
	border-left: solid 1px rgb(175,175,175);
	border-bottom: solid 1px rgb(175,175,175);
	background-color: rgb(237,237,237);
	font-weight: normal;
	color :rgb(50,50,50);
}

.nav2 ul li a:hover ul li a ul {
	visibility: hidden;
	height: 0px;
	width: 0px;
	position: absolute;
	z-index: 997;
}

.nav2 ul li a:hover ul li a:hover {
	background-color: rgb(210,210,210);
	text-decoration: none;
}

.header-breadcrumbs ul {
	float:left;
	width:560px;
	list-style:none;
	padding:0 0 0 15px;
	font-family:verdana,arial,sans-serif;
}

.header-breadcrumbs ul li {
	display: inline;
	padding: 0 0 0 10px;
	background: transparent url(images/bg_bullet_arrow.gif) no-repeat 0 50%;
	font-weight: bold;
	color: rgb(125,125,125);
	font-size: 100%;
}

.header-breadcrumbs ul a {
	color: rgb(70,122,167);
	text-decoration: none;
}

.header-breadcrumbs ul a:hover {
	color: rgb(42,90,138);
	text-decoration: underline;
}

.header-breadcrumbs .searchform {
	float: right;
	width: 285px;
	padding: 0 17px 0px 0px !important /*Non-IE6*/;
	padding: 0 12px 0px 0px /*IE6*/;
}

.header-breadcrumbs .searchform form fieldset {
	float: right;
	border: none;
}

.header-breadcrumbs .searchform input.field {
	width: 10.0em;
	padding: 0.2em 0 0.2em 0;
	border: 1px solid rgb(200,200,200);
	font-family: verdana,arial,sans-serif;
	font-size: 120%;
}

.header-breadcrumbs .searchform input.button {
	width: 3.0em;
	padding: 1px !important /*Non-IE6*/;
	padding: 0 /*IE6*/;
	background: rgb(230,230,230);
	border: solid 1px rgb(150,150,150);
	text-align: center;
	font-family: verdana,arial,sans-serif;
	color: rgb(150,150,150);
	font-size: 120%;
}

.header-breadcrumbs .searchform input.button:hover {
	border: solid 1px rgb(80,80,80);
	background: rgb(220,220,220);
	color: rgb(80,80,80);
}

.company-info {
	clear: both;
	width: 550px;
	font-size: 1em;
	text-align: right;
	float: right; 
	line-height: 18px;
	padding: 5px 0;
	font-family: arial, verdana, sans-serif;
}

.company-info a {
	color: #fff;
}

.company-info a:visited {
	color: #fff;
}

.company-info a:hover {
	color: #fff;
	text-decoration: none;
}

/******************/
/*  LOOK, THE MAIN SECTION  */
/******************/

/* MAIN NAVIGATION */

.main-navigation .round-border-topright {
	width: 10px;
	height: 10px;
	position: absolute;
	z-index: 100;
	margin: 0 0 0 190px;
	background: url(../img/bg_corner_topright.gif) no-repeat;
}

/* MAIN CONTENT */

.column1-unit {width:640px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-left {float:left; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column2-unit-right {float:right; width:200px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-left {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
.column3-unit-middle {float:left; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/; margin-left:40px;}
.column3-unit-right {float:right; width:120px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}

/* MAIN SUBCONTENT */

.subcontent-unit-border {
	width: 183px;
	margin: 0 0 2.0em 0;
	padding: 0 0 5px 0;
	border: solid 1px rgb(190,190,190);
	background: #F5F5F5 url(images/consult-bg.jpg) top left repeat-x;
}

.news-article {
	margin-bottom: 2em;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #6E0000;
}

.bigNumber {
	font-size: 20px;
	color: #6E0000;
	font-weight: bold;
}

.one-form {
	padding: 5px;
	background-color: #F5F5F5;
	width: 300px;
}

/* BLOG INDEX */

.quote {
	background: #fff url(stock/quote.jpg) top left no-repeat;
	height: 45px;
	padding: 6px 0 0 35px;
}

#blog-left {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	float: left;
	width: 265px;
	font-size: 12px;
	font-family: arial,sans-serif;
}

#blog-left h3 {
	font-weight: bold;
	margin-top: .5em;
}

#blog-contain {
	border: 0px solid #eee;
	float: left;
	width: 610px;
}

#blog-right {
	background: #fff url(stock/cogs-blog.jpg) top center no-repeat;
	border: 0px;
	margin: 10px;
	padding: 0px;
	float: left;
	width: 310px;
	font-size: 12px;
	font-family: arial, sans-serif;
}

#blogPosts-R {
	float: left;
	width: 450px;
	padding-left: 25px;
	border: 0px solid black;
}

#blogPosts-R a {
	border: 0px;
	padding-top: 10px;
	margin: 0px;
  	font-size: 12px;
  	text-decoration: none;
  }

  
#blogPosts-R a:hover {
	border: 0;
	padding-top: 10px;
	margin: 0px;
  	font-size: 12px;
  	text-decoration: none;
  	color: #555;
  }

.subcontent-unit-border-green {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(160,214,81); background-color:rgb(217,239,185); font-size: 10px;}
.subcontent-unit-border-blue  {width:183px; margin:0 0 2.5em 0; padding:0 0 10px 0; border:solid 1px rgb(137,170,214); background-color:rgb(213,225,240); font-size: 10px;}
.subcontent-unit-border-orange {width:183px; margin:0 0 2.5em 0px; padding:0 0 10px 0; border:solid 1px rgb(232,177,13); background-color:#ddd; font-size: 10px;}
.idea-gallery {width:183px; height: 265px; margin:0 0 0.5em 0px; padding:0 0 10px 10px; border:solid 0px rgb(232,177,13); background-color:#fff; font-size: 10px;}

.subcontent-unit-noborder {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background:rgb(235,235,235);}
.subcontent-unit-noborder-green {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(217,239,185);}
.subcontent-unit-noborder-blue  {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(213,225,240);}
.subcontent-unit-noborder-orange {width:185px; margin:0 0 2.5em 0; padding:0 0 10px 0; background-color:rgb(248,224,150);}

.round-border-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:-1px; margin-left:-1px;}
.round-border-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:-1px; margin-left:174px;}
.round-noborder-topleft {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topleft.gif) no-repeat; margin-top:0px; margin-left:0px;}
.round-noborder-topright {width:10px; height:10px; position:absolute; z-index:100; background:url(../img/bg_corner_topright.gif) no-repeat; margin-top:0px; margin-left:175px;}

/* FORM STYLES */

.input-box {
	padding: 2px;
	margin: 2px;
	width: 150px;
	border: 1px solid #bbb;
}

.input-boxa {
	padding: 2px;
	margin: 2px;
	width: 150px;
	border: 1px solid #bbb;
}

.input-boxb {
	padding: 2px;
	margin: 2px;
	width: 150px;
	border: 1px solid #bbb;
}

.input-boxc {
	padding: 2px;
	margin: 2px;
	width: 150px;
	border: 1px solid #bbb;
}

/* NEWSLETTER INFO */

#newsinfo {
	color: #007e21;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #000;
	margin-bottom: 18px;
}

/********************/
/*  THE CONCRETE FOOTER */
/********************/

.footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	background: #eee url(images/foot-stripe.gif) top left repeat-x;
	font-size: 1.0em;
	overflow: visible !important /*Firefox*/;
	overflow: hidden /*IE6*/;
}

.footer p {
	line-height: 1.3em;
	text-align: center;
	color: rgb(125,125,125);
	font-weight: bold;
	font-size: 110%;
}

.footer p.credits {
	font-weight: normal;
}

.footer a {
	text-decoration: underline;
	color: rgb(125,125,125);
}

.footer a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

.footer a:visited {
	color: rgb(0,0,0);
}

#copy {
	background: #eee url(images/foot-stripe.gif) top left repeat-x;
	padding: 20px 0;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

#copy p {
	line-height: 1.5em;
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 100%;
}

#copy p.credits {
	font-weight: normal;
}

#copy a {
	text-decoration: underline;
	color: rgb(125,125,125);
}

#copy a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}

#copy a:visited {
	color: rgb(0,0,0);
}

/******************/
/*  CLEAR FLOATS  */
/******************/

.page-container:after, .header:after, .header-breadcrumbs:after, .main:after, .main-navigation:after, .main-content:after, .main-content div:after, .main-subcontent:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.column1-unit:after, .column2-unit-left:after, .column2-unit-right:after, .column3-unit-left:after, .column3-unit-middle:after, .column3-unit-right:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border:after, .subcontent-unit-noborder:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-border-blue:after, .subcontent-unit-border-green:after, .idea-gallery:after, .subcontent-unit-border-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.subcontent-unit-noborder-blue:after, .subcontent-unit-noborder-green:after, .subcontent-unit-noborder-orange:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.footer:after, p:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clear-contentunit {clear:both; width:640px; margin-bottom: 10px; height:0.1em; border:none; background:#eee; color:rgb(210,210,210);}

#meetname, #meetnamea, #meetnameb, #meetnamec, #meetnamed, #meetnamex, #meetnamey {
	color: #6E0000;
	margin-top: 45px;
	font-size: 2.4em;
	border-bottom: 1px dotted #6E0000;
	padding-bottom: 10px;
}


.clear-meet {
	clear: both;
	width: 640px;
	margin-bottom: 10px;
	height: 0.2em;
	border: none;
	background: #eee;
	color: rgb(210,210,210);
}

/********************************/
/*  PRINTING and MISCELLANEOUS  */
/********************************/
@media print {.header-top {width:900px; height:80px; background:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}
@media print {.header-breadcrumbs {width:900px; background:transparent;}}
@media print {.nav2 {float:left; width:900px; border:none; background:rgb(240,240,240); color:rgb(75,75,75); font-size:1.0em; font-size:130%;}} /*Color navigation bar normal mode*/
@media print {.main {clear:both; width:900px; padding-bottom:30px; background:transparent;}}
@media print {.main-navigation {display:inline /*Fix IE floating margin bug*/; float:left; width:199px; border-right:solid 1px rgb(200,200,200); border-bottom:solid 1px rgb(200,200,200); background-color:rgb(240,240,240); overflow:visible !important /*Firefox*/; overflow:hidden /*IE*/;}}
@media print {.footer {clear:both; width:900px; height:3.7em; padding:1.1em 0 0; background:rgb(240,240,240); font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;}}



/* bottom layout */

#bottominfo .subnav {
	border-top: 1px solid #2C2C2C;
}

#bottominfo .subnav li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #2C2C2C;
}

#bottominfo .subnav li a {	
	color: #ccc;
	text-decoration:none;
	display:block;
}

#bottominfo .subnav li a:hover {
	color:#98D158;
}

#bottominfo .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#bottominfo .subnav li a:hover b {
	display:inline;
}

/* form elements */

.textinput, .textinputHovered, .textinputb {
	width: 130px;
	height: 15px;
	background: #eee;
	border: 1px solid #84ACD2;
	padding: 4px 8px;
	margin: 5px 6px;
	vertical-align: top;
}

label {
	color: #ccc;
	font-weight: bold;
}

.label {
	color: #777;
	font-weight: bold;
}

.textinputHovered {
	background-position:left bottom;
}

.buttonSubmit {
	width:93px;
	height:33px;
	color:#fff;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button-2.gif) no-repeat left top;
	border:none;
	margin: 1px 2px;
}

.buttonUNSubmit {
	width:132px;
	height:33px;
	color:#fff;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button-3.gif) no-repeat left top;
	border:none;
	margin: 1px 2px;
}

.buttonSubmitHovered {
	background-position:left bottom;
}

#map {
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}

.container {
		width:900px;
		margin: 0 auto;
		position: relative;
		overflow:hidden;
	}
	
#bottominfo {
		background: #333;
		padding-bottom:25px;
		border-top: 3px solid #CFDEFF;
		width: 100%;
		overflow: hidden;
	}
.bottomcolumn {
		float: left;
		width:269px;
		padding: 0 14px;
		background: #333 url(../img/footer-vert.gif) top right no-repeat;
	}
	
.bottomright {
		margin-right:0;
		background: #333;
}
	
.bottomcolumn h3 {
		border-bottom: 4px solid #9b968f;
		color: #CFDEFF;
		font-size:18px;
		font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
		padding:15px 0 5px 5px;
	}
	
	.bottomcolumn p {
		padding: 10px 5px;
		font-size: 1.2em;
		text-align: left;
		color: #ccc;
	}
	
#bottominfo p a {
		
		text-align: left;
		color: #CFDEFF;
		font-size: 85%;
	}	
	.enewsbox {
		float: left;
		width: 180px;
		height: 17px;
		padding:3px 5px;
		border: 4px solid #5599A7;
		font-size:13px;
	}
	.button {
		display: block;
		float: left;
		width: auto;
		line-height:1em;
		text-align: center;
		background: #659AA6;
		border: 4px solid #fff;
		color: #fff;
		margin:0;
		padding:3px 8px; /* IE6 */
	}
	
/* FACES TOOL TIPS */

#theToolTip {
	position: absolute;
	left: -300px;
	width: 200px;
	border: 2px solid #C0C09F;
	padding: 6px 0px 0px 10px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
}

#ToolTipPointer {
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p {
	font-size: 1.1em;
	color: #333333;
	line-height:1.4em;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}

/* begin styles for RSS Feed */

.rss_box {
	 padding: 4px 8px;
	 width: 250px;
	 background-color: #fff;
	 border: 0;
}

.rss_title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
}

.rss_items li{
  
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #88b;
	}

.rss_item a:hover { 
	text-decoration : none;
	color: #333;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss_date {
	font-size: 11px;
	font-weight : normal;
	color: #F60;
	}
