.noCSS {
	display: none;
}
/* Generic Styles */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #003875;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,p,form {
	margin: 0;
}
input,select,textarea {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.hide {
	display: none;
}
.clear {
	clear: both;
	height: 1px;
}
#outer {
	width: 940px;
	margin: 0 auto;
}
#topbar {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	color: #003875;
}
#logo {
	display: block;
	float: left;
	border:0;
}

form.standard textarea{
	height:4em;
	overflow:auto;
}
form.standard input,form.standard textarea,form.standard select{
	width: 12em;
	border:#999999 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
form.standard textarea.extralarge{
	width:30em;
	height:10em;
}
form.standard input.submit {
	width: auto;
	background-color: #FFFFFF;
	color: #FF6600;
	border: 0;
	font-weight: bold;
}
form.standard input.file {
	width: 25em;
}
form.standard span.required{
	color:#ff6600;
	font-weight:bold;
}
#contentpanel {
	float: left;
	width: 682px;
}

#topcontent {
	min-height: 294px;
	background-color: #E7F2F8;
	color: #003875;
}
/*\*/
#topcontent {
	height: 294px;
}
/**/
html>body #topcontent {
	height: auto;
}
#topcontent img {
	display: block;
	width: 682px;
	height: 257px;
	border-bottom: 1px solid #FFFFFF;
}
#topcontent .slideshow {
	position: relative;
	height: 257px;
}
#topcontent .slideshow img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 682px;
	height: 257px;
}
#topcontent .slideshow img.first {
	display: block;
}
#topcontent .ticki {
	padding: 9px 11px;
	font-size: 75%;
	font-weight: bold;
}
#topcontent .ticki a {
	background-color: #E7F2F8;
	color: #003875;
	text-decoration: none;
}
#topcontent .ticki a:hover {
	background-color: #E7F2F8;
	color: #FF6600;
}

#navbarmain {
	clear: left;
	float: left;
	width: 100%;
	background-color: #e7f2f8;
	color: #12406f;
}

ul#news{
	position: relative;
	margin:9px 11px;
	border:0;
	padding:0;
	font-size:75%;
	font-weight: bold;
	list-style: none;
}
#news li {
	display: none;
}
#news li:first-child {
	display: block;
}

/*#news li {
	position: absolute;
	top: 0;
	left: 0;
}*/
ul#news li a {
	background-color: #E7F2F8;
	color: #003875;
	text-decoration: none;
}
ul#news li a:hover,
ul#news li a:focus,
ul#news li a:active {
	background-color: #E7F2F8;
	color: #FF6600;
}
#content {
	float: left;
	width: 652px;
	padding: 2.4em 30px 1.2em 0;
}
#content div.editorial {
	clear: left;
	float: left;
	width: 100%;
}
#content .colsectionleft,
#content .colsectionright {
	width: 300px;
	padding: 9px;
	border: 1px solid #c0c0c0;
}
#content .colsectionleft {
	float: left;
}
#content .colsectionright {
	float: right;
}

#content .container {
	clear: left;
	float: left;
	width: 100%;
}
#content .container img.right {
	float: right;
	margin: 0 0 8px 20px;
}
#content .container img.left {
	float: left;
	margin: 0 20px 8px 0;
}
#content .container img.centre,
#content .container img.block {
	display: block;
}
#content .container img.centre {
	margin: 0 auto 12px;
}
#content .container img.block {
	margin: 0 0 12px;
}

