/* CSS Document */

* { margin: 0; padding: 0; }
html  { margin: 0; padding: 0; }

body#edit, body.noBG {
	background-color: #FFFFFF;
	background-image: none;
}

body {
	margin: 0; padding: 0;
	background-color: #E4EAF0; color: #000000;
	background-image: url(../images/bkgrndshadow.gif);
	background-position: center top; background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif; font-size: 62.5%;
}

img { border: 0; }

a:link, a:visited { color: #034688; text-decoration: none; }
a:hover { color: #034688; text-decoration: underline; }
a:focus { outline: none; }

.blue2 { color: #96BCD9; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.8em; line-height: 1em; font-weight: normal;
	color: #034688;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em; line-height: 1.2em; font-weight: normal;
	color: #034688;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em; line-height: 1.2em; font-weight: bold;
	color: #034688;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em; line-height: 1.3em; font-weight: bold;
	color: #034688;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.3em; font-weight: bold;
	color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 10px;
}

p, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; line-height: 1.3em;
	color: #000000;
	padding: 0; margin-top: 0; margin-bottom: 1em;
}
ul { margin-left: 15px; }
.smlType1 { font-size: 1.1em; }
.smlType2 { font-size: 1em; }
p.notes {
	font-size: 1em;
	color: #666666;
	margin-top: 10px;
}

hr {
	border: 0; height: 0;
	border-bottom: 1px dotted #A1B9D1;
	padding: 0; margin-top: 0; margin-bottom: 10px;
	clear: both;
}
.ff_label { color: #034688; font-weight: bold; }

h2.panelHdr {
	height: 30px; line-height: 30px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #A1B9D1;
	background-image: url(../images/hdrPanel_f01.jpg);
	background-position: top; background-repeat: repeat-x;
	display: block;
	margin-top: 20px; margin-bottom: 20px;
}

#loadImages { display: none; }
.hideDiv { display: none; }

/* ************************** WRAPPER ************************** */
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
}

/* ************************** HEADER ************************** */
#header {
	height: 100px; padding-left: 20px; padding-right: 20px;
	background-color: #FFFFFF;
	display: block;
}

#logo { padding-top: 5px; float: left; }

#bannerAd {
	width: 500px; height: 70px;
	float: right;
	color: #FFFFFF; line-height: 70px; text-align: center;
	display: block;
	margin-top: 15px;
}

/* ************************** NAVIGATION ************************** */
#nav {
	height: 30px; padding: 0px 20px 0px 20px;
	background-color: #034688; color: #96BCD9;
	display: block;
	clear: both;
}
#nav ul {
	margin: 0; padding: 0;
	color: #96BCD9;
	list-style: none;
	line-height: 30px;
	float: left;
}
#nav li {
	display: inline;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #96BCD9;
	margin-right: 8px;
}
* html #nav li { padding-right: 5px; }
* + html #nav li { padding-right: 3px; }

#nav li#navEndLink { border-right: 0px; }

#nav li a:link, #nav li a:visited { color: #96BCD9; text-decoration: none; }
#nav li a:hover { color: #FFFFFF; text-decoration: none; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #FFFFFF; text-decoration: none; }


#searchField {
	width: 299px; height: 30px;
	float: right;
	border-left: 1px solid #002F5C;
	display: block;
}
#searchField form { margin: 0; padding: 0; }
#searchField label {
	width: auto;
	font-size: 1.2em; line-height: 30px;
	color: #FFFFFF;
	border-left: 1px solid #0762A6;
	height: 30px; padding: 0px 0px 0px 10px;
	float: left;
	display: block;
}
#searchField input.formField {
	width: 160px; height: 18px;
	float: left;
	font-size: 1.1em;
	text-indent: 2px;
	border: 0;
	color: #333333; background-color: #FFFFFF;
	margin: 6px 0px 0px 5px;
}
#searchField input.formButton {
	width: 24px; height: 18px;
	float: right;
	background-image: url(../images/meetingLinks_f01.jpg);
	background-position: left -10px; background-repeat: no-repeat;
	margin: 6px 0px 0px 0px;
	border: 0;
	font-size: 1em; font-weight: bold;
	color: #034688;
	display: block;
}
#searchField input.formButton:hover { background-image: url(../images/meetingLinks_f02.jpg); }

/* ************************** PAGE AND COLUMNS ************************** */
#pgContent {
	padding: 20px 20px 0px 20px;
	display: block;
	clear: both;
	background-color: #FFFFFF;
	min-height: 425px;
}

