/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #717171;
}

#page {
	width: 980px;
	padding: 0px 3px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bgPage.gif);
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
}

#header {
	background-image: url(images/bgHeader.gif);
	background-repeat: repeat-x;
	padding: 10px 0px;
	float: left;
	width: 980px;
}

#logo {
	float: left;
	margin-left: 18px;
}

#phoneNo {
	float: right;
	margin-right: 18px;
	padding: 8px 0px;
}

#banner {
	float: left;
	clear: both;
	background-image: url(images/bgBanner.gif);
	background-repeat: repeat-x;
	width: 980px;
}

#banner .columns {
	float: left;
	width: 380px;
}

#banner img.verticalPadding {
	margin: 50px 40px;
}

#banner img.horizontalPadding {
	margin: 10px 40px;
}

#links {
	background-color: #717171;
	float: left;
	width: 200px;
	height: 232px;
	padding: 10px;
}

#links ul {
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

#links li {
	list-style-type: none;
}

#links li A {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-image: url(images/bulletLinks.gif);
	background-repeat: no-repeat;
	background-position: .1em 1.2em;
	list-style-type: none;
	display: block;
	padding: 10px 16px;
}

#content {
	width: 980px;
	float: left;
	clear: both;
	margin-top: 1px;
}

#leftColumn {
	float: left;
	width: 642px;
	padding: 15px;
}

#rightColumn {
	float: left;
	width: 266px;
	padding: 20px;
	background-color: #F1F1F1;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	clear: both;
	margin: 0px;
}

#leftColumn .imgBlock {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 283px;
}

.imgBlock P {
	margin-top: 8px;
	padding: 0px;
	width: 280px;
}

#images {
	width: 646px;
	float: left;
	margin-top: 20px;
}

#images .row {
	width: 646px;
	float: left;
	margin-bottom: 15px;
}

#footer {
	background-image: url(images/pageBottom.gif);
	background-repeat: no-repeat;
	width: 980px;
	padding: 10px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Arial, Verdana;
}

#footer A {
	color: #717171;
	text-decoration: none;
}

#tblContactUs {
	margin-top: 10px;
/*	border: 1px solid #1C9ED7; */
	padding: 5px;
}

#tblContactUs td {
	border-bottom: 1px solid #F6F6F6;
	border-top: 1px solid #CCCCCC;
	padding: 10px 20px;
}





	@media screen and (max-width: 430px) {
	html, body { min-width:43px;	 }
	div { width: 100% !important; display:block !important; }
	p { width:90% !important; }

	
	#toplinks li, #toplinks li a { display:block; width:100% !important; }
	.navi ul li a {  padding: 0;  text-align:center;  color:#000;}
	#links { height:auto; }


	
	#footer, #rightColumn, #banner .columns:nth-child(1), #banner .columns:nth-child(2) { display:none !important; }
	.citylink { line-height:28px; }
	

	table {width:100% !important;}
	table td {display:block; width:100%;}
	a {line-height:32px;}

	
}