
* { margin: 0; padding: 0; text-decoration: none; font-weight: normal; }

/* Primary Tags */

body { background: #334455; font-size: 11px; line-height: 20px; font-family: 'Droid Sans', "Lucida Grande", Arial, Helvetica, sans-serif;  }

a { color: #3366CC; }
a:hover { text-decoration: underline; }
p { margin-bottom: 12px; }
pre { display: none; }
img { vertical-align: middle; border-width: 0; }

h1 { font-size: 36px; font-weight: bold; margin-bottom: 12px; }
h2 { font-size: 18px; font-weight: bold; margin: 16px 0 8px 0; line-height: 1.3em; clear: left; }
h3 { font-size: 12px; font-weight: bold; }

input, select { font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-size: 11px; }
select option { padding-right: 4px; }

blockquote q { quotes: '"' '"' "'" "'"; font-style: italic; }
blockquote p>q { font-style: normal; }
*+html blockquote q { font-style: italic; }
blockquote p { text-indent: -6px; }
* html blockquote p { text-indent: 0; }
*+html blockquote p { text-indent: -1px; }

code { font-size: 11px; }

/* Corrections */
strong { font-weight: bold; }
strike { text-decoration: line-through; }

/* Primary Attributes */

.strong { font-weight: bold; }
.em { font-style: italic; }
.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.req { color: red; }
.crumb { color: #B7B6A6; }
.inline { display: inline; }
.clear { clear: both; }
.small { font-size: 0.8em; }
.indent { text-indent: 20px; }
.floatRight { float: right; }
.floatLeft { float: left; }
.alignTop { vertical-align: top; }
.noborder { border-width: 0; }
.calendar-search { width: 23em; padding: 2px; }
.even { background-color: #EEEEEE; }
.odd { background-color: #FFFFFF; }
.nowrap { white-space: nowrap; }
.hilite { background: #FFFFCC; padding: 1px; }
.clearAfter:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearAfter {height: 1%;}
*+html .clearAfter {height: 1%;}

.pr0 { padding-right: 0; }
.pa6 { padding: 6px; }
.pr6 { padding-right: 6px; }
.pb6 { padding-bottom: 6px; }
.pa12 { padding: 12px; }
.pr12 { padding-right: 12px; }
.pl12 { padding-left: 12px; }
.pb12 { padding-bottom: 12px; }
.pb30 { padding-bottom: 30px; }
.ma6 { margin: 6px; }
.ma12 { margin: 12px; }

/* special element classes */
div.mainThreeColumnLayout div { float: left; width: 33%; margin-bottom: 20px; }
div.mainTwoColumnLayout div { float: left; width: 50%; }
div.mainTwoColumnLayout div p { margin-right: 16px; }

h2.messageWarning { font-size: 11px; color: orange; border: 1px dotted #999; background-color: #eee; padding: 10px 20px; }
h2.messageSuccess { font-size: 11px; color: green; border: 1px dotted #999; background-color: #eee; padding: 10px 20px; }
h2.messageError { font-size: 11px; color: red; border: 1px dotted #999; background-color: #eee; padding: 10px 20px; }
th.formName { }
th.formNamereq { color: red; }
.formNamethvError { color: red; font-style: italic; }

span.acc { display: none; } /* special accessibility classes */

/* Main Container */
div#container { background-color: #FFFFFF; top: 0; width: 760px; margin-left: auto; margin-right: auto; padding: 20px 5px; }
* html div#container { width: 761px; }

div#banner { height: 156px; }
div#banner-short { height: 105px; }
div#banner-logo { float: left; background: #01646A url('../i/layout/logo.jpg') 0 0 no-repeat; height: 156px; width: 170px; position: relative; }
div#banner-logo-short { float: left; background: #01646A url('../i/layout/logo-short.gif') 0 0 no-repeat; height: 105px; width: 170px; position: relative; }
div#banner-logo h1, div#banner-logo-short h1 { display: none; }
div#banner-logo a { position: absolute; height: 156px; width: 170px; }
div#banner-logo-short a { position: absolute; height: 105px; width: 170px; }
div#banner-logo a span, div#banner-logo-short a span { display: none; }

div#banner-main { float: left; margin-left: 1px; }
div#banner-main-utility-nav { height: 29px; overflow: hidden; }
div#banner-main-utility-nav ul { list-style-type: none; height: 29px; }
div#banner-main-utility-nav ul li { float: left; background: url('../i/layout/tab_top_left.jpg') left top no-repeat; padding-left: 4px; margin-right: 1px; height: 29px; }
div#banner-main-utility-nav ul li ul { display: none; }
div#banner-main-utility-nav ul li a { color: #fff; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; background: url('../i/layout/tab_top_right.jpg') right top no-repeat; line-height: 30px; padding: 7px 11px 6px 8px; }
div#banner-main-utility-nav ul li.last { margin-right: 0; }
div#banner-main-utility-nav ul li.last a { padding-right: 16px; }
div#banner-main-utility-nav ul li.about a { padding-left: 15px; }
* html div#banner-main-utility-nav ul li.about a { padding-left: 15px; }

div#banner-main-display { clear: both; margin-top: 1px; background: #5577AA url('../i/layout/hero.jpg') left bottom no-repeat !important; }
div#banner-main-display-hero { height: 126px; width: 475px; float: left; margin-right: 1px; }
div#banner-main-display-nav { width: 113px; height: 126px; float: left; overflow: hidden; }
div#banner-main-display-nav ul { list-style-type: none; font-family: 'Droid Sans', Arial, Helvetica, sans-serif; font-size: 11px; margin-top: 1px; }
div#banner-main-display-nav ul li { border-bottom: 1px dotted #ccc; }
* html div#banner-main-display-nav ul li { border-bottom: 1px solid #ccc; }
div#banner-main-display-nav ul li a { color: #FFFFFF; width: 100px; padding-left: 8px; }

div#subbanner { clear: both; color: #fff; background: #3B5693; margin-top: 1px; padding: 2px 6px; }
div#subbanner a { color: #fff; }
div#subbanner-thread { float: left; width: 70%; }
div#subbanner-search { float: right; text-align: right; width: 30%; }
div#subbanner-search input.inputfield { color: #3B5693; padding: 1px; border: 1px solid #000; }
div#subbanner-search input.inputsubmit { color: #555; padding: 0; border: 1px solid #000; background: #ddd; }

div#main { clear: both; border-bottom: 3px solid #3B5693; background-image: url('../i/layout/line.gif'); background-position: 613px 12px; background-repeat: repeat-y; padding-top: 12px; }

div#leftcontent { float: left; width: 170px; }
div#leftcontent h3 { font-size: 11px; font-weight: bold; width: 170px; background: url('../i/layout/tab_left.jpg') left top no-repeat; padding-left: 8px; letter-spacing: -.5px; margin-bottom: 0; }
div#leftcontent div.left_header_bottom { width: 170px; height: 4px; background: url('../i/layout/tab_left_header_bottom.gif') left top no-repeat; margin-bottom: 20px; }
* html div#leftcontent div.left_header_bottom { margin-top: -1px; }
div#leftcontent h3 a { color: #fff; font-weight: bold; }
* html div#leftcontent h3 a { letter-spacing: -1px; }
*+html div#leftcontent h3 a { letter-spacing: -1px; }
div#leftcontent ul { margin-bottom: 20px; list-style-type: none; background: url('../i/layout/tab_left_bottom.gif') left bottom no-repeat; padding-bottom: 2px; }
div#leftcontent ul li { margin-top: 1px; }
div#leftcontent ul li a { background: #A6BEB3; color: #000; display: block; padding: 2px 8px; line-height: 14px; }
div#leftcontent ul li ul { background-image: none; margin-bottom: 0; padding-bottom: 0; }
div#leftcontent ul li ul li a { background: #D2D7C7; padding-left: 16px; }
div#leftcontent ul li ul li.selected a { background: #AFBFDD; }
div#leftcontent ul li ul li.selected ul { background-image: none; margin-bottom: 0; padding-bottom: 0; }
div#leftcontent ul li ul li.selected ul li a { background: #CADCFF; padding-left: 24px; }
div#leftcontent ul li ul li.selected ul li.selected a { background: #8B98B0; }

* html div#banner-main-display-nav ul li { width: 137px; height: 20px; }
* html div#banner-main-display-nav ul li a { position: relative; }
*+html div#banner-main-display-nav ul li { width: 137px; height: 20px; }
*+html div#banner-main-display-nav ul li a { position: relative; }

* html div#leftcontent ul li { background: #A6BEB3; }
* html div#leftcontent ul li a { color: #000; padding: 0 8px; margin-bottom: -.9em; }
* html div#leftcontent ul li ul { background-color: #fff; margin-top: 11px; }
* html div#leftcontent ul li ul li { background: #D2D7C7; padding: 0 16px; }
* html div#leftcontent ul li ul li a { padding: 0; }
* html div#leftcontent ul li ul li.selected { background: #AFBFDD; }
* html div#leftcontent ul li ul li.selected ul { margin-left: -16px; margin-right: -16px; }
* html div#leftcontent ul li ul li.selected ul li { background: #CADCFF; padding: 0; }
* html div#leftcontent ul li ul li.selected ul li.selected { background: #8B98B0; }
*+html div#leftcontent ul { }
*+html div#leftcontent ul li { background: #A6BEB3; padding: 0 8px; }
*+html div#leftcontent ul li a { color: #000; display: inline; padding: 0 0; margin-bottom: -.9em; }
*+html div#leftcontent ul li ul { background-image: none; background-color: #fff; margin-left: -8px; margin-right: -8px; }
*+html div#leftcontent ul li ul li { background: #D2D7C7; padding: 0 16px; }
*+html div#leftcontent ul li ul li a { padding: 0; }
*+html div#leftcontent ul li ul li.selected { background: #AFBFDD; }
*+html div#leftcontent ul li ul li.selected ul { margin-left: -16px; margin-right: -16px; }
*+html div#leftcontent ul li ul li.selected ul li { background: #CADCFF; padding: 0; }
*+html div#leftcontent ul li ul li.selected ul li.selected { background: #8B98B0; }

div#centercontent { float: left; width: 443px; margin-left: 1px; }
* html div#centercontent { width: 435px; }

div#widecontent { float: left; width: 582px; margin-left: 1px; }
* html div#widecontent { width: 579px; }

div#ultrawidecontent { float: left; width: 760px; }

div#centercontent ul, div#widecontent ul, div#ultrawidecontent ul,
div#centercontent ol, div#widecontent ol, div#ultrawidecontent ol { margin: 12px 0 12px 30px; }

div#page-title { margin: 0 12px; background: #A6BEB3; }
div#page-title-top,
div#page-title-bottom { font-size: 0.1px; }
div#page-title-top-left { height: 6px; width: 6px; float: left; background: url('../i/layout/page_title_top_left.gif'); }
div#page-title-top-right { height: 6px; width: 6px; float: right; background: url('../i/layout/page_title_top_right.gif'); }
div#page-title-text { padding: 0 8px; }
div#page-title-text h1 { color: #3B5693; font-size: 18px; line-height: normal; font-weight: normal; margin: 0; padding: 0; }
div#page-title-bottom-left { height: 6px; width: 6px; float: left; background: url('../i/layout/page_title_bottom_left.gif'); }
div#page-title-bottom-right { height: 6px; width: 6px; float: right; background: url('../i/layout/page_title_bottom_right.gif'); }
div#page-view-spacer { height: 12px; }

div#rightcontent { float: left; width: 140px; margin-left: 1px; }
div#rightcontent form { padding: 6px 0;  }
div#rightcontent input { border: 1px solid #000; margin-left: 6px; }
div#rightcontent input.submit { border: none; padding: 0; margin: 0; vertical-align: middle; }
div#rightcontent input.radio, input.radio { vertical-align: middle; margin-right: 3px; }

div#rightcontent h3 { font-size: 11px; font-weight: bold; background: url('../i/layout/tab_right.gif') left top no-repeat; height: 22px; padding-left: 8px; }
div#rightcontent h3 a { font-weight: bold; color: #333333; }
div#rightcontent ul { list-style-type: none; padding-left: 8px; }
div#rightcontent-search { margin-top: 40px; }
div#rightcontent-images { text-align: center; margin-top: 20px; }
div#rightcontent-quicklinks { margin-top: 20px; }
div#rightcontent-quicklinks ul { list-style-type: none; }
div#rightcontent-quicklinks ul li { margin-top: 4px; }
div#rightcontent-quicklinks ul li a { display: block; padding: 2px 8px; line-height: 14px;  }
div#rightcontent-docs { margin-top: 20px; }
div#rightcontent-docs ul { list-style-type: none; margin: 0; padding: 0; }
div#rightcontent-docs ul li { margin-top: 4px; padding: 0; }
div#rightcontent-docs ul li img { float: left; margin-right: 3px; }
div#rightcontent-docs ul li a { display: block; padding: 2px 8px 2px 0; line-height: 14px;  }
div#rightcontent-publications { background: url('../i/layout/tab_right_pub.gif') -1px 0 no-repeat; height: 71px; margin-top: 20px; }
div#rightcontent-publications h3 { background-image: none; padding-top: 6px; height: 32px; line-height: 12px; }

div#footer { text-align: center; background: #BBCCDC url('../i/layout/tab_bottom.jpg') left bottom no-repeat; padding-bottom: 16px; margin-top: 1px; }
div#footer a { color: #000; }
div#footer p { color: #666666; font-size: 10px; margin-bottom: 0; line-height: 16px; }
div#footer p a { color: #666666; }

/* faqs */
div.faqblock { margin-bottom: 8px; clear: both; padding-left: 0; }
div.toggler { }
div.toggler input { margin-left: 0; }
div.faqQ { color: #3366CC; text-decoration: none; }
	div.fOver { cursor: pointer; text-decoration: underline; }
	div.fOut { cursor: default; text-decoration: none; }
div.faqA { display: none; clear: both; }


/* my profile section */
div#profilecontent { float: left; width: 613px; margin-left: 1px;  }
* html div#profilecontent { float: left; width: 610px; margin-left: 1px;  }
table.my-profile, table.my-patientinfo { }
	table.my-profile th, table.my-patientinfo th { text-align: left; padding-right: 9px; }
ul#my-newsletters { list-style-type: none; }
ul#my-stuff { list-style-type: none; margin: 0; padding: 0; height: 5em; }
	ul#my-stuff li { float: left; padding-left: 1%; width: 23%; background-color: #EEEEEE; border-width: 0 1px 1px 0; border-color: #FFFFFF; border-style: solid; }
	ul#my-stuff li:hover { background-color: #DDDDDD; }
	ul#my-stuff li a.on { font-weight: bold; }


/* home page stuff */
div#home-intro { width: 70%; float: left; padding: 1em 4% 0 1%; font-size: 12px; }
div#home-etc { width: 25%; float: left;  }
	div#home-etc div#home-events { padding: 19px 0 13px 7px; }
	div#home-etc input.textinput { border: 1px solid #999999; }
	div#home-etc h4 { font-weight: bold; font-size: 12px; }
	div#home-etc h5 { font-weight: normal; font-size: 11px; }
	div#home-etc p { font-style: italic; font-size: 11px; }
div.home-duo { width: 50%; float: left; height: 17em; }
	div.home-duo div.home-duo-flash { float: right; margin-right: 1px; margin-top: 1px; }
	div.home-duo h3 { background-color: #5276AA; padding: 7px 0 3px 6px; }
		div#home-patients h3 { border-right: 1px solid #FFFFFF; background-image: url('/i/layout/barbg_ul.gif'); background-repeat: no-repeat; }
		div#home-professionals h3 { background-image: url('/i/layout/barbg_lr.gif'); background-repeat: no-repeat; background-position: right bottom; }
	div.home-duo h3 a { font-weight: bold; color: #FFFFFF; }
	div.home-duo ul { list-style-type: none; padding: 0 0 0 6px; margin: 0; }
		div.home-duo ul li { line-height: 1.25em; margin-top: .5em; }
	div#home-patients {  }
	div#home-professionals {  }
div.home-cinco { width: 20%; float: left; background-color: #EEEEEE; border-top: 1px solid #FFFFFF; }
	div.home-cinco h3 { background-color: #7296CA; border-right: 1px solid #EEEEEE; padding: 0 0 0 6px; margin: 0; }
	div.home-cinco h3 a { font-weight: normal; color: #FFFFFF; margin: 0; padding: 0; }
	div.home-cinco ul { list-style-type: none; padding: 0 0 0 6px; margin: 0; border-right: 1px solid #FFFFFF; height: 15em; }
		div.home-cinco ul li { line-height: 1.25em; padding-top: .5em; }
div#home-newsletter { margin: 0; }
	div#home-newsletter input.textinput { border: 1px solid #999999; }
	div#home-newsletter input.submit { margin-top: 3px; }
	div#home-newsletter div#rightcontent-publications { background-image: none; }
	div#home-newsletter div#rightcontent-publications h3 { background-image: none; margin: 0; padding: 0; color: #333333; }

/* utility */
div#utility-print, div#utility-email, div#utility-calendar { float: right; margin: 9px 9px 0 0; }
div#rightcontent div#utility-print,
div#rightcontent div#utility-email,
div#rightcontent div#utility-calendar { float: none; margin: 0 0 0 0; }
ul#breadcrumb-trail { width: 750px; height: 21px; margin: 1px 0 0 0; padding: 2px 7px 0 3px; list-style-type: none; background-color: #3B5693; }
* html ul#breadcrumb-trail { width: 751px; }
	ul#breadcrumb-trail li { float: left; margin-right: .25em; color: #DDDDDD; }
		ul#breadcrumb-trail li a { color: #FFFFFF; }

/* donations page */
div#donate-form { }
	div#donate-form h3 { margin: 13px 0 9px 0; border-bottom: 1px solid #CCCCCC; }
		div#donate-form table { width: 100%; }
		div#donate-form th { width: 35%; font-weight: normal; text-align: left; padding-right: 9px; text-align: right; }
		div#donate-form td { }
	div.two-column, div.one-column { float: left; width: 49%; }
	div.two-column p,
	div.one-column p { padding-right: 20px; }
	div.one-column { width: 100%; }

/* calendar pages */
	div#calendar-heading { margin: 9px 0 0 0; clear: both; }
	div#calendar-heading div { width: 32%; float: left; }
		div#calendar-previous { margin-left: 9px; }
		div#calendar-title { font-weight: bold; text-align: center; }
		div#calendar-next { margin-right: 9px; text-align: right; }
	div#calendar-legend { width: 511px; float: left; }
		div#calendar-legend em { color: #666666; }
		div#calendar-legend ul { list-style-type: none; padding: 0; margin: 0 0 0 0; color: #FFFFFF; }
			div#calendar-legend ul li { float: left; width: 160px; margin: 0 1px 1px 0; padding: 2px 0 1px 2px; }
				div#calendar-legend ul li span.et-01 { background-color: #AA3333; }
				div#calendar-legend ul li span.et-02 { background-color: #33AA33; }
				div#calendar-legend ul li span.et-03 { background-color: #3333AA; }
				div#calendar-legend ul li span.et-04 { background-color: #AAAA33; }
				div#calendar-legend ul li span.et-05 { background-color: #33AAAA; }
				div#calendar-legend ul li span.et-06 { background-color: #747474; }
				div#calendar-legend ul li span.et-07 { background-color: #AA33AA; }
				div#calendar-legend ul li span.et-08 { background-color: #FFCCCC; }
				div#calendar-legend ul li span.et-99 { background-color: #777777; }
		ul#calendar-ranges { list-style-type: none;  font-weight: bold; float: left; }
			ul#calendar-ranges li {  }
	div#calendar { font-family: Arial, sans-serif; }
		div#calendar table { width: 753px; }
		* html div#calendar table { width: 753px; }
			div#calendar th { width: 14%; text-align: left; font-weight: normal; background-color: #BBCCDD; padding: 3px 0 2px 3px; }
				div#calendar th.weekend { background-color: #EEF3FF; }
				div#calendar th.time { width: 15%; }
			div#calendar td { width: 14%; background-color: #CCDDEE; padding: 2px 3px 7px 3px; vertical-align: top; }
				div#calendar td a, div#calendar td a:visited { color: #333333; }
				div#calendar td.day { width: 85%; }
				div#calendar td.weekend { background-color: #DDEEFF; }
				div#calendar td.today { background-color: #FFDD99; }
				div#calendar th.filler { background-color: #CCCCCC; color: #666666; }
				div#calendar td.filler { background-color: #DDDDDD; color: #777777; }
				div#calendar td h4 { font-size: 11px; font-weight: bold; float: left; margin: 0 0 0 0; width: 25%; }
				div#calendar td ul { clear: both; list-style-type: none; margin: 0; padding: 0; font-size: 10px; }
				div#calendar td.event { background-color: #777777; color: #EEEEEE; }
					div#calendar td.event a, div#calendar td.event a:visited { color: #EEEEEE; }
					div#calendar td ul li { line-height: 12px; padding: 1px 0 1px 2px; margin: 2px 0 2px 16px; list-style: disc outside; }
						div#calendar ul li span.event-tag { font-size: .5em; }
						div#calendar ul li span.et-01 { border-left: 3px solid #AA3333; }
						div#calendar ul li span.et-02 { border-left: 3px solid #33AA33; }
						div#calendar ul li span.et-03 { border-left: 3px solid #3333AA; }
						div#calendar ul li span.et-04 { border-left: 3px solid #AAAA33; }
						div#calendar ul li span.et-05 { border-left: 3px solid #33AAAA; }
						div#calendar ul li span.et-06 { border-left: 3px solid #747474; }
						div#calendar ul li span.et-07 { border-left: 3px solid #AA33AA; }
						div#calendar ul li span.et-08 { border-left: 3px solid #FFCCCC; }
						div#calendar ul li span.et-99 { border-left: 3px solid #777777; background-color: #777777; }
						div#calendar ul li.eventInactive,
						div#calendar ul li.eventInactive a { color: #888; }

							div#calendar ul li span.et-99 a, ul li span.et-99 a:visited { color: #EEEEEE; }
	div#calendar-view { border-width: 0 0 0 7px; border-style: solid; border-color: #AAAA33; padding-left: 7px; background: #fff; }
		div#calendar-view table { margin-right: 19px; }
		div#calendar-view th, div#calendar-event th { text-align: left; vertical-align: top; padding-right: 9px; font-weight: bold; }
		div#calendar-view td, div#calendar-event td { text-align: left; vertical-align: top; padding: 0; }
		div#calendar-view th.stripe { font-size: 1px; line-height: 1px; border-bottom: 1px dotted #999999; }
		input.calendar-button { margin: 9px 3px 7px 0; }
	div#calendar-view-type { background-color: #AAAA33; color: #FFFFFF; padding: 3px 33px 2px 7px; }
	div#calendar-view-description { background-color: #EEEEEE; padding: 11px 11px 13px 11px; }
		div#calendar-view-description input { margin: 0 0 13px 0;  }
		div#calendar-view-description img {  }
		div#calendar-view-description p {  }


	div#calendar-event { margin: 0 0 0 0; }
		div#calendar-event h2 { border-left: 7px solid #777777; background-color: #EEEEEE; padding: 2px 0 3px 3px; }
		div#calendar-event-register { float: left; }
			div#calendar-event-register input { font-weight: normal; padding: 6px 0 6px 0; margin: 7px 13px 0 0; width: 150px; }
		div#calendar-event-cms {  }
		div#ultrawidecontent ul#calendar-event-tabs { list-style-type: none; margin: 0 0 0 0; padding: 0; }
			ul#calendar-event-tabs li { float: left; background: url('/i/layout/tab_top_left.jpg') left top no-repeat; padding: 0 0 0 4px; margin: 0 1px 0 0; }
				ul#calendar-event-tabs li a { float: left; color: #FFFFFF; padding: 3px 7px 2px 3px; font-size: 11px;  background: url('../i/layout/tab_top_right.jpg') right top no-repeat; line-height: 15px; }
			ul#calendar-event-tabs li.on { background-color: #A6BEB3; background-image: url('/i/layout/tab_top_left_on.gif'); }
				ul#calendar-event-tabs li.on a, ul#calendar-event-tabs li.on a:visited { background-image: url('/i/layout/tab_top_right_on.gif'); }
		div.calendar-event-tabs-content { display: none; clear: left; padding: 11px 33px 9px 7px; border: 1px solid #333333; background-color: #DDEEFF; }
			div.calendar-event-tabs-content div.cetc-logo { margin: 15px; display: inline; }
			div.calendar-event-tabs-content div.cetc-logo img { padding-bottom: 30px; }
			div.calendar-event-tabs-content ul { padding-left: 2em; margin-bottom: 10px; }



	ul#calendar-search-results { list-style-type: none; margin: 0 0 13px 0; padding: 0; }
		ul#calendar-search-results li { padding-left: 6px; margin: 0 0 3px 0; }
		ul#calendar-search-results li a { font-weight: bold; }

	ul.document-list { list-style-image: url('/i/icons/view.gif'); margin-left: 2em; }
		ul.document-list li { }

    div#editPageContent { background-color: #eee; border: 1px dotted #555; margin: 20px; padding: 10px; text-align: left;  }
    img.inlineEdit { margin-right: 6px; }


	div#ct-form { padding: 12px 0 12px 12px; }
		div#ct-form table { width: 100%; }
			div#ct-form table th { width: 25%; text-align: left; vertical-align: top; padding-right: 9px; font-weight: bold; }
			div#ct-form table th em { font-weight: normal; }
			div#ct-form table td { text-align: left; vertical-align: top; padding: 0 0 7px 0; }
			div#ct-form table td input.wide, div#ct-form table td select.wide { width: 100%; }
		div#ct-form h2, div#ct-results h2 { background-color: #D2D7C7; color: #333333; padding: 3px 0 2px 3px; }
	div#ct-results { padding: 12px 0 12px 12px;  }
		div#ct-results table { width: 100%; margin-bottom: 11px; }
			div#ct-results table th { text-align: left; font-weight: bold; padding: 5px 9px 4px 5px; }
			div#ct-results table th img { margin-top: -2px; }
			div#ct-results table td { vertical-align: top; padding: 5px 9px 4px 5px; line-height: 120%; border-top: 1px solid #CCCCCC; }
				div#ct-results table tr.odd td { border-left: 1px solid #EEEEEE; }
				div#ct-results table tr.even td { border-left: 1px solid #FFFFFF; }
				div#ct-results table tr.odd td.noborder { border-left: 1px solid #FFFFFF; }
				div#ct-results table tr.even td.noborder { border-left: 1px solid #EEEEEE; }
	div#ct-view { padding: 12px 0 12px 12px; }
		div#ct-view h3 { font-size: 13px; }
		div#ct-view h4 { font-size: 12px; font-weight: bold; }
		div#ct-view h5 { font-size: 11px; font-weight: bold; background-color: #EEEEEE; padding-left: 1px; }
		div#ct-view ul { padding: 0 0 0 2em; margin: 0; }
		div#ct-view-contact, div#ct-view-documents { line-height: 150%; clear: right; float: right; width: 33%; margin: 0 0 11px 11px; border: 1px solid #CCCCCC; background-color: #FFFFFF; }
			div#ct-view-contact h4, div#ct-view-documents h4 { background-color: #EEEEEE; padding: 2px 9px 2px 3px; }
			div#ct-view-contact p, div#ct-view-documents p { padding: 2px 9px 2px 3px; }
			div#ct-view-contact ul, div#ct-view-documents ul { list-style-type: none; padding: 2px 9px 2px 3px; }
			div#ct-view-documents form { margin: 0; padding: 0 0 0 3px; }
				div#ct-view-documents input { margin: 0 0 3px 3px; width: 50%; }
	div#ct-logo { float: right; margin: 0 0 7px 19px; }

	div.tooltipText {
		position: absolute; white-space: normal; display: none; font-weight: normal; line-height: 130%;
		padding: 11px 13px 11px 6px; background-color: #FFFFDD; border: 1px solid #666666; color: #333333; font-size: 11px;
		width: 301px;
	}

	div#questions { background: #f6f6f6; padding: 0 5px; border-top: 5px solid #3C5693; }
	div#questions h4 { font-size: 1.5em; font-weight: bold; color: #3C5693; line-height: 150%; letter-spacing: -1px; }
	div#questions p { font-weight: bold; letter-spacing: -1px; }

	ul.normal { list-style-type: square; margin-left: 1em; line-height: 1.5em; }
	div.teambox { border-top: 1px solid #CCCCCC; padding-top: 6px; padding-bottom: 6px; }
	div.teamnew { border-bottom: 1px solid #CCCCCC; margin-bottom: 6px; padding-bottom: 6px; }

	.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	/* Hides from IE-mac \*/
	* html .clear {height: .01em;}
	/* End hide from IE-mac */

	.clearAfter:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
    * html .clearAfter {height: 1%;}
    *+html .clearAfter {height: 1%;}

fieldset { border: 1px dotted #555; padding: 10px; }
fieldset legend { font-weight: bold; color: #000; background-color: #fff; padding: 0 4px; }

div#careers ul { padding-left: 25px; margin-bottom: 20px; }
div#careers ul li { list-style-image: url('/i/icons/listitem.gif'); }
div#careers table th { text-align: right; font-weight: normal; vertical-align: top; padding-right: 12px; }
div#careers table tr.appendspace td, div#careers table tr.appendspace th { padding-bottom: 16px; }

table th.normal { text-align: left !important; }


div#general-studies ul { list-style-type: none; float: left; width: 30%; margin: 0 10px 0 0; padding: 0; }
	div#general-studies ul li { list-style-type: none; width: 100%; margin: 0; padding: 0;  }
	div#general-studies ul li ul { float: none; border: 0; width: 100%; margin-left: 18px;  }
	div#general-studies input.checkbox { display: inline; }
	div#general-studies input.text { width: 45%; }
	div#pet-studies ul { list-style-type: none; float: left; width: 48%; margin: 0 10px 0 0; padding: 0; }
	div#pet-studies ul li { list-style-type: none; width: 100%; margin: 0; padding: 0;  }
	div#pet-studies ul li ul { float: none; border: 0; width: 100%; margin-left: 18px;  }
	div#pet-studies input.checkbox { display: inline; }
	div#pet-studies input.text { width: 30%; }

div#pdq { }
div#pdq h3 { margin: 12px 0 4px 0; }
div#pdq hr { margin-bottom: 12px; }
div#pdq sup { font-size: .7em; margin-bottom: 4px; }
div#pdq cite { display: block; font-size: .85em; }
div#pdq ul,div#pdq ol { margin-bottom: 12px; padding-left: 24px; }
div#pdq ul#pdq_contents { padding-left: 0; }
div#pdq ul#pdq_contents li { list-style-type: none; }
div#pdq a.pdq_media { display: block; text-align: center; border: 1px solid #ccc; margin: 12px 0; }
div#pdq a.pdq_media:hover { border-color: #3366CC; }
