/* GENERAL PAGE LAYOUT ELEMENT FORMATTING */
body {
	text-align:left;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
}

/* Hack to make IE work right */

html, body {
height: 100%; 
overflow: hidden;	
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

#pageContainer {
	/* HEIGHT MUST BE 100% below to work on live. on dev it is set to 100000px to help with editing*/
	/* height: 100%; */
	 height:100%;
	 width:1000;
	 overflow: auto;
	 position: relative;
	 z-index: 0;
}

/* SITEWIDE LAYOUT DEFINITIONS OF DIV IDS */
#headLogo {
	background-image:url(/images/TopLeftLogo.gif);
	background-repeat:no-repeat;
	z-index:100;
	position:absolute;
	width: 200px;
	height: 200px;
	left: 20px;
	top: 20px;
}

#pgHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#FFFFFF;
	background-image:url(/images/TopmenuBG.gif);
	background-repeat:repeat;
	padding: 0px;
	width: 100%;
	height: 70px;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	z-index:95;
	text-align:left; 
}

#featureArea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color:#FFFFFF;
	/* background-image:url(/images/<%=headerImage%>.jpg); 
	background-repeat:no-repeat;*/
	/* background-repeat:repeat-y; */
	padding: 0px;
	/* height:150px; */
	height:255px;
	width:800px;
	margin-left:100px;
	/*width:100%; 600px;*/ 
	float:left;
	position:absolute;
	top:70px;
	left: 0px;
	z-index:1;
	font-weight: bold;
	color:#336699;
}
#pageBody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#CCCCFF;
	padding: 10px;
	width:780px;
	position:absolute;
	/* top:270px; */
	top:325px;
	left:100px;
	overflow:visible;
	/* text-align:left; */
	z-index:50;
}
#footer {
	width:100%;
	margin: 0 auto;
	text-align:center;
	float: left;
	bottom: 0; 
	left:0px;
	background-color:#FFFFFF;
	font-weight:bold;
	/*position:absolute; z-index:2; */
}
#pageHeadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
	text-align: right;
	width: 750px;
	padding:5px;
}

.topbutton {
	background-color:#0066CC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/* color:#FFFFFF; */
	padding:5px;
	float:left;
	margin:3px;
	height:14px;
	cursor:pointer;
}
.topbutton a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.topbutton a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.topbutton a:active {
	text-decoration:none;
	color:#FFFFFF;
}
.topbutton a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}


/* PAGE FONT STYLES */
.headerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight: bold;
	font-style:italic;
	position: relative;
	top: 3px;
}

.testimonialQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: justify;
	color: #000099;
	padding: 35px 0px 0px 20px;
}
.quoteName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-left: 200px;
}
.bqstart {
     float: left;
     height: 45px;
     margin-top: -40px;
     padding-top: 10px;
     margin-bottom: -60px;
     font-size: 700%;
     color: #FF0000;
}

.bqend {
 float: right;
     height: 25px;
     /* margin-top: -20px;
     padding-top: 35px;*/ 
     font-size: 700%;
     color: #FF0000;

 }
