/* CSS Document for site specific styles */

/* Display or hide search box radio buttons: Display: display:block; Hide: display:none; */
div#searchbox_area input, div#searchbox_area label {
	display:inline;
}

div#format_1, div#format_1 div#bottom_content {
	width:776px;
	margin-left:0px;
	padding-left:0px;
}

.cbFormDataLink {
	display:none;
}

/* start news list page */
div.news_section {
	float:left;
	position:relative;
	width:100%;
	margin:0px;
	padding:0px;
	margin-bottom:12px;
}
* html div.news_section {
	width:736px;
}

div.news_section ul {
	list-style-image:url(../images/common/square_red.gif);
	padding-left: 16px;
	margin-bottom:12px;
}

div.news_section ul li {
	padding-bottom:2px;
}

div.news_section ul li ul {
	list-style-image:url(../images/common/arrow_red.gif);
	margin-top:4px;
}

div.news_section.last {
	margin-bottom:0px;
}

div.month {
	float:left;
	position:relative;
}

.news_table {
	float:left;
	position:relative;
	padding-bottom: 2px;
	width:100%;
}

.news_table table {
	width:100%;
}

.news_table ol {
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0px;
}
table td.news_date {
	width: 100px;
	font-weight: normal;
	color: #666666;
	margin-bottom:10px;
	clear: both;
	vertical-align: top;
}

table td.news_link{
	width:665px;
}

table td.news_link a {
	color:#000000;
	text-decoration:none;
}

table td.news_link a:hover {
	color:#990033;
	text-decoration:underline;
}

table td.news_link a.override {
	text-decoration:underline;
}

div#year_menu {
	margin:0px 0px 10px 0px; 
	text-align:left; 
	font-weight:bold; 
	font-size:1em;
}

div#year_menu a {
	text-decoration:none;
	margin:0px 4px 0px 4px;
	padding:0px;
}
div#year_menu a.current_year {
	margin:0px 4px 0px 0px;
}
div#year_menu a.last_year {
	margin:0px 0px 0px 4px;
}

.news_month {
	font-size: 1.1em;
	font-weight: bold;
	color: #2A3B86;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:4px;
}

div.news_story .title, div.news_story .title2 {
	margin-bottom:6px;
	text-align:left;
}

div.news_story .title a, div.news_story .title2 a {
	color: #2A3B86;
}

div.news_story .title a:hover div.news_story .title2 a:hover {
	color: #990033;
}

div.news_story .title2 {
	font-size: .91em;
	color:#000000;
}

.news_subtitle {
	clear:both;
	font-weight:bold;
	font-size:1em;
	color:#666666;
	margin-bottom:0px;
	padding-top:0px;
}

.date {
	margin-top:0px;
}

div#news_story .story_title {
	color:#2A3B86; 
	font-size:1.1em;
	font-weight:bold;
}

div#homepage_bottom_middle div.news_story {
	margin-bottom: 30px;
}
/* end news list format */

/* start schools and programs page */
.schools_and_programs {
	padding-bottom: 12px;
}

.schools_and_programs a {
	color:#000000;
	text-decoration:none;
}

.schools_and_programs a:hover {
	color:#990033;
	text-decoration:underline;
}

.schools_and_programs ul li ul {
	list-style-image:url(../images/common/arrow_red.gif);
}
/* end schools and programs page */

/* facilities page */
div#facilities_container {
	float:left;
	position:relative;
	width:100%;
}
* html div#facilities_container {
	width:100%;
}

div#facilities_container hr {
	clear:both;
	size:1px;
	width:80%;
}

div.facility_content {
	width:100%;
	float:left;
	position:relative;
	clear:both;
	margin-top:12px;
	padding-top:12px;
	border-top:1px solid #CCCCCC;
}

* html div.facility_content {
	width:100%;
}

div.facility_content img {
	float:left;
	position:relative;
	padding-right:20px;
}

div.facility_content div.facility_text {
	float:left;
	position:relative;
	width:593px;
}

* html div.facility_content div.facility_text {
	width:589px;
}
/* end facilities page */

.publication_container {
	float: left;
	position: relative;
	width:350px;
	padding-bottom:24px;
}

* html .publication_container {
	width:334px;
}

.publication_left_container {
	float: left;
	position: relative;
	width:134px;
}

.publication_right_container {
	float: left;
	position: relative;
	width: 230px;
}

.click_to_open {
	float:right; color:#666666; font-size:.9em; font-weight:normal;
}

a.go_back {
	float:left;
	margin:6px 0px 0px 2px;;
	padding:0px 0px 0px 12px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red_left.gif);
	background-repeat:no-repeat;
	background-position:left;
}
a:hover.go_back {
	color:#990033;
}

