.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:15px !important;
	height:16px;
	background: url(../images/radio.gif) no-repeat;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 -16px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:14px !important;
	height:14px;
	overflow: hidden;
	background: url(../images/checkbox.gif) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -14px;}

/* Selects */
.selectArea {
	position: relative;
	height: 23px;
	float:left;
	color:#000000;
	font-size:11px;
	line-height:23px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../../new/images/select-left.gif) no-repeat;
	display: block;
}
.selectArea a.selectButton {
	position: absolute;
	top: 0;
	right: 0;
	width:16px;
	height:100%;
	background: url(../../new/images/select-button3.gif) no-repeat;
}
.inner-c .dest .selectArea a.selectButton,
.inner-c .selectArea a.selectButton{
	background: url(../../new/images/select-button2.gif) no-repeat;
}
.subpage-b .selectArea a.selectButton{
	background: url(../../new/images/select-button4.gif) no-repeat;
}
.dest .selectArea a.selectButton {
	background: url(../../new/images/select-button1.gif) no-repeat;
}
.selectArea .center{
	height: 23px;
	line-height:23px;
	display:block;
	padding:0 20px 0 10px;
	background: url(../../new/images/select-center.gif) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #C9C9C9;
	display: block;
	z-index: 30;
	font-size: 11px;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #000000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #2F384E;
	color: #FFFFFF;
	text-decoration:underline;
}

.brochure-form {
	font-size: 12px;
	margin: 10px 0 0 0;
}
dl.requestform {
	width: 330px;
	display: block;
	font-size: 12px;
	text-align: left;
}
dl.requestform-wide {
	width: 380px;
	display: block;
	font-size: 12px;
	text-align: left;
}
dl.requestform input, dl.requestform-wide input {
	width: 220px;
}
dl.requestform textarea, dl.requestform-wide textarea {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
dl.requestform input[type="radio"], dl.requestform input[type="checkbox"] {
	width: 20px;
}
dl.requestform dt {
	margin: 0;
	float: left;
	width: 100px;
	padding: 0px;
	clear: both;
	line-height: 24px;
	font-weight: bold;
}
dl.requestform dd {
	margin: 0;
	float: right;
	width: 225px;
	padding: 0px;
	clear: right;
	overflow: hidden;
	line-height: 24px;
}
dl.requestform-wide dt {
	margin: 0;
	float: left;
	width: 150px;
	padding: 0px;
	clear: both;
	line-height: 24px;
	font-weight: bold;
}
dl.requestform-wide dd {
	margin: 0;
	float: right;
	width: 225px;
	padding: 0px;
	clear: right;
	overflow: hidden;
	line-height: 24px;
}
span.req {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#payform {
	padding: 0;
	width: 360px;
	font-size: 9pt;
	line-height: 12pt;
	margin: 10px auto;
	overflow: visible;
}
#payform .row label {
	float: left;
	width: 200px;
	line-height: 22px;
}
#payform .row input {
	padding:1px 3px;
	float:right;
	width:145px;
	border:1px solid #ccc;
}

