* {
	margin:0px;
	padding:0px;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
a:link, a:visited, a:active, a:hover, a img {
	border:none;
	outline:none;
	text-decoration:none;
	font-weight: bold;
}
a:link, a:visited {
	color:#002b53;
}
a:hover {
	color:#1E59AA;
}
body {
	font-family:Arial,Sans-serif;
	background:#FFFFFF;
	color:#6B6B6B;
	font-size:12px;
	line-height:16px;
}
html, body { height:100%; }

#content { min-width:970px; }
#content, #content_blocks {
	/*width:960px;*/
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0px auto -209px;
	position:relative;
	z-index:1;
	background:transparent url(/library/images/background-grey-column.gif) top center repeat-y;
}

#content-drop-shadow{
	position: absolute;
	width: 100%;
	min-width: 960px;
	height: 29px;
	top: 207px;
	left: 0;
	background: url("/library/images/content-drop-shadow.png") top left repeat-x;
}

/* HEADER */
#header {
	min-width:970px;
	height:207px;
	background:transparent url(/library/images/background-header.jpg) top center no-repeat;
	background-position:top center;
	width:100%;
	position:absolute;
	top:0px;
}
#header-content{
	width: 960px;
	height: 207px;
	margin: 0 auto;
	position: relative;
}

#main_content {
	width:100%;
	width: 960px;
	margin: 0 auto;
	overflow:hidden;
	padding-top:207px;
	background:transparent url(/library/images/background-grey-column.gif) top center repeat-y;
	min-height:335px;
	height:auto !important;
	height:100%;
}

a#logo_slu {
	position:absolute;
	top:0px;
	left:0px;
	width:351px;
	height:30px;
	overflow:hidden;
	background:transparent url(/library/images/logo-slu.gif) no-repeat;
}
a#logo_parks {
	position:absolute;
	/*top:63px;*/
	top:36px;
	left:0;
}
ul#upper_nav {
	height:30px;
	overflow:hidden;
	list-style:none;
	font-size:11px;
	font-weight:bold;
	position: absolute;
	right: 0;
	border-left: 1px solid #1f4282;
}
ul#upper_nav li {
	display:block;
	float: left;
	height: 30px;
	color:#A3A3A3;
	vertical-align:middle;
	border-right: 1px solid #1f4282;
}
ul#upper_nav a:link, ul#upper_nav a:visited { color:#FFFFFF; display: block; height: 30px; line-height: 30px; padding: 0 20px;}
ul#upper_nav #slu-home a{padding: 0; background-color: #122f65;}
ul#upper_nav #slu-home a:hover{padding: 0; background-color: #00183c;}
ul#upper_nav a:hover { color:#A3A3A3; }
a#logo_slu img { display:none; }


/* DROP-DOWN MENUS */
#main_navigations {
	width:960px;
	position:absolute;
	bottom:4px;
	z-index:200;
}
#main_navigations ul {
	list-style:none;
	width:100%;
	clear:both;
}
#main_navigations li {
	display:inline;
	overflow:visible;
	float:left;
}

/* people nav */
ul#people_nav { padding:0 0 7px; position:relative; z-index:300; overflow:hidden;}
ul#people_nav li {
	padding: 0 10px;
	margin: 0;
	position:relative;
	border-left: 1px solid #bbcbd9;
}
ul#people_nav li:first-child{
	border: none;
	padding-left: 0;
}
ul#people_nav a {
	display:block;
	color: #eec255;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	font-weight: bold;
}
ul#people_nav a:hover, ul#people_nav a.active_parent{
	color: #fff;
}

/* main nav */
ul#main_nav {
	font-family: "franklin-gothic-urw-cond",sans-serif;
	font-size:15px;
	line-height: 21px;
	letter-spacing: -.5px;
	text-transform: uppercase;
	font-weight:700;
	padding: 0;
	overflow: hidden;
	border-left:1px solid #A0BCEA;
}
ul#main_nav li {
	border-right:1px solid #A0BCEA;
	position:relative;
	overflow:visible;
	z-index:100;
	width: 159px;
}

l#main_nav li:first-child{width: 158px;}

