/* Site Wide CSS Styles for Type Styling; For "non-layout" elements */

/* **************************************************************** */


/* General Styles */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

h1 {
	font-family: Garamond, Times, Times New Roman, Serif;
	font-size: 21px;
	font-weight: bold;
	color: #215242;
}
.headerSubtext {
	font-size: 75%;
	color: #a67e41;
	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.regTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.boldTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-left: 10px;
}
.listTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	list-style-image: url(../images/bullet.gif);
}
.italicsTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-left: 10px;
	font-style: italic;
}
.anchorTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #435348;
	margin-left: 10px;
	text-decoration: none;
}

h2 {
font-family: Times, Garamond, serif;
font-size: 18px;
margin: 0;
line-height: 20px;
text-align: left;
color: #215a4a;
margin: 1em 0;
}


/* Blue: These are for section Subnavs */

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.subnav a:link {
	color: #00f;
	background-color: transparent;
	text-decoration: none;
}

.subnav a:visited {
	color: #00c;
	background-color: transparent;
	text-decoration: none;
}

.subnav a:hover {
	color: #fff;
	background-color: #A57B42;
	text-decoration: underline;
}

.subnav a:active {
	color: #00f;
	background-color: transparent;
	text-decoration: none;
}



/* News Listing Div Specific Styles */

.newsList h1 {
	font-family: Garamond, Times, Times New Roman, Serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #a67e41;
	color: #F5F4F2;
}
.newsList a:link {
	color: #F5F4F2;
}
.newsList a:visited {
	color: #F5F4F2;
}
.newsList a:hover {
	color: #fff;
}
.newsList a:active {
	color: #fff;
}
.imgRight {
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}
.imgLeft {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	list-style-image: url(../images/bullet.gif);
}

div.testimonial {
	text-align: right;
	margin: 1.5em 0;
}

div.testimonial p {
	text-align: left;
	margin: .75em 0;
}

div.testimonial strong {
	color: #215a4a;
}