* {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

html 
{
	background-color: #f8f8f8;
	text-align: center;
	font-family: Arial;
}

.shadow
{	
	background:  #f8f8f8 url('../images/bodyShadow.png') repeat-y center top;
	margin-right: auto; 
	margin-left: auto;
	position: relative; 
}

/* Interior Pages Design */
#intContainer
{
	width: 776px;
	margin-right: auto; 
	margin-left: auto;	
}

#intBanner
{
	background-image: url('../images/IntBanner.png');
	height: 150px;
	font-family: Arial;
	font-size: 13pt;
	text-align: left;
	color: White;
	position:relative;
}


#intBanner ul
{
	text-align: center;		
	position: absolute;
	width: 100%;
	bottom: 42px;	
	margin: 0;
    padding: 0;
	list-style-type: none;
	
}

#intBanner ul li
{
	float: left;
	margin: 0;
    padding: 0;
	width: 129px;	
}

#intBanner ul li a:link
{
    font-weight: bold;
	color: #00AE77;
    text-decoration: none;
}

#intBanner ul li a:visited
{
    font-weight: bold;
	color: #00AE77;
    text-decoration: none;
}


#intBanner ul li a:hover
{
    font-weight: bold;
	color: White;
}

#intFooter
{
	clear: both;
	height: 20px;
	background-color: #D9F8AF;
	text-align: center;
	font-size: 9px;
	color: White;	
	margin-right: auto; 
	margin-left: auto;
}

.intSidebar
{
	width: 210px;	
	background-color: #D9F8AF;
	float: right;
	text-align: center;
	color: #2e3192;
	font-size: 12px;
	padding-top: 15px;
}


.intContent
{
	width: 565px;
	background-color: White;
	float: left;
	padding-top: 15px;
	margin-left: auto;
    margin-right: auto;	
    text-align: center;
}

.intSidebar h2
{
	font-size: 18px;	
	padding-bottom: 10px;
}

.intSidebar .divRow
{
	width: 194px;
	height: 30px;
	clear: both;	
}

.intSidebar .spanTxt
{
	text-align: right;
	float: left;
	width: 60px;	
}

.intSidebar .spanCtrl
{
	text-align: left;
	float: right;
	width: 130px;	
}

.intContent h1
{
    color: #00AE77;
	font-size: 24px;	
	padding-bottom: 20px;
}

.intContent h2
{
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 15px;
	clear: both;	
}

.intContent p
{
	padding: 0px 20px 20px 20px;
}

.intContent a:link
{
	color: #5078B3;
}

.intContent a:visited
{
	color: #5078B3;
}

.intContent a:hover
{
	color: Red;
}

/* Interior Form */
#intForm
{
	width: 450px;
	font-size: 12px;
	padding-bottom: 10px;	
}

.intFormRow
{
	clear: both;
	height: 30px;
}

.intFormRight
{
	float: right;
	text-align: left;
	width: 220px;
}

.intFormLeft
{
	float: left;
	text-align: right;
	width: 220px;
}

.crtl
{
	font-size: 12px;
}


/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #00AE77;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}


.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #00AE77;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    color: Navy;
    text-align: left;
}

/* Sales */
.saleWindow
{
	background-color: White;
	clear: both;
	width: 450px;
	border: solid 1px Gray;
	margin-left: auto;
    margin-right: auto;		
}

.saleWindow .leftSide
{
	
	text-align: center;
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.saleWindow .leftSide img
{
	width: 150px;
}

.saleWindow .rightSide
{
	text-align: center;
	float: right;
	width: 250px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Rentals */
.rentalWindow
{
	background-color: White;
	clear: both;
	width: 500px;
	margin-left: auto;
    margin-right: auto;		
}

.rentalWindow .rentalRow
{
	clear: both;
	font-size: 10px;
	height: 240px;	
}

.rentalWindow .rentalRow img
{
	width: 150px;
}

.rentalWindow .rentalRow .leftHome
{
	width: 230px;
	float: left;
}	

.rentalWindow .rentalRow .rightHome
{
	width: 230px;
	float: right;
}

/* Property */
#property
{
	padding: 10px 10px 10px 10px;	
	text-align: center;
	clear: both;
	margin: auto auto auto auto;
}	

#property .price
{
	color: #00AE77;
	font-size: 18px;
	padding-top: 5px;
}

#property img
{	
	width: 300px;
}

#property h1
{
	color: #00AE77;
	padding-top: 15px;
	font-size: 20px;
	text-align: center;
	font-style: italic;
}

#property p
{
	text-align: left;
	line-height: 30px;
}

#propDesc
{
	clear: both;
	padding: 0px 20px 20px 20px;
}

#agentPg
{
	text-align:center;
	width: 620px;
	padding-bottom: 50px;
	margin: auto;
}

#agentPg h1
{
	font-size: 24px;	
	padding-bottom: 20px;	
}

.agentRow
{
	padding-top: 25px;
	width: 620px;
	clear: both;
	text-align: center;
}

.agentLeft
{
	float: left;
	width: 289px;
	border: solid 1px Navy;
    font-size: 13px;
}

.agentRight
{
	float: right;
	width: 289px;
	border: solid 1px Navy;
	font-size: 13px;
}

#amenities
{
	font-size:11px;
	margin: auto auto auto auto;
	text-align:center;
}

#availability
{
	font-size: 12px;
	margin: auto auto auto auto; 
	text-align:center;
}

.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.caption
{
    font-size: 18px;
    font-style: italic;
}