ul#main_nav a:link, ul#main_nav a:visited {
	color:#FFFFFF;
	display:block;
	padding:0;
	height: 54px;
	line-height: 54px;
	text-align: center;
	width: 100%;
}
ul#main_nav a:hover, ul#main_nav li:hover a, ul#main_nav a:hover, ul#main_nav li.sfhover a, ul#main_nav a.active_parent, ul#main_nav li.over-children a {
	background-color:#012e58;
}

#subnavigation-container{
	padding: 0;
	overflow: hidden;
	height: 0;
	/*background: #00183c url("/library/images/background-drop-down.gif") bottom left repeat-x;*/
	position:relative;
	z-index:9999;
}
#subnavigation-container-2{
	padding-bottom: 6px;
}
#subnavigation{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background: url("/library/images/background-dropdown-navigation.png") top left repeat-y;
	
}

#subnavigation div{
	width: 160px;
	float: left;
}

#subnavigation div ul{
	list-style: none;
	padding: 12px 8px;
}

#subnavigation div ul li{
	padding: 2px 0;	
}

#subnavigation div ul a{
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	display: block;
	font-weight: bold;
}

#subnavigation div ul a:hover{
	color: #ccc;
}

#subnavigation div ul a.active, #subnavigation div ul a.active_parent{
	color: #aaa;
}

/* FOOTER and FOOTER ELEMENTS */
#footer-container{
	min-width:970px;
	height: 200px;
	border-top: 9px solid #acc3e6;
	background-color: #002b53;
	position: relative;
	z-index: 10;
}

#footer-container a{
	color: #eec255;
}
#footer-container a:hover{
	color: #fff;
}

#footer-container a.special-link{
	color: #fff;
}

#push, #push_with_blocks {
	height:209px;
	overflow:hidden;
}
#push, #push_with_blocks { text-indent:-2000px; overflow:hidden; }
#push p, #push_with_blocks p { display:none; }
#footer_blocks, #push_with_blocks {	
	height:165px;
}
.push_blocks {
	background:transparent url(/library/images/background-push-blocks.gif) repeat-y;
}
#bottom_blocks {
	padding-left:2px;
	background:#E4EBF6 none;
	width:735px;
	margin-left:0px;
	border-left:2px solid #AFC6EC;
	color:#909090;
	line-height:14px;
	font-size:11px;
	overflow:auto;
	height:87px;
}
.bottom_block {
	width:200px;
	margin:16px 15px 0px;
	float:left;
	display:inline;
	height:59px;
	overflow:hidden;
}
.bottom_block h3 {
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
	color:#3D62A7;
}
#footer, #footer_blocks {
	position:relative;
	z-index:100;
	width:969px;
	margin:0px auto;
	font-size:11px;
}
#footer_blocks {
	background-image:url(/library/images/background-footer-subpage_blocks.jpg);
	background-position:bottom left;
}
#content_blocks { margin-bottom:-165px; _margin-bottom:-115px; }
#site_search {
	position:absolute;
	right:0px;
	top:30px;
	width:220px;
	font-size:10px;
	color:#787878;
	text-align:left;
	border-top:2px solid #739bbd;
}
#site_search p {
	padding:0px 0px 5px;
}
#site_search input.radio {
	font-size:9px;
	width:12px;
	height:12px;
}
#site_search input#search {
	width:225px;
	border:2px solid #ACC3D1;
	background:#FFFFFF url(/library/images/background-search.gif) no-repeat;
	background-position:2px 2px;
	padding:2px;
	display:block;
	text-indent:16px;
	color:#787878;
	font-size:11px;
	*margin-left:-20px;
	text-align:left;
}
#footer-nav {
	width:400px;
	height:74px;
	float:left;
}
#footer-nav ul {
	list-style:none;
	margin-top:13px;
	width:100%;
	overflow:auto;
	border-left: 1px solid #2f3c4f;
}
#footer-nav li:first-child{
	border-left: 1px solid #465973;
}
#footer-nav li {
	float:left;
	border-right: 1px solid #2f3c4f;
}

#footer-nav li a{
	text-transform: uppercase;
	font-family: "franklin-gothic-urw-cond",sans-serif;
	font-weight: 700;
	display: block;
	height: 45px;
	line-height: 45px;
	border-right: 1px solid #465973;
	padding: 0 16px;
}

