/* 
 ----------------------------------------------------------------------------
  Copyright Factory Hill Group 2007.                              
  May not be duplicated or reproduced.
 ---------------------------------------------------------------------------- 
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* clearfix hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* global styles */
.style1 {
	color: #85A026;
	font-weight: bold;
	font-size: 14px;
}
.newstitle {
	color: #85A026;
	font-weight: bold;
	font-size: 14px;
    border-bottom: 1px dotted #85A026; 
    padding-bottom: 4px;
    margin-bottom: 6px;
    text-align: center;
 }
 
 .newscopy {
 color: #000000; 
 font-size: 14px;
 margin-bottom: 6px; 
 }
 
 }
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1f4d2;
}
.style2 {
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #85A026;
	text-decoration: none;
}
a:visited {
	color: #85A026;
	text-decoration: none;
   
}
a:hover {
	color: #663399;
	text-decoration: underline;
   
}
a:active {
	text-decoration: none;
   
}
.style1 {
	color: #85A026;
	font-weight: bold;
	font-size: 14px;
}
.style1ital {
	color: #85A026;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
}
.style3 {font-size: 14px}
.style4 {
	color: #85A026;
	font-size: 10px;
}
.style5 {font-size: 14px; color: #FFFFFF; font-weight: bold; }
.style6 {
	font-size: 10px;
	color: #999999;
}
.homeCaption {
	color: #85A026;
	font-weight: bold;
	font-size: 18px;
}
.teamname {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 16px;
	font-weight:bolder;
	color:#829d28;
	margin-left : 4px;
	margin-right : 5px;
	margin-top : 5%;
}
.style7 {
	color: #85A026;
	font-size: 10px;
}
.style8 {font-size: 14px}
.newsdate {font-size: 12px; font-weight:bold; color: #666666; }

#footer {font-size: .8em; color: #000000; margin-bottom: 6px;}
#footer.a:link {
	color: #63771B;
	text-decoration: none;
}
#form {
    text-align: left; color: #85A026; line-height: 30px; vertical-align: top; margin: 10px 20px 25px 0px; padding: 8px; border: 1px #85A026 solid;}
#form input {
    background: #FFFFFF; color: #333333;}
#form input.border {border-width: 1px; border-style: solid; border-color: #333333;}
#form input.select {
    background: #FFFFFF; color: #333333; border-width: 1px; border-style: solid; border-color: #85A026;}
#form textarea {
    background: #85A026; color: #FFFFFF; border-width: 1px; border-style: solid; border-color: #85A026; scrollbar-arrow-color:#996633;scrollbar-highlight-color:#FFFFFF; scrollbar-base-color:#CC9966;}
#form input.submit {float:right; padding-right: 10px;background:#85A026; color: #FFFFFF; font-weight:bold;}

#form input.highlightedborder {border-width: 1px; border-style: solid; border-color: #FF0000;}
#cvc01 {position:absolute;visibility:hidden; z-index:1; color:#333333; border: solid 2px; border-color:#666666; background-color:#FBF6E3; width:168px; padding:4px;}