/* HTML tag styles in this document build on the general definitions in base.css. */
/*************************************************************************
@layout_zones
*************************************************************************/
/* this style builds on the definition in base_layout.css*/
div.zoneMain {
	background-color:#f1efe6;
}
div.zone1 {
	height:321px;
	width:100%;
}
div.zone2 {
	width:100%;
}
/*************************************************************************
@zone1
*************************************************************************/
div.zone1 div.section1,div.zone1 div.section2,div.zone1 div.section3 
{
	float:left;
	height:321px;
	overflow:auto;
}
div.zone1 div.section1 {
	width:200px;
	padding:0px 18px 0px 22px;
	background-color:#f1efe6;
	background-image:url(/images/shadow_home_tnav1.gif);
	background-repeat:no-repeat;
}
div.zone1 div.section1 h2 {
	color:#535450;
	margin:26px 0px  26px 0px;
	font-size:1.2em;
}
div.zone1 div.section1 h2 img {
	/*width:182px;*/
	display:block;
	margin:0;
	padding:0;
}
div.zone1 div.section1 p {
	color:#535450;
}
div.zone1 div.section2 {
	width:480px;
	overflow:hidden;
	background-color:#063a2c;
}
div.zone1 div.section2 .flashXMLEdit{
margin-top:10px;
}
div.zone1 div.section2 object, div.zone1 div.section2 object img {
	width:480px;
	height:321px;
	display:block;
}
div.zone1 div.section3 {
	width:240px;
	background-color:#f1efe6;
	background-image:url(/images/shadow_home_tnav2.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
div.zone1 div.section3 a.tour, div.zone1 div.section a.tour img{
	display:block;
	width:240px;
	height:197px;
}
/*************************************************************************
@zone2
*************************************************************************/
/**NOTE: menu styles for div.navUtility are in menu.css**/

div.zone2 div.section1,div.zone2 div.section2 {
	float:left;
}
div.zone2 div.section1 {
	width:240px;
	overflow:visible;
	background-color:#e4e2d5;
}
div.zone2 div.section2 {
	width:709px;
	padding:10px 0px 0px 11px;
}
/*************************************************************************
@login form
*************************************************************************/
div.loginForm {
	display:table;
	width:220px;
	height:116px;
	margin:0;
	margin:8px 0px 0px 20px;
}
div.loginForm  .error {
	display:block;
	margin-bottom:0.3em;
}
div.loginForm  legend {
	font-size:0.9em;
	color:#828383;
}
div.loginForm  label {
	padding:0px;
}
div.loginForm  label span {
	float:left;
	display:block;
	padding-top:3px;
}
div.loginForm  input.txtFld {
	display:block;
	width:153px;
	color:#c0c1c1;
	font-size:1em;
	padding-left:3px;
	border-color:#d8d6c5;
}
div.loginForm  input.float {
	float:left;
	margin-top:12px;
}
div.loginForm  input.inputImage {
	margin-top:7px;
	margin-left:10px;
}
div.loginForm  input.checkbox {
	float:left;
	margin-left:0px;
}
/*************************************************************************
@highlight boxes
*************************************************************************/
div.zone2 div.section2 div.overlay {
	/*used with div.boxHi to make rounded corners*/
	position:absolute;
	left:0px;
	width:227px;
	height:3px;
	background-color:transparent;
}
div.zone2 div.section2 div.overlay.top {
	/*used with div.boxHi to make rounded corners*/
	top:0px;
	background-image:url(/images/overlay_top.gif);
	background-repeat:no-repeat;
}
div.zone2 div.section2 div.overlay.bottom {
	/*used with div.boxHi to make rounded corners*/
	bottom:0px;
	background-image:url(/images/overlay_bottom.gif);
	background-repeat:no-repeat;
}
div.boxHi {
	float:left;
	position:relative;
	width:225px;
	height:122px;
	margin-left:8px;
	padding:1px;
	background-color:#FFFFFF;
	overflow:hidden;
}
div.boxHi.first {
	margin-left:0px; /*instead, use padding on div.zone2 div.section2 */
}
div.boxHi img.photo {
	float:left;
	width:75px;
	height:106px;
	background-color:#d8d6c5;
}
div.boxHi img.quote {
	display:block;
	background-color:#d8d6c5;
	width:225px;
	height:106px;
}
div.boxHi div.content {
	height:106px;
	overflow:hidden;
	background-color:#d8d6c5;
	color:#848273;
}
div.boxHi div.content.withphoto {
	float:left;
	width:150px;
}
div.boxHi p {
	height:70px;
	margin:0;
	padding:12px 15px 0px 15px;
	line-height:1.1em;
}
div.boxHi a.more {
	display:block;
	text-align:right;
	margin:0;
	padding-right:15px;
}
div.boxHi h3 {
	clear:both;
	display:block;
	height:15px;
	width:210px;
	padding:3px 15px 0px 0px;
	background-color:#bab432;
	border-top:solid 1px #FFFFFF;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	text-transform:uppercase;
}
div.boxHi h3 a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	width:100%;
	float:left;
}


