/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.7.0 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/***************************
	General
***************************/
body {background: #fff url(/images/body-bg3.gif) fixed top center repeat-x;}
#wrap {width:973px; margin:auto;}
#wrap2 {background:url(/images/pagebg.png) repeat-y; padding:0 7px 0 7px;}
#topbar {background: url(/images/topbar.jpg) no-repeat; height:59px; padding:10px;}
#header {background:url(/images/header.jpg) center top no-repeat; height:194px;}
#footer {background: url(/images/footer.jpg) repeat-x #e6e6e6;; height:182px; width:935px; padding:10px; margin:auto; text-align:center;}
#content {background:url(/images/contengbg.jpg) 669px 0 repeat-y  #e6e6e6; padding:10px 10px 0 10px; margin:0 1px;}
#topbg {background:url(/images/topbg.png) no-repeat; height:14px;}
#btmbg {background:url(/images/btmbg.png) no-repeat top center; height:13px;}
#headercontent {height:158px;}
#topnav {background:url(/images/menubar.png) no-repeat; height:29px; width:916px; margin:auto;}
.lavaLampWithImage li a {
	font-size: 12px;
}
.imagespaceright{ text-align:left; margin-right:20px;}
					
#searchbar {background:url(/images/searchbar.png) no-repeat; width:431px; height:34px; float:right; margin:16px 10px 0 0;}
.searchform {
	padding-left: 80px;
	padding-top: 4px;
}
.textbox {
	display: block;
	height: 22px;
	padding: 5px 8px 0 5px;
	width: 298px;
	background: transparent;
	border-style: none;
	border-width: 0px;
}
.textbox:focus {border:none;}

#sitename {
	font: bold 24px "Trebuchet MS", Arial, Halvetica, sans-serif;
	display: block;
	float: left;
	padding-top: 10px;
	color: #2E2E2E;
}
#sitename .description {
	display: block;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#sitename a { color:#000; background:none; }
#sitename a:hover {color:#999; background:none;}
#left {width:650px; float:left;}

#content #sidebar {
	margin-left: 658px;
}
#sidebar ul { display:block; padding: 5px 5px 5px 8px;}
#sidebar ul li {display:block; padding:3px; }
#sidebar li a { background:url(/images/sidemenunrml.jpg) 2px 2px no-repeat; padding: 0 10px 0 25px;}
#sidebar li a:hover {background:url(/images/sidemenuhover2.jpg) 2px 2px no-repeat; color:#000;}
#sidebar h3 {display:block; font: 1.5em "Trebuchet MS", Arial, Halvetica, sans-serif ; color:#333; padding:5px 5px 0 8px;}
#sidebar .cat-item { height:26px; padding:0!important;}
#sidebar .cat-item a {display:block; height:20px; padding:5px 10px 0 20px; border-bottom: solid 1px #A4BBDD; background:url(/images/sidemenunrml.jpg) 2px 5px no-repeat; color:#333; }
#sidebar .cat-item a:visited, #sidebar .cat-item a:active {color:#333;}
#sidebar .cat-item a:hover {background:url(/images/sidemenuhover.jpg) no-repeat; color:#fff;}

.permalink {background:url(/images/ico_permalink.jpg) no-repeat; }
#left a, #left a:visited, #left a:active {background:#ffc;}
#left a:hover { background:#ffd;}

blockquote {display:block; padding:5px; margin:15px; font: 1.2em Georgia, "Times New Roman", Times, serif; color:#036; border-bottom: dashed 1px #ddd; border-top: dashed 1px #ddd; text-align:center;}
blockquote.leftalign {float:left; width:300px; text-align:right; margin:10px;}
blockquote.rightalign {float:right; width:300px; text-align:left; margin:10px;}#comments #commentcontent label {
	display: block;
	padding: 3px;
}

.clear {clear:both;}
.leftalign {float:left;}
.rightalign {float:right;}
.centeralign { margin:5px auto 5px auto;}
img.leftalign, img.rightalign, img.centeralign {display:block; padding:5px; background:#fff; border:solid 1px #ddd; margin:5px; }
ul { list-style:none;}
h1, h2, h3, .subhead, .heading {font-family:Georgia, "Times New Roman", Times, serif;}
h1 { font-size: 2em; font-weight:normal;}
h2 { font-size: 1.5em; font-weight:normal;}
h3 {font-size: 1.2em; font-weight:normal;}

#maincontent {width:650px; float:left;}
#maincontent a:hover { background:#ffd;}
#maincontent p{
	margin:1.2em 0;
}
/***************************
	Main Tags
***************************/
a{
	text-decoration:none;
	color:#0093DC;
}
a:hover{
	color:#006ca1;
}
a:active{
  outline: none;
}
p{
	margin:0.2em 0 0.3em;
}
:focus{
  -moz-outline-style: none;
}
hr{
	display: block;
	clear: left;
	visibility: hidden;
}
table.requestform{
	width:600px;
	background:#FFFFFF; 
	padding:8px;
	margin:20px;
}
table.requestform td{
	padding:4px;
}

/*******************************
	Footer
********************************/
#footer .column {
	width:190px;
	height:130px;
	padding-left:8px;
	float:left;
	text-align:left;
	border-left:1px dotted #999;
	font-size:84%
}
#footer .first{
	border: 0;
}
#footer .last{
	width:110px;
}
#footer p{
	padding:0;
	margin:0;
}
#footer h4{
	font-size:11px;
	font-weight:bold;
}
#footer a, #footer a:visited{
	color:#666;
}
#footer a:hover{
	color:#36F;
}
#footer #copyright{
	margin-top:15px;
	font-size:0.9em;
}
#credit {
	text-align:center;
	padding: 5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/*******************************
	Honson group logos
********************************/
#grouplogo{
	width:953px;
	height:130px;
	background: #E6E6E6 url(/images/bg_955.png) no-repeat center 12px;
	margin:0px -6px 0px -9px;
	overflow:hidden;
	color:#999;
}
#grouplogo p{
	padding:16px 10px 0 40px;
}
#grouplogo a{
	margin-right: 42px;
}

/*******************************
	Columns
********************************/
.columns .column{
	float:left;
}
.columns.two.offset .column.one{
	width:640px;
	margin-right:19px;
}
.columns.two.offset .column.two{
	width:321px;
}

/* LeftBox */
#leftbox {
	padding: 12px 0 0 0;
	width: 220px;
	margin: 5px 0 15px 20px;
	float:left;
}

#leftbox-top {
	padding: 15px;
	height: 1%;
}

#leftbox-bottom {
	padding: 15px;
}
/* Box */

/* PromoItemLarge */
.PromoItemLarge	{
	float:left;
	width:285px;
	padding:10px 5px 10px 15px;
	cursor:pointer;
}
.PromoItemLarge:hover
{
	background-color:#E0E3E5;
}
.PromoItemLarge img	{
	float:left; 
	padding-right:12px; 
}
.PromoItemLarge h3	{
	font-size:12px;	/* not final */
	font-weight:bold;
	padding-bottom:5px;
}
.PromoItemLarge h3 a  
{
	color:#446688;	
}
.PromoItemLarge p	{
	float:left;
}
/* PromoItemLarge */
