*
{
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/View/csm_real_estate/images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #660202;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

img { border: 0px }

#site
{
	width: 92.6em;
	margin: auto;
	text-align: left;
	height: 100%;
}

#top
{
	width: 40em;;
	margin-top: 0.5em;
	margin-left: 0.6em;
	font-family: Times New Roman, Times, serif;
	color: #ffffff;
	font-size: 1.5em;
	background-image: url(/View/csm_real_estate/images/shadow_top.png);
	background-position: 0 2em;
	background-repeat: no-repeat;
}

#wrapper
{
	width: 92.6em;
	background-image: url(/View/csm_real_estate/images/content_bg.png);
	background-repeat: repeat-y;
	min-height: 67.5em;
}

	#wrapper .left_shadow
	{
		width: 0.6em;
		height: 46em;
		float: left;
		background-image: url(/View/csm_real_estate/images/left_shadow.png);
		background-repeat: no-repeat;
	}

	#wrapper .right_shadow
	{
		width: 0.6em;
		height: 46em;
		float: left;
		background-image: url(/View/csm_real_estate/images/right_shadow.png);
		background-repeat: no-repeat;
	}

	#middle
	{
		width: 91.4em;
		float: left;
	}

	#masthead
	{
		display: block;
		width: 91.4em;
		float: left;
		padding: 0px;
		margin-bottom: 1.5em;
	}

		#masthead a
		{
			float: left;
		}

		#masthead .left
		{
			display: block;
			width: 1em;
			height: 20.7em;
			float: left;
			background-image: url(/View/csm_real_estate/images/upper_left_box.png);
			background-repeat: no-repeat;
		}

		#masthead .right
		{
			display: block;
			width: 1em;
			height: 20.7em;
			float: right;
			background-image: url(/View/csm_real_estate/images/upper_right_box.png);
			background-repeat: no-repeat;
		}

	#content_wrapper
	{
		width: 91.4em;		
		float: left;
		background-image: url(/View/csm_real_estate/images/nav_line.png);
		background-repeat: repeat-y;
		min-height: 47.5em;
	}

		#content
		{
			font-size: 1.2em;
			float: left;
			width: 62.9em;
			padding-left: 0.8em;
			padding-bottom: 5em;
			padding-right: 0.8em;
			color: #000000;
		}

#footer
{
	color: #ffffff;
	padding-top: 4em;
	padding-left: 2em;
	padding-right: 2em;
	width: 88.6em;
	height: 7em;
	background-image: url(/View/csm_real_estate/images/footer.png);
	background-repeat: no-repeat;
	clear: both;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.tableborder {
	border: 1px solid #620202;
}

.tableborder td
{
	padding: 3px;
}

.oddrow {
	background-color: #E9EEF0;
}

.evenrow {
	background-color: #ffffff;
}

.tableboundary2 {
	background-color: #620202;
	border-bottom: 1px solid #dddddd;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 4px;
}

.title {
	color: #620202;
}

.title2 {
	color: #620202;
	font-size: 1.3em;
	font-weight: bold;
}

.title3 {
	color: #620202;
	font-size: 1.2em;
	font-weight: bold;
}

/*#site .title3 { text-align: center; }*/

.title4 {
	font-weight: bold;
	color: #620202;
}

.tableboundary {
	color: #620202;
	font-size: 1.3em;
	font-weight: bold;
}

.tableboundary2 a:link,
.tableboundary2 a:visited,
.tableboundary2 a:active,
.tableboundary2 a:hover {
	color: #ffffff;
	border: 0px;
}

.breadcrumbs {
	color: #620202;
	vertical-align: top;
	text-align: right;	
}

.breadcrumbs div {
	position: relative;
	top: -14px;
}

.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:hover {
	color: #620202;
	text-decoration: underline;
}

input,
select,
textarea {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0.2em;
}

textarea {
	width: 98%;
}

.fieldLbl {
	color: #7c7e9a;
	font-weight: bold;
	text-align: right;
}

.button {
	background-color: #d9dee0;
	border: 0px solid #d9dee0;
	color: #620202;
	width: 100px;
	cursor: auto;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0px 3px 0px;
	margin: 3px 5px;
	text-transform: lowercase;
}

.buttonOver {
	background-color: #620202;
	border: 0px solid #d9dee0;
	color: #ffffff;
	width: 100px;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.2em;
	padding: 3px 0px 3px 0px;
	margin: 3px 5px;
	text-transform: lowercase;
}

a:link,
a:visited,
a:active {
	color: #620202;
}

a:hover {
	color: #a20202;
}


.sessionmessage {
	color: #b70a28;
	font-weight: bold;
	background-color: #ffffff;
	border-top: 1px solid #b70a28;
	border-bottom: 1px solid #b70a28;
	padding: 2px;
	background-color: #fffafa;
}

.redtext {
	color: #b70a28;
	font-weight: bold;
}

/* Home page */

.home_content
{
	padding: 0px;
	margin: 0px;
	background-image: url(/View/csm_real_estate/images/home_borders.png);
	background-repeat: repeat-y;
}

.home_column
{
	width: 240px;
	float: left;
	padding: 0px 3px 0px 4px;
	margin-left: 8px;
}

.home_title
{
	background-image: url(/View/csm_real_estate/images/home_title.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 14px;
	width: 240px;
	height: 2.3em;
	color: #ffffff;
	text-align: left;
}
/* Custom to this template */

#navigation {
	width: 14em;
	float: left;
}

	#navigation ul {
		margin: 0px 0px 23px 0px;
		padding: 0px;
		list-style-type: none;
		width: 10.8em;
		font-size: 1.3em;
		background-color: #ffffff;
	}

		.menu1 a:link,
		.menu1 a:active,
		.menu1 a:visited {
			display: block;
			background-image: url(/View/csm_real_estate/images/nav_back.png);
			background-repeat: no-repeat;
			padding: 0.4em 0.4em;
			margin-bottom: 0.2em;
			text-align: right;
			text-decoration: none;
			font-weight: bold;
			background-color: #ffffff;
			color: #802c2c;
		}

		.menu1 a:hover {
			color: #ffffff;
			background-image: none;
			background-color: #620202;
		}

		.menu1_selected a:link,
		.menu1_selected a:active,
		.menu1_selected a:visited,
		.menu1_selected a:hover {
			display: block;
			background-image: none;
			background-repeat: no-repeat;
			padding: 0.4em 0.4em;
			margin-bottom: 0.3em;
			text-align: right;
			text-decoration: none;
			font-weight: bold;
			background-color: #620202;
			color: #ffffff;
		}

	#copyright {
		float: left;
	}
	
	#equal_housing {
		float: left;
		margin: 10px 10px 0px 13px;
		width: 54px;
	}
	
	#copyright_text {
		margin-top: 23px;
		float: left;
	}
	
	#grip {
		clear: both;
		text-align: center;
		padding-bottom: 10px;
	}

/* Interior Stuff */

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: normal;
	color: #620202;
}

h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #620202;
}

#get_started {
	background-image: url(/View/csm_real_estate/images/get_started.jpg);
	background-repeat: no-repeat;
	height: 115px;
	padding: 10px 0px 0px 168px;
	vertical-align: top;
}

.open_house {
	float:right;
	padding-top:6px;
	padding-left:60px;
	width:97px;
	font-weight:bold;
	color:white;
	height:34px;
	background-image:url(/View/csm_real_estate/images/listings_openhouse.png);	
}

.container {
	background-image: none;
	border-left: 2px solid #D9DEE0;
	border-right: 2px solid #D9DEE0;
	padding: 5px;
}

#action_icons {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
}

#action_icons img {
	margin: 0px 2px 0px 2px;
}

#content p
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.agent_table td
{
	padding: 10px;
}

/* Vertical Centering */
/*#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%}*/


#buttonHolder { width: 104px; margin: auto;} 
.buttonControls { width: 23px; height: 23px; display: block; float: left; margin: 5px; background-image: url(/View/csm_real_estate/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;}

.agent_info
{
	font-size: 0.9em;
}
