.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #333333; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 77.85px; /*Width of top level menu link items*/
padding: 10px 8px;
border: 1px solid #666666;
border-left-width: 0;
text-decoration: none;
color: #666666;
font-size: 12px;
text-align: center;
}

.suckertreemenu li a:hover, .suckertreemenu li a#selected, .suckertreemenu li a#selected:hover
{ background: #333333;
  color: #666666;
} 
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	background-color: #333333; /*Disappearing menu fix-BP */
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 83px; /*width of sub menu levels*/
color: #666666;
text-decoration: none;
padding: 5px 5px;
border: 1px solid #666666;
}

.suckertreemenu ul li a:hover{
background-color: #333333;
color: #ff6600;
}

/*Background image for top level menu list links*/ 
.suckertreemenu .mainfoldericon{
background: #333333 url("../images/arrow-down.gif"/*tpa=http://solymarproperty.com/images/arrow-down.gif*/) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #333333 url("../images/arrow-right.gif"/*tpa=http://solymarproperty.com/images/arrow-right.gif*/) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */






body {
	margin: 0px;
	padding: 0px;
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main, #wrapper, #header, #footer, #content { 
  margin-left: auto; 
  margin-right: auto;
}
#header {
  min-width: 760px;
  height: 240px;
  color: #FFFFFF;
  background: #333333 url("../images/bghome.jpg"/*tpa=http://solymarproperty.com/images/bghome.jpg*/) no-repeat;
}
#photo {
  min-width: 760px;
  height: 240px;
  text-align: center;
}
#wrapper {
  background-color: #333333;
  color: #ffffff;
  min-width: 760px;
  width: 65em;
}

#main {
  min-width: 760px;
  background: #333333 url("../images/main.jpg"/*tpa=http://solymarproperty.com/images/main.jpg*/) repeat-y center;
}
#content {
  background: #333333;  
  min-width: 760px;
  height:370px;
  color: #cccccc;
  text-align: justify;
  margin: 0 10px 0 0;
  padding-bottom: 35px;
  overflow: auto;
  z-index: 1;
}

#footer {
  border-top: 2px solid #ff6600;
  border-bottom: 2px solid #ff6600;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  font-size: 10px;
  background: #666666;
  color: #333333;
}
#footer p {
 padding-top: 5px;
}

#footer ul {
  margin: .5% 0 .5% 0;
  padding: 0 2% 0 2%;
}

#footer a {
  color: #333333;
}

#footer a:hover {
  color: #ff6600;

} 

/* main content */
#columns
{ width: 760px;
  color: #cccccc;
  background: #333333;
  overflow: auto;
  z-index: 1;
  
} 

/* column 1 - contains sidebar items */
#column1
{ width: 180px;
  margin: 0px 0px 0px 0px;
  float: right;
  padding: 2px 5px 15px 8px;
}

/* column 2 - page content */
#column2
{ text-align: justify;
  width: 555px;
  float: left;
  padding: 2px 3px 15px 5px;
  border-right: 2px dotted #cccccc;
  margin-bottom: 15px;
}
hr {
  border: none;
  background-color: #ff6600;
  height: 2px;
  width: 100%;
}
ul.horiz li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p.center {
  text-align: center;
}
p.justify {
  text-align: justify;
}
p { margin: 0px;
  padding: 0px 20px 7px 20px;
  line-height: 1.7em;
}
p.sidebar {
  color: #666666;
  border-bottom: 1px dotted #cccccc;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: white;
	background-color:#2f3b59;
	line-height: 50px;
}

a.main_link:hover{
	background-color: #cccccc;
	color: white;
}
#nav-main a.current {
  color: #cc6699;
} 

a {
  color: #ff6600;
  font-family: Tahoma, Helvetica, Verdana, Arial, sans-serif;
  text-decoration: none;
}
a:link, a:visited  {
  color: #ff6600;
}

a:hover {
  color: #333366;
}

a:active {
  color: #333366;
}
a.link {
  font-weight: bold;
  text-decoration: none;
}

div.navigation {
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

h1 {
  font-size: 15px;
  background-color: #ff6600;
  color: #004b5a;
  padding: 4px 30px;
  font-weight: normal;
}
h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 5px 30px 4px 20px;
  color: #ff6600;
}
h2.center {
  font-size: 13px;
  font-weight: normal;
  margin: 0px;
  padding: 0px 30px 4px 20px;
  text-align: center;
  color: #ff6600;
}
h2.news {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0px;
  padding: 0px 30px 4px 20px;
  color: #ff6600;
}
img.left
{ float: left; 
  border: solid 1px #666666;
  padding: 5px;
  margin: 5px 8px -5px 0;
}
img.right
{ float: right; 
  border: solid 1px #666666;
  padding: 5px;
  margin: 0 0 0 8px;
}

