/* standard stuff */
body {
    padding: 0;
    margin: 0;
    background-image: url("/lib/greendot.gif");
    font-family: Helvetica, Arial, sans-serif;
    background-attachment: fixed;
}

a:link {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #0000ff;
    text-decoration: none;
    color: #006666;
}

a:visited {
    border-width: 0 0 1px 0;
    border-style: dotted;
    border-color: #ff0000;
    text-decoration: none;
    color: #006666;
}

a:hover, a:active {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #0000ff;
    text-decoration: none;
    color: #006666;
}


/* the bar at the top of the page */
#top-bar {
    background-image: url("/lib/banner-bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
    border: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: white;
    padding: 2px 0px 8px 12px;
    text-align: left;
    display: block;
}
	
	#top-bar a img {
	vertical-align: middle;
	border: none;
	}
	
	#top-bar a:link, #top-bar a:visited {
	color: #ffffff;
	border: none;
	text-decoration: none;
	}
	
	#top-bar a:active, #top-bar a:hover {
	color: #ffffff;
	border: none;
	text-decoration: underline;
	}

/* banner */
#banner-bar {
    border: none;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 100%;
}

	#banner-bar img {
	padding: 0;
	margin: 0;
	display: block;
	}

/* Left panel */
#right-panel {
    float: right;
    z-index: 3;
    position: relative;
    width: 450px;
    border: none;
    text-align: right;
    padding: 10px 0 0 20px;
}

#right-panel-txt {
    border: solid  #669999;
    border-width: 1px 0 1px 1px;
    background-image: url("/lib/txt-box-bg.gif");
    background-repeat: no-repeat;
    background-position: top left;
    background-color: white;
    padding: 5px 25px;
    text-align: justify;
    font-size: 10pt;
}

/* footer */
#footer {
    padding-top: 20px;
    width: 100%;
    clear: both;
}

a.top:link, a.top:visited {
    margin: 7px 0 0 5px;
    padding: 2px;
    font-size: 9pt;
    color: #cccccc;
    border: 1px outset #CCCCCC;
    background-color: white;
}

a.top:hover, a.top:active {
    border: 1px inset #006666;
    background-color: white;
    color: black;
}

/* x axis line */
div.hr {
    display: block;
    text-align: center;
    background-image: url("/lib/hr.gif");
    background-repeat: no-repeat;
    background-position: center;
}

/* items in the left panel */
.news-item, h2.blog-date {
    background-color: white;
    margin: 10px 460px 10px 10px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #669999;
}
	
	.news-item h2 {
	margin-top: 2px;
	padding: 2px 0 0 4px;
	background-image: url('/lib/img/heading-bg.png');
	background-repeat: no-repeat;
	}

.gallery {
	text-align: center;
}

.gallery a:link,.gallery a:visited {
    border: 0;
}

.gallery img {
    margin: 10px;
    border: 0;
    vertical-align: top;
}

/* funky bullet points */
.news-item ul {
    list-style: none;
    padding: 0;
}

.news-item ul a:link, .news-item ul a:visited {
    background-image: url("/lib/img/bullet.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 2px 0 2px 0;
    padding: 0 0 0 15px;
}

.news-item ul a:active, .news-item ul a:hover {
    background-image: url("/lib/img/bullet2.png");
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

h2.blog-date {
	font-size: 8pt;
	color: #666;
}

/* generic text box */
div.text-box {
    margin: 5% 0 5% 0;
    position: relative;
    left: 10%;
    width: 80%;
    background-color: white;
    border: 1px dashed #669999;
    padding: 10px;
}
