body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size:80%;
}

h1{
	font-size:140%;
	font-weight: bold;
	color: #999;
	
}

h2{
    font-size:110%;
    font-weight: bold;
    color: #FF6600;
}

small.dark{
    color:#666;
}

a {
	color: #FF6600;
	text-decoration: none;
        font-weight:bold;
}

a:hover {
	color: #666;
	text-decoration: none;
}

small{
    color:#FFA264;
}
.cssform ol {
  list-style: none;
  margin-left: 0;
	font-size:90%;
        font-weight:bold;
  line-height: 1.5; }
  .cssform ol li {
    margin: 5px 0 5px 0; }
    .cssform ol li label {
      float: left;
      width: 150px;
			text-align:right;
      margin-right: 10px; }	
		.cssform ol li.button {
      margin: 5px 0 0 160px;}
ul{
list-style-type: none;
padding: inherit;
margin:  inherit;
}


ol{
	list-style-type: none;
	padding:  inherit;
	margin:  inherit;
}

  fieldset{
        background-image: url(../images/site/fieldsetbg.png);
	border:1px solid #CCC;
        margin:10px 0 10px 0;
        padding:10px;
}

legend{
	font-weight:bold;
}

			
/******************************** FORM ERRORS ***************************/			

.fieldWithErrors label {
  color: #C00; 
}
	
.fieldWithErrors label:after {
	content: "*"; 
}

#errorExplanation h2{
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px; 
  color:#C00
}
			
.errorExplanation {
  margin: 10px;
}
	
.errorExplanation li {
	list-style:disc;
}

/****************************************** FLASH ALERTS  *****************************/

#flash {
  margin: 5px 0px 15px 0px;
  padding: 7px 0 7px 0;
  text-align: center;
	font-size:85%;
	font-weight:bold;
	text-transform: uppercase;
  color: #666; 
}

#flash.alert {
   background-image: url(../images/site/fieldsetbg.png);
   color: #666;
   border:1px dashed #CCC;
}
	 
#flash.alert:before {
  content:"* ";
	font-size:150%;
	color:#FF6600;
}
	 
#flash.alert:after {
  content:" *";
	font-size:150%;
	color:#FF6600;
}

#flash.error {
   background-image: url(../images/site/fieldsetbg.png);
	color: #666;
	border:1px dashed #CCC;
}

#flash.error:before {
  content:"* ";
	font-size:150%;
	color:#CC0000;
}
	 
#flash.error:after {
  content:" *";
	font-size:150%;
	color:#CC0000;
}

#flash.notice {
   background-image: url(../images/site/fieldsetbg.png);
	border:1px dashed #CCC;
	padding-bottom:10px;
}

#flash.notice:before {
  content:"* ";
	font-size:150%;
	color:#FFA264;
}
	 
#flash.notice:after {
  content:" *";
	font-size:150%;
	color:#FFA264;
}
	
/******************************** GENERAL STYLES ***************************/		
		
img{
	border:0;
}
img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}


ul#menu {
  margin: 0px auto;
  width: auto;
  list-style: none;
  padding:0;
}
ul#menu li {
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  
}
ul#menu a {
  padding: 0 0px;
  margin:0;
  color: #252122;
  text-decoration:none;
  font-size:90%;
  font-weight:bold;
  }

ul#menu a:hover{
	color: #FF6600;
	text-decoration: none;
	border: 0px none;
}

li.menu{
background-image: url(../images/site/dash.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0px 0px 25px; /*Note = Top - Right - Bottom - Left */
margin:9px 5px 5px 5px;
}

li.adminmenu{
background-image: url(../images/site/dash.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0px 0px 15px; /*Note = Top - Right - Bottom - Left */
margin:9px 2px 2px 2px;
}

li.blank{
padding: 9px 2px 2px 0px; /*Note = Top - Right - Bottom - Left */
}


ul#footer {
  margin: 0px auto;
  width: auto;
  list-style: none;
  
}
ul#footer li {
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;

}
ul#footer a {
  padding: 0 0px;
  color: #666;
  text-decoration:none;
  font-size:85%;

  }

ul#footer a:hover{
	color: #FF6600;
	text-decoration: none;
	border: 0px none;
}

li.footer{
background-image: url(../images/site/dash.png);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0px 0px 0px 20px; /*Note = Top - Right - Bottom - Left */
margin:9px 5px 5px 5px;
}

#subcontentcontainer p{
    font-size:85%;
}

#subcontentcontainer h2{
    color:#FF6600;
    font-size:90%;
    margin:20px 0 10px 0;
    padding:0
}

#subcontentcontainer small{
    color:#FF6600;
}

#subcontentcontainer a{
    color:#FF6600;
     font-size:85%;
     text-decoration:none;
     font-weight:bold;
}

#members a{
    color:#333;
     font-size:90%;
     text-decoration:none;
     font-weight:bold;
}

#members a:hover{
    color:#FF6600;
    
}

.floatright	{
  float:right;
}

.floatleft {
  float:left;
}

.clear
{
clear:both;
}

.clearright {
  clear:right;
}

.clearleft{
	clear:left;
}

/************************************ NEWS ARTICLE *************************************/

/* NEWS ARTICLE MAIN  */



.article-container{
	width:100%;
	height:auto;
	float:left;
	padding: 0px 0 8px 0;
	margin:0px 0 8px 0;
	border-bottom:1px solid #F5F5F5;
}

.article-container h2{
    font-size:110%;
}

.article-container small{
    color:#FF6600;
}

.article-container p{
     font-size:90%
}

.article-container a.link  {
     font-weight:bold;
     font-size:90%
}

h2.small{
    font-weight:bold;
    font-size:90%;
    padding:0;
    margin:0;
}

.find_us_left{
    float:left;
    width:300px;
}

.find_us_right{
    float:right;
    width:200px;
}