@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
	background-color: #ffffff;
}
#logo {
	margin-top: 13px;
	margin-left: 0px;
	height: 95px;
	float: left;
	clear: both;


}

a,
a:link,
a:active,
a:visited {
	color: #68aaeb;
	text-decoration:underline;
}
a:hover {
	color: #FFCC66;
	text-decoration:none;
}
#content {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/bg_top_tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	height: 462px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
}
#homeButton {
	float: left;
	height: 43px;
	width: 36px;
	margin-top: 40px;
	padding-top: 17px;
	text-align: right;
	clear: left;
}
#menuContainer {
	height: 60px;
	width: 541px;
	float: left;
	margin-top: 40px;
}
#toplinkButtons {
	float: right;
	margin-top: 40px;
	height: 43px;
	padding-top: 17px;
	padding-right: 15px;
}
#lead {
	height: 146px;
	margin-top: 23px;
	background-image: url(images/lead_bg.jpg);
	background-repeat: no-repeat;
	padding: 16px;
}
#newsbox {
	height: 131px;
	width: 398px;
	background-image: url(images/news_bg.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
	overflow: hidden;
}
#newsbox #content {
	width: 370px;
}
#newsbox h1 {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #EFCE8B;
	padding: 0px;
	display: inline;
	margin: 0px;
}
#mainContent a.noBG,
#mainContent a.noBG:link,
#mainContent a.noBG:active,
#mainContent a.noBG:visited {
	color: #d55102;
	text-decoration:none;
	padding: 0px;
}
#mainContent a.noBG:hover {
	color: #d55102;
	text-decoration:none;
	background-color: transparent;
	padding: 0px;

}
#newsbox .newstitleLink,
#newsbox .newstitleLink a,
#newsbox .newstitleLink a:link,
#newsbox .newstitleLink a:active,
#newsbox .newstitleLink a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 22px;
	color: #eeaf87;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	display: inline;
}
#newsbox .newstitleLink a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	display: inline;
}

#newsList {
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 105px;
}
#newsList  ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}
#newsList  li {
	text-indent: 0px;
	list-style-position: outside;
	list-style-image: url(images/news_dot.gif);
}
#newsList  li:hover {
	list-style-position: outside;
	list-style-image: url(images/news_dot_o.gif);
}
#newsList  a {
	text-decoration: none;
}
#newsList  a:hover {
	text-decoration: none;
}
#newsList  .date {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #ea6c12;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#newsList  a:hover  .date {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #6a0000;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
#newsList  .title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #de5e11;
	text-decoration: none;
}
#newsList  a:hover  .title {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #6a0000;
	text-decoration: none;
}
#newsList  p {
	font-family: Arial;
	font-size: 11px;
	color: #4e4d4d;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}



#leadContent {
	float: left;
	height: 147px;
	width: 367px;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: justify;
}
#leadContent h1,
#leadContent h1 a,
#leadContent h1 a:link,
#leadContent h1 a:active,
#leadContent h1 a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 40px;
	color: #95461a;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
#leadContent h1 a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 40px;
	color: #95461a;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration:underline;
	background-color:transparent;
}
#leadContent a,
#leadContent a:link,
#leadContent a:active,
#leadContent a:visited {
	color: #d55102;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#leadContent a:hover{
	color: #FFFFFF;
	text-decoration:none;
	background-color: #DA4F01;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#leadContent p{
	margin:0px;
	padding:0px;
	display: inline;
}
#mainLead {
	height: 147px;
	width: 505px;
	clear: right;
	float: right;
}
#leadimg {
	float: left;
	height: 147px;
	width: 138px;
	background-image: url(images/lead_img.png);
	background-repeat: no-repeat;
}
#mainContent {
	margin-top: 14px;
}
#agenda {
	background-image: url(images/agenda_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 206px;
	width: 372px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	margin-right: 25px;
}
#agenda #text {
	padding: 8px;
	margin-top: 25px;
}
#agenda #text p {
	margin-top: 0px;
	margin-bottom: 5px;
}

#agenda .agendatitleLink,
#agenda .agendatitleLink a,
#agenda .agendatitleLink a:link,
#agenda .agendatitleLink a:active,
#agenda .agendatitleLink a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 37px;
	line-height: 37px;
	color: #ea9565;
	text-decoration:none;
}
#agenda .agendatitleLink a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 37px;
	line-height: 37px;
	color: #ffffff;
	text-decoration:none;
}
#agenda h1 {
	font-family: "Century Gothic", Arial;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#agenda #text a,
#agenda #text a:link,
#agenda #text a:active,
#agenda #text a:visited {
	color: #d55102;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#agenda #text a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #DA4F01;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#teamContent {
	float: left;
	width: 258px;
	font-size: 12px;
	font-family: Arial;
	margin-right: 17px;
}
#teamContent h1,
#teamContent h1 a,
#teamContent h1 a:link,
#teamContent h1 a:active,
#teamContent h1 a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 26px;
	color: #9D8971;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
}
#teamContent h1 a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 26px;
	color: #AE9D88;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration:none;
}
#teamContent #teamimg {
	background-image: url(images/team_img.jpg);
	background-repeat: no-repeat;
	height: 182px;
	width: 258px;
}
#teamContent #text a,
#teamContent #text a:link,
#teamContent #text a:active,
#teamContent #text a:visited {
	color: #d55102;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#teamContent #text a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #DA4F01;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#sustain {
	width: 240px;
	float: left;
	padding-top: 17px;
	font-family: Arial;
	font-size: 12px;
	color: #696969;
}
#sustain h1,
#sustain h1 a,
#sustain h1 a:link,
#sustain h1 a:active,
#sustain h1 a:visited {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #da5f04;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration:none;
	background:none;
}
#sustain h1 a:hover {
	font-family: "Century Gothic", Arial;
	font-size: 16px;
	color: #FB8731;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration:none;
	background:none;
}
#sustain a,
#sustain a:link,
#sustain a:active,
#sustain a:visited {
	color: #d55102;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#sustain a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #DA4F01;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#sustain #sustainSpecial {
	background-image: url(images/sustain_bg.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 214px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
#sustain #sustainSpecial a,
#sustain #sustainSpecial a:link,
#sustain #sustainSpecial a:active,
#sustain #sustainSpecial a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#sustain #sustainSpecial a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	background:none;
}
#sustain #sustainSpecial p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#footer {
	height: 48px;
	margin-top: 23px;
	font-family: Arial;
	font-size: 12px;
	color: #9e9e9e;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a {
	color: #7d7d7d;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#footer a:hover {
	color: #DA5F04;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}
#footer .copyright {
	margin-top: 7px;
}




.separator {
	display: block;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
.separatorDotted {
	display: block;
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

