body {
	background-color: #ebe2d1;
	background-image: url(/View/first_realty/images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 11px 0px;
}

.breadcrumbs {
	color: #2e5dae;
	font-size: 10px;
	vertical-align: top;
	text-align: right;
	border-bottom: 2px solid #d2ccaa;
}
								 
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:hover {
	color: #2e5dae;
}

.title {
	color: #7fa4e4;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #d2ccaa;
	padding-bottom: 3px;
}

input,
select,
textarea {
	font-size: 11px;
	font-family: sans-serif;
}
								 
.button {
	cursor: pointer;
	width: 100px;
}

.buttonOver {
	cursor: pointer;
	width: 100px;
}
								 
a:link,
a:visited,
a:active {
	color: #2e60c3;
}

a:hover {
	color: #0e40a3;
}

.fieldLbl {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	color: #1b45af;
}

.border {
	border: 1px solid #d2ccaa;
}

.title2 {
	color: #728ACF;
	font-size: 14px;
	font-weight: bold;
}
								 
.title3	{
	font-size: 12px;
	font-weight: bold;
	color: #1b45af;
}
								 			 
.title4 {
	font-weight: bold;
}
								 
.tableboundary {
	color: #3061c8;
	font-size: 14px;
	font-weight: bold;
}
								 
.tableborder {
	border: 1px solid #eae6df;
	/*background-color: #ecf3fe;*/
	background-color: #dfece0;
}

.tableboundary2 {
	border-bottom: 0px solid #5E6A9A;
	background-image: url(/View/first_realty/images/bg_tableboundary2.gif);
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
								 
.tableboundary2 a:link,
.tableboundary2 a:visited,
.tableboundary2 a:active,
.tableboundary2 a:hover {
	color: #ffffff;
	background-image: none;
}
								 
img {
	border-color: #d2ccaa;
}

.sessionmessage {
	color: #B70A28;
	font-weight: bold;
	background-color: #FFFFFF;
}

.oddrow {
	/*background-color: #ecf3fe;*/
	background-color: #dfece0;
}

.evenrow {
	/*background-color: #f3fff3;*/
	background-color: #ffffff;
}
								 
.redtext {
	color: #B70A28;
	font-weight: bold;
}

.tinytext {
	font-size:10px;
}
								 
td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
								 
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#top_links_date {
	height: 20px;
	padding-top: 3px;
	color: #ffffff;
}

#top_links {
	float: left;
}

#top_links a:link,
#top_links a:active,
#top_links a:visited {
	color: #ffffff;
}

#top_links a:hover {
	color: #d6e7d7;
}

#date {
	float: right;
}

#name {
	color: #544e43;
	text-align: right;
	height: 21px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}

#navigation {
	float: right;
	height: 35px;
	width: 590px;
}

#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu li {
	float: right;
}

.menu1 a:link,
.menu1 a:active,
.menu1 a:visited {
	display: block;
	background-image: url(/View/first_realty/images/menu1_bg.gif);
	padding: 10px 11px 10px 11px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.menu1 a:hover {
	background-image: url(/View/first_realty/images/menu1_selected_bg.gif);
	color: #3d3d3d;
}

.menu1_selected a:link,
.menu1_selected a:active,
.menu1_selected a:visited,
.menu1_selected a:hover {
	display: block;
	background-image: url(/View/first_realty/images/menu1_selected_bg.gif);
	padding: 10px 11px 10px 11px;
	text-decoration: none;
	color: #3d3d3d;
	font-weight: bold;
	font-size: 12px;
}

#home_link {
	float: left;
	height: 68px;
	width: 160px;
}

#content {
	background-color: #ffffff;
	border-left: 1px solid #c2b69f;
	border-right: 1px solid #c2b69f;
	border-bottom: 1px solid #c2b69f;
	min-height: 350px;
	padding: 11px 11px 11px 11px;
	color: #3d3d3d;
}

* html #content {
	height: 350px;
}

#footer {
	color: #544e43;
	padding: 3px 1px 0px 1px;
}

#copyright {
	float: left;
}

#footer_links {
	float: right;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #544e43;
}

#footer a:hover {
	color: #746e63;
}

.divider {
	border-top: 1px solid #ecf3fe;
}

/* Vertical Centering --- Disposed of in favor of javascript transitions*/
/*#imageHolderDiv {overflow: hidden; position: relative;}
#imageHolderDiv[id] {display: table; position: static;}
*:first-child+html #imageHolderDiv[id] {position:relative;}
#imageHolderDiv .middle {position: absolute; top: 50%;}
#imageHolderDiv .middle[class] {display: table-cell; vertical-align: middle; position: static;}
*:first-child+html #imageHolderDiv[id] .middle[class] {position: absolute;display:block;vertical-align:inherit;top: 50%;}
#imageHolderDiv .middle img {position: relative; top: -50%}*/

/* Transition button box */
#buttonHolder { width: 106px; margin: auto;} 
.buttonControls { width: 23px; height: 23px; display: block; float: left; margin: 5px; background-image: url(/View/iowa_realty_2008/images/arrows/arrow_controls.png);}
.buttonControls span { display: none; }
#buttonHolder a#prevButton { background-position: top left;}
#buttonHolder a#prevButton:hover { background-position: bottom left;}
#buttonHolder a#playButton { background-position: -23px 0px;}
#buttonHolder a#playButton:hover { background-position: -23px 23px;}
#buttonHolder a#playButton.play { background-position: 46px 0px;}
#buttonHolder a#playButton.play:hover { background-position: 46px 23px;}
#buttonHolder a#nextButton { background-position: top right;}
#buttonHolder a#nextButton:hover { background-position: bottom right;}
