/* This file contains basic page structure css only.
   Text formatting css should be included in the /edit/_Client_Style.css file which can be edited by the client */
   
@media only screen and (max-width: 1000px) { 
	/* rules that only apply for canvases narrower than 1000px */
	body { 	padding: 2px; 
	font-family: Arial, Gotham, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	min-width: 312px;
	}
	
	#mainTable {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		min-width: 312px;
	}
	.headerRotate {
		width: 100%;
		height: auto;
		min-width: 312px;		
	}
	.header {
		width: 100%;
		height: auto;
		min-width: 312px;		
	}
	#contentTable {
		width: 100%;
		min-width: 312px;
	}
	.contentArea {
		padding: 2px;
	}
	.googlemap {
		width: 300px;
		height: 300px;
	}
	.image_left_pad_10_right {
		float:none;
		width:300px !Important;
		max-width:100%;
    	margin: 0px;
	}
	.image_right_pad_10_left {
		float:none;
		width:300px !Important;
		max-width:100%;
    	margin: 0px;
	}
	.MainMenuDividerImg {
		width: 1px;
		height: 1px;
	}
	.MainMenuDivider {
		width: 2px;
		height: 2px;
	}

.videoTN {
	width: 100%;
	float: left;
	margin-bottom: 15px;
	}
