/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;		
	
	
}
.oneColumn #wrapper {
	width: 710px;
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 50px;
	text-align: center;
	}
.oneColumn #container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
.oneColumn #header {
	height: 120px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: xx-large;
	color: #999;
	font-weight: lighter;
	background-image: url(../Media/shapeimage_1.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
}
#top_nav {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#space {
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
#company_name {
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	bottom: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#header h5 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
#mainContentsummary {
	background: #FFFFFF;
	float: ;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #333;
}
#footer {
	background-color: #FFF;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#copyright {
	width: 600px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 10px;
}
			

#mainContentdetails {
	float: left;
	width: 710px;
	background-color: #FFF;
}
#leftColumn {
	float: left;
	width: 260px;
	padding-right: 10px;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	font-style: italic;
	color: #069;
	padding-left: 20px;
}
#leftColumnImg {
	width: 264px;
	height: 285px;
	font-family: "MS Serif", "New York", serif;
	font-size: 12px;
	font-style: italic;
	color: #069;
	border-bottom-width: thin;
	border-bottom-style: outset;
	border-right-width: 6px;
	border-right-style: groove;
	border-right-color: #fffcfc;
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-left-style: ridge;
}

#paraOnerightColumn {
	float: right;
	width: 390px;
	color: #333;
}
#paraTworightColumn {
	float: right;
	width: 390px;
}
#paraThreerightColumn {
	float: right;
	width: 390px;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #336699;
	background-color: ;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 0.1em;
}
#footer.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #336699;
	text-decoration: ;
}
.hours {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #338899;
	text-decoration: ;
	letter-spacing: 0.1em;
	line-height: 20px;
}
