
/* custom styles */


/* REDEFINED STYLES */

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333333;
	line-height:20px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #003366;
}
a:hover {
	color: #737433;
}
a:active {
	color: #003366;
}

/* GENERAL STYLES */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.link-darkbg {
	color:#CCCCCC;
}
.dropcap {
	font-size:28px;
	font-weight:bold;
}
.txt-intro {
	font-size:14px;
	line-height:28px;
}
.smallcaps {
	font-size:11px;
	font-variant:small-caps;
}
.header-large {
	font-size:24px;
	font-weight:bold;
	line-height:28px;
	color:#70475F;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
}
.txt-blurb {
	font-size:14px;
	line-height:20px;
	text-align:center;
}
.txt-quote {
	font-size:14px;
	font-style:italic;
	line-height:20px;
	text-align:center;
	color:#BABB71;
}

.header-sidebar {
	font-size:16px;
	font-weight:bold;
	color:#9E9F45;
}

/* FOOTER STYLES */

.footer {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	font-size:12px;
	color:#B49A47;
	font-weight:bold;
	text-decoration:none;
}
.footer-sub {
	font-size:10px;
	color:#CCCCCC;
}
.footer-sub a {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-sub a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.border {
	border: 1px solid #B7B759;
}

/* SLIDESHOW CENTERING FIX STYLES */

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