#column1 {
	width: 170px;
	float: left;
	margin-right: 20px;
}
.col1advert {
	width: 170px; height: 100px;
	position: relative; clear: both;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	display: block;
	font-size: 10px;
}

#column2 {
	width: 480px;
	float: left;
}
#column3 {
	width: 170px;
	float: right;
}
#clear20px {
	height: 20px;
	display: block;
	clear: both;
}

/* ************************** FOOTER ************************** */
#footer {
	padding-top: 7px; height: 30px;
	clear: both;
	display: block;
}
#footerNav {
	float: left;
	color: #202A33;
}
#footerNav ul {
	font-size: 1em; line-height: 1em;
	list-style: none;
	margin: 0; padding: 0;
}
#footerNav li {
	display: inline;
	padding: 0px 3px 0px 0px;
	border-right: 1px solid #202A33;
	margin-right: 1px;
}
* html #footerNav li { padding-left: 2px; padding-right: 2px; }
* + html #footerNav li { padding-left: 2px; padding-right: 2px; }

#footerNav li#ftNavEndLink { border-right: 0; }
#footerNav a:link, #footerNav a:visited { color: #202A33; text-decoration: none; }
#footerNav a:hover { color: #034688; text-decoration: none; }

#footerCredits {
	float: right;
	color: #536A7F;
}

/* ************************** ADVERTISE PANEL ************************** */
#advertisePanel {
	width: 148px; height: 78px; padding: 10px 10px 0px 10px;
	background-image: url(../images/advertisePanel.jpg);
	background-repeat: repeat-x;
	border: 1px solid #A1B9D1;
	overflow: hidden;
}
#advertisePanel h3 { margin-bottom: 5px; font-size: 1.4em; }
#advertisePanel h3 span.smlType { font-size: 0.8em; font-weight: normal; }
#advertisePanel p { margin-bottom: 0; }


/* ************************** GENERAL STYLES ************************** */
div.boxRule {
	padding: 10px 10px 0px 10px;
	clear: both;
	border: 1px solid #C3D3E2;
	display: block;
}
a.backLink {
	height: 30px; padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em; font-weight: bold; line-height: 30px;
	background-position: -3px top; background-repeat: no-repeat;
	display: block;
}
a.backLink:link, a.backLink:visited {
	color: #536A7F; text-decoration: none;
	border: 1px solid #A1B9D1;
	background-image: url(../images/backLinks_f01.jpg);
}
a.backLink:hover {
	color: #034688; text-decoration: none;
	border: 1px solid #81A3C4;
	background-image: url(../images/backLinks_f02.jpg);
}

p.meetingDetails { margin-left: 75px; }
p.meetingDetails span.ff_label {
	margin-left: -75px; width: 75px;
	display: block;
	float: left;
}
* html p.meetingDetails { margin-left: 85px; }
* html p.meetingDetails span.ff_label { width: 77px; margin-left: -40px; text-indent: 1px; }

p.download, p.backLink {
	font-weight: bold;
	border-top: 1px dotted #A1B9D1;
	border-bottom: 1px dotted #A1B9D1;
	padding-top: 10px; padding-bottom: 10px;
	display: block;
}
p.backLink { border-bottom: 0px; padding-bottom: 0px; clear: both; }

.img_thumbnail {
	float: left;
	margin-right: 10px; margin-bottom: 5px;
}

.img_mainImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.pageLinks { height: 20px; display: block; }
div.pageLinks ul {
	list-style: none;
	margin: 0px auto 10px auto;
	padding: 0;
}
div.pageLinks li { display: inline; }
div.pageLinks li.prevLink { width: 75px; float: left; }
div.pageLinks li.nextLink { width: 75px; float: right; text-align: right; }
div.pageLinks li.activePage { font-weight: bold; color: #000000; font-size: 1.1em; }
span.pageWord { float: left; }
div.pageLinks li.pages { width: 330px; float: left; text-align: center; }
div.pageLinks li.pages ul { font-size: 1em; margin-left: auto; margin-right: auto; margin-bottom: 0; }

p.results { margin: -7px 0px 3px 0px; text-align: center; }

div.rhPanel {
	border: 1px solid #034688;
	padding: 10px 10px 0px 10px;
	display: block;
	font-size: 0.9em;
}

.imgLeft { float: left; }
.imgRight { float: right; }

.announcement { font-size: 1.8em; color: #CC0000; }