#content h1 {
	margin: 0 0 1.2em;
	font-size: 75%;
}
#content h1 a {
	background-color: #FFFFFF;
	color: #003875;
}
#content h1 a:hover,
#content h1 a:focus,
#content h1 a:active {
	background-color: #FFFFFF;
	color: #FF6600;
}
#content h2 {
	margin: 0 0 0.6em;
	font-size: 75%;
}
#content h6 {
	font-size: 70%;
	line-height: 1.6em;
}
#content p {
	margin: 0 0 1.2em;
	font-size: 70%;
	line-height: 1.6em;
}
#content p a {
	background-color: #FFFFFF;
	color: #FF6600;
}
#content p a:hover,#content p a:focus,#content p a:active {
	background-color: #FFFFFF;
	color: #5F5F5F;
}
#content ul {
	font-size: 70%;
	line-height: 130%;
}
#content .emailoption {
	padding: 1.2em;
	background-color: #F2F7FA;
	color: #003865;
	font-size: 75%;
	font-weight: bold;
}
#content .emailoption a {
	background-color: #F2F7FA;
	color: #003875;
}
#content .emailoption a:hover,#content .emailoption a:focus,#content .emailoption a:active {
	background-color: #F2F7FA;
	color: #ff6600;
}
#content table {
	width: 100%;
	margin: 0 0 1.2em;
	font-size: 70%;
}
#content th,#content td {
	padding: 2px;
}
#content th {
	background-color: #f2f7fa;
	color: #003865;
	text-align: left;
}
#internal {
	margin: 0 0 0.6em;
}
#formlogin {
	clear: left;
	float: left;
	width: 100%;
}
#content #formlogin table {
	width: auto;
}
#content #formlogin th {
	background-color: #ffffff;
	color: #003875;
}
#formlogin input.submit {
	margin: 0 0 0 0.3em;
}

#content table.weekview {
	border-collapse: collapse;
}
#content table.weekview th,
#content table.weekview td {
	padding: 4px;
}
#content table.weekview tr.month th,
#content table.weekview tr.month td {
	background-color: #e7f2f8;
	color: #003875;
}
#content table.weekview tr.month th {
	background-color: #003875;
	color: #ffffff;
	text-align: left;
}
#content table.weekview tr.day td {
	border-bottom: 1px solid #dfdfdf;
}
#content table.weekview tr.day.sat td,
#content table.weekview tr.day.sun td {
	background-color:#e7f2f8;
}
#content table.weekview tr.day td.dayname,
#content table.weekview tr.day td.day {
	background-color: #f9f9f9;
	color: #003875;
}
#content table.weekview tr.sat td.dayname,
#content table.weekview tr.sun td.dayname,
#content table.weekview tr.sat td.day,
#content table.weekview tr.sun td.day {
	background-color: #e5eef3 !important;
	color: #003875 !important;
}
#content table.weekview tr.today td.dayname,
#content table.weekview tr.today td.day {
	background-color: #ff6600 !important;
	color: #ffffff !important;
}
#content table.weekview tr.today.sat td.dayname,
#content table.weekview tr.today.sun td.dayname,
#content table.weekview tr.today.sat td.day,
#content table.weekview tr.today.sun td.day {
	background-color: #003875 !important;
	color: #ffffff !important;
}
#content table.weekview td.day .ordinal {
	display: none;
}
#content table.weekview tr.day td.events {
	width: 80%;
	padding: 0 0 1px;
}
#content table.weekview tr.day td.events span{
	float:right;
}
#content table.weekview tr.day td.events .event {
	margin: 1px 0 0;
	padding: 3px;
	background-color: #e5ebf1;
	color: #003875;
}
#content table.weekview tr.sat td.events .event,
#content table.weekview tr.sun td.events .event {
	background-color: #cfdfeb !important;
	color: #003875 !important;
}

.files {
	margin: 0 0 0 12px;
	padding: 0 0 0 12px;
	list-style: none;
}
.files img {
	border: 0;
}
.files a {
	background-color: #FFFFFF;
	color: #FF6600;
}
.files a:hover,.files a:focus,.files a:active {
	background-color: #FFFFFF;
	color: #5F5F5F;
}
.files li {
	min-height: 17px;
	background: #FFFFFF url(/images/bulletFile.gif) no-repeat 0 0;
	color: #00477E;
	margin: 0 0 6px;
	padding: 0 0 0 24px;
}
/*\*/
.files li {
	height: 17px;
}
/**/
html>body .files li {
	height: auto;
}
.files li.pdf {
	background-image: url(/images/pdficon_small.gif);
}
.files li.doc {
	background-image: url(/images/bulletDoc.gif);
}
.files li.nobullet {
	background-image: none;
	padding: 0;
}

img.editorial {
	clear: right;
	float: right;
	/*width: 177px;*/
	margin: 0 0 25px 25px;
}

#flickrslidr {
	clear: left;
	float: left;
}

