@charset "UTF-8";
/* CSS Document */

html, body {
	/* background-color: #dcdcdc; 
	background-image:url(../images/layout/maincontainer_bg.jpg);
	height: 100%;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

body.pagelayout {
	background-color: #8c8c8c;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#centercontainer {
	width: 700px;
	margin: 0 auto;
	height: 100%;
	background-color: #ebebeb;


}

#centerlayoutcontainer {
	width: 720px;
	margin: 0 auto;
    height: 100%; 
	background-image:url(../images/layout/maincontainer_bg.jpg);


}

#locations_lightgrey {
	/* width: 600px; */
	border: thin solid grey;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px;
	margin-left: 10px;
	padding:inherit;
	padding-left:14px;
	padding-right14px;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#333333;
	
}

#topbar, #mainpic, #mainmenubar, #maininfo {
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	background-color: #ebebeb;
}

#maininfo {
	vertical-align:top;
}

#layouttopbar {
	height: 50px;
}

#layoutmenubar {
	height: 50px;
}

#layouttopbar, #layoutmenubar {
	text-align:center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:none;
	
}

#maincontent {
	width: 660px;
	text-align:left;
	margin: 0px 0 0 30px;
	padding: 0 0 0 0;
	border:none;
	/* background-color:#FFCC00; */
}

table.locationfeatures, table.locationfeatures td  {
	
	/*padding: 0 0 0 0;
	
	border: thin solid grey;*/
	/* background-color:#FFCC00; */
}

#maincontent img.leftpic, img.rightpic {
border: thin solid grey;

}

img.leftpic {
margin: 0 1em 0 0 ;
float:left;

}

img.rightpic {
margin: 0em 1em 0 0.2em ;
float:right;

}

table.locationlinks td {
border-left: thin solid grey;
border-right: thin solid grey;
}