/* Global default rules */

body {
font-family: Arial, Helvetica, sans-serif;
color: rgb(0,0,0);
}

a:visited {
text-decoration: none;
color: #008000;
}

a:link {
text-decoration: none;
color: #008000;
}

a:hover {
text-decoration: underline;
color: green;
}

a:active {
text-decoration: underline;
color: green;
}
/* The primary container for navigation, content, widgets and footer */

#container_page {
_text-align:left;
height:100%;
/*width:90%;*/
min-width:760px;
margin-left:auto;
margin-right:auto;
/*_width: 1000px;*/
position: relative;
border-right: 0px #808080 solid;
background-color: white;
}

#container_header {
background-color: #0000ff;
/*width: 800px;*/
overflow: hidden;
background-image: url(images/banner_bkgd.jpg);}

/* *************
Navigation menus
************* */

#container_navigation {
position: absolute;
/*top: 7px;*/
left: 0em;
width: 145px;
_width:155px;
font-size: .9em;
font-weight: bold;
font-style: italic;
overflow: hidden;
/*text-transform: lowercase;*/
/*float: left;*/
background-color: #c0c0c0;
padding-left: 5px;
padding-right: 5px;
}

#container_nav_primary {
;
}

#container_nav_secondary {
;
}

#container_navigation hr {
margin-top: 1em;
margin-bottom: 1em;
border-bottom: 2px #ffffff double;
}

#container_content {
border-right: 2px #808080 solid;
border-left: 2px #000000 solid;
margin-right: 160px;
/*_margin-right: 140px;*/
text-align: justify;
background-color: white;
padding: 10px;
/*_width: 812px;*/
position: absolute;
left: 155px;
_right:160px;
min-width:400px;
}

#container_widgets {
position: absolute;
width: 160px;
overflow: hidden;
background-color: white;
/*top: 8px;*/
right: 0px;
/*_top:1em;*/
border-left: solid;
}

#container_navigation hr {
margin-top: 1em;
margin-bottom: 1em;
border-bottom: 2px #ffffff double;
}

/* **********************************
.navBox creates separate groupings
of nav links within the container, 
each with its own title, border and
background.  .navBody is the actual
list of navigation options / links
contained within each .navBox.  
.navMenu is the class assigned to
links that controls the appearance
and mouse-over behavior of each    */

.navbox {
border: none;
line-height: 1.5em;
width: 150px;
margin-left: 5px;
margin-right: 5px;
}

.navbox h5 {
font-weight: bold;
color: #ffffff;
text-transform: lowercase;
/*display: block;
*/
line-height: 1em;
text-align: left;
margin-bottom: 1em;
}

.navBody {
background-color: #66ccff;
/*border-collapse: collapse;
*/
border: none;
overflow: hidden;
padding-top: .25em;
padding-bottom: .25em;
/*z-index: 3;
*/
}

/* Leave magin-left: and padding-left: as they are to
deal with IE / Firefox inconsistent UL/LI handling */

.navBody ul {
line-height: 1.5em;
list-style-type: square;
margin-left: 0;
padding-left: 18px;
/*margin-top: 0em;
*/
/*display: block;
*/
}

.navmenu {
font-size: .9em;
line-height: 1em;
/*color: #000000;
*/
margin-bottom: .6em;
margin-right: .1em;
}

a.navmenu:visited {
text-decoration: none;
}

a.navmenu:link {
text-decoration: none;
}

a.navmenu:active {
text-decoration: underline;
color: #0000ff;
}

a.navmenu:hover {
text-decoration: underline;
color: #0000ff;
}


h1 {
color: black;
}

p.notice {
font-weight: bold;
color: rgb(0,0,0);
}

p.warning {
font-weight: bold;
color: rgb(255,0,0);
}

dfn {
color: #000000;
font-size: 8pt;
font-style: italic;
font-weight: bold;
}

table.print {
background-color: #000000;
color: #000000;
}

table.print p.notice {
font-weight: bold;
color: #000000;
}

table.print p {
color: #000000
}

ul {
color: #000000
}

li {
color: #000000
}

/*Rules for the PHP-driven messages appearing on the home page and elsewhere*/

/* General notice */

#msg_celestial {
border-bottom: solid;
}

#msg_celestial h2 {
text-align: center;
}

#events_astronotes {
}

/* Important message */

#msg_important {
border: .5em red ridge;
padding: 2em;
margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
}

#msg_important h2 {
text-align: center;
color: maroon;
}

#msg_important h3 {
font-size: 80%;
}

#msg_important p {
font-style: italic;
color: maroon;
text-align: center;
border: none;
}

/* Meeting notice */

#msg_meeting {
border-bottom: solid;
padding-bottom: 1em;
text-align: center;
}

/* Star party notice */

#msg_starparty {
text-align:center;
border-bottom: solid;
}

#msg_starparty h2 {
text-align: center;
}

/* General notice */

#msg_misc {
border-bottom: solid;
padding-bottom: 1em;
}

#msg_misc h2 {
text-align: center;
}

