/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/body_bkg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #59B35D;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 140%;
	color: #ABA287;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2{
 font-size: 114%;
 color: #7E7763;
}

h3{
	text-indent: 0px;
	border: 1px solid #DCD7C5;
	padding-left: 3px;
	font-size: 84%;
	color: #59B35D;
}

h4{
	font-size: 84%;
	border: 1px solid #DCD7C5;
	background-image: url(/_images/h3_bckg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #009933;
	line-height: 20px;
	padding-left: 3px;
}

h5{
	font-size: 100%;
	line-height: 20px;
	color: #ADA58D;
	padding-left: 3px;
}
h6{
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 3px;
	font-size: 84%;
	color: #4B8BA7;
}
ul{
	list-style-type: square;
	list-style-position: inside;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

.masthead{
	margin: 0 0 15;
	border-bottom: 1px solid #cccccc;
	width: 770px;
	display: block;
	text-align: center;
	left: 50%;
	right: 50%;
}

#navBar{
	background-color: #59B35D;
}

#content{
	margin: 0;
	padding: 0 10px 0 35px;
	background-image: url(../_images/contenttop_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 90%;
	display: block;
}

#contenthome{
	float:left;
	margin: 0 0 10;
	font-size: 90%;
	display: block;
	padding: 0;
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 15px 0px 10px;
	color: #7E7763;
}


/************* #globalNav styles **************/

#globalNav{
	background-color: #DAD5C2;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 0px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px;
	font-size: 80%;
}
.feature p{
	padding: 0px;
	margin: 0px;

}
.feature h3{
	padding: 0px;
	color: #7E7763;
	background-color: #DAD5C2;
	display: block;
	text-indent: 5px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 10px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	font-size: 84%;
	border: 1px solid #DAD5C2;
	clear: both;
	color: #333333;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 3px;
}

.story p{
	color: #333333;
}
.story h3{
	font-size: 100%;
	padding-bottom: 0px;
	background-image: url(/_images/h3_bckg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.story img {
	padding: 10px 0px 40px;
	margin-right: 10px;
	float: left;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #DAD5C2;
	margin-top: 0px;
	text-align: center;
	border-top: 1px solid #dad5c2;
	padding-right: 2px;
	padding-left: 2px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
	text-align: left;
}


/************* #search styles ***************/

/*
#search{
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}

#search form{
	margin: 0px;
	padding: 0px;
	display: compact;
	font-size: 10px;
	vertical-align: bottom;
}

#search input{
	margin: 0px;
	padding: 0px;
	background-color: #559E57;
	color: #FFFFFF;
	border: 1px solid #559E57;
	font-size: 9px;
	vertical-align: bottom;
}

#search label{
	display: compact;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
*/

/************* #search styles ***************/

#search{
	padding-right: 2px;
	padding-left: 2px;
}

#search form{
	margin: 0px;
	padding: 0px;
	display: compact;
	font-size: 10px;
	vertical-align: top;
	margin-top: 0px;
	padding-top: 0px;
}

#search input{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #000000;
	font-size: 9px;
	vertical-align: bottom;
}

#search label{
	display: compact;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
.buttonstyle
{font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: White; background-color: #BBAAAA; }
/************** #advert styles **************/

#advert{
	padding: 0px;
	font-size: 80%;
	width: 180px;
	float: right;
	margin: 0px 25px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCD7C5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DCD7C5;
}

#advert h5{
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCD7C5;
}
#advert p{
	margin: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DCD7C5;
	text-align: left;
	font-size: 90%;
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	font-size: 70%;
	background-color: #DAD5C2;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #7E7763;
}

#headlines p{
	padding: 0px;
	line-height: 100%;
	margin-bottom: 5px;
	margin-top: 0px;
}

#headlines h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #7E7763;
	background-color: #DAD5C2;
	margin: 0px;
	padding: 0px;
}

#headlines a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#headlines a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}
#headlines a:hover {
	font-weight: bold;
	color: #7E7763;
	text-decoration: none;
	padding: 0px;
}


hr {
	color: #DCD7C5;
	font-size: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}

/************** #menu styles **************/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0 0 0 5;
	list-style-type: none;
}
#menu {
position: static;
top: 0;
left: 0;
width: 100%;
}
#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	text-indent: 5px;
	border-left: 0px solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #339933;
	font-size: 12px;
}
#menu dd {
	font-size: 10px;
	font-style: normal;
}
#menu li {
	text-align: left;
	padding-left: 20px;
}
#menu li a, #menu dt a {
	color: #006633;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	background-image: url(/_images/sm_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 30px;
	letter-spacing: 1px;
}

.current {
	color: #FFFFFF;
	background-color: #217e2d;
}

