/* ------------------------------------------------------------------------------------ */
/* STYLES
/* ------------------------------------------------------------------------------------ */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-fade.gif);
	background-repeat: repeat-x;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #ad9929; 
	background-color: #ad9929; 
	height: 1px; 
	border: 0px;
}
#container {
	margin: 0px auto;
	width: 800px;
	
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)								
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #07035a;
}
h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #07035a;
}


/* ------------------------------------------------------------------------------------ */
/* TOP BANNER AREA
/* ------------------------------------------------------------------------------------ */
.banner {
	width: 800px;
	height: 118px;
}
.bannerLogo {
	width: 624px;
	float: left;
}
.bannerPhone {
	width: 176px;
	float: left;
}


/* ------------------------------------------------------------------------------------ */
/* NAVIGATION
/* ------------------------------------------------------------------------------------ */
.navigation {
	width: 800px;
	height: 27px;
}


/* ------------------------------------------------------------------------------------ */
/* FLASH HOMEPAGE
/* ------------------------------------------------------------------------------------ */
.flash {
	width: 800px;
	height: 284px;
}


/* ------------------------------------------------------------------------------------ */
/* LOWER PANELS
/* ------------------------------------------------------------------------------------ */
.panelGroup {
	width: 764px;
	margin: 0px auto;
}
.panel {
	width: 382px;
	overflow: hidden;
	float: left;
	color: #666666;
	font-size: 11px;
}
.panelText {
	width: 265px;
	float: right;
	padding: 0px 20px 8px 0px;
	overflow: hidden;
}
.panelPic {
	width: 97px;
	height: 100px;
	float: left;
}
.panelRepeat {
	width: 382px;
	overflow: hidden;
	background-image: url(../images/text-panel-repeat.gif);
	background-repeat: repeat-y;
}
.panelCap {
	width: 382px;
}
.panelTop {
	width: 285px;
	height: 21px;
	float: left;
}


/* ------------------------------------------------------------------------------------ */
/* FOOTER
/* ------------------------------------------------------------------------------------ */
.footer {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	color: #999999;
}


/* ------------------------------------------------------------------------------------ */
/* LINKS
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #4F027C;
}
a:visited {
	color: #63029D;
}
a:hover {
	color: #5D5D5D;
}
a:active {
	color: #4F027C;
}






/* old styles from the other sheet */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bodyBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}	
.bodyAlert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;	
}
.MediumWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.smallRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.largeRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: bold;
}
ul#letterbull{ list-style-type:none; list-style-image:url(../images/bullett.jpg); margin-left:18px}