a.go_to_top {
	float:right;
	margin:6px 0px -10px 2px;;
	padding:0px 12px 0px 0px;
	font-weight:bold;
	font-size:12px;
	color:#666666;
	background-image:url(../images/common/arrow_red.gif);
	background-repeat:no-repeat;
	background-position:right;
}
a:hover.go_to_top {
	color:#990033;
}

.arrow_btn {
	margin-bottom:8px;
}
.arrow_btn a {
	float:right;
	width:190px;
	padding:16px 4px 28px 52px;
	margin-left:12px;
	font-size:14px;	
	color:#990033;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/arrow_btn_out.gif);
	background-repeat:no-repeat;
}

.arrow_btn a:hover {
	color:#000000;
	background-image:url(../images/arrow_btn_over.gif)
}

div#format_list_1 {
	margin:0px;
}
.ie6 div#format_list_1 div.content_element {
	width: 370px;
}
.ie6 div#format_list_1 div.content_element .right_section {
	width: 206px;
}

.rss_feed {
	float:right;
	font-size:12px;
}
.left_nav_custom .rss_feed {
	margin-top:8px;
	border-top:1px solid #CCCCCC;
}
.rss_feed a {
	color:#666666;
	text-decoration:none;
	padding-top:8px;
}
.rss_feed a:hover {
	color:#990033;
	text-decoration:none;
}
.rss_feed img {
	margin-bottom:-3px;
	margin-left:6px;
}
.ie6 .rss_feed {
	display:none;
}

.image_box, .image_box_left, .image_box_right, .image_box_centre {
	padding:4px 0px 4px 0px;
	border-left:none; 
	border-right:none;
}
.image_box .caption, .image_box_left .caption, .image_box_right .caption, .image_box_centre .caption {
	font-size:.8em;
	color:#666666;
	padding-bottom:0px;
}

table.table_format1 {
	width:100%;
}
table.table_format1 tr td {
	vertical-align:top;
}
table.table_format1 tr.table_format1_title td {
	padding:6px 0px;
}
table.table_format1 tr.table_format1_title2 td {
	padding:4px 0px;
	border-top:none;
	font-weight:bold;
	color:#2A3B86;
	background-color:#EFEFEF;
	border-bottom:2px solid #2A3B86;
}
table.table_format1 tr td.committee_col1 {
	width:27%;
}
table.table_format1 tr td.committee_col2 {
	width:57%;
}
table.table_format1 tr td.committee_col3 {
	width:auto;
}
div#bottom_content ul.committee_links {
	margin-top:12px;
	margin-left:10px;
	font-size:.8em;
	list-style-image:url(../images/common/favicon.ico);
}

.updated_right {
	float:right;
	font-size:.8em;
	color:#666666;
	margin:8px 0px;
}

table.table_format1 tr td.col1 {
	width:30%;
}
table.table_format1 tr td.col2 {
	width:55%;
}
table.table_format1 tr td.col3 {
	width:auto;
}

table.image_box_right {
	border:none;
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	background-color:#f3f3f3;
	margin:0px 0px 10px 10px;
	width:1px;
}
table.image_box_right tr td {
	border:none;
	margin:0px;
	padding:2px 0px 2px 0px;
}
table.image_box_right tr td img {
	padding-bottom:2px;
}
table.image_box_right tr td.caption {
	font-size:.8em;
	color:#666666;
}

div.left_nav_custom ul li.print {
	display:none;
}

.social_media_links {
	clear:both;
	width:100%;
	border-top:2px dotted #CCCCCC;
	text-align:center;
}
.social_media_links a {
	margin-right:16px;
}
.social_media_links a.facebook_follow_link {
	margin-right:3px;
}
.social_media_links a.twitter_follow_link {
	margin-right:3px;
}
.social_media_links h2 {
	font-size:.8em;
	font-weight:bold;
	color:#666;
	margin:0px 12px 3px 0px;
}
div#left_container .social_media_links {
	float:right;
	text-align:right;
	margin-top:6px;
	width:100%;
}
div#left_container .social_media_links a {
	float:right;
	margin-top:0px;
	margin-right:0px;
	margin-left:8px;
	width:auto;
}
div#left_container .social_media_links h2 {
	font-size:.8em;
	font-weight:bold;
	color:#666;
	margin:0px 0px 3px 0px;
}

.news_nav_links {
	clear:both;
}
.news_nav_links a.go_back, .news_nav_links a.go_to_top {
	margin:0px 0px 10px 0px;
}

