body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #FFFFFF;
	margin: 5px 0px 0px;
	padding: 0;
	background-image: url(../images/nyp7exp_pbg.jpg);
	background-repeat: repeat-x;
}

#menuwrapper {
	width: 940px;
	margin: auto;
	border: 1px solid #000000;
	height:500px;
}

img { border: none } 


#H1 {
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 940px;	
}
#H1 a:link, #H1 a:visited {
	font-family:Verdana;
	font-size:12px;
	color: #000000;
	text-align: right;
}
#H1 a:hover, #H1 a:active{
	font-family:Verdana;
	font-size:12px;
	color: #990000;
	text-align: right;
}


#map {
	float:left;
	width:660px;
	height:500px;
	border-right: 1px solid #000000;
}

.infowindow {
	line-height: 20px;
}

#side_bar {
	float:left;
	padding:20px;
	width:239px;
	margin:0px;
	height:430px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:auto;
	line-height: 14px;
}


/*code from p7exp.css -  need to make some changes*/

#side_bar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}


#side_bar a {
	display: block;
	text-decoration: none;
	padding: 5px;
	font-size: 100%;
	/*font-weight: bold;*/
	color: #003399;
}


#side_bar a:focus, #side_bar a:active {
	color: #FFFFFF;
	background-color: #db8dbf;
}

#side_bar ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}



/*Martins CSS start*/
.control {
	cursor:pointer;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}


/*.menuItem {
	cursor:pointer;
	border:1px solid black;
}

.infoWindow {
}

li {
	list-style-type:none;
	margin-right:4px;
	margin-bottom:4px;
	text-align:left;
}*/

.htmlControl{
	border:1px dotted black;
	background-color:white;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:center;
	font-weight: bold;
}

.loadingMessage{
 background-color:white;
 padding:0.25em 1em;
}

/*Martins CSS stop*/
table, td {
	border: 1px solid #000000;
}
