@charset "utf-8";
/* CSS Document */

body  {
	font: 1em;
	margin: 0;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container */
	color: #000000;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	padding: 0;
	background-image: url(../layout/linesbl.gif);
	background-repeat: repeat;
}

a:link {
	color: #AA1122;
}
a:visited {
	color: #AA1122;
}
a:hover {
	color: #999999;
	}

.smaller {
	font-size: 85%;
	font-weight: 500;
}

.basic #container {
	width: 96em;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border: 1px solid #000000;
	text-align: left;
	padding: 0;
	margin: 2em auto 0 auto;
} 
.basic #header {
	background: #ffffff;
	padding: 15px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0;
	height: 10em;
	background-image: url(../layout/hisShadow.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom: 4px solid #aa1122;
	
} 

.basic #container #header #headerContact {
	padding: 0em;
	float: right;
	height: auto;
	width: 19em;
	text-align: center;
	margin-top: 0.3em;
}
.basic #container #header #headerContact h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	padding: 0px;
	margin: 10px 0 5px 0;
	letter-spacing: 0.06em;
}

.basic #container #header #headerSold {
	padding: 0em;
	float: right;
	height: 100px;
	text-align: center;
	margin: 0em;
}

.basic #container #header #headerSold img {
	margin-top: 0px;
}

.basic #footer {
	background-color: #cccccc;
	text-align: center;
	font-size: 1.1em;
	padding: 0.7em;
	border-top: 1px solid #999999;
	color: #333333;
	font-weight: bold;
} 

.basic #credits {
	width: 920px;
	margin: 3px auto;
	text-align: left;
}
.basic #credits #myLink {
	float: right;
	padding-top: 0;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 1em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 


.textBox {
	margin: 1em 0 1em 1.2em;
	padding: 0px;
	float: right;
	height: auto;
	width: 15em;
	border: 1px solid #665533;
}

.mapBox {
	margin: 1em 1.7em 1em 1em;
	padding: 0px;
	float: right;
	height: auto;
	width: 301px;
	border: 1px solid #665533;
	text-align: center;
}

.basic #container #WideContent .mapBox iframe{
	border-bottom:  solid 1px black;
	margin-bottom: .7em;
}
.leftTextBox {
	margin: 1em 1.5em 1em 0;
	padding: 0px;
	float: left;
	height: auto;
	width: 14em;
	border: 1px solid #665533;
}

.leftTextBox h3{
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0.2em;
	border-bottom: 3px solid #bb3333;
}

.mapBox h3{
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
	margin: 0px;
	padding: 0.2em;
	border-bottom: 3px solid #bb3333;
}


.leftTextBox p {
	margin: 0.4em;
}


.indent {
	margin-left: 2em;
}
.basic #container #header #headerContact p {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 0.5em;
	line-height: 1.3em;
}
.basic #container #WideContent .listing .propList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
}
.basic #container #WideContent .listing .propList .headline {
	color: #FFFFFF;
	background-color: #AA1122;
	font-size: 1.1em;
	padding: .4em 2em;
	font-weight: bold;
	margin-right: 0;
}

.basic #container #WideContent .listing .propList .headlineRt {
	color: #FFFFFF;
	background-color: #AA1122;
	font-size: 1.1em;
	padding: .4em 2em;
	font-weight: bold;
	text-align: right;
	margin-right: 0;
}
.basic #container #WideContent .listing .propList th {
	background-color: #FFFFFF;
	text-align: left;
}
.basic #container #WideContent .listing .propList img {
	border: 4px solid #aa1122;
	margin: 1em;
}
.commentPad {
	padding: 10px;
}
.basic #container #WideContent #search {
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px double #333;
	height: 550px;
	width: 760px;
	overflow: visible;
	
}
.basic #container #WideContent .listing {
	border: 1px solid #000000;
	width: 90%;
	margin: .5em auto;
	padding: 1px;
}
.basic #container #header img {
	width: 166px;
	margin-top: 0.5em;
}
.basic #container #WideContent #searchButton{
	width: 12em;
	position:absolute;
	top: 154px;
	height: auto;
	z-index: 200;
	
}
.basic #container #WideContent #searchButton a{
	background-color: #AA1122;
	padding: .3em 1.4em;
	margin: 0;
	border-top: solid 2px #aa1122;
	border-left: solid 2px #ccc;
	border-bottom: solid 1px #333;
	border-right: solid 1px #333;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	line-height: 2.1em;
	
}
.basic #container #WideContent .teamInfo ul li ul li ul li {
	font-size: 1em;
	list-style-type: circle;
}
.basic #container #WideContent .teamInfo ol li {
	list-style-position: outside;
	list-style-image: url(../layout/bullet.gif);
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 0;
	margin: 0;
}
.basic #container #WideContent table h3 {
	margin-top: 1.0em;
	margin-bottom: 0em;
	margin-left: 1em;
	font-size: 110%;
}

.basic #container #WideContent #welcome {
	height: 390px;
	background-image: url(../layout/welcomebkg.jpg);
	background-repeat: repeat-y;
	margin-top: 4.2em;
	background-color: #8E2836;
}

.basic #container #WideContent #welcome .raised {
	float: left;
	position: relative;
	top: -6.4em;
}
.basic #container #WideContent #welcome #welcomeText {
	color: #FFFFFF;
	height: 24em;
	width: 25em;
	padding-top: 75px;
	margin-right: 0em;
	margin-bottom: 1em;
	margin-left: 540px;
	font-size: 98%;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.basic #container #WideContent  table a {
	text-decoration: none;
}
.basic #container #WideContent th {
	text-align: left;
	padding-bottom: .3em;
}
.basic #container #WideContent .center {
	text-align: center;
	Width: 48%;
	margin: 0 auto;
}



.basic #container #WideContent .center td {
	text-align: left;
}
.basic #container #WideContent .teamInfo .indentNormaltext {
	font-weight: normal;
	color: #333;
	padding-left: 2em;
}
.basic #container #footer a {
	text-decoration: none;
}
.basic #container #WideContent .recordNavCell {
	background-color: #CCCCCC;
	text-align: center;
	padding: 4px 10px 4px 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #eee;
}

.listTable {
	float: left;
	width: 16em;
}

.listDiv {
	float: left;
	padding: 0.5em 0 .5em 1em;
	width: 10em;
}
.basic #container #WideContent h5 {
	font-size: 110%;
	color: #333333;
	margin-bottom: -10px;
	margin-left: 0.2em;
	padding-bottom: -10px;
}
.basic #container #WideContent #flashShow{
	width: 800px;
	text-aligh: center;
	margin: auto;
	padding-top: 0;

}
.basic #credits #myLink a:link {
	color: #000000;
}
.basic #credits #myLink a:visited {
	color: #000000;
}
.basic #credits #myLink a:hover {
	color: #aa1122;
}
.basic #container #WideContent .listing .propList .commentPad .sold {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	font-weight: bold;
	color: #AA1122;
	letter-spacing: 3px;
	width: 500px;
	margin: 10px 40%;
}

.basic #container #WideContent .listing .propList .commentPad .soldPic  {
	width 500px;
	height: 5px;
	padding: 0px;
	position: relative;
	top: -100px;
	display: block;
	text-align: center;
}

.basic #container #WideContent .listing .propList .commentPad .soldPic img  {
border: 0;
margin: 0;
}

.basic #container #WideContent #printHeader {
	display: none;
}
