/* Start of CMSMS style sheet 'global' */
/* CSS Document -- All pages within site */

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #FFF;
	color: #333;
	text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left;
}

img {
	display: block;
	border: 0px;
}

.clearBoth {
	clear: both;
}

div, p, ul, li, h1, h2, h3, h4, a {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

p, li {
	line-height: 150%;
}

/*header*/

#headLogo {
	float: left;
	margin: 22px 0 0 41px;
}

#navHolder {
	width: 645px;
	float: right;
}

#nav1 ul {
	float: right;
	margin: 0;
	padding: 0;
}

#nav1 li {
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	float: left;
	display: inline;
	list-style: none;
	background-image: url(images/nav1Bkgd.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
}

#nav2 ul {
	float: right;
	margin: 38px 0 0 0;
	padding: 0;
	width: 645px;
}

#nav2 li {
	margin: 0;
	padding: 3px 0;
	float: left;
	display: inline;
	list-style: none;
	width: 160px;
	height: 22px;
	text-align: center;
	border-left: 1px solid #375D81;
	text-transform: uppercase;
}

#nav2Last {
	width: 1px;
	height: 28px;
	background-color: #375D81;
	float: right;
	display:inline;
	margin: -28px 0 0 0;
	padding:0;
}

#navHolder #nav1 a {
	color: #FFF;
	font-size: 10px;
	text-decoration: none;
}

#navHolder #nav1 a:hover {
	text-decoration: underline;
}

#navHolder #nav2 a:hover {
	text-decoration: underline;
}

#navHolder #nav2 a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

/*end of header*/

/*Content*/

.twoColumns {
	width: 631px;
	float: right;
}

.oneColumnLeft {
	width: 302px;
	float: left;
}

.oneColumnRight {
	width: 302px;
	float: right;
}

.eventslist {
	padding:0;
	margin-left:-40px;
}

.eventLineLast {
	padding-bottom:10px;
	margin:0;
}

/*end of content*/
/* dividers */

div.dividerGreenBar {
	height: 1px;
	background-color: #D3DEBA;
	margin: 53px 0 53px 0;
}

div.dividerGreenBar hr {
	display: none;
}

/* end dividers */

/* footer */

.oneColumnLeftFooter {
	width:262px;
	float:left;
}

.twoColumnsFooter {
	width:600px;
	float:right;
}

div.footerWrapper {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

#footerLeft {
	font-size: 10px;
	color: #333;
	line-height: 125%;
	text-align: left;
}

#footerTextLinks {
	font-size: 10px;
	color: #333;
	line-height: 125%;
	text-align: right;
}

#footerTextLinks a {
	color: #333;
	text-decoration:none;
}

#footerTextLinks li {
	list-style:none;
	display:inline;
}

#footerTextLinks a:hover {
	text-decoration:underline;
}
/* End of 'global' */

