html{
overflow:scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	text-align: center;
}
img {
	border: none;
}
p {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	padding: 2px 2px 2px 10px;
	margin: 0px 0px 5px;
	text-align: left;
	z-index: 2;
}
h3 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	padding: 2px;
	margin: 0px 0px 35px;
	text-align: left;
}
a:link {
	text-decoration:none;
}
a:visited {
	color: blue;
	text-decoration:none;
}
a:hover {
	color: #8282FF;
	text-decoration: underline;
}
div#wrapper {
	text-align: left;
	margin: 5px;
}
div#Header {
	padding: 5px;
	margin-bottom: 10px;
}
div#agentlogo{
	float: right;
}
div#Top {
	margin-bottom: 10px;
}
div#Photo {
	text-align: center;}

div#Agent {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	margin-left: 10px;
}
div#Agent p {
	margin: 5px;
}
div#Message {
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial;
}
div#Middle {
}
div#Internals {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;	
}
div#Internals img{
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
div#Container, div#brochures {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

div#pdfFiles{
margin:0px 5px;
text-align:center;
}
div#pdfFiles img{
margin:5px;
}

div#Description {
	padding: 0px;
	margin-bottom: 10px;
}
div#Description p {
	text-align: justify;
	margin: 10px;
}
div#Floorplans {
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}
div#Rooms {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 10px;
}
div#RoomsTable table{
	margin: 12px;
}
div#Footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	text-align: center;
	padding: 5px;
}
div#Options {
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: 10px;
	display: none;
}
div#frame {
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 6px;

}
div#framewrap {
	text-align:center;
	width:210px;
	float: left;
	margin-right: 10px;
}
div#Floorplans td img {
	margin: 5px;
}
div#backtobrowse {
	float: right;
	margin-right: 5px;
	display: none;
}


/* ----- Sub-Navigation Tabs ----- */


.tab{
 cursor: pointer;
}

#panel1{
	position:relative;
}
.panel{
	position:relative;
	display: none;
}

div#subWrapper {
	margin: 0;
	padding: 0;
	height: 26px;
}

#subNav {
	margin: 0;
	padding: 0;
	height: 26px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#subNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#subNav a {
	float: right;
	font: 9px "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: url(../img/nav/tab_menu_bar.gif) left top no-repeat;
	margin: 0;
	padding: 9px 0 0;
	border: 0;
	width: 74px;
	height: 18px;  
}

html>#subNav a { height: 18px; }

#subNav a:hover {
	background-position: 0 -54px;
  	border-bottom: 0;
}

#current a, #current a:hover {
  	background: url(../img/nav/tab_menu_bar.gif) left top no-repeat;
  	background-position: 0 -54px;
  	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#subNav a.basic, #subNav a.basic:hover, #current a.basic, #current a.basic:hover{
	color: #999999;
	background: url(../img/nav/tab_menu_bar.gif) left top no-repeat;
	background-position: 0 -27px;
}
/* ----- Agent Menu ----- */

#subMenu {
	margin: 0;
	padding: 0;
	height: 15px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#subMenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#subMenu a {
	float: left;
	font: 9px "Lucida Grande", Tahoma, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin: 0 auto;
	padding: 4px 0;
	padding-left:3px;
	width: 19%;
	height: 18px;
	background-image: url(../img/nav/agentbutup.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#subMenu a:hover {
	background-image: url(../img/nav/agentbutdown.gif);
  	border-bottom: 0;
}
#subMenu a.basic, #subMenu a.basic:hover{
	background-image: url(../img/nav/agentbutdown.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #999999;
}
div#AgentOptions {
	margin: 10px;
	height: 30px;
}
div#Virtual p{
	padding: 10px;
}
td {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div#SSTC {
	float: right;
	margin-right: 1px;
	margin-top: 3px;
}
div#ref {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	float: right;
	margin-right: 3px;
	margin-top: 1px;
}
div#Footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	position: relative;
}
div#Footer a:link, div#Footer a:visited, div#Footer a:hover{
	color: #999999;
}
div#AgentAddress {
	line-height: 20px;
}

div#Photo img{
	padding: 7px;
	border: 1px solid #CCCCCC;
}
div#back {
	float: right;
	position: relative;
	visibility: visible;
	z-index: auto;
	margin: 3px 0px 0px;
	padding: 0px;
	clear: both;
}
div#back li {
	list-style-position: inside;
	list-style-image: url(../img/nav/back.gif);	
}
div#back a:link, div#back a:hover, div#back a:visited {
	text-decoration:none;
	color:#FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
div#EPC{
text-align:center;
}
div#EPC img{
margin:0 auto;
}

/* Ideal homes tv 

.hideimage{
	text-align:center;
}

div#dtimg embed, div#dtimg object {

	height:191px;
	width:270px;

}

div#movie {
	border:4px solid #000000;
	margin:0 0 13px 0;
	padding:0;
	height:191px;
	width:270px;
		margin: 0 auto;
}

div#movie object, div#movie embed {
	margin:0;
	padding:0;	
}

#dtimglist li.noflash {
	display:block;
	float:none;
	background:#ff9;
	width:268px;
	padding:2px;
	height:auto;
	margin-bottom:5px;
}

#dtimglist li.noflash a {
	background:url('/images/icons/get_flash_player.gif') no-repeat;
	display:block;
	text-indent:-5000px;
	padding:0;
	margin:0;
	height:33px;
	width:112px;
}

#dtimglist li.noflash p {

}*/

#flashcontainer {
	width:604px;
	height:292px;
	margin: 10px auto;
	margin-bottom:20px;
}

