/*redefined tags
---------------------*/


body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	height: 100%;
	width: 100%;
}
/*base font size changed to make em measurements at default "medium" equivilent to "standard" sizes now 1.2em should equal 12pt text if the browser default is medium*/

/* remember center content is 1.2 ems which is shrunk 62.5% above to 12pts */
.frontrightcontent h1 , .frontcentercontent h1 , .centercontent h1, h1 {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}


.frontrightcontent h2 , .frontcentercontent h2 , .centercontent h2, h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.2em;
	font-style: italic;
	color: #7881BA;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.imgcenter img {
margin: 0px 20px;
}

a:link {
	color: #1b5bc5;
	text-decoration: none;
}
a:visited {
	color: #1b5bc5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	
}


/*---------------------
redefined tags*/




/*flourishes
-----------*/
.smallital {
	font-style: italic;
	color: #B02D44;
}

.ital {
	font-style: italic;
}

.centerblock {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	white-space: nowrap;
	width: 100%;
	vertical-align: middle;
	position: relative;
}
.pull {
	background-color: #FEF3F9;
	border: 1px dashed #666666;
	margin-left: 30px;
	display: block;
	text-align: left;
	width: 60%;
	padding-right: 15px;
	padding-left: 15px;
}
.pullplain {
	border: 1px dashed #666666;
	margin-left: 30px;
	display: block;
	text-align: left;
	width: 60%;
	padding: 15px;
}

.bold {
	font-weight: bold;
	color: #000000;
	font-size: 1em;
	font-style: italic;
}



/*-------------
flourishes*/




/*header
-----------*/


.header {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

.headerright {
	text-align: left;	
}


.logo {
	text-align: center;
	width: 162px;
	overflow: hidden;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
}
.headerimage {
	background-image: url(random/random2.jpg);
	text-align: left;
	width: 638px;
	vertical-align: bottom;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	
}



/*menu*/
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;*/
	float: left;
	list-style-type: none;
	/*font-size: 1.3em;*/
	font-size: 13px;
	font-weight: 700;
	background-color: #d6e1ff;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

#topnav li {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;

}

#topnav a {
	float: left;
	display: block;
	margin: 0px;
	padding: 0.35em;
	text-decoration: none;
	color: #000000;
	background-color: #d6e1ff;
 }
  
  
  
/*rollover change*/
#topnav a:hover {
	background-color: #ffd1f1;
	text-decoration: none;
	color: #000000;
  }


/*cosmetics on the top menu*/
#topnav #tn-about a {
 	padding-left: 1em;
	}
#topnav #tn-resources a {
 	padding-right: 1em;
	}
#topnav #tn-resources  {
 	border-right: none;
	}


/*-------------
header*/



/*submenu
-------------*/


.submenuhead {
	font-size: 1.1em;
	font-weight: normal;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: .2em;
}


#subnav, .subnavc {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	
}

#subnav a, .subnavc a {
	color: #000000;
	background-color: #F0F4FF;
	display: block;
	padding-left: 30px;
	padding-top: 0.35em;
	padding-bottom: 0.35em;
	padding-right: 10px;
}

#subnav a:visited, .subnavc a:visited {
	color: #000000;
}


#subnav a:hover, .subnavc a:hover {
	background-color: #FFEAF9;
	text-decoration: none;
	color: #000000;
	
}


#subnav li , .subnavc li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*li.menubreak {
	border-top-style: none;
	border-right-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-left-style: none;
	height: 2em;
}*/


/*-------------
submenu*/



/* right column formatting*/

.additionalinfo {
	padding: 1em;
	width: 100%;
	background-color: #F0F4FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#menuspacer {
	margin: 0px;
	padding: 0px;
	height: 200px;
}





/*main
-----------*/

.main {
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}


.main #left {
	width: 162px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.main #middle {
	text-align: left;
	vertical-align: top;
	height: 100%;
	
}
.main #right {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

}
.main #rightfront {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 30%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}
.main #rightmenu {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 162px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
}

.main #rightmenu p {
	color: #999999;
	padding-right: 20px;
	padding-left: 20px;
	
}

