/*	
	this file is for color and style
	
	background green: 165829
	light green: 74AE2C
	dark green: 3C8620
	text head green: 165829
	text grey: 666666
*/

/* general tags ============================================================ */
body,
table,
td {
	font-family: arial, helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
}

body {
	background-color: #000;
	color: #000;
}

p {
	line-height: 1.4em;
}

a {
  color:#CCFF33;
/*
	color: #336600; */
}

a:link,
a:visited {
	text-decoration: underline;
	}
	
a:hover,
a:active {
	text-decoration: underline;
}

/* main styles ============================================================ */
#main-frame {
	background-color: #000;
}

#main {
	background-image: url(../images/frame/stoneridge_bkgd.jpg);
	background-repeat: no-repeat;
	background-color: #709302;
}

#main a:link,
#main a:visited {
  color: #030; 
	}
	
#main a:hover,
#main a:active {
	text-decoration: underline;
}

#main h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin: 0px 0px .1em 0px;
	font-size: 140%;
	color: #000;
	padding: 0;
}

#main h2 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-top: .75em;
	font-size: 120%;
	color: #165829;
	padding: 0;

}

#main h3 {
	margin-top: 1em;
	font-size: 100%;
	color: #165829;
}


/* foot styles ============================================================ */
#foot-frame {
	background-color: #000;
}

#foot {
	background: #709302;
	color: #CC6;
	font-size: 10px;
}

#foot-links a:link,
#foot-links a:visited {
	color: #2F98DF;
	text-decoration: none;
	}
	
#foot-links a:hover,
#foot-links a:active {
	text-decoration: underline;
}

/* calendar styles ============================================================ */
#calendar-frame {
	background-color: #000;
}

#calendar {
	background: #333333;
	color: #Ccc;
	font-size: 10px;
}

/* utility classes ============================================================ */
div.clearFloats {
	clear: both;
	line-height: 0px; 
	height: 0px;
	visibility: hidden;
}

div.noCollapse { /* keep divs from collapsing into contained elements */
	padding: 1px 0px;
} 

.right {
	float: right;
}

.space_right {
	margin-right: 10px;
	margin-bottom: 10px;
	
}
.space_left {
	margin-left: 10px;
	margin-bottom: 10px;
}