.categories,.siteindex ul,.news {
	clear: left;
	margin: 0;
	padding: 24px 0 0 15px;
	font-size: 70%;
	list-style: none;
	line-height: 1.4em;
}
.siteindex ul {
	margin: 0 0 1em;
}
.categories li,.siteindex li,.news li {
	padding: 0 0 0 15px;
	background: #FFFFFF url(/images/navArrow.gif) no-repeat 4px 6px;
	color: #003875;
}
.categories li a,.siteindex li a,.news li a {
	background-color: #FFFFFF;
	color: #FF6600;
}
.categories li a:hover,.siteindex li a:hover,.news li a:hover,.categories li a:focus,.categories li a:active,.siteindex li a:focus,.siteindex li a:active,.news li a:focus,.news li a:active {
	background-color: #FFFFFF;
	color: #5F5F5F;
}

#content #breadcrumb {
	float: left;
	width: 652px;
	margin: 0 0 1.6em;
	padding: 0;
	font-size: 80%;
	font-weight: bold;
	list-style: none;
}
#breadcrumb a {
	background-color: #FFFFFF;
	color: #003875;
}
#breadcrumb a:hover,
#breadcrumb a:focus,
#breadcrumb a:active {
	background-color: #FFFFFF;
	color: #FF6600;
}
#breadcrumb li {
	float: left;
	margin: 0 0 0 6px;
	background-color: #FFFFFF;
	color: #003875;
}
#breadcrumb li:before {
	content: "> ";
}
#breadcrumb li.first {
	margin: 0;
}
#breadcrumb li.first:before,
#breadcrumb li.last:before,
#content #breadcrumb li.first h1:before {
	content: "";
}
#content #breadcrumb h1 {
	margin: 0;
	font-size: 100%;	
}
#content #breadcrumb h1:before {
	content: "> ";
}

.instruction {
	padding: 1.2em 0 0;
	font-weight: bold;
}
#content .instruction p {
	margin: 0;
}
#gallery {
	float: left;
	width: 100%;
}
#gallery div {
	float: left;
	padding: 15px;
}
#gallery img {
	display: block;
	width: 100px;
	height: 100px;
	border: 0;
}

#content .links {
	clear: right;
	float: right;
	width: 177px;
	margin: 0 0 0 25px;
}
#content .links a {
	background-color: #ffffff;
	color: #ff6600;
}
#content .links a:hover,
#content .links a:focus,
#content .links a:active {
	background-color: #ffffff;
	color: #5f5f5f;
}
/*#content .links .row {
	clear: left;
	float: left;
	width: 100%;
}*/
#content .links .item {
	clear: right;
	float: right;
	width: 100%;
	margin: 0 0 25px;
}
#content .links .item img {
	display: block;
	width: 177px;
	margin: 0 0 4px;
	border: 0;
}
#content .links .item .name {
	font-size: 70%;
	line-height: 1.2em;
}

.siteindex {
	clear: left;
	float: left;
	width: 100%;
	padding: 0 0 1.2em;
}
.siteindex .column {
	float: left;
	width: 200px;
	padding: 0 17px 0 0;
}
.siteindex .indexchar {
	margin: 0 0 0.4em;
	font-size: 75%;
	font-weight: bold;
}

#pagenav {
	background-color: #EEEEEE;
	color: #CCCCCC;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#pagenav td {
	width: 33%;
	padding: 3px;
}
#pagenav td.centre {
	text-align: center;
}
#pagenav td.right {
	text-align: right;
}
/* Footer Styles */
#footer {
	clear: left;
	float: left;
	width: 682px;
	padding: 1.2em 0;
	border-top: 1px solid #C0C0C0;
}
#footer p {
	margin: 0 0 0.6em;
	font-size: 70%;
}
#footer a {
	background-color: #FFFFFF;
	color: #003875;
}
#footer a:hover,#footer a:focus,#footer a:active {
	background-color: #FFFFFF;
	color: #5F5F5F;
}

#content ul.sitemap_level0{
	list-style-type:none;
}
#content ul.sitemap_level0 a{
	color: #003875;
}
#content ul.sitemap_level0 a:hover{
	color: #ff6600;
}
#content ul.sitemap_level0 ul{
	font-size:100%;
	list-style-type:none;
}

li form,li form div{
	display:inline;
}
input.textlink{
	border:0;
	background:#ffffff;
	padding:0;
	margin:0;
	display:inline;
	text-decoration:underline;
	font-size:100%;
	color: #ff6600;
	cursor:pointer;
}
input.textlink:hover{
	color: #5F5F5F;
}

