@import "../js/jquery-ui-themes-1.7.2/themes/cupertino/ui.core.css";
@import "../js/jquery-ui-themes-1.7.2/themes/cupertino/ui.theme.css";
@import "../js/jquery-ui-themes-1.7.2/themes/cupertino/ui.accordion.css";


body {
margin: 0;
padding: 0;
text-align: center;
font-size: 100%;
font-family: arial, verdana, san-serif;
}

a.plain, a.plain:active, a.plain:hover, a.visited { background-color: transparent; }

a:link {
color: #036;
}

a:visited {
color: #066;
}

a:hover, a:active {
color: #fff;
background: #0dd;
}

div#more a:hover
{
color: #000;
background: #cc7;
}

#banner h1 {
margin: 0;
}

img.logo {
border: 0;
margin-left: auto;
margin-right: auto;
}

.floatleft { float: left; }
.floatright { float: right; }

.monofont {font-family: monospace; }
.noborder { border: none; }
.tac { text-align: center;}
 .clearleft { clear: left; }
 .coverphoto {
       float: left;
       margin: .5em;
 }

.CNAME {
margin: 0;
padding: 0;
}

div#container
{
clear: both;
text-align: left;
}

div#navigation
{
float: left;
margin: 10px 0 0 0;
width: 165px;
padding-top: 3px;
background: #adf;
font-size: 65%;
}

div#navigation ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

div#navigation ul li { margin-top: 4px; }

#navigation ul li a{
display: block;
width: 135px;
text-decoration: none;
color: #000;
}

#navigation ul li a:hover
{
color: #000;
background: #0dd;
background-image: none;
}

div#more
{
float: right;
width: 170px;
margin-top: 10px;
padding: 0 0;
background: #EEE8AA;
color: darkblue;
text-decoration: none;
}

#announce {
padding: 12px 0 0 5px;
}

#add {
width: 95%;
border-style: solid;
border-width: 2px;
border-color: blue;
padding: 0 0 0 3px;
}

div#more h3
{
margin-top: 0;
color: #000;
padding: .2em;
}

#more ul li a{
display: block;
text-decoration: none;
}

#more ul li a:hover
{
color: #000;
background: #cc7;
}

div#content
{
margin-top: 1em;
margin-left: 170px;
margin-right: 170px;
padding: 2em;
}
div#content ul
{
list-style-type: none;
}
div#content h2
{
font-size: 1em;
color: #036;
font-weight: normal;
}

#kbyte {
margin-top: 1em;
margin-left: 200px;
margin-right: 200px;
padding: 1em;
font-family: Verdana, Geneva, sans-serif;
line-height: 125%;
}

#copyright {
text-align: center;
font-size: small;
}

.c1 {
  clear:both;
}

.c2 {
  float:left; width:40%; text-align: right;
}

.c3 {
  float:left; width:49%;border: none;
}

.c4 {
  border:none;clear:both;
}

.c5 {
  border: none;
}

#cleardiv
{
clear: both;
height: 1em;
}


div#footer
{
clear: both;
padding: .5em 1em;
border-top: 1px solid #999;
text-align: center;
line-height: 130%;
}

div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}

div#footer li
{
display: inline;
margin-right: 1em;
margin-left: 1em;
}

.ia {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 130%;
color: #FF0000
}

/*Used for important announcements - ia - that need to be centered and need a font color*/


/*Used to center logos in Nav panel*/

img.navlogo {
display: block;
border: none;
margin: 1.3em auto;
}


/*The following 2 statements are used to position title graphics in the trading post page*/

.floatleftspcl {
float: left;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 10em;
padding-right: 0px;
}
 
.floatrightspcl {
float: right;
padding-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-right: 10em;
}

/*The following statement is used to position selected graphics in the learning resources page*/

.learnpos {
float: right;
padding-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}

/*The following statement is used to position selected graphics in the monthly meetings page*/

.floatleftmtg {
float: left;
padding-bottom: 15px;
padding-top: 0px;
padding-left: 0px;
padding-right: 5px;
}

