/* home specific styles
-------------------------------------*/
div#main {
	width:705px;
	padding:0;
	margin-left:48px;
}
div#col-left {
	float:left;
	width:445px;
	margin:0;
	padding:0;
	padding-bottom:20px;
}
div#col-right {
	float:left;
	width:180px;
	margin:0;
	padding:0;
	padding-bottom:20px;
}
div.line {
	background-color:#c5cea6;
  margin-bottom:0px;
  line-height:1px;
}

div#left-text {
	width:440px;
	background:#fff url(/images/home_left_text_box.gif) no-repeat top center;
	margin:10px 0 20px 0;
}
div#left-text div.order {
	float:right;
	padding:2px;
	margin-top:-20px;
}
div#left-text-pad {
	padding:15px;
}
.left-paragraph-pad {
	padding-top:10px;
}

div#right {
	padding:0;
	margin:11px 0px 0px 10px;
	width:249px;
	background-color:#e7edd8;
	*margin-top:13px;
}
div#right-pad {
	padding:0px 2px;
}
.right-divider {
	width:245px;
	height:8px;
	background:#e7edd8;
	margin:0;
	padding:0;
}
div#right-top {
	display:block;
	margin:0;
	padding:0;
	width:249px;
	height:9px;
	background:#e7edd8 url(/images/home_right_box_top.gif) no-repeat top center;
	_margin-bottom:-10px;
}
div#right-bottom {
	display:block;
	margin:0;
	padding:0;
	width:249px;
	height:9px;
	background:#fff url(/images/home_right_box_bottom.gif) no-repeat top center;
	padding-bottom:20px;
}
div#right-join {
	background:#fff;
}

/* forms
-------------------------------------*/
button,
button:hover {
	margin:0;
	padding:0;
	border:0;
	background:none;
}
button:hover {
	cursor:pointer;
}

select {
	padding:0 !important;
	height:19px;
	*height:22px;
}
select option {
	height:15px;
	padding:0px 5px;
}

div#find-forms {
	width:260px;
	height:240px; 
	background: #fff url(/images/callout_find_forms.jpg) no-repeat top center;
}
div#find_title {
	font-size:14px;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
	padding-top:25px;
	padding-left:5px;
	padding-bottom:10px;
	letter-spacing:1.5px;
}
div#find-forms select {
	margin:12px 0px 0px 0;
	width:220px;
  font-size:12px;
  font-family:tahoma, verdana, sans-serif;
	line-height:18px;
  vertical-align:middle;
  color:#000;
  background-color:#fff;
  vertical-align:middle;
}
div#find-forms button {
	position:relative;
	top:20px;
	left:126px;
	*top:12px;
	*left:94px;
	_top:20px;
	_left:106px;
}
