/* 
  -----------------------------------------------------------------------------
  Filename: 3col_pageLayout.css
  Styling for Wellness One home page, index.html
  
  From Proj7 Curivitude Layout 07: 3 column Hz Nav Basic
  Removed the P7 horiz nav to be replaced by horiz menu bar magic
  ------------------------------------------------------------------------------
*/

/*
.home {

}
.home p, .home margin, .home img {
	margin: 0px;
	padding: 0px;
}

*/

#columntop {
	clear: both;
	background-image: url(../images/3ColTop.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(../images/3ColMid.jpg);
	background-repeat: repeat-y;
}

#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
	margin-top: 20px;
	text-align: center;
}

#c1 h4 {
	text-align: center;
	font-size: 0.8em;
	padding: 8px 0 0 0;
}
#c1 h5 {
	text-align: center;
	font-size: 0.8em;
	padding: 6px 0 2px;
}
#c2 {
	width: 512px;
	color: #CCC;
	text-align: center;
}
/*
.section_boxbottom {
	background-image: url(img/p7CRV_box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}

*/
#c3 {
	width: 224px;
	float: right;
}
#c3 h2 {
	text-align: center;
	margin-top: 20px;
}
#c2 .content {
	background-image: url(../images/bgGrad.jpg);
	background-repeat: no-repeat;
	width: 498px;
	background-color: #FFF;
	margin: 0px 0 0 7px;
	text-align: center;
	height: 580px;
}
/*
#c1 .recipes {
	margin: 10px 16px 10px 20px;
	border: solid 2px #000;
	text-align: center;
}
.content p a:link,
.content p a:visited {
	color: #03F;
	font-size: 1.0em;
}
*/

#hours h1 {
	text-align: center;
	padding-bottom: 4px;
	font-size: 1.3em;
}

#hours p {
	margin: 0;
	padding: 0 0 6px 14px;
	font-size: 0.7em;
	text-align: left;
	/*padding-left: 18px;*/
}
#columnbottom {
	clear: both;
	background-image: url(../images/3ColBot.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#mainNavBin a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#hours h4 {
	padding-left: 32px;
}
#c2 .content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	margin: 50px 16px 0 0;
	padding: 0;
}

#c2 .content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	padding: 30px 0 0;
	margin: 8px 8px 2px 0 0;
}

#galleryBox {
	width: 192px;
	margin: 20px 16px 20px 18px;
	border: solid 2px #000;
	padding: 0 0 8px 6px;
}
#galleryBox p {
	text-align: center;
	margin: 6px 0;
	font-size: 1.0em;
}
/*
#newsBox {
	border: 2px solid #000;
	margin: 20px 14px 18px 18px;
}
*/
#newsBox p {
	text-align: center;
	margin: 6px 0;
}

.rtcolcontainer {
	width: 198px;
	text-align: center;
	padding-top: 22px;
}

#c3 h1 {
	font-size: 1.1em;
	padding-bottom: 12px;
}

#c3 ul {
	text-align: left;
	font-size: 0.9em;
}
/*
#novSched {
	text-align: center;
	padding: 0 0 10px 0;
}
*/


/*
#c1 h2 {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
}

#c1 h3 {
	text-align: center;
	font-size: 1em;
	margin-top: 8px;
	padding: 0 0 10px 0;
}
*/