h1.content_title1 {
	margin-bottom:12px;
	text-transform:uppercase;
	font-size:1.2em;
	padding:5px 0px 4px 8px;
	width:768px;
}

div#format_1 h1.content_title2, h1.content_title2 {
	font-size:1.5em;
}

.image_box_right, .image_box_left, .image_box {
	border:none;
	background-color:#EFEFEF;
	background:repeat-x top url(../images/border_background_top.gif), repeat-x bottom url(../images/border_background_bottom.gif);
	padding:5px 0px;
}

.image_box_right .caption, .image_box_left .caption, .image_box .caption {
	padding:7px 6px 3px 6px;
	margin-top:0px;
	background-image:url(../images/caption_background.gif);
}

.news_subtitle {
	font-size:.8em;
}

.date {
	font-size:.7em;
}

.links_box {
	float:right;
	width:360px;
	font-size:.9em;
	color:#666;
	background:repeat-x top url(../images/border_background_top.gif), repeat-x bottom url(../images/border_background_bottom.gif);
	padding:12px 0px 0px 0px;
	margin:0px 0px 8px 20px;
}

.links_box h2 {
	margin-bottom:4px;
	color:#2A3B86;
}

div#bottom_content ul li {
	margin-bottom:0px;
	padding-bottom:4px;
}
div#bottom_content ul {
	margin-bottom:4px;
}

div#bottom_content div.links_box ul li {
	margin-bottom:3px;
}

p {
	margin-bottom:10px;
}

h2 {
	margin-bottom:10px;
	font-size:1.3em;
	color:#2A3B86;
}

h3 {
	margin-bottom:10px;
	font-size:1.2em;
}

h4 {
	margin-bottom:8px;
	font-size:1.1em;
}

h5 {
	margin-bottom:8px;
	font-size:1em;
}

.side_box_right {
	float:right; 
	margin:0px; 
	width:240px; 
	font-size:.9em;
	margin:0px 0px 0px 20px;
	padding:4px 0px 6px 18px; 
	background-image:url(../images/border_background_right.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.indent {
	font-size:.9em;
	color:#666;
	margin:0px 40px;
}

.download_mp3 {
	font-size:.9em;
	color:#666;
}
.download_mp3 a {
	text-decoration:none;
	color:#666;
}
.download_mp3 a:hover {
	color:#903;
}

.highlighted_events {
	margin-bottom:8px;
}
.highlighted_events h2 {
	margin-bottom:4px;
	font-size:1em;
}
.highlighted_events table tr td {
	border:none;
	font-size:.9em;
}
.highlighted_events table tr td.date {
	padding-right:10px;
}

#events_menu {
	font-size:.9em;
	font-weight:normal;
	float:right;
	margin-top:-28px;
	margin-right:18px;
}
#events_menu a {
	text-decoration:none;
	color:#2A3B86;
	background-color:#EFEFEF;
	padding:2px 16px;
	width:300px;
}
#events_menu a:hover {
	text-decoration:none;
	color:#FFF;
	background-color:#903;
}

hr {
	color: #fff; background-color: #fff; border: 2px dotted #ccc; border-style: none none dotted;
}

.quote {
	margin-left:20px;
	margin-right:20px;
	color:#666;
	font-size:.9em;
}

br.half_line {
	line-height:6px;
}

.notice {
	font-size:1.4em;
	font-weight:bold;
	margin-top:0px;
}
.notice img {
	float:left;
	margin-right:10px;
	margin-top:-4px;
	margin-bottom:10px;
}
.notice a {
	text-decoration:none;
	color:#903;
}
.notice a:hover {
	text-decoration:none;
	color:#666;
}

div.left_nav_custom ul li.font_increment {
	border-top:2px dotted #CCCCCC;
	padding-top:10px;
	margin-top:10px;
}

.community_of_distinction_call_for_nominations {
	display:none;
	margin:0px 0px 0px 16px;
	padding:10px 0px 12px 0px;
}
.community_of_distinction_call_for_nominations a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
	font-size:1.1em;
	padding-right:18px;
}
.community_of_distinction_call_for_nominations a:hover {
	text-decoration:none;
	color:#000;
}
.community_of_distinction_call_for_nominations a .community {
	text-decoration:none;
	color:#903;
	font-size:1.3em;
}
.community_of_distinction_call_for_nominations a:hover .community {
	text-decoration:none;
	color:#000;
}
.community_of_distinction_call_for_nominations img {
	float:left;
	padding:6px 8px 0px 0px;
	margin-top:-8px;
}
.citation {
	font-size:.9em;
	color:#666;
	font-style:italic;
}
.submission_form .label {
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	color:#2A3B86;
}
