html {
	/*overflow: hidden;*/
}

body  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #989898;
	background-color: #ffffff;	
}

body h1, h2, h3, a {
	color: #4d4d4f;
}
body h1 {
	font-size: 15pt;
}
body h2 {
	font-size: 12pt
}

body a:hover {
	color: #ff6400;
}

a img {
	border: none;
}

#parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;	
}

#wrapper {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
}

#container { 	
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 20px;
	z-index: 999;
	position: absolute;
} 

#flashcontent {
	height: 298px;
	width: 300px;
}

#spirituclogo {
	margin-right: 20px;
	float: right;
}

.badgetext {
	font-family: "Courier New", Courier, monospace;
	font-size: 6pt;
}

#question {
	padding-top: 20px;
}

.homeSectionOverview {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

.homeColumnOne, .homeColumnTwo, .homeColumnThree {
	min-height: 180px;
	width: 220px;
	padding: 0;
}
.homeColumnOne p, .homeColumnTwo p, .homeColumnThree p {
	margin: 0px;
	padding: 0px;
}

.homeColumnOne {
	margin-right: 12px;
	float: left;
}

.homeColumnTwo {
	margin-right: 13px;
	float: left;
	width: 360px; 	 
	overflow: hidden;	
}

.homeColumnThree {
	float: left; 
	width: 350px; 	 
	overflow: hidden;
}

.homeColumnTitle, .homeColumnTitle1, .homeColumnTitle2, .homeColumnTitle1Extra, .homeColumnTitle2Extra {
	padding-top: 80px;
	padding-left: 20px;
	text-transform: uppercase;
}
.homeColumnTitle1 {
	background-image: url(../images/bg01.gif);
	background-repeat: no-repeat;
}
.homeColumnTitle1Extra {
	background-image: url(../images/bg-extras.gif);
	background-repeat: no-repeat;
}
.homeColumnTitle2 {
	background-image: url(../images/bg02.gif);
	background-repeat: no-repeat;	
}

.homeColumnTitle h1 {
	display: none;
	color: #ff6400;
	padding: 0;
	margin: 0;
}
.homeColumnTitle1 h1 {
	color: #ff6400;
	padding: 0;
	margin: 0;
}
.homeColumnTitle1Extra h1 {
	color: #ff6400;
	padding: 0;
	margin: 0;
}
.homeColumnTitle2Extra h1 {
	color: #ff6400;
	padding: 0;
	margin: 0;
}

.homeColumnTitle2 h1 {
	color: #ff6400;
	padding: 0;
	margin: 0;
}


.homeColumnText {
	padding: 20px;
	margin-top: 2px;
}


.homeColumnImg a:hover {
	background: none !important;
}

#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 195px;
	z-index: 0;
	padding: 0px;
	margin: 0px;
	color: #333;
	text-align: center;
	line-height: 45px;
	font-size: 20px;
}
#footerContents {
	overflow: hidden;
	height: 195px;
	width: 300px;	
	margin: 0 auto;
}
#footerContents a {
	text-decoration: none;
	color: #989898;
}
#footerContents a:hover {
	text-decoration: none;
	color: #ff6400;
}

.nobr {
	display:none;
}
