@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}
.clear {
	clear: both;
}

/* ========== WIDGET FORM ========== */

form.widg_inq div label {display: block; float: left; padding: 3px 0 2px 0; width: 85px;}
form.widg_inq div input[type="text"] {float: left; width: 150px;}
form.widg_inq div.widg_submit {text-align: center;}
form.widg_inq div.widg_captcha_image {float: left;}
form.widg_inq div#widg_captcha_input_wrap {clear: none; float: right; padding-top: 30px; width: 170px;}
form.widg_inq div#widg_captcha_input_wrap input[type="text"] {float: left; width: 120px;}
form.widg_inq div.widg_submit input[type="submit"] {margin: 20px 0 10px;}


/* ========== LAYOUT ========== */

#container_top {
	height: 537px;
	position: relative;
}
#footer {
	height: 76px;
}

#nav_social {height: 40px; text-align: center;}
#nav_social img {
	border: none;
	margin: 0 3px 0 3px;
}

#flashbg, #flash, #flashoverlay, #headornament, #topborder, #headtitle, #headsubtitle, #menuwrap, #featuredwrap {
	display: block;
	overflow: hidden;
	position: absolute;
}

/* ========== HEADER/MAIN IMAGE AREA ========== */

#flashbg {
	height: 347px;
	left: 23px;
	top: 190px;
	width: 934px;
	z-index: 10;
}
#flash {
	height: 345px;
	left: 42px;
	top: 190px;
	width: 626px;
	z-index: 20;
}
#flashoverlay {
	height: 345px;
	left: 630px;
	top: 190px;
	width: 308px;
	z-index: 30;
}
#headornament {
	height: 136px;
	top: 120px;
	width: 980px;
	z-index: 40;	
}
#headtitle, #headsubtitle {
	left: 0;
	width: 980px;
	z-index: 50;
}
/*Used for alternate header when title is blank*/
#header2 {
	height: 122px;
	left: 0;
	padding-top: 25px;
	top: 140px;
	width: 902px;
	z-index: 40;
}
#menuwrap {	
	left: 104px;
	padding-top: 5px;
	top: 156px;
	width: 774px;
	z-index: 60;
}
#featuredwrap {
	height: 303px;
	left: 651px;
	top: 210px;
	width: 267px;
	z-index: 60;
}

/* ========== MENU ========== */

#menubg {
	height: 32px;
	overflow: hidden;
	position: relative;
}
#menu_container {
	display: block;
	float: left;
	left: 50%;
	position: relative;
}
#menu_container_center {
	float: left;
	height: 32px;
	right: 50%;
	position: relative;
}
a.menuitem:link, a.menuitem:visited, a.menuitem1:link, a.menuitem1:visited {
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem:active, a.menuitem1:hover, a.menuitem1:active {
	text-decoration: none;
}
a.menuitem {
	padding: 1px 10px 0 20px; 
}
a.menuitem1 {
	padding: 1px 10px 0 10px; 
}

/* ========== FEATURED ========== */

#featured_title {
	padding: 10px 0;
	text-align: left;
}
#featured_content {
	padding-top: 10px;
}

/* ========== CONTENT STRUCTURE ========== */

#contentfoot {
	padding: 25px 68px 40px 69px;
}
#column_left {
	float: left;
	text-align: center;
	width: 172px;
}
#column_right {
	float: right;
	padding-top: 10px;
	text-align: justify;
	width: 626px;
}

/* ========== CONTACT BOX ========== */

#column_left img {
	margin-bottom: 20px;
}
.contact_phone {
	display: block;
	padding-bottom: 5px;
}
.contact_phone span {
	text-transform:uppercase;
}
.contact_address {
	display: block;
	margin-top: 5px;
	padding: 10px 0;
}
#leftcolumn_agentphoto {
	display: none;
	text-align: center;
}
#leftcolumn_agentphoto img {
	margin-bottom: 5px;
}