#social {
	text-align:right;
	float:right;
	padding-top:10px;
	height: 165px;
	position: relative;
}

#social .footer_logo {
	width: 117px;
	height: 125px;
	position: absolute;
	right: 0;
}
#social ul {
	margin-top:35px;
	list-style:none;
	width: 340px;
	margin-right: 140px;
	height: 28px;
}
#social li {
	float:right;
	margin-left:13px;
	height:28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #bbbcc1;
}
#social li:last-child{
	margin-left: 0;
}
#social li a:link, #social li a:visited, #social li a:hover {
	display:block;
}
#social li a img{
	
}
#social a:link img, #social a:visited img, #social a:hover img { }
#social p{
	padding: 10px 140px 0 0;
	line-height: 18px;
	font-weight: bold;
	color: #bbbcc1;
	text-align: right;
}
#social p:last-child{	
	padding-right: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}


/* reusable */
a.bordered:link, a.bordered:visited {
	font-size:11px;
	text-transform:uppercase;
	padding:4px 6px;
	color: #fff;
	background:#122f65 none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-weight:bold;
}
a.bordered:hover {
	background:#EEEEEE none;
	color:#1E59AA;
}
#left_column {
	width:697px;
	margin-right:14px;
	float:right;
	position:relative;
}
#right_column {
	width:212px;
	float:left;
	margin-left:16px;
	padding-bottom:30px; 
}
#left_column, #right_column { margin-top:14px; display:inline; }
h1.page_title {
	font-family: "franklin-gothic-urw-cond", sans-serif;
	font-weight: 700;
	font-size:26px;
	color:#1e59aa;
	padding:15px 0px 12px;
	letter-spacing:-1px;
	margin-bottom:8px;
	width:100%;
	border-bottom: 4px solid #deddd5;
	line-height: 28px;
}
.expandable_header {
	background:#DFDFDD none;
	font-size:11px;
	line-height:13px;
	padding:7px 0px 5px;
	margin-bottom:4px;
	width:100%;
	overflow:auto;
}
.expandable_header h1.page_title {
	background:transparent none;
	padding:4px 0px 6px 5px;
	width:530px;
	float:left;
	margin-bottom:0px;
}
.expandable_header a.additional {
	float:right;
	margin:2px 10px 0px 0px;
	font-size:11px;
}
a.additional { background:transparent url(/library/images/arrow-blue-down.gif) no-repeat; }
a.open { background:transparent url(/library/images/arrow-blue-up.gif) no-repeat; }
a.additional, a.additional_open {
	background-position:right 3px;
	padding-right:14px;
}
.expandable_content {
	width:675px;
	margin-left:15px;
	padding:7px 0px 13px;
	overflow:auto;
}
.expandable_content ul.rows {
	list-style:none;
}
.expandable_content ul.rows li {
	width:165px;
	float:left;
	display:inline;
	padding-bottom:8px;
}
.expandable_content ul.rows li.first {
	clear:both;
	float:left;
}
.expandable_content ul.rows h5 {
	color:#000000;
	font-size:11px;
	display:block;
	font-weight:normal;
}
h2.subtitle {
	font-family: "franklin-gothic-urw-cond", sans-serif;
	font-weight: 700;
	color:#1e59aa;
	font-size:19px;
	line-height:22px;
	margin-top:10px;
	padding-right:40px;
	margin-bottom:12px;
}
h2.menu_title {
	color:#000000;
	letter-spacing:-1px;
	font-size:20px;
	line-height:22px;
	padding-top:4px;
	margin-bottom:5px;
}
h3.sub_sub {
	color:#3D62A7;
	font-size:12px;
	line-height:16px;
	margin-top:10px;
	padding-right:40px;
	margin-bottom:2px;
}
a.box_link:link, a.box_link:visited {
	color: #fff;
	font-size:11px;
	line-height: 16px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#122f65;
	padding:3px 7px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
a.box_link:hover {
	color:#65635d;
	background-color:#efefeb;
}
.copy { width:100%; overflow:auto; padding-bottom:13px; }
.copy .short {
	width:425px;
	float:left;
}
.copy .copy_callout { float:right; width:233px; padding-bottom:5px; overflow:hidden; margin-top:4px; }
.copy_callout h4 {
	color:#000000;
	font-weight:normal;
	font-size:11px;
}
.copy_callout h5 {
	color:#5B5B5B;
	font-size:11px;
	font-weight:normal;
}
.copy_callout img { display:block; padding-bottom:10px; }
.copy_callout .quote {
	padding:5px 0px 3px;
	color:#3D62A7;
	font-size:11px;
	line-height:16px;
}
sub { font-size:9px; line-height:0px; }
sup { margin-top:-3px; font-size:9px; line-height:0px; }
.hide { display:none; }
.show { display:block; }
.right_block {
	padding-top:4px;
	padding-bottom:3px;
	//border-bottom:5px solid #D0DDEF;
	position: relative;
	left: -6px;
}
.right_block img {
	padding-bottom:4px;
	behavior:url(/library/images/iepngfix.htc);
}
.right_block h3 {
	color:#1e59aa;
	font-size:18px;
	font-family: "franklin-gothic-urw-cond",sans-serif;
	letter-spacing: -.5px;
	padding-top:5px;
	padding-bottom:8px;
}
.image_block h3 {
	padding-top:0px;
}
img.landing_img { margin-top:3px; }
.video_lightbox h3, .video_lightbox {
	font-size:16px;
	font-weight:bold;
	color:#3D62A7;
}
.video_lightbox {
	margin:0px 0px 0px 19px;
}
.video_lightbox h3 {
	padding:8px 0px;
}
.video_lightbox h3 a:link, .video_lightbox h3 a:visited {
	color:#AA321E;
}
.video_lightbox h3 a:hover {
	color:#000000;
}
a.video_link {
	float:right;
	margin-bottom:10px;
	position:relative;
	width:140px;
	height:82px;
	overflow:hidden;
}
a.video_link:link .video_rollover, a.video_link:visited .video_rollover {
	width:140px;
	height:82px;
	background:transparent url(/library/images/button-play-video.png) no-repeat;
	_background:transparent url(/library/images/button-play-video.gif) no-repeat;
	background-position:0px 0px;
	position:absolute;
	z-index:2;
	top:0px;
	left:0px;
}
a.video_link:hover .video_rollover {
	background-position:0px -82px;
}
a.video_link img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.gray_callout a.left_image { float:left; }
.gray_callout img { display:block; }
.gray_callout {
	background:#DEDEDE none;
	width:100%;
	overflow:auto;
}
.gray_callout .wysiwyg {
	width:310px;
	float:right;
	display:inline;
	margin:48px 34px 0px 0px;
}
table.people {
	width:697px;
	margin-bottom:45px;
	overflow:hidden;
}
table tr { width:100%; overflow:hidden; }
table.people td { 
	width:175px;
	border:none;
	/*display:inline;*/
}
td.person, table.people td.person {
	font-size:11px;
	vertical-align:top;
	background:#DEDEDE none;
	width:171px;
	overflow:hidden;
	border-right:4px solid #FFFFFF;
	border-bottom:4px solid #FFFFFF;
	line-height:14px;
	padding-bottom:4px;
}
td.last, table.people td.last { border-right:1px solid #FFFFFF; width:171px; }
td.person h3 {
	color:#000000;
	font-size:11px;
	font-weight:normal;
	padding-top:4px;
}
td.person h4 {
	color:#5B5B5B;
	font-size:11px;
	font-weight:normal;
	padding-bottom:6px;
}
td.person h3, td.person h4, td.person p {
	width:155px;
	padding-left:4px;
}
#more_stories, .more_stories {
	width:100%;
	margin-top:13px;
	border-top:8px solid #EBECED;
}
a.thumbnail {
	width:171px;
	height:86px;
	display:block;
	position:relative;
}
a.thumbnail img {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
a.thumbnail .blue {
	width:100%;
	height:100%;
	background:#2664C4 none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}
a.bullet_link:link, a.bullet_link:visited, a.bullet_link:hover {
	background:transparent url(/library/images/bullet-blue.gif) no-repeat;
	background-position:0px 3px;
	padding-left:13px;
}
a.facebook:link, a.facebook:visited, a.facebook:hover {
	width:16px;
	height:16px;
	text-indent:-2000px;
	background:transparent url(/library/images/icon-facebook-small.jpg) no-repeat;
	display:block;
}
a.flickr:link, a.flickr:visited, a.flickr:hover {
	width:16px;
	height:16px;
	text-indent:-2000px;
	background:transparent url(/library/images/icon-flickr-small.jpg) no-repeat;
	display:block;
}
a.ical:link, a.ical:visited, a.ical:hover {
	width:14px;
	height:16px;
	text-indent:-2000px;
	background:transparent url(/library/images/icon-ical-small.jpg) no-repeat;
	display:block;
}
a.google:link, a.google:visited, a.google:hover {
	width:16px;
	height:16px;
	text-indent:-2000px;
	background:transparent url(/library/images/icon-google-small.jpg) no-repeat;
	display:block;
}
a.email:link, a.email:visited, a.email:hover {
	width:16px;
	height:16px;
	text-indent:-2000px;
	background:transparent url(/library/images/icon-email-small.jpg) no-repeat;
	display:block;
}
.blog { 
	clear:both;
	overflow:auto;
	width:100%;
}
.blog p { 
	float:left;
	width:85%;
}
span.gray { color:#9B9A9A; font-size:10px; }
span.gray a:link, span.gray a:visited {
	color:#9B9A9A;
	text-decoration:underline;
}
span.gray a:hover {
	color:#000000;
}
.bubble {
	display:block;
	overflow:hidden;
	padding-left:2px;
	text-align:right;
	float:right;
	color:#8EACD4;
	height:19px;
	font-size:10px;
	background:transparent url(/library/images/background-bubble-right.jpg) no-repeat;
	background-position:top right;
}
.bubble a:link, .bubble a:visited { color:#8EACD4; }
.bubble a:hover { color:#1E59AA; }
.bubble div {
	height:19px;
	_display:inline;
	padding:0px 7px 4px;
	margin-left:-2px;
	background:transparent url(/library/images/background-bubble-left.jpg) no-repeat;
	_background-position:0px -2px;
}


/*
* * * * RIGHT COLUMN NAVIGATION (SUB NAVIGATION) * * * * *
*/
/* - - - - - - - -*/
ul#right_navigation {
	list-style:none;
	padding:10px 0;
	line-height: 18px;
	font-weight: bold;
	position: relative;
	left: -18px;
}
ul#right_navigation > li{
	padding: 2px;
	overflow: hidden;
	display: block;
	clear: both;
}
ul#right_navigation > li > a{
	line-height: 16px;
	padding: 2px 9px;
	display: block;
	float: left;
}
ul#right_navigation > li.active > a, ul#right_navigation > li.active_parent > a{
	background-color: #fff;
	color: #1E59AA;
}
ul#right_navigation ul {
	clear: both;
}
ul#right_navigation ul ul ul {
	list-style:none;
	font-size:11px;
	margin:2px 0px 0px 0;
	padding:0px;
	border:none;
}
ul#right_navigation ul ul ul li {
	line-height:12px;
	padding:3px 0px 3px 11px;
	margin:0px 0px 0;
	background:url(/library/images/bullet-sub-sub-menu.gif) no-repeat;
	background-position:3px 8px;
}
ul#right_navigation ul ul {
	list-style:none;
	border:1px solid #CEDDEC;
	background:#E9EDF3 none;
	padding:5px 4px 3px;
	font-size:11px;
	line-height:15px;
	margin:0px 0px 3px 0;
}
ul#right_navigation ul ul li {
}
ul#right_navigation ul {
	list-style:none;
	padding:1px 4px 0px;
	font-size:11px;
	line-height:16px;
	margin:0px 0px 0px 15px;
}
ul#right_navigation ul li.first {
	padding-top: 3px;
}
ul#right_navigation ul li.active, ul#right_navigation ul li.active_parent {
	list-style:none;
	border:1px solid #CEDDEC;
	background:#E9EDF3 none;
	padding:5px 4px 3px 0;
	font-size:11px;
	line-height:16px;
	margin:0px 0px 0 0;
}
ul#right_navigation ul li.active ul, ul#right_navigation ul li.active_parent ul {
	background:transparent none;
	border:none;
	border-top:3px solid #B9CBE3;
	border-bottom:3px solid #B9CBE3;
	padding:6px 0px;
	margin:6px 0px;
}
ul#right_navigation ul li.active ul ul, ul#right_navigation ul li.active_parent ul ul {
	background:transparent none;
	border:none;
	padding:2px 0px 0px 0;
	margin:0px;
}
ul#right_navigation ul li ul li.active, ul#right_navigation ul li ul li.active_parent {
	border:none;
	background:transparent none;
	padding:0px;
	margin:0px;
}
ul#right_navigation ul li ul li li.active, ul#right_navigation ul li ul li li.active_parent {
	line-height:11px;
	padding:0px 0px 0px 11px;
	margin:0px 0px 2px;
	background:url(/library/images/bullet-sub-sub-menu.gif) no-repeat;
	background-position:3px 3px;
}
ul#right_navigation a.active:hover, 
ul#right_navigation a.active_parent:hover { color:#000000; }
.menu_text {
	color:#484848;
	font-size:11px;
	padding-bottom:20px;
	line-height:16px;
}
ul#right_navigation li li.active, ul#right_navigation li li.active_parent {
	background:transparent none;
	border:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
