H1 {display: inline;}
H2 {display: inline; font-size:42px; color: #111; font-style: italic; font-family: Georgia, 'Times New Roman'; font-weight: normal;}
H3 {FONT-FAMILY: Arial; margin:0; background-color:#fff; padding:4px; font-size:12pt; color:#333;}

A:hover {color:purple;text-decoration:none}

.fontdetails	 {font-family: verdana, sans-serif;
					font-size: 10px;
					font-weight: normal;
					color: #777777;
					line-height: 14px;
					}

.font-small-text {
					font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
					font-size: 8pt;
					color: #000000;
					text-decoration: none; 
					}
					
.fonttoolbar a {font-family: arial,verdana, sans-serif;
					font-size: 12px;
					font-weight: bold;
					color: #222;
					text-decoration: none;
					}	
					
.fonttoolbar a:hover {text-decoration: underline; color: #444;}		
					
.textheader {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	text-decoration: none; 
	}
					
.graytext {
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 9px;
					font-style: normal;
					color: #dddddd;
					text-decoration: none;
					}		

.rb_tabs {text-align:center;margin:10px 2px 0 0;font:bold 12px arial,helvetica;padding-left:18px; float: right; }
.rb_tabs a{color:#fff; text-decoration: none;}
.rb_tabs a:hover{color: #C6FFB3;}
.rb_tabs2 {text-align:center;margin:10px 2px 0 0;font:bold 12px arial,helvetica;padding-left:18px; float: right;}
.rb_tab_l {background:url('/img/tab_off_left.gif') no-repeat bottom;width:6px;height:29px;float:left;display:inline;}
.rb_tab_l.on_l {background:url('/img/tab_on_left.gif') no-repeat bottom;width:6px;height:29px;float:left;display:inline;}
.rb_tab_r {background:url('/img/tab_off_right.gif') no-repeat bottom right;width:auto;float:left;display:inline;padding:10px 12px 0 4px;height:19px;*padding-bottom:4px;*height:15px;}
.rb_tab_r.on_r {background:url('/img/tab_on_right.gif') no-repeat bottom right;width:auto;}
.rb_tab_r.on_r a{color:#666;}


	/*------------------------------------------------------------------------
 *= SEARCH TOOL
 ------------------------------------------------------------------------*/

		  		
	.search_input_big {
	margin-right:10px;
  margin-bottom: 15px;
	width:300px;
	height: 27px;
	font-size:14px;
	border-top: 0;
	border:2px #ccc solid;
	background-color:#FFF;
	padding:3px;
	color:#555; 
}  		


	/*------------------------------------------------------------------------
 *= TOP NAV
 ------------------------------------------------------------------------*/
 
 
 	.homepage_top {
		font: normal 24px "arial", sans-serif;
		color: #2b8c00;
width: 930px;
margin-bottom: 0;
margin-top: 10px;
 }
		
		.homepage_top a {
			display: block;
			float: left;
			margin: 0px 2px 0 0;
			color: #fff;
			font: bold 12px "arial", sans-serif;
			padding: 7px 10px 6px 10px;
			background: #777;
			text-decoration: none;
			}
			
			.homepage_top a:hover {
				background: #555;
				color: #fff; }
			
		.homepage_top a.active {
			background: #ddd;
			color: #333;
			border-top: solid #ccc 1px;
			border-right: solid #ccc 1px;
			border-left: solid #ccc 1px;
			padding: 6px 10px 6px 10px;
			 }
			 

	/*------------------------------------------------------------------------
 *= MAIN MENU ITEMS
 ------------------------------------------------------------------------*/
			 
#home-menu { float:left; width:460px; padding:0;}
#home-menu ul {padding-left: 6px; margin-left: 0; list-style:none; }
#home-menu li { font-size: 14px; font-weight: bold; font-family: arial; position: relative; width: 440px; margin: 0; border-bottom: solid #ddd 1px; padding-bottom: 6px; padding-top: 8px; }
#home-menu a:hover { color:#2D3636; }

#teaser a img {
	border: solid 2px #ccc;
	float: right;
	margin-left: 20px;
}
#teaser a:hover img {
	border-color: #00B3D6;
}
#teaser a:hover {  /* wakeup IE */
	border-width: 0;
}

#explore-menu { width:460px; padding:0;}
#explore-icon {float: left; width: 60px; }
#explore-content { float: right; width: 400px; margin-bottom: 3px;}
#explore-link { font-size: 14px; font-weight: bold; font-family: arial; }
#explore-content a:hover { color:#2D3636; }	
#explore-table { border-top: 1px #DDD solid; padding: 2px; width: 400px; background-color: #FFF; margin-bottom: 10px; margin-top: 0;}
#explore-table-title {font-weight: bold; font-family: arial, sans-serif; font-size: 9pt; color: #777;}
#explore-menu hr { clear:both; display:block; visibility:hidden; }

.menu-text {padding-top: 2px; font-family: arial; font-size:12px; color: #444; font-weight: normal; line-height: 18px;}	


	/*------------------------------------------------------------------------
 *= BUTTONS
 ------------------------------------------------------------------------*/

      
      a.addover {
          display: block;
          width: 175px;
          height: 40px;
          background: url("/img/add.gif") 0 0 no-repeat;
          text-decoration: none;
          font-family: arial;
          font-size: 14pt;
          font-weight: bold;
          color: #ffffff;
          text-align: center;
          padding-top: 8px;
          margin-bottom: 8px;
          
      }

      a:hover.addover {
          background-position: -175px 0;
          color: white;
      }
      
      
      a.buttonover {
          display: block;
          width: 98px;
          height: 29px;
          background: url("/img/sm_button.gif") 0 0 no-repeat;
          text-decoration: none;
          font-family: arial;
          font-size: 9pt;
          font-weight: bold;
          color: brown;
          text-align: center;
          padding-top: 7px;
      }

      a:hover.buttonover {
          background-position: -98px 0;
          color: tan;
      }
      
      
      	/*------------------------------------------------------------------------
 *= HOME SAYIT EXAMPLE BOXES
 ------------------------------------------------------------------------*/
      
      .example { margin-bottom: -4px; margin-left: 10px; font-family: arial; font-size: 14pt; font-weight: bold; color: #cccccc;}
      
      .quote { margin-bottom: 10; margin-right: 10; margin-left: 10; margin-top: 10; line-height: 24px; font-size: 11pt; color: #444444;}
      
      .curlyquotes {font-size: 13pt; color: #333333; font-weight: bold;}
      
      .infoline { margin-bottom: 0; margin-top: 8; font-family: arial; font-size: 8pt; color:#999999; display:inline;}
      
      .infoline a {text-decoration: none;}

.infoline a:hover {color:#000;}



.reviewbox {
	float:left;
  line-height: 18px;
  font-family:arial;
  font-size:10pt;
  color:#333;
	}
	
	.reviewbox ul { margin:0; list-style:none; padding:0;}
	.reviewbox li {margin-bottom:15px;}
	.reviewbox a {font-weight:bold; }
	
	.left {
	width: 455px;
	padding-right: 19px;
	border-right: 1px solid #ccc;
	}
	
	
	.right {
		width: 455px;
	padding-left: 19px;
	border-left: 1px solid #ccc;
	}
	
	.icon {float:right;}
