* {
 padding: 0;
 margin: 0;
}
body {
font-family:arial,verdana;
font-size:12px;
padding:0;
margin:0;
text-align:left;
color:#000000;
}
#wrapper {
 width: 100%;
 margin: 0 auto;
}
#leftcolumn { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 212px;
 float: left;
 min-height: 370px;
 background-color: #FFF;
}
* html #leftcolumn {height:370px} /* IE Min-Height Hack */ 

#centercolumn { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 640px;
 float: left;
 min-height: 370px;
}
* html #centercolumn {height:370px} /* IE Min-Height Hack */ 

#rightcolumn {
 display: inline; /* IE Hack */
 width: 14%;
 float: left;
 min-height: 370px;
}
* html #rightcolumn {height:370px} /* IE Min-Height Hack */ 

#footer {
 background-color: #A3A38F;
 margin: 0px 5px 5px 5px;
 display: inline; /* IE Hack */
 padding: 4px;
 float: left;
 width: 97.7%;
}

#dropmenudiv {
	position:absolute;
	width:172px;
	left:0;
	top:0;
	z-index:100;
	background-color:#FF6600;
}

#dropmenudiv a{
	width:172px;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:40px;
	border:solid 1px white;
	color:#FFFFFF;	
}

#dropmenudiv55 {
	position:absolute;
	width:212px;
	left:0;
	top:0;
	z-index:100;
	background-color:#FF6600;
}

#dropmenudiv55 a{
	width:212px;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:40px;
	border:solid 1px white;
	color:#FFFFFF;	
}
#dropmenudiv a:hover{ 
	background-color: #FDA650;
}

.menuItem, .menuItem55 {
	position:relative;
	float:left;
	clear:both;
	width:212px;
	background-color:#FF6600;
}

.menuItem a {
	width:194px;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:17px;
	border-bottom:solid 1px white;
	color:#FFFFFF;
	height:16px;
 	word-wrap: break-word;		
}
* html .menuItem {margin-top:0} /* IE Min-Height Hack */ 

.menuItem55 a {
	width:212px;
	display: block;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:40px;
	border-bottom:solid 1px white;
	height:16px;
	color:#FFFFFF;
}

.menuItem a:hover{ 
	background-color: #FDA650;
}

img {
	border:0;
}

a {
	color:#FD840C;	
	cursor:pointer;
	text-decoration: none;
}

.box1 {
	position:relative;
	float:left;
	background-color:#FF6600;
	height:292px;
	width:100%;
}

.box2 {
	position:relative;
	float:left;
	background-color:#F8D8B9;
	width:100%;
	background-color: #F8D8B9;
	min-height: 300px;
}
* html #box2 {height:300px} /* IE Min-Height Hack */ 

.middleContainerAdmin {
	position:relative;
	float:left;
	width:750px;
	height:Auto;
	height:60em;
}

h1 {
	font-size:14px;
}
h2 {
	color:#666666;
	font-size:15px;
	font-weight: 100;
	position:relative;
	float:left;
	margin-bottom:10px;
	width:100%;
}

.leftInfo {
	position:relative;
	float:left;
	clear:both;
	margin-top:25px;
	width:212px;
}

.leftInfoText {
	float:left;
	font-weight:bold;
	clear:both;
	padding-left:18px;
	padding-right:10px;
 	word-wrap: break-word;	
 	width:175px;
}

.leftInfo a {
	padding:0;
	
}

.middleContainerText {
	position:relative;
	float:left;
	width:595px;
	padding:15px 20px;
	margin-right:5px;
	border-left:solid 1px #FF6600;	
 	min-height: 300px;	
}
* html #middleContainerText {
	height:270px;
} /* IE Min-Height Hack */ 

.middleContainerTextAdmin {
	position:relative;
	float:left;
	padding:15px 20px;
	border-left:solid 1px #FF6600;	
	min-height:300px;
	height:300px;
	font-size:12px;
	height:auto;
}

.property {
	position:relative;
	float:left;	
	width:600px;
	padding-bottom:15px;
}

.propertyImage {
	position:relative;
	float:left;
	width:250px;
}
.propertyInfo {
	position:relative;
	float:left;
	width:320px;
	padding-left:10px;	
}

.propertyTitle {
	color:#FF6600
}

input {
	padding-left:2px;
	padding-top:2px;
	font-size:12px;	
}

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}

.paginationstyle{ /*Style for demo pagination divs*/
width: 100%;
text-align: left;
padding: 2px 0;
margin: 10px 0;
}


.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: #FFFFFF;
background-color: #FF6600;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #FFFFFF;
background-color: #DD6600;
}

.paginationstyle a.imglinks{ 
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}


#dropmenudiv a:hover{ 
	background-color: #FDA650;
}

.menuItem a:hover{ 
	background-color: #FDA650;
}

.pageTitle {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.footer {
	position:relative;
	float:left;
	clear:both;

	width:1002px;
	border-top:solid 1px #FF6600;
	text-align:center;
}

.footerText {
	padding:20px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.contactSection,.gMaps {
	position:relative;
	float:left;
	clear:both;
	width:600px;
	padding:15px 5px;
}

form fieldset {
  margin-bottom: 10px;
  width:580px;
  border:solid 1px #CCCCCC;
}
form legend {
  font-weight: bold;
  color:black;
}
form label {
  float:left;
  display: block;
  line-height: 1.8;
  vertical-align: top;
  width:250px;
  word-wrap: break-word;  
}
form fieldset ol {
  margin: 0;
  padding: 0;
}
form fieldset li {
  float:left;
  list-style: none;
  padding: 5px;
  margin: 0;
  width:100%;  
}
form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form label {
  width: 120px; /* Width of labels */
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

p {
	margin-bottom:10px;
}

ul {
	list-style-type:none;
}

.sectionTitle {color:#FF6600;font-size:15px;;position:relative;float:left;margin-bottom:10px;width:100%;}

.aright {
	margin-bottom: 20px;
}
.companyphoto {
	width: 100px;
	height: 149px;
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom: 10px;
}
.staff {
	width: 560px;
	min-height: 150px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: solid #999 1px;
	
}
