/*<group=General Styles>*/

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

b, strong {
	font-weight: bold;
	color: #092143;
}

a:link {
	color: #2b71b7;
	text-decoration: none;
}
a:visited {
	color: #2b71b7;
	text-decoration: none;
}
a:hover, a:active {
	color: #092143;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0px;
	padding: 3px 3px 3px 0px;
}
.image-right {
	float: right;
	margin: 3px 0px 3px 3px;
	padding: 3px 0px 3px 3px;
}
	

#container {
	background: #ffffff repeat-y left url(images/sidebar_bg.png); /* This Is The BG Color Of The Main Div */
	width: 936px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
}

#pageHeader {
	width: 936px;
	background: url(images/header_bg.jpg) no-repeat;
	text-align: left;
	list-style: none;
	height: 111px;
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 20px 20px 5px 50px;
}

#pageHeader h2 {
	color: #c6e3f9;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
}

#contentContainer {
	width: 733px;
	float: right;
	text-align: left;
	padding-top: 0px;
	border-top: 1px solid #ccc;
}

#contentContainer #content {
	padding-right: 15px;
	padding-left: 15px;
	width: 663px;
}

#sidebarContainer {
	width: 190px;
	float: left;
	text-align: left;
}

#sidebarContainer .sidebar {
	padding: 10px;
}

#footer {
	width: 936px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url(images/footer_bg.png) repeat-x;
}

#footer p {
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer a {
	color: #8ba1d7;
}

#footer a:hover {
	color: #092143;
	text-decoration: none;
}
	

#navcontainer {
	line-height: normal;
}

#navcontainer #current {
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
#navcontainer ul.MenuBarActive
{
	z-index: 1000;
}

#navcontainer ul li {
	position: relative;
}
	
#navcontainer li ul {
	position: absolute;
	top: 0px;
	margin: 10% 0 0 97%;
	z-index:1020;
	display: none;
	left: -1000;
}

/* Styles for Menu Items */
#navcontainer ul li a {
	display: block;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #bbb;
	border-bottom: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	left: -1000;
}

#navcontainer ul.MenuBarSubmenuVisible
{
	left: 0;
}

#navcontainer a.MenuBarItemSubmenu {
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

#navcontainer a:hover.MenuBarItemSubmenu {
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 96% 50%;
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 1%; }
/* End */

#navcontainer ul li a:hover {
	color: #FFFFFF;
	background: #ffbb44;
	text-shadow: 0px 0px 4px #ffffff;
} /* Hover Styles */
		
#navcontainer li ul li a {
	padding: 4px 4px 4px 4px;
} /* Sub Menu Styles */
		
#navcontainer li:hover ul, #navcontainer li.over ul {
	display: compact;
} /* The magic */


body { behavior:url(csshover.htc); } /* IE 6 PC Hack */


.standout {
	font-style: italic;
	background: #e3f1fc;
	padding: 10px;
	font-size: 12px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h3 {
	color: #092143;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
}

h4 {
	color: #092143;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #092143;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3px;
}

/* Several different styles for image bullets.  I got rid of the big red/purple/yellow stars used in the previous template (Jan. 2007 - Nov. 2009), but sometimes happy pictures are good, like color-coding on the Astronomy Online page, indicating if a link is a PDF or to an external website, etc. */
li.imageGreyBullet {
	list-style-image: url(images/icons/bullets/grey.jpg);
	padding-bottom: 10px;
    padding-left: 0px;
	margin-left: 0px;
}
li.imageRedBullet {
	list-style-image: url(images/icons/bullets/red.jpg);
	padding-bottom: 10px;
    padding-left: 0px;
	margin-left: 0px;
}
li.imageYellowBullet {
	list-style-image: url(images/icons/bullets/yellow.jpg);
	padding-bottom: 10px;
    padding-left: 0px;
	margin-left: 0px;
}
li.imageGreenBullet {
	list-style-image: url(images/icons/bullets/green.jpg);
	padding-bottom: 10px;
    padding-left: 0px;
	margin-left: 0px;
}
li.imageBlueBullet {
	list-style-image: url(images/icons/bullets/blue.jpg);
	padding-bottom: 10px;
    padding-left: 0px;
	margin-left: 0px;
}

li.imagePDF_inline_withspace {
	list-style-image: url(images/icons/bullets/pdf.jpg);
	padding-bottom: 5px;
    padding-left: 0px;
	margin-left: 0px;
}

li.imageInternet_inline_withspace {
	list-style-image: url(images/icons/bullets/internet.jpg);
	padding-bottom: 5px;
    padding-left: 0px;
	margin-left: 0px;
}

.announcementRed {
	color: #CC0000;
	font-size: 16px;
	font-weight: bolder;
}

.announcementGreen {
	color: #00AA00;
	font-size: 16px;
	font-weight: bolder;
}

.red {
	font-weight: bold;
	color: #cc0000;
}

.menuRed {
	font-weight: bolder;
	color: #660000;
}

.menuGreen {
	font-weight: bolder;
	color: #005500;
}

.menuBlue {
	font-weight: bolder;
	color: #000066;
}

.NoteUnderH3 {
	font-weight: lighter;
	line-height: 0px;
	font-size: 10px;
	font-style: italic;
	text-align: justify;
	text-indent: 25px;
}

.Abstracts {
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	background-color: #F0F0FF;
	padding: 4px;
	border: thin dotted #00F;
}

.Papers {
	font-weight: normal;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	background-color: #FFF0F0;
	padding: 4px;
	border: thin dotted #F00;
}

.PaperLink {
	font-weight: bold;
	line-height: 14px;
	font-size: 12px;
	margin-top: -10px;
	text-align: center;
/*	background-image: url(images/icons/bullets/internet_bg.jpg);
	background-repeat: repeat-x;
	border: thin dotted #767676;
	padding: 2px;
*/}

.note {
	font-style: italic;
	line-height: 12px;
	font-size: 11px;
	text-align: justified;
}
