/* Basic Elements */

body {
	margin: 28px 0px 28px 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	}
h1, .nodis { display: none; }
a img { border: none; }
form { margin: 0px; padding: 0px; }
p {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}
ul, ol {
	margin: 10px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-size: 12px;
	list-style: none;
	}
ul li, ol li {	
	background:url(../images/bullet-circle.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 17px;
	}
ul ul {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
ul ul li {	
	background:url(../images/bullet-arrow-small.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 17px;
	}
address { 
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	font-style: normal;
	}
h3 {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	color: #3b3827;
	font-size: 15px;
	border-bottom: 1px solid #ede4a8;
	}
	
/* Highlights */

.highlight-green-home, .highlight-green {
	background-color: #f0ffd9;
	padding: 10px 10px 0px 150px;
	border: 1px solid #c4e68e; 
	font-weight: bold;
	position: relative;
	line-height: 19px;
	height: 65px;
	text-align: justify;
	margin: 0px 0px 20px 0px;
	}
.highlight-green {
	padding: 10px;
	height: auto;
	margin: 0px;
	}
*html .highlight-green { height: 20px; }
.highlight-green-home img {
	position: absolute;
	top: -2px;
	left: -2px;
	}
.highlight-tan-home {
	background-color: #fef7ce;
	padding: 9px 10px 0px 10px;
	border: 1px solid #f2e6a2; 
	font-weight: bold;
	position: relative;
	line-height: 19px;
	height: 85px;
	text-align: justify;
	}
.highlight-tan-home ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	}
.highlight-tan-home ul li {	
	background:url(../images/bullet-arrow-large.gif) no-repeat 0px -2px;
	padding: 0px 0px 8px 40px;
	}	
.highlight-tan-home img {
	position: absolute;
	top: -9px;
	left: 345px;
	}
.highlight-tan {
	background-color: #fef7ce;
	border: 1px solid #f2e6a2; 
	font-weight: bold;
	line-height: 19px;
	text-align: justify;
	padding: 5px 10px 10px 5px; 
	margin: 0px 0px 17px 3px;
	}
.highlight-tan h3 { margin: 5px 0px 0px 0px; }
.highlight-tan p { margin: 5px 0px 0px 0px; }

/* Misc */

.center { text-align: center; }
.margin-bottom { margin-bottom: 10px; }
.margin-top { margin-top: 10px; }
.margin-right { margin-right: 10px; }
.margin-left { margin-left: 10px; }
.clearthis { clear: both; }
.large { 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 18px;
	}
.medium { 
	font-size: 14px; 
	line-height: 18px; 
	}
.small { font-size: 11px; line-height: 14px;}
.left { float: left; }
.right { float: right; }
.border { border: 1px solid #ccc; }
.red { color: red; }