@charset "UTF-8";
body { 
	margin: 0;
	padding: 0;
	background-color:#F5F6CE;
	text-align:center;
} 
html, body, #wrapper {
	min-height:100%;
	width:100%;
	height:100%;
}
html>body, html>body #wrapper {
	height:auto;
}
#spacer {
height: 95%;
float: left;
width: 1px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}
#wrapper {
	position: relative;
	text-align:left;
	width:800px;
	margin-right:auto;
	margin-left:auto;	
	padding: 0;
}

#containers {
   position:absolute;
   left:0px;
   top:213px;
   width:194px;
   height:436px;
   z-index:0;
}
.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#9966CC;
	bottom: 0;
}
#content {
	padding: 10px;
	border-width: 1px;
	margin-bottom: 2em;
	min-height: 478px;

}
#header {
	border-top: 1px solid #778899;
	border-bottom: 1 px dotted #B2BCC6;
	height: 130px;
	width:800px;
	margin-bottom:60px;
}
#footer {
	clear:both;
	height: 0%;
	padding: 0;
	width:800px;
	position:absolute;
	bottom: 0;
	margin-top: -7.5em;
	margin-bottom:10px;
}
.C1	{
	width: 50%;
	float:left
}
.C2 {
	width: 30%;
	float:left;
}
.C3 {
	width: 50%;
	float:left
}
#space {
	clear: both;
}
#centeredImage {
   text-align:right;
   margin-top:0px;
   margin-bottom:0px;
   padding:0px;
}
#textBox {
	position:absolute;
	float:left;
	left:0px;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	top:213px;
	width:194px;
	height:436px;
	z-index:0;
}
#purpleText {
	color:#9966CC;
}
#homeQuote {
	font-size:14px;
}
.textHeaderPurple {
	color:#9933CC;
	font-size:20px;
	font-weight:bold; 
}
.textHeaderSecondaryPurple {
	color:#9933CC;
	font-size:16px;
	font-weight:bold;
}
.servicesHeaderPrimary {
	color:	#AF7817;
	font-size:24px;
	font-weight:bold;
}
.servicesHeaderSecondary {
	color:#9933CC;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
}
.textHeaderGold {
	color:#FFFF66;
	font-size:20px;
}
.purpleText {
	color:#9933CC;
	font-style:italic;
}
.textIndent {
	text-indent:14pt;
}
.noteText {
	font-size:11px;
}
.error {
	color:#FF0000;
	font-weight:bold;
}
.Heading {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps; 
	text-transform: uppercase; 
	color: #000000;
}
.Htext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
}
.Hposition {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px
}
.HeadingSmall { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; font-weight: normal; 
	font-variant: small-caps; 
	text-transform: uppercase; 
	color: #000000 ;
}
fieldset {
	margin:10px 0;
}
legend {
	font-weight:bold;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color:#CD3669;
}