img.frame {
  border:1px solid #666666;
  padding: 5px;
  margin: 5px;
}

img.frame2 {
  border:1px solid #666666;
  margin: 5px 5px 20px 5px;
  padding: 5px;
}

#content_photo {
  background: #333333;  
  min-width: 760px;
  color: #ffffff;
  text-align: left;
  padding-bottom: 35px;
}

/*main photos outside container*/
#main_photos
{ position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 10px;
}

/*photo 1*/
#photo_1
{ margin: 35px 600px 0 35px;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
  background: #333333;
}
/*photo 2 */
#photo_2
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 401px 0  0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 3 */
#photo_3
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 217px 0 0;
  min-width: 140px;
  min-height: 120px;
  padding-top: 20px;
 border: solid #ff6600 3px;
  text-align: center;
}
/*photo 4 */
#photo_4
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 35px 0 0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 5*/
#photo_5
{ margin: 35px 600px 0 35px;
  min-width: 140px;
  min-height: 120px;
  padding-top: 20px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 6*/
#photo_6
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 401px 0  0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 7 */
#photo_7
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 217px 0 0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 8 */
#photo_8
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 35px 0 0;
  min-width: 140px;
  min-height: 120px;
  padding-top: 20px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 9*/
#photo_9
{ margin: 35px 600px 0 35px;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 10 */
#photo_10
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 401px 0  0;
  min-width: 140px;
  min-height: 120px;
  padding-top: 20px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 11 */
#photo_11
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 217px 0 0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
/*photo 12 */
#photo_12
{ position: absolute;
  top: 0;
  right: 0;
  margin: 0 35px 0 0;
  min-width: 140px;
  min-height: 107px;
  padding-top: 33px;
  border: solid #ff6600 3px;
  text-align: center;
}
#photo_1 img 
{ border: solid #666666 2px;
}
#photo_2 img
{ border: solid #666666 2px;
}
#photo_3 img
{ border: solid #666666 2px;
}
#photo_4 img
{ border: solid #666666 2px;
}
#photo_5 img 
{ border: solid #666666 2px;
}
#photo_6 img 
{ border: solid #666666 2px;
}
#photo_7 img 
{ border: solid #666666 2px;
}
#photo_8 img 
{ border: solid #666666 2px;
}
#photo_9 img 
{ border: solid #666666 2px;
}
#photo_10 img 
{ border: solid #666666 2px;
}
#photo_11 img 
{ border: solid #666666 2px;
}
#photo_12 img 
{ border: solid #666666 2px;
}
/* contact page - form layout */
form
{margin-top: 0px;
 margin-left: 30px;
}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  font-size: 100%;
  border: 1px solid #666666;
  margin: 2px;
}

.submit
{ font-family: verdana, arial, sans-serif;
  font-size: 100%; 
  border: 1px solid #cccccc;
  width: 70px;
  height: 22px;
  cursor: pointer;
}
/*end contact page */

/*start table */
.textall {
	color: #333333;
	letter-spacing: 1.5px;
	text-decoration: none;
}

.textsmall {
	color: #333333;
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration: none;
}
td.padding {
        padding-right: 5px;
        padding-left: 5px;
        
}
td.bold {
        font-weight: bold;
        text-align: center;
        padding: 7px 5px;
}
td.boll {
        font-weight: bold;
        text-align: center;
        padding: 7px 5px;
}
td.bolleft {
        font-weight: bold;
 	color: #ff6600;
        text-align: left;
        padding: 7px 5px;
}
table.textsmall td a{
  color: #cccc99;
  text-decoration: underline;

}

/*end table */

dl.left {margin:5px 0; padding:0; float:left; margin-right:10px; width:48.5%;}
dl.left dt {padding:10px 10px 10px 20px; text-align:left; color:#cccccc;}
dl.left dd {padding-left:20px; margin:0;}

dl.right {margin:5px 0; padding:0; float:left; margin-left:10px; width:48.5%;}
dl.right dt {padding:10px 10px 10px 0; text-align:left; color:#cccccc;}
dl.right dd {padding-right:20px; margin:0;}

dd p {margin:0px; padding:10px 0px; line-height:1.3em;}

img.float {
        float: left;
	margin-right: 15px;
        border-width: 1px;
        border-style: solid;
        border-color: #7c7d92;
	padding: 5px;
}
