/* ---------- 3. links and navigation ---------- */



#masthead h1{
	visibilitys: hidden;
	display: none;
}
#masthead ul{
	float: right;
	padding-top: 90px;
	padding-right: 20px;
	list-style-type: none;
	text-align: right;
	font-weight: normal;
}
#masthead{
	background-color: #84D7FF;
	background-image: url(../images/logos/cfbg2.jpg);
	background-repeat: no-repeat;
}



#sidebar ul{
	
	margin-top: 5px;
	list-style-type: none;
	font-size: medium;
}

#sidebar li{
	width: 120px;
	background-color: #F1A629;
	margin-bottom: 5px;
	border-color: #999999;
	border-style: solid;
	border-width: thin;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#sidebar a{
	display: block;
	width: 120px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	color: black;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


#sidebar a:hover{
	color: red;
	background-color: #3366FF;
		
}

/* ---------- 4. fonts ---------- */



	





#stuff {
	padding-top: 20px;
	padding-left: 20px;
	font-size: medium;
	font-weight: bold;
}


#stuff h2{
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}


#stuff h3{
padding-top: 5px;
padding-bottom: 5px;

}

#stuff h4{
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

.heads{
	text-align: center;
	text-transform: uppercase;
}

#stuff ul{
	margin-left: 250px;
	list-style-type: none;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 15px;
}

#stuff li{
	
	margin-top: 10px;
	
}

#stuff li img{
	padding-top: 0px;
	margin-right: 10px;
	
}

#mag{
	text-align: left;
	padding-left: 30px;
}

#mag h4{
	text-align: left;
}

#mag ul{
	
	margin-left: 100px;
	list-style-type: circle;
	font-size: medium;
	font-weight: normal;
}

#mag li{
	
	margin-top: 10px;
	
}

hr{
	border-top-color: #006699;
	border-top-style: solid;
	border-top-width: thin;
	padding-top: 10px;
	margin-top: 10px;
}


p{
text-indent: 25px;
padding-top: 5px;
padding-bottom: 5px;
font-size: medium;
font-weight: normal;
}


form legend{font-weight: bold;
font-size: 16px;}




fieldset{
	border: solid;
	border-color: red;
	border-width: thin;}
				

form 	{                
        padding: 10px;
        width: 500px; 
	margin: 0 auto;}              
            				

form label {
           display: block;
           font-weight: bold;
           margin: 5px;
           width: 225px;		
           text-align: left;                
           float: left;
	   }		                
            				

#buttons{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;}

#buttons1{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;}
					

				input#button {
					
					font-style: normal;
					font-weight: bold;}

input#button1 {					
		font-style: normal;
		font-weight: bold;}

				div select{
                			margin: 3px;                                                
            				}

				fieldset{
					margin: 20px;
					width: 500px;
					}


select > option{
					padding: 4px;
					
					font-size: medium;
					font-weight: bold;
					}

				.james	{
					
					font-size: medium;
					font-weight: bold;
					}

option[value="test"]{
					background: red;}

				option[value="#000000"]{
					background: #000000;}	

				option[value="#800000"]{
					background: #800000;}	

				option[value="#008000"]{
					background: #008000;}	

				option[value="#000080"]{
					background: #000080;}

				option[value="#C0C0C0"]{
					background: #C0C0C0;}

				option[value="#808080"]{
					background: #808080;}

				option[value="#FFFFFF"]{
					background: #FFFFFF;}

				option[value="#FF0000"]{
					background: #FF0000;}

				option[value="#800080"]{
					background: #800080;}

				option[value="#FF00FF"]{
					background: #FF00FF;}

				option[value="#00FF00"]{
					background: #00FF00;}

				option[value="#808000"]{
					background: #808000;}

				option[value="#FFFF00"]{
					background: #FFFF00;}

option[value="#0000FF"]{
					background: #0000FF;}

				option[value="#008080"]{
					background: #008080;}

				option[value="#00FFFF"]{
					background: #00FFFF;}


.intro{text-align: center;}


.expressPic{
	text-align: center;
	padding-bottom: 20px; 
	padding-top: 20px;}
	
.expressPic p{
	font-size: small;
	font-style: italic;
	text-align: center;
}

#address{margin-top: 20px;}

#address p{padding-top: 0px;
padding-bottom: 0px;
text-align: center;}


#address1 {padding-top: 0px;
padding-bottom: 0px;
text-align: center;}


#footer p{font-size: 14px;
	font-weight: 600;}

.disHead{font-size: 14px;
	font-weight: 600;
	color: red;}


#lastUp{
	
	padding-top: 0;
	padding-bottom: 0;
	
}

#lastUp p{
	text-align: right;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 300;
}

.disHead{
	font-size: xx-small;
	color: #CC0000;
	padding-bottom: 0px;
}	
	
acronym{
	text-decoration: underline;	
}

#aboutVid{
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}



h3 .head{
	text-align: center;
}


.hidden_content, .datehide {
	display:none;
}

A.information_link {
	font-size:10px;
	text-decoration:underline overline;
	margin:10px 5px;
	padding:3px 0;
	display:block;
	cursor:pointer;
}

#FAQ h4{
	text-align: left;
	padding-bottom: 0px;
}

#FAQ p{
	font-size: medium;
	font-weight: normal;
}

#FAQ ul{
	
	margin-left: 50px;
	font-size: medium;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 0px;
	
}

#FAQ li{
	list-style-image: url(../IMAGES/0445_16px_Republic_08bit_GIF.gif);
	font-weight: normal;	
}

#meetings ul{
	list-style-type: none;
	margin-left: 30px;
	font-size: medium;
	
}



#masthead H2 {
	PADDING-RIGHT: 10px;
	MARGIN-TOP: 85px;
	background-color: #3366CC;
	float: right;
	padding-left: 5px;
}


.spacerMeetings{
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: thin;
	width: 100%;
		
}


#shortcut ul{font-size: medium;}


#objectives ul{
	margin-left: 60px;
	list-style-type: disc;
	font-size: medium;
	font-weight: normal;
}


#objectives h3{text-align: center;}

#writing p{
	text-align: center;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;}

#writing h3{
	text-align: center;
	}
	
.success{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.link, #printhead h1, #printhead p, #PDAmasthead{
	display: none;
	
}

.xfolkentry a{visibility: hidden;}

#webUpdates{
	text-align: center;
	padding-top: 20px;
	color: red;
}

#webUpdates ul{
	margin-left: 0px;
	text-align: center;
}


.logos{
	margin-right: 10px;
}
/*---------------leflets----------*/

#leflets ul{
	margin-left: 20px;
}

/* ---------- news ---------- */

.TVnews{
	font-weight: bold;
	color: #FF0000;
}

.nails{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}


.christmas{
	text-align: center;
}



/*-----microformat--------*/

.fn{
	padding-top: 5px;
}

.fn, .org, .street-address, .locality, .region, .postal-code, .tel{
	font-size: medium;
}

.description1 {
	visibility: hidden;
}



.email{
	display:none;
	
}

#micro .vcard{display:none;}