ul#right_navigation li li.active, ul#right_navigation li li.active_parent {
	font-size:11px;
	line-height:16px;
	margin:0px 0px 0 0;
}
ul#right_navigation li li.active > a{
	color: #000;
}
ul#right_navigation li li.active.has_children li.has_children, ul#right_navigation li li.active_parent.has_children li.has_children {
	background:transparent none;
	border:none;
	padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

/*
* * * * * GRAY TABBED CONTENT CALLOUT AREA * * * * * *
*/
.tab_content {
	margin:20px 0px;
	width:695px;
	overflow:auto;
	background-color:#efefeb;
	padding:14px 0px;
}
.tab_content h2.tab_header {
	margin-left:20px;
	padding-bottom:11px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	color:#000000;
}
.tab_content .tab_inner_content, .tab_content ul.tab_navigation {
	width:670px;
	margin-left:20px;
}
.tab_content ul.tab_navigation {
	list-style:none;
	clear:both;
	overflow:auto;
	width:675px;
	padding-bottom:12px;
}
.tab_content ul.tab_navigation li {
	padding-top:1px;
	*padding-bottom:3px;
	margin-bottom:2px;
	float:left;
	display:inline;
	margin-right:5px;
}
.tab_content ul.tab_navigation li a { display:block; padding:1px 6px; white-space:pre; }
.tab_content ul.tab_navigation li a.active:link, .tab_content ul.tab_navigation li a.active:visited, .tab_content ul.tab_navigation li a.active:hover {
	color:#65635d;
	background-color:#efefeb;
}
.tab_inner_content .wysiwyg {
	padding:2px 0px 3px;
}
.tab_copy { float:left; }
.long { width:411px; }
.short { width:220px; }
.tab_copy p.add_on { margin-top:4px; }
.you_tube {
	border:1px solid #F7CCAC;
	width:425px;
	height:344px;
	float:left;
	margin-right:16px;
	margin-bottom:5px;
}
img.float_left { float:left; margin-right:16px; }
h1.no_back { background:transparent none; margin-bottom:5px; }

