@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffdc90;
}

h1, h2 {
	font-family:Georgia, Palatino, Times New Roman, Times, serif;
	font-weight:500;
	color:#2e6352;
}

h3, h4 {
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#2e6352;
}

p, li {
	font-family:Tahoma, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#000;
}

h1 {
	font-size:18px;
}

h2 {
	font-size:16px;
}

h3	{
	font-size:14px;
	font-weight:600;
}

h4 {
	font-size:12px;
	font-weight:600;
}

h1, h2, h3, h4, p, li {
	padding-left:12px;
	padding-right:12px;
}


a:link {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	color:#2e6352;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#036;
	font-weight:normal;
	text-decoration:underline;
}

a:hover {
	color:#999;
}


.accent {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000;
}

.accentgreen {
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2e6352;
}

.accentred {
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#C30;
}

.headline {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	background-color:#2e6352;
	font-size:13px;
	line-height:20px;
	font-weight:500;
	color:#FFF;
	text-transform:none;
}

.headlineRed {
	background-color:#981b1e;
	font-family: Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size: 18px;
	font-weight:bolder;
	color:#FFFFFF;
}

.underline {
	border-bottom:#2e6352 1px solid;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
}

.dotline {
	border-bottom:#2e6352 1px dotted;
	margin-left:10px;
	margin-right:10px;
	padding-bottom:6px;
}

.footer {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, sans-serif;
	font-size:10px;
	font-weight:400;
	color:#FFF;
}

.caption {
	font-size:10px;
}

.leftimg {
	margin-top:0px;
	margin-right:10px;
	margin-bottom:0px;
	margin-left:0px;
	float:left;
}

.rightimg {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:10px;
	float:right;
}

ul.awards {
	line-height:24px;
	list-style:none;
	padding-left:18px;
}

td.display {
	border-bottom: #2e6352 thin dotted;
	padding-top:9px;
	padding-bottom:9px;	
}

#pullquote {
	width:500px;
	border: solid #2e6352;
	border-width: 4px 0;
	margin-left:60px;
	margin-top:20px;
	margin-bottom:20px;
}

#pullquoteshort {
	width:360px;
	border: solid #2e6352;
	border-width:2px 0;
	margin-left:240px;
	margin-top:20px;
	margin-bottom:20px;
}

/*navigation bar */

#navigation p {
	font-family:Lucida Grande, Tahoma, Verdana, Trebuchet MS, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#eff2f7;
	line-height:30px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0 0 0 20px;
}

#navigation a:link {
	color: #360;
	text-decoration:none;
}

#navigation a:hover {
	color:#900;
	text-decoration:underline;
}

#navigation a:visited {
	color:#900;
	text-decoration:none;
}

