/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after { line-height: 0; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


BODY {
  background-color: #FFFFFF;
  margin: 0px;
  font: 75%/1.4em Arial, Helvetica, Tahoma, Verdana, sans-serif;
	color: #333;
}

A:link {color:#98012e}
A:active {color:#98012e}
A:visited {color:#98012e}
A:hover {color:#003366}


#sideBar, #nav, #topNav, #contact,#localnav {
	display: none; 
	}
	
#pageBounds {
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	}

#contentBounds {
	padding-top: 0px;
	}

#mainContent {
	float: left;
	}
	
#mainContent #home_main, #faq_main{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	}

#faq_main{
	border: 1px solid #222;
}

#contentRight {
	margin: 30px;
}





#footer {
	clear: both;
	line-height: 1.2em;
	}

/* footer */
#footer p {
	color: #ccc;
	margin: 0;
	}



.box p {
	font-size: 92%;
	}

.box {
	float: left;
	width: 215px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	}


h1
{
  text-align:    center;
}

legend
{
  font-size:    10pt;
  font-weight:  bold;
  color:        #98012e;
  margin-left: -20px;
}

fieldset
{
  margin-top:  10px;
  padding-left:  10px;
  padding-bottom:  10px;
  padding-right:  10px;
  border: 0px solid #333;
}

TD {
	text-align:left;
}

.formTable
{
  border:   none;
}

.section
{
  vertical-align: bottom;
  height:         30px;
  font-weight:    bold;
}

input:focus, select:focus
{
  background: #ffffe0;
}

input[type=submit]
{
  border: 1px solid navy;
}

.error
{
  color:      #cc0000;
  padding:    1px;
  border:     1px solid #ffe0e0;
}

.data
{
  color:      #003768;
  background: #dadada;
  display:    inline;
}

.callout, .calloutLt, .pageTitle, .required
{
  color:      #98012e;
}

.callout, .pageTitle, .required
{
	font-weight:    bold;
}

.disclaimer
{
	font-size: 75%;
}

.pageTitle, .required
{
	font-size: 135%;
}