/*
* * * * * news drop down * * * * *
*/
ul#drop_down_select, ul.drop_down_select {
	width:223px;
	background:#FFFFFF url(/library/images/background-dd-arrow.jpg) no-repeat;
	background-position:top right;
	border:1px solid #81A8E5;
	font-size:11px;
	list-style:none;
	float:right;
	margin:0px 0px 3px 0px;
	height:20px;
	display:inline;
	position:absolute;
	overflow:visible;
	top:5px;
	right:12px;
	z-index:3;
}
ul#drop_down_select:hover, ul#drop_down_select.sfhover_ul { background-position:right -20px;}
ul#drop_down_select li, ul.drop_down_select li {
	position:relative;
	padding:3px 6px;
	_padding-bottom:0px;
	width:100%;
	display:inline;
	float:left;
}
ul#drop_down_select li ul, ul.drop_down_select li ul {
	display:none;
	position:absolute;
	z-index:30;
	top:19px;
	left:-1px;
	margin-left:0px;
	list-style:none;
	width:194px;
	border:1px solid #81A8E5;
	border-top:none;
	background:#FFFFFF none;
}

ul#drop_down_select li:hover ul, ul#drop_down_select li.sfhover ul, 
ul.drop_down_select li:hover ul, ul.drop_down_select li.sfhover ul {
	display:block;
}
ul#drop_down_select a, ul.drop_down_select a {
	display:block;
}
.short_height ul#drop_down_select, .short_height ul.drop_down_select {
	margin-top:-3px;
}
a.previous:link, a.previous:visited, a.next:link, a.next:visited {
	font-size:9px;
	text-transform:uppercase;
	border:1px solid #1E59AA;
	background-color:#FFFFFF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	font-weight:bold;
	display:block;
	width:19px;
	height:19px;
}
a.previous:hover, a.next:hover {
	border:1px solid #1E59AA;
	background-color:#EEEEEE;
	color:#000000;
}
p.fixed, p.fixed_right, p.centered {
	padding:2px 0px 4px;
}
p.fixed {
	width:65px;
	float:left;
}
p.fixed_right {
	float:right;
	text-align:right;
}
p.centered {
	width:540px;
	float:left;
	text-align:center;
	display:inline;
}
p.centered a.hit { color:#1E59AA; background: #eee }
a.bordered {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
ul.news_events_list {
	width:458px;
	overflow:hidden;
	float:left;
	list-style:none;
	padding-bottom:20px;
}
ul.news_events_list li img { display:block; margin:6px 0px 9px 15px; }
ul.news_events_list li {
	padding-bottom:11px;
	margin-bottom:11px;
	font-size:11px;
	border-bottom:7px solid #E6E6E6;
	width:100%;
	overflow:auto;
	position:relative;
}
ul.news_events_list li .wysiwyg {
	padding-bottom:4px;
}
ul.news_events_list li h3 {
	font-size:16px;
	line-height:22px;
}
ul.news_events_list li h4.gray {
	color:#A09393;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
}
ul.news_events_list li.last {
	border-bottom:none;
	padding-top:6px;
	padding-bottom:0px;
	margin-bottom:9px;
}
.social {
	width:85px;
	position:absolute;
	top:6px;
	right:6px;
	overflow:hidden;
}
.social a {
	float:right;
	margin-right:3px;
}
a#share_this:link, a#share_this:visited {
	width:65px;
	height:17px;
	overflow:hidden;
	text-indent:-2000px;
	display:block;
	background-image:url(/library/images/button-share-this.gif);
	background-position:0px 0px;
}
a#share_this:hover {
	background-position:0px -17px;
}
#tooltip {
	background:#CFCFCF none;
	padding:2px 4px;
	position:absolute;
	z-index:3000;
}
#tooltip h3 {
	font-weight:bold;
	color:#000000;
	font-size:11px;
}
textarea, .comments_textarea {
	font-family:Arial,Sans-serif;
	font-size:12px;
}
#comment_submit { outline:none; }
object, embed { outline:none; }
form#cse-search-box {
	width:220px; height:25px; background:#ffffff; position:absolute; top:0px; right:0px; overflow:hidden; padding:0px; margin:0px; 
}
form#cse-search-box input[type="text"] { background:#ffffff none !important; border:none; outline:none; width:220px; text-indent:5px; line-height:24px; height:25px; float:left; margin:0px; padding:0px; color:#03193b; font-size:11px; font-weight:bold; }
form#cse-search-box input[type="submit"] { 
	width:24px; height:21px; display:block; position:absolute; top:2px; right:0px; overflow:hidden; line-height:50px; text-indent:-2000px; background:#ffffff url(../images/icon-magnifying.png) no-repeat 0 0; outline:none; border:none; 
}



#left_column.google_search_results { margin-right:0px; }
#left_column.google_search_results #cse-search-results { clear:both; overflow:hidden; }
#left_column.google_search_results #cse-search-results iframe { height:1400px !important; }
