/* --------------- OHcp StyleSheet --------------- */

/* =================== overall =================== */
/* ------------- remove image border ------------- */
a { outline: none; }
a:focus { -moz-outline-style: none; }

/* ---------------- backgrounds ------------------ */
body {
	margin: 0;
	padding: 0;
}

ul { list-style: square outside; color:#7DAC44; }

hr {
  border: 0;
  color: #ccc;
  background-color: #ccc;
  height: 1px;
}

/* =================== fonts =================== */


/* --------------------- home copy -------------------- */
.homecopy, .homecopy a, .homecopy a:visited, .homecopy a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	text-decoration: none;
}
.homecopy a:hover {
	text-decoration: underline;
}

/* ------------------- copy ---------------------- */
.copy, .copy a, .copy a:visited, .copy a:active {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	text-decoration: none;
}
.copy a:hover {
	text-decoration: underline;
}

.copy-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #7DAC44;
}

.copy-subheading, .copy-subheading a, .copy-subheading a:visited, .copy-subheading a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #7DAC44;
	text-decoration: none;
}
.copy-subheading a:hover {
	color: #333333;
	text-decoration: none;
}

.copy-subheading-grey, .copy-subheading-grey a, .copy-subheading-grey a:visited, .copy-subheading-grey a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.copy-subheading-grey a:hover {
	color: #7DAC44;
	text-decoration: none;
}

.news-date {
	color: #7DAC44;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.team-names, .team-names a, .team-names a:visited, .team-names a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #7DAC44;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.team-names a:hover {
	color: #333;
	text-decoration: none;
}
.team-titles, .team-titles a, .team-titles a:visited, .team-titles a:active {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-decoration: none;
}
.team-titles a:hover {
	color: #333;
	text-decoration: none;
}


/* --------------------- footer-------------------- */
.footer, .footer a, .footer a:visited, .footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 4px;
	color: #65533b;
	}
.footer a:hover {
	text-decoration: underline;
}


/* =================== backgrounds/layout =================== */

.bg-header {background-color: #7DAC44;}
.bg-footer {background-color: #3C3C3C;}
.bg-sides  {background-color: #9E9E9E;
			background-image: url(../images/bg-topshadow.gif);
			background-repeat: repeat-x;
			background-position: top;}
			
.bg-rightedge  {background-color: #9E9E9E;
				background-image: url(../images/bg-rightedge.gif);
				background-repeat: repeat-y;
				background-position: top;}
.bg-leftedge   {background-color: #9E9E9E;
				background-image: url(../images/bg-leftedge.gif);
				background-repeat: repeat-y;
				background-position: top;}
.bg-bottomedge {background-color: #9E9E9E;
				background-image: url(../images/bg-bottomedge.gif);
				background-repeat: no-repeat;
				background-position: top;}		

/* =================== fonts =================== */
	/* top, right, bottom, left */
.main-copy-div {
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	/* width: 579px; */
}
.sidebar-div {	
	padding: 30px 20px 30px 20px;
}

.sidebar-videos-div {
	padding: 55px 15px 30px 20px;
}
.footer-div {
	padding: 15px 0px 20px 15px;
}


.horzline {
 border: 0px dashed #ccc;
 }
 
.graytable {
	border: 1px dashed #ccc;
	background-color: #eeeeee;
 }


/* --------------------- Edit notes -------------------- */
.editing-notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

