 /* common styling */


h1 {
	font-size: 22px;
}

 /* Set up the default font and ovrall size to include image */
.menu {
	width:740px;
	height:135px;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	background-image: url(../meeting.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	margin-top: 2px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}

/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:246px;
	height:38px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:246px;
w\idth:246px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#FFFFFF;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block;
	position:absolute;
	top:1.2em;
	margin-top:11px;
	left:0;
	width:246px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
color:#FFFFFF; 
border:0;
margin:0;
font-weight:normal; 
font-size:0.9em;
height:auto; 
line-height:24px; 
padding:0px; 
width:246px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
 
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
width:246px; /* for IE5.5 faulty box model */
w\idth:246px; /* for IE6 */
}

.topoffice {
	background-color: #FFFFFF;
	background-image: url(../images/sarasotabutton_up.jpg);
	background-repeat: no-repeat;
	margin-right: 2px;	
}

.topProduct {
	background-color: #FFFFFF;
	background-image: url(../images/sarasotan_button_up.jpg);
	background-repeat: no-repeat;	
}


.topdocument  {
	background-image: url(../images/sarasotabutton_up-07.jpg);
	background-repeat: no-repeat;
}

.topoffice a:hover {
	background-image: url(../images/sarasotabutton_down.jpg);
	background-repeat: no-repeat;
	
	
}

.topProduct a:hover {
	background-image: url(../images/sarasotan_button_down.jpg);
	background-repeat: no-repeat;
	
}


.topdocument a:hover {
	background-image: url(../images/sarasotabutton_down-07.jpg);
	background-repeat: no-repeat;
}

.office1 {
	background-image: url(../images/office_explain1.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 740px;
	margin-top: 10px;
	padding-top: 5px;
}

.pro2 {
	background-image: url(../images/Production_explain.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 740px;
	margin-top: 10px;
	margin-left: -248px;
	padding-top: 5px;
	
}

.doc3 {
	background-image: url(../images/document_explain.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 740px;
	margin-top: 10px;
	margin-left: -494px;
	padding-top: 5px;
}

.office1 a:hover {
	background-image: url(../images/spacer1.gif);
	background-repeat: no-repeat;
	height: 92px;
	width: 740px;
	margin-top: 10px;
	padding-top: 5px;
}

.pro2 a:hover {
	background-image: url(../images/spacer1.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 740px;
	margin-top: 10px;
	margin-left: -248px;
	padding-top: 5px;
	
}

.doc3 a:hover {
	background-image: url(../images/spacer1.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 740px;
	margin-top: 10px;
	margin-left: -494px;
	padding-top: 5px;
}

.longexplain {
	margin-top: -82px;
	margin-left: 220px;
	color: #FFFFFF;
	height: 100px;
	width: 300px;

}

.longexplainpro {
	margin-top: -130px;
	margin-left: -15px;
	color: #FFFFFF;
	height: 100px;
	width: 250px;
	
}

.longexplaindoc {
	margin-top: -125px;
	color: #FFFFFF;
	height: 100px;
	width: 280px;
	margin-left: -250px;
	
}

