/* YUI reset & fonts */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;} */
body {
	font-family: verdana, arial, helvetica, clean, sans-serif;
}
#Body {
	color: #004280;
	/*color: #1F63A1;*/
}
a,
a:link,
a:visited {
	color: #004280;
	/*color: #1F63A1;*/
}
a:hover {
	color: #307ABF;
	/*color: #15436E;*/
}

strong {
	font-weight: bold;
}

/* Content Styles copied mostly from YUI base.css */
#Content {
	font-size: 85%;
	text-align: justify;
}
#Content h1,
#Content h2,
#Content h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content h6,
#Content strong,
#Content dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
#Content optgroup {
	font-weight:normal;
}
#Content abbr,
#Content acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}
#Content em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}
#Content del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}
#Content blockquote,
#Content ul,
#Content ol,
#Content dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}
#Content ol,
#Content ul,
#Content dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}
#Content ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}
#Content ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
	margin: 0.5em 0;
}
#Content dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}
#Content th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: left;
}
#Content td {
	/* Distinguishing table headers from data cells. */
	text-align: left;
}
#Content td.photo {
	text-align: center;
}
#Content caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}
#Content sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}
#Content sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}
#Content p,
#Content pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of padding to render with contemporary native chrome */
#Content button,
#Content input[type="checkbox"],
#Content input[type="radio"],
#Content input[type="reset"],
#Content input[type="submit"] {
	padding:1px;
}

textarea {
	resize: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	line-height: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	color: #8DB4D9;
}
.title {
	margin-bottom: 0.5em;
	font-size: 182%;
	font-family: Arial, Helvetica, sans-serif;
	color: #DE8A2E;
}
.clear {
	clear: both;
}
.small-11 {
	font-size: 85%;
}
.row {
	background-color: #FFFFFF;
	padding: 8px 0 8px 8px;
}
.rowNoPad {
	background-color: #FFFFFF;
}
.rowAlt {
	background-color: #F2F2F2;
	padding: 8px 0 8px 8px;
}
.rowAltNoPad {
	background-color: #F2F2F2;
}
.loginFailed {
	background-color: #FFFFFF;
	color: #FF0000;
}
.inactive {
	color: #FF0000;
	font-style: italic;
}
.featuredLink {
	font-weight: bold;
	color: #CC1100;
}
#Navigation .level1 .featuredLink {
	color: #FFCF40;
}
#Navigation .level3 .featuredLink,
#Navigation .level3Alt .featuredLink {
	font-weight: normal;
}

table.listing {
	clear: both;
	margin-bottom: 1em;
	border: 1px solid #8DB4D9;
	border-width: 1px 0;
	width: 100%;
}
table.listing table {
	width: 100%;
}
table.listing thead th {
	border-bottom: 1px solid #8DB4D9;
}
table.listing th,
table.listing td {
	padding: 3px;
}
table.listing td .editDiv2 {
	float: right;
	white-space: nowrap;
	line-height: 0;
}
table.listing td.error {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
table.listing td.phone {
	white-space: nowrap;
}
table.listing tr.odd td {
	background-color: #F2F2F2;
}
table.listing .input {
	width: 97%;
}
table.listing .editDiv2 {
	float: right;
	white-space: nowrap;
}
table.listing .editDiv2 a {
	text-decoration: none;
}
table.listing .editDiv2 a img {
	vertical-align: bottom;
}

.infoMessage,
.errorMessage {
	padding: 0.25em 0.5em;
	background-color:#FFFFBB;
}
.errorMessage {
	color: #CC1100;
}

/* BEGIN: Editing Styles */
.editDiv {
	border: dotted 1px #FF0000;
	padding: 5px;
	margin: 5px;
	zoom: 1;
	width: auto;
	overflow: hidden;
}
.editDiv.toolbar,
.editDiv2.toolbar {
	padding-right: 0;
}
.editDiv.toolbar a,
.editDiv2.toolbar a,
.editDiv.toolbar form,
.editDiv2.toolbar form {
	display: inline;
	float: left;
	margin-right: 10px;
}
.editDiv2 {
	border: dotted 1px #FF0000;
	padding: 5px;
	width: auto;
}
#javaDiv {
	background-color: #FFFFFF;
	border: solid 1px #000000;
	color: #000000;
	font-size: 10px;
	padding: 5px;
	width: 10px;
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 999;
}
/* END: Editing Styles */

/* Rich Text Styles */
.red {
	color: #FF0000;
}
.small {
	font-size: 10px;
}
.headerText {
	font-size: 13px;
	font-weight: bold;
}
.largeTitle {
	color: #776a57;
	font-size: 16px;
	font-weight: bold;
}
.box {
	border: solid 1px #000000;
	padding: 3px 3px 3px 3px;
}

/* Spotlight Announcement Styles */
.spotAnn1 { /* Large Text */
	font-size: 16px;
}
.spotAnn2 { /* Bold Large Text */
	font-size: 16px;
	font-weight: bold;
}
