@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif ;
	background: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 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 selector */
	color: #000000;
	font-weight: normal;
}
.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #FFFFFF;
	background: url(graphics/machynyslogo.jpg);
	background-repeat:no-repeat;
	height:90px;
	padding: 0 10px 0 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. */
} 
.thrColFixHdr #headermonks { 
	background: #FFFFFF;
	background: url(graphics/headermonks.jpg);
	background-repeat:no-repeat;
	height:70px;
	padding: 0 10px 0 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. */
} 
.thrColFixHdr #headerhomes { 
	background: #FFFFFF;
	background: url(graphics/headerhomes.jpg);
	background-repeat:no-repeat;
	height:70px;
	padding: 0 10px 0 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. */
} 
.thrColFixHdr #topmenu { 
	
	background-repeat:no-repeat;
	height:20px;
	padding: 0 10px 0 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. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #flashbanner { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:350px;
	background: #FFFFFF;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  #DDDDDD ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	min-height:750px;
	/* mac hide \*/
	*html height:750px;
	/* end hide */
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #BFD8E8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height:500px;
}
.thrColFixHdr #mainContent { 
	padding: 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:490px;
	float:right;	
} 
.thrColFixHdr #Treatmentsleft { 
	width:220px;
	padding:10px;
	float:left;	
} 
.thrColFixHdr #Treatmentsright { 
	width:220px;
	padding:10px;
	float:right;	
}
.thrColFixHdr #Treatmentsforhercontainer { 
	width:490px;
	float:left;	
	border-bottom:1px solid #000000;
}
.thrColFixHdr #Treatmentsforhimleft { 
	width:220px;
	padding:10px;
	float:left;	
} 
.thrColFixHdr #Treatmentsforhimright { 
	width:220px;
	padding:10px;
	float:right;	
}
.thrColFixHdr #Treatmentsforhimcontainer { 
	width:490px;
	float:left;	
}
.thrColFixHdr .contactleft { 
	width:230px;
	height:300px;
	padding:10px;
	float:left;	
}
.thrColFixHdr .contactright { 
	width:210px;
	height:300px;
	padding:10px;
	float:left;	
}
.thrColFixHdr .meettheprosphotos { 
	width:200px;
	height:200px;
	padding:10px;
	float:left;	
}
.thrColFixHdr .homesbottomleft { 
	width:225px;
	height:185px;
	margin-top:65px;
	padding:10px;
	float:left;	
}
.thrColFixHdr .homesbottomright { 
	width:225px;
	height:250px;
	padding:10px;
	float:left;	
}

.thrColFixHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top:1px solid #000000;
	width:750px;
	height:25px;
	float:left;	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.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: 8px;
}
.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;
}


.maintext {
	font: 12px  Verdana, Arial, Helvetica, sans-serif;
}

h1 {
color:#666666;
font-size:12px; 
text-decoration: none;
font-weight: bold;
}

h2 {
color:#009900;
font-size:12px;
}
h3 {
color: #CC0000;
font-size:12px;
}
h4 {
color: #0033FF;
font-size:12px;
}
h5 {
color: #333333;
font-size:12px;

}

img { border: none; } 

p {
	color: #666666;
}
li {
	color:#666666;
	
}
p span {
	display:none;
}


a {
	color: #333333 ;
	text-decoration:none;
	
}

a:hover{
	color:#D4AF37;
}

ul {
margin-left:15px;
padding:0;
}

.treemenu {
	padding-left: 0;
	margin-left: 0;
	list-style : none;
}
	
.treemenu ul {
	padding-left: 0;
	margin-left: 10px;
	font-size:14px;
    list-style : none;
	margin-top:0;
	margin-bottom:0; 
}

.treemenu li {

	text-decoration : none;

}

.treemenu li a span {

	text-decoration : none;
	font-size:16px;

}
.treemenu li a:hover {
color:#FFFFFF;

}


.treemenu li span{
	color: #666666;
    font-size:16px;
	text-decoration : none;
}

.treemenu a {
  padding-left : 15px;
  text-decoration : none;
}

