/* Reset CSS Rules*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* End Reset Rules */

#body {
	background-color: #D1E0EF
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	padding-top: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFF;
	background-image: url(IndexImages/bannerbckgrnd.gif);
	padding-bottom: -5px;
	top: 0px;
	left: 0px;
	border: medium solid #1a3665;
}
#banner {
	height: 74px;
	width: 960px;
	background-image: url(IndexImages/HPBannerv2.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#MainContent {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #2c5781;
	margin-left: 190px;
	margin-right: 10px;
}
#LeftNavBar {
	width: 160px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 20px;
	background-repeat: repeat-y;
}

#LeftNavBar p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffc529;
	font-size: 12px;
	padding-left: .75em;
	padding-top: 0px;
	margin-top: 0px;
}

#LeftNavBar #topaddress {
	margin-top: 190px;
}

#mainPhoto {
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 10px;
}

#mainPhoto p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2c5781;
	text-align: center;
}

#introText {
	font-family: Arial, Helvetica, sans-serif;
	color: #2c5781;
	padding-top: 10px;
}

#introText h2 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
}

#introText h3 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
}
#introText h4 {
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#introText h5 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}

#newsBox {
	margin-top: 20px;
	border: thin solid #900;
	margin-left: 0px;
	padding-top: 0px;
	margin-right: 10px;
	float: none;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#newsBox h2 {
	color: #900;
}

#newsBox p {
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#MainContent a:link {
	text-decoration: none;
	color: #2c5781;
	font-weight: bold;
}

#MainContent a:hover {
	font-weight: bold;
	color: #ffc529;
}

#featureImage {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 480px;
}

#featureImage img {
	clear: both;
	margin-left: 60px;
}

#featureImage p {
	text-align: center;
}
#historyImage {
	float: right;
	height: 323px;
	width: 450px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#yogaImage {
	float: right;
	margin-left: 10px;
}

.rightImage {
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}
.rightImage p {
	text-align: center;
	margin-bottom: 10px;
}
.bottomImage {
	float: none;
	margin-top: 10px;
}
.bottomImage p {
	text-align: center;
	margin-bottom: 10px;
}
