/*

* Filename:						style.css
* Description: 					global CSS (master)
* Version:						1.0.0 (2009-09-29)
* Website:						Walden West Science Center
* Author:						Charles Doan

== STRUCTURE ==============================================================

* Page width:					750 px
* Number of columns:	        2

*/
  

/* ==============================================================   html tag class         */
body {
	margin: 0px auto;
	padding: 0;
	font-family: Arial, Trebuchet MS;	
	font-size: 14px;
	/* background-image: url(img/bkground_no.gif); */
	/* background-position: center; */
	/* background-repeat: repeat-y; */
	color: #333333;

}

/* ============================================================== link tag class         */
a:link, a:visited {
	color: #0000aa;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0000aa;
	text-decoration: underline;
}

/* ==============================================================  heading tag class         */
h1 {
	font-family: Arial, Trebuchet MS, Times;
	font-size: 24px;
	color: #6e8152;
	margin-top: 30px;
	/*text-transform: uppercase;*/
}
h3 {
	font-family: Arial, Trebuchet MS, Times;
	font-size: 14px;
    font-weight: bold;
	/*text-transform: uppercase;*/
}
/* ============================================================== list tag class         */

.squarelist
{
    PADDING-LEFT: 2px;
    MARGIN-LEFT: 1em;
    LIST-STYLE-TYPE: square
}
.circlelist
{
    PADDING-LEFT: 20px;
    MARGIN-LEFT: 0px;
    LIST-STYLE-TYPE: circle;
    list-style-image: none;
    list-style-position: outside;
}

/* ============================================================== form tag class         */

/* ==============================================================  table tag class         */

/* ============================================================== user defined tag class         */

/* ******** Outer container (for centering) *********** */
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	align: center;
}
/* ******** Main content *********** */
.MainContent {
	padding: 15px;
	background-color: #fffed4;
	background-image: url(/waldenwest/img/main_content_bg.gif);
	background-repeat: repeat-x;
}

.HeaderSmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: #54703e;
    FONT-FAMILY: Arial, san-serif;
    border-bottom-width: 1px; 
    border-bottom-style: dotted;
}

.greenBar
{
    padding: 5px;
    background-color: #54703e;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}

.small11
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, san-serif, geneva
}

.spamkiller
{
	display: none;
}