@charset "UTF-8";
/* CSS Document */
html { 
	margin:0px;
    padding:0px;
	background-color: #929292;
}
img {
	display:inline;
	border-width: 0px;
	border-style: none;
}
body, div, ul, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
a {
	text-decoration:underline;
	color: #CCCCCC;
	outline: none;
} 
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	 	
ul {
    list-style: none;
}
body  {
	text-align: center;
	color: #b7b7b7;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 100%;
	background-color: #929292;
	
}
#container {
	width: 994px;
	background: #333333;
	text-align: left;
	height: 613px;
	margin: 18px auto 0;
	display: block;
} 
#header {
    height: 73px;
	padding:0 13px 0 17px;
} 
#sidebar {
	float: left;
	width: 180px;
	height: 530px;
    padding-left: 17px;
}
#mainContent {
	display: block;
	height: 520px;
	width: 772px;
	margin: 0 0 0 209px;
	} 
#footer {
    width: 980px; 
    margin: 0 auto 0;
	background:#929292;
	color: #333333;
	text-align: right;
} 
#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: 2px 0 8px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.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;

/* Begin Header */
}
#toplogo {
    float: left;
	height: 22px;
	width: 244px;
	background-image: url(../imgs/headerLogo.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 16px;	
}
#toplogo a{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 244px;
	padding-top: 22px;
}
	
#tagline {
	height: 12px;
	width: 247px;
	background-image: url(../imgs/tagline.png);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	margin-top: 16px;	
}
#tagline h2{
	display: block;
	overflow: hidden;
	height: 0px;
	width: 247px;
	padding-top: 12px;
	}

/* Begin Menu */
	
.menu_body {
	display:none;
	padding: 0 0 6px 0;
}	
#sidebar h3{
    height: 23px;
	width: 83px;
}
#sidebar h3 a {
    display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 23px;
	cursor:pointer;
}
#sidebar h3 a:hover, 
#sidebar h3 a:active, 
#sidebar h3 strong a
{
	background-position: 0 -23px;
}
#sidebar h3 .on {
	background-position: 0 -46px;
}
.on a{
	background-position: 0 -23px;
}
#navProjects a {
	background-image: url(../imgs/mm_projects.png);
}
#navAbout a {
	background-image: url(../imgs/mm_about.png);
}
#navContact a {
	background-image: url(../imgs/mm_contact.png);	
}
.subMenu {
	 padding: 0 0 6px 0;
}
.subMenu li {
	 height: 22px;
}
.subMenu li a {
    display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 22px;
}
.subMenu li a:hover, 
.subMenu li a:active, 
.subMenu li strong a
{
	background-position: 0 -22px;
} 
.active {
	background-position: 0 -44px;
} 
#Prescott a {
	background-image: url(../imgs/mp_prescott.png);
	width: 126px;
}
#SnavGVillage a {
	background-image: url(../imgs/mp_gv.png);
	width: 126px;
}
#SnavCPW a {
	background-image: url(../imgs/mp_cpw.png);
	width: 129px;
}
#SnavHampton a {
	background-image: url(../imgs/mp_ehampton.png);
	width: 123px;
}
#SnavPBeach a {
	background-image: url(../imgs/mp_palmbeach.png);
	width: 104px;
	}
#SnavSPlace a {
	background-image: url(../imgs/mp_suttonplace.png);
	width: 105px;
}
#SnavUBrookville a {
	background-image: url(../imgs/mp_upperbrookville.png);
	width: 140px;
}
	
/* -- home-- */

.homepics{
	padding: 7px 0 0 0;
	} 
	
/* -- about-- */

#aboutColumn{
	float: left;
	width: 380px;
	padding: 3px 0 0 0;
}
#aboutColumn p{
	font-size: 11px;
	line-height: 150%;
	padding: 0 0 10px 0;
}
#aboutColumn h4{
	font-size: 10px;
	line-height: 150%;
    padding: 14px 0 0 0;
	}
#aboutColumn ul{
	padding: 2px 0 0 0;
}
#aboutColumn li{
	font-size: 10px;
	line-height: 140%;
}
#aboutColumn2{
	width: 220px;
	margin-left: 420px;
	padding: 7px 0 0 0;
}
#aboutColumn2 h4{
	font-size: 11px;
	line-height: 150%;
    padding: 10px 0 3px 0;
}
#aboutColumn2 li{
	font-size: 11px;
	line-height: 140%;
}

/* -- contact form-- */

.adress{
	font-size: 11px;
	color: #b7b7b7;
	line-height: 140%;
	float: left;
	padding: 2px 0 0 0;
}
.adress ul{
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 10px;

}
.intro {
	font-size: 11px;
	color: #b7b7b7;
	letter-spacing: 0;
	
}
.cfrom {
	font-size: 11px;
	float:left;
	width: 300px;
	padding: 3px 0 0 130px ;
	letter-spacing: 0.1em;
}
.cfrom #message {
    font-size: 11px;
	padding-bottom:18px;
}
input.text, textarea.text  {
	width : 340px;
	padding : 3px;
	margin-top: 3px;
	line-height: normal;
	font-size: 12px;
	border: 1px solid #b7b7b7;
	margin-bottom: 10px;
}
input.button {
	line-height : 20px;
	color : #fff;
	border : 0;
	background-color: #b1b1b1;
	padding: 2px 10px;

} 
.thanks {
    padding: 80px 0 0 180px;
	letter-spacing: 0.1em;
	font-size: 14px;
	line-height: 170%;
}
/* --end contact form-- */