/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.266;
	margin: 0px;
	padding: 0px;
	font-size: medium;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: underline;		
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
	xbackground-color:#dddddd; /*#0e1d48*/
}
/* overrides decoration from previous rule for hovered links */

:focus
{
	/* -moz-outline-style: none; */
	outline-style:none;
}
/*  overrides Firefox focus cursor onclick */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px 0px;
	xborder-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	white-space: nowrap;
}

#newNav{
	margin: 20px 0px 0px 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	text-align: center;
}

#content{

	margin: 0px 0px 0px 0px; 
	padding: 0px 2px 0px 10px;

}

#footer {
	padding: 5px;
	border:#009966 solid 1px;
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #999999;
	padding: 0px 10px 0px 10px;
	margin-top: -1px;
	margin-bottom: 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo td{
	white-space:nowrap;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	text-decoration: blink;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
	color: #ccceee;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 0px 0px 0px;
	text-decoration:none;  /* 7-3-06 */
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .story styles *****************/

.homestory a {
	font-size:125%;

}
.homestory p {
	margin: 0px 0px 10px 0px;
}
.homestory, .story2 {
	padding: 10px 10px 10px 10px;
	font-size: 80%;
	background: url(../images/bgstripeG.gif) repeat-x top;
	/* fix for browsers that don't need the hack */
	
}

.story{
	padding: 0px 10px 10px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 0px 0px;
}

.story td {
	text-align: center;
}


.story2{
	clear: both;
	padding: 0px 0px 0px 10px;
	text-align: center;
	
}

.story2 p{
	padding: 0px 0px 0px 0px;
}
.story2 img {
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #CC6600;
	xmargin:5px;
}
/*
.story th {
	color: #006699;
	font-weight: normal;
	background-color: #CFE6FE;
	text-align:center;
}
*/


/************* Floating Right Column **************/
.contentSub {
	width: 210px;
	margin: 5px 0px 7px 10px;
	padding: 5px;
	float: right;
	font-size: 90%;
	background-color: #deeeee;
	/* white-space: nowrap;	*/
	border:1px solid #aaaaaa;
	text-align:center;
}
/**************** added last night **************/
.contentSub img{
	text-align:center;
	margin-top:1px;
	position:inherit;
}
.contentSub th {
	font-weight:bold;
	border-bottom:#666666 thin solid;
}
.contentSub td {
	font-style:italic;
	font-size:90%;  /*this makes 80% */
	color:#CC3300;
	padding-top:10px;
}
.contentSub hr {
	width:auto;
	margin-top:1.5em;
}
.contentSub h3 {
	background-color:#B5Beee;
	margin:0px;
}
.colorNew {
	background: #92EA82;
}
.colorOld {
	background: #E6E6E6;
}
.admin th {
	color: #FFFFFF;
	background: #339999;
	text-align: center;
}
.goTop {
	font-size: x-small;
}
.reduced {
	font-size: small;
}
.homeBold {
	/* PURPLE color: #8022FF;  
	   GREEN  color:#93D189;                 
	   GOLD   color:#F09429;      */
	color:red;
	font-size: medium;
	font-weight: bold;
}
.homeRegular {
	color:#000000;
	font-size: 85%;
}
.homeRegular a{
	font-size: 110%;
	font-weight: bold;
}
.testimony {
	font-size: 80%;
}
.homestory img{
	max-width:200px;

}
.prphoto img{
	margin:0px 10px 10px 10px;
	padding:5px;
	background:#FFFFFF;
	border:1px solid red;
}
.statement {
	padding: 0px 15px;
	font-size: 110%;
}
.statement p {
	text-indent: 30px;
}
.navColTDBG {
	background: url(../images/leftside.jpg) repeat-y;
}