.treemenusingle  {
  margin-left: 0;
  list-style : none;
  padding: 0px;
  text-decoration : none;
  

}
.treemenusingle ul {
 	margin:0;
	font-size:14px;
    list-style : none;
	
}
.treemenusingle li {
     color: #666666;
	text-decoration : none;

}

.treemenusingle li a  {
padding-left:15px;
      color: #666666;
	text-decoration : none;
	font-size:16px;

}
.treemenusingle li a:hover {
color:#FFFFFF;

}






.treemenu a span{
	color: #666666;
    font-size:16px;
	text-decoration : none;
	
}

.treemenu a:hover span{
	color: #FFFFFF;
    font-size:16px;
	text-decoration : none;
}
.treenodeopen {
	padding-left: 0;
	margin-left: 0;
	list-style : none;
	
}
	
.treenodeopen ul{
	padding-left: 0;
	margin-left: 10px;
	font-size:14px;
    list-style : none;
	margin-top:0;
	margin-bottom:0; 
}

.treenodeopen li {

	text-decoration : none;

}


.treenodeopen li span{
	color: #333333;
    font-size:16px;
	text-decoration : none;
}
.treenodeopen a{
	color: #666666;
    font-size:12px;
	text-decoration : none;
}
.treenodeopen a:hover{
	color: #FFFFFF;
    font-size:12px;
	text-decoration : none;
}
.treenodeopen a span{
	color: #666666;
    font-size:12px;
	text-decoration : none;
}
.treenodeopen a:hover span{
	color: #00CC99;
    font-size:16px;
	text-decoration : none;
}
.treenodeopen li span{
	color: #666666;
    font-size:16px;
	text-decoration : none;
}
.treenodeopen li:hover span{
	color: #00CC99;
    font-size:16px;
	text-decoration : none;
}


.treemenu a {
    color: #666666;
    font-size:12px;
    text-decoration : none;
}
.treemenu a:hover {
    color:#FFFFFF;
    text-decoration : none;
}

.treemenu .treeopen {
    background-image : url('graphics/open.gif');
    background-repeat : no-repeat;
    background-position : left;
	
}

.treemenu .treeclosed {
    background-image : url('graphics/closed.gif');
    background-repeat : no-repeat;
    background-position : left;
}

a.secondary span 
{
color: #666666;
font-size:16px;
text-decoration: none;
}

a.secondary:hover span 
{
color: #FFFFFF  ;
text-decoration: none;
} 



.footerlinks{
    margin: 0;
    padding: 0;
    float: right;
}

.footerlinks li{
	display: inline;
}

.footerlinks li a{
	float: left;
	color: #666666;
    font-size:12px;
    padding: 0px 4px;
    text-decoration: none;
}

.footerlinks li a:hover {
	color: #00CC99;
    text-decoration : none;
}
.footerlinks a span {
	color: #999999;
	font-size:10px;
    text-decoration : none;
}
.footerlinks a:hover span {
	color: #0099FF;
    text-decoration : none;
}


#jhmlink {
	float:right;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:750px;
	height:25px;
}
#subscribe{
margin:0;
padding:0;
height:300px;
width:400px;
}

.flashvideo {
width:465px;
height:300px;
border:2px solid #cccccc;
}

.tuitontypescontainer
{
width:366px;
}

.tuitontypescontainerleft{
width:150px;
float:left;
}
.tuitontypescontainermiddle{
width:150px;
float:left;
}
.tuitontypescontainerright{
width:175px;
float:left;
}

.tuitontypes{
height:50px;
width:150px;
font:10px;
border-right:2px solid #cccccc;

text-align: center;
}


.greenfeecontainerleft{
width:160px;
float:left;
}
.greenfeecontainermiddle{
width:160px;
float:left;
}
.greenfeecontainerright{
width:160px;
float:left;
}

.greenfeetypes{
height:40px;
width:160px;

border-right:2px solid #cccccc;

text-align: center;
}

.teleprinter
{

height:20px;
width:700px;
float:left;
padding:0;
margin-left:0px;
margin-top:70px;
}

