/*   Globals
=====================================*/
* {margin:0px; padding:0px;}
li {line-height: 1.5em; margin-left:15px;}
p, ul, h2, h3, h4, h5 {margin-bottom:10px;}
a {color:#0E5664; text-decoration:none; font-weight:normal; font-size:110%;}
a:hover {color:#fff; text-decoration:none;}


/*   Body and Wrappers
=====================================*/
body {
	background:#531E92 url(images/layout/BG.jpg) top center no-repeat;
	font:75%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}
#shell {
	background:url(images/layout/bodyBG.jpg) 0 0 repeat-y;
	margin:0px auto;
	position:relative;
	overflow:hidden;
	width:900px;
}
#container {
	background:url(images/layout/headBG.jpg) 0 0 no-repeat;
	position:relative;
	overflow:visible;
	width:100%;
}



/*   Body Content Styles
=====================================*/
#content {
	clear:both;
	padding-top:15px;
	padding-bottom:25px;
	margin-left:225px;
	width:600px;
	min-height:250px;
	_height:250px; /* for IE6 */
}
.callOut {margin-left:50px; margin-top:25px;}
.callOut p{
	background:transparent url(images/layout/callOut.gif) 0 0 no-repeat;
	padding:5px 0px 0px 15px;
	margin-right:20px;
	font:100% Arial, Helvetica, sans-serif;
	line-height:1.4em;
	float:left;
	width:192px;
	height:79px;
}

/*   Individual Pages
=====================================*/
/*  Staff  */
.staffBlock {
	padding-top:10px; margin-bottom:10px;
	min-height:225px; _height:225px;
	border-top:1px solid #ddd;
}
.staffBlock img {
	margin:0px 9px 8px 0px;
	float:left;
}

#faq {color:#D6B389;}
#faq a {
	text-decoration:none;
}
.faqAnswer {
	padding:10px;
	margin-left:15px;
	width:575px;
	background:#fff;
	color:#000;
}



/*   Footer Styles
=====================================*/
#footer {
	background:#531E92 url(images/layout/footBG.jpg) 0 0 no-repeat;
	font:normal 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:100%;
	height:100px;
	clear:both;
}
#footSpace{height:60px;}
#foot_info {
	color:#ADC7BE;
	width:750px;
	float:right;
	text-align:center;
	line-height:1.5em;
	letter-spacing:-1px;
}
#foot_info a {color:#ADC7BE;}
#foot_info a:hover {
	color:#3d95eb;
	text-decoration:underline;
}



/*   Forms Styles
=====================================*/
form {padding:0;margin:0;}
.text  {border:1px solid #666; width:200px;}
.error {border:1px solid #f00;background-color:#ffe0e0;}
.req {color:#fff;font-size:10px;margin-left:5px;}
.req2 {color:#f00;font-weight:bold;margin-left:5px;}
.formText {text-align:right; padding-right:15px; width:33%; line-height:14px; padding-bottom:10px;}



/*   sIFR 3 Styles
=====================================*/
.sIFR-active h1 {line-height:30px;}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-unloading .sIFR-flash {
	visibility: hidden !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}
.sIFR-dummy { 
	width: 0px;
	height: 0px;
	margin-left: 42px;
	z-index: 0;
}


/*   Standard Image/Feature Styles
=====================================*/
#feature {margin:30px auto 20px auto;}
.caption {font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right; border:1px solid #CBE9E7; padding:4px;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:3px; background:#fff; border:1px solid #777; float:right; margin:1px 0px 8px 9px;}
.photoleft {padding:3px; background:#fff; border:1px solid #777; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#fff; border:1px solid #777;}
.featureRight {border:5px solid #6C3DAD; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #6C3DAD; padding:2px; margin:7px auto 7px auto; }