.menubackabout {
	background-image: url(menuimages/menumime.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menubackevents {
	background-image: url(menuimages/menuboy.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menubacknews {

	background-image: url(menuimages/menuman.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.menubackopportunities {

	background-image: url(menuimages/menuwoman.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.menubackmembership {

	background-image: url(menuimages/menumime.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;

}

.menuback {

}


.frontrightcontent , .frontcentercontent{
	clear: both;
	padding: 10px 30px 10px 30px;
}

.frontcentercontent{
	font-size: 1.1em;
}

.dashedlinesmall {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	background-position: center;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.centercontent {
	font-size: 1.2em;
	padding: .2em 2em 2em;
	line-height: 1.4em;
}

/* right menu*/

.additionalinfotext {
	font-size: 1.1em;
	width: 100%;
	padding-right: 1em;
	padding-left: 1em;
}

#bcrumb {
	vertical-align: 60%;
	display: inline;
	font-size: 1.2em;
	height: 37px;
	/*font-weight: bold;*/
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}


.headlinetxtimg {
	margin-left: 30px;
}







/* lists */
.lista {
	list-style-image: url(bullet2.jpg);
}

.lista li , .listb li{
	margin-top: 7px;
	margin-bottom: 7px;
}

.listb li , .lista ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

.listb , .lista ul {

	list-style-image: url(bullet3.jpg);
}

/*-------------
main*/




/*bottom menu
-----------*/

.betweentop {
	height: 50px; /* was 50 */
	width: 100%;
}
.bottommenu {
	vertical-align: top;
	margin: 10px;
}
.bottomsubmenu {
	padding: 0em 1em 1em;
}

.bottommenu img {
	float: right;
}
.bottomlogo {
	float: right;
}
#address {
	
	
	color: #999999;
}
/*-------------
bottom menu*/


/* Hidden content for screen readers */

.hidden
	{
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 	}

/*image placements
--------------------*/
.imgcenter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	white-space: nowrap;
	width: 100%;
	font-size: 0.8em;
	color: #999999;
}
.imgcenternoline {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	position: relative; 
	white-space: nowrap; 
	width: 100%; 
}

.imgborder {
	padding: 20px;
	border: 1px dashed #666666;
	margin-top: 2px;
	margin-bottom: 2px;
}
.imgrightcap {
	font-size: 0.8em;
	color: #999999;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	float: right;
}
.imgleftcap {
	font-size: 0.8em;
	color: #999999;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
}

.imgborderright {
	padding: 20px;
	border: 1px dashed #666666;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}


.imgborderleft {
	padding: 20px;
	border: 1px dashed #666666;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.imgfront {
	border: 1px solid #999999;
}

/*--------------------
image placements */




/*not used
-------------------*/
.container {
	height: 100%;
	width: 100%;
	position: relative;
	float: left;
}




/*this has been replaced with graphic headers*/
.revheading {
	font-weight: 900;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 0.1em .1em;
	display: inline;
	float: left;
	font-size: 1.3em;
	margin-left: 30px;
	clear: both;
	font-family: "Helvetica Black", "Arial Black", Helvetica, Arial, sans-serif;
}

/*floating menu*/

.floatmenu {
	margin: 0px 30px 20px 0px;
	padding: 1.4em;
	float: left;
	width: 10em;
	font-size: .9em;
	border: 1px dashed #666666;
}

.floatmenur {
	margin: 0px 0px 20px 30px;
	padding: 1.4em;
	float: right;
	width: 10em;
	font-size: .9em;
	border-bottom: 1px dashed #666666;
	border-left: 1px dashed #666666;
}

.floatmenu p, .floatmenur p {
	
	border-bottom: solid 1px #CCCCCC;
}
/*------------------
not used*/


/*left column*/
.message {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px;
	background-color: #F8F8FA;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 1em;
	
		/*background-color: #EEE;*/	
}

.donatediv {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	
}
.donatediv p {
	padding-right: 1em;
	padding-left: 1em;

}
.sponsordiv {
	font-size: 1.1em;
	font-weight: 700;
	/*text-align: center;*/
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	letter-spacing: 0.1em;
	padding-bottom: 1em;
	padding-top: 1em;
	
}
.sponsordiv p {
padding-left: 1em;
}
.twolines {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	padding-left: 1em;
	padding-bottom: 1em;
}
.donatediv .twolinesdonate {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-size: 1.1em;
	font-weight: 700;
	text-align: center;
	color: #999999;
}

.sponsordiv img {
	padding-bottom: 5px;
	padding-top: 10px;
}
.missionh {
	display: block;
	text-align: center;
	padding: 5px;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #5A6472;
}


.clearer {
	clear: left; 
}
.centerdiv {
	text-align:center;
	width:100%;
	position: relative;
}


/* intro page */
.introimage {
	text-align: center;
	border: 1px dashed #666666;
}
.center {
	text-align: center;
	
}
.introtext {
	font-size: 1.2em;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: auto;
	padding: 0em;
	border: 1px none #666666;
	line-height: 1.6em;
}
.intropadding {
	padding: 1em;
}



/*email
--------------------*/
.emailheader {
	font-size: 16px;
	font-weight: bolder;
	color: #92C0EF;
}
.emailheader2 {
	font-size: 16px;
	font-weight: bolder;
	color: #FFC166;
}


/*form
--------------------*/
.formheader {
	font-size: 1.4em;
	font-weight: bolder;
	color: #8CA2C8;
	font-style: italic;
}
.form_1 {
	font-style: italic;
	color: #7E8EB8;
}
.formdivider {
	width: 80%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7E8EB8;
}
.formdivider2 {
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 4px;
}
.results p.formdivider
{
	width: 80%;
	margin-top: 1em;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #7E8EB8;
}

.form_2 {
	font-size: 1.3em;
	color: #666666;
}
.form .forminput {
/**/background-color:#F0F4FF;
margin-right:15px;
width:450px;
}
.form .forminputnosize {
/**/background-color:#F0F4FF;
margin-right:15px;
}
.form .forminputnocolor {
/*background-color:#F0F4FF;*/
margin-right:15px;
width:450px;
}
.formcheck {
	background-color:#F0F4FF;
}
.formarea {
	background-color:#F0F4FF;
	padding: .25em 2em;
}
.form label {
margin-right:10px;
}
.results p {
	margin: .5em;
	/*padding: 0px;*/
}


/*Search
--------------------*/
.results .address {
	font-size:1.2em;
	line-height: normal;
	font-weight: bold;
	color: #666666;
}
.searchsub {
	font-size: 1.3em;
	color: #666666;
	font-style: italic;
}
.imagesearch {
	float:right;
	margin: 10px;
}
.formclearer {
	display: block;
	clear: both;
	line-height: 0px;
	height: 0px;
}


/*----------paypal forms---------*/

.pp_form_mem td {
padding:5px 0px;
	font-style: italic;
	color: #B02D44;
}

.pp_donate { padding-left:1em;
}