#menu li a:hover, #menu dt a:hover {
	color: #FFFFFF;
	background-color: #4AA04E;
}
/************* #events styles ***************/
#calend {
	position: static;
	width: 90%;
}
#calend table {
	cursor: pointer;
}
#calend td  {
	font-size: 10px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	width: 14%;
	background-color: #4FA753;
}
#calend li {
	text-align: left;
	padding-left: 20px;
}
#calend th {
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid #509148;
	font-weight: bold;
	line-height: 12px;
	color: #3A6835;
	letter-spacing: 1px;
	background-image: url(../_images/calend_bckg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#calend a, calend a:link, calend a:visited {
	font-size: 12px;
	font-style: normal;
	padding: 0px 3px 0px 2px;
	border: 1px solid #4FA753;
	display: block;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #A9D8AB;
	line-height: 16px;
	background-color: #4FA753;
	white-space: normal;
	clear: both;
}
#calend a:hover {
	margin: 0px;
	padding: 0px 2px;
	border: 1px solid #509148;
	display: block;
	color: #FFF;
	text-decoration: none;
	background-image: url(../_images/calend_bckg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.today {
	margin: 0px;
	padding: 0px 2px;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	background-color: #4FA753;
}
.selected {
	margin: 0px;
	padding: 0px 2px;
	border: 1px solid #3A6835;
	color: #FFF;
	text-decoration: none;
	background-color: #59B35D;
}
#calend a:active {
	margin: 0px;
	padding: 0px 2px;
	border: 1px solid #A9D8AB;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4B9E52;
}
.focus {
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 3px 0px 2px;
	border: 1px solid #A9D8AB;
	display: block;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	background-color: #4B9E52;
	visibility: visible;
}
.blank {
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 0px;
	border: 1px solid #72BE76;
	display: block;
	line-height: 16px;

}

/************** #membership/policies/procedures styles **************/

.policies {
	padding-left: 10px;
}
.policies p {
	padding-left: 10px;
	font-size: 80%;

}
.policies h3 {

	display: block;
	border: 1px solid #DAD5C2;
}
.policies h4 {
	color: #ABA287;
	list-style-type: none;
	background-image: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DCD7C5;
	border-right-color: #DCD7C5;
	border-left-color: #DCD7C5;
	border-bottom-color: #DCD7C5;
}
.policies h6 {
	border-bottom: 1px solid #DCD7C5;
	list-style-type: none;
}
.policies ol {
	list-style-position: outside;
	font-size: 85%;
	list-style-type: lower-alpha;
}.policies ul {
	font-size: 85%;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	background-color: #E0EDF1;
	list-style-position: outside;
	border-top: 1px solid #E0EDF1;
	border-right: 1px solid #DCD7C5;
	border-bottom: 1px solid #DCD7C5;
	border-left: 1px solid #DCD7C5;
}
.policies li {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #333333;
	line-height: 18px;
	font-size: 90%;
	padding-left: 10px;
	margin-left: 10px;
	list-style-image: url(/_images/sm_arrow_dk.gif);
}
.policies img {
	text-align: left;
	float: left;
	margin-top: 3px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 10px;
}

/************** #about us styles **************/

.about {
	padding-left: 10px;
}
.about p {
	padding-left: 3px;
	font-size: 80%;
	text-align: left;

}
.about h3 {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #DAD5C2;
}
.about h6 {
	border-bottom: 1px solid #DAD5C2;
}
.about ol {
	list-style-position: outside;
		font-size: 85%;
}.about ul {
	font-size: 85%;
	margin: 0px 0px 0px 35px;
	padding: 10px 10px 10px -10px;
	background-color: #DAD5C2;
	border-top: 1px solid #E0EDF1;
	border-right: 1px solid #ABA287;
	border-bottom: 1px solid #ABA287;
	border-left: 1px solid #ABA287;
}
.about li {
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	color: #333333;
	margin-left: 50px;
	line-height: 16px;
}
.about img {
	text-align: left;
	float: left;
	margin-top: 3px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 10px;

}
.about h4 {
	color: #ADA58D;
	background-image: none;
	font-weight: normal;
}
/************** #library styles **************/

.library {
	padding-left: 10px;
}
.library p {
	padding-left: 10px;
	font-size: 80%;

}
.library h3 {
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border: 1px solid #DAD5C2;
}
.library h6 {
	border-bottom: 1px solid #ABA287;
}
.library ol {
	list-style-position: outside;
		font-size: 85%;
}.library ul {
	font-size: 85%;
	border: 1px solid #ABA287;
	margin: 0px 0px 0px 35px;
	padding: 10px 10px 10px -10px;
	background-color: #DAD5C2;
}
.library li {
	font-size: 86%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-position: outside;
	color: #333333;
	margin-left: 50px;
	line-height: 16px;
}
.library img {
	text-align: left;
	float: left;
	margin-top: 3px;
	vertical-align: middle;
	margin-right: 5px;

}
.library h4 {
	color: #ADA58D;
	background-image: none;
	font-weight: normal;
}
.imgcenter {
	display: block;
	width: 100%;
	text-align: center;
}
/************** #products intro page styles **************/

.products {
	padding-left: 10px;
}
.products p {
	font-size: 11px;
	color: #7E7763;

}
.products h3 {

	display: block;
	border: 1px solid #DAD5C2;
}

.products h6 {
	border-bottom: 1px solid #DCD7C5;
	list-style-type: none;
}

.products img {
	margin-right: 2px;
	margin-left: 2px;
}
.products table {

}
a.products:link {
	text-decoration: none;
	color: #ffffff;
}
a.products:visited {
	text-decoration: none;
	color: #ffffff;
}
a.products:hover {
	text-decoration: underline;
	color: #ffffff;
}
.products td {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.bluetd {
	background-color: #8CB3D9;
		height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.greentd {
	background-color: #669966;
		height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.greytd {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
