/* andreas01 - an open source xhtml/css website layout by Andreas Viklund  - http://andreasviklund.com - Free to use for any purpose as long as the proper credits are given to the original author.
Version: 2.0 (Jun 25, 2006)
Screen layout: */

/***** Body and main container *****/
body {
margin:0 auto;
padding:0;
font:76% Verdana,Tahoma,Arial,sans-serif;
background:#f4f4f4 url(../images/bg.gif) top center repeat-y;
color:#303030;
}

#wrap {
background:#ffffff;
color:#303030;
margin:0 auto;
width:753px;
}

/***** Various tags *****/
a {
text-decoration:none;
font-weight:bold;
color:#286ea0;
background-color:inherit;
}

a:hover {
text-decoration:underline;
color:#286ea0;
background-color:inherit;
}

a img {
border:0;
}

/***** Header *****/
#header {
margin:10px 0 0;
padding:0;
height:45px;
}

#header h1 {
color:#505050;
background-color:inherit;
width:250px;
margin:0 0 10px;
font-size:2.2em;
float:left;
}

#header h1 a{
color:#505050;
background-color:inherit;
text-decoration:none;
}

#header p {
width:500px;
float:right;
text-align:center;
color:#505050;
margin:8px 0 0;
font-size:1.1em;
font-weight:bold;
line-height:1.3em;
background-color:inherit;
}

#frontphoto {
margin:0 0 0px;
border:0;
}

/***** Left sidebar ******/
#leftside {
    clear:left;
    float:left;
    width:145px;
    height: 300px;   /* height must be synchronized with the height of the right bar */
    margin: -2px 0 5px 0;
    padding: 0;
    background: #DBEBDD;
    border-bottom: 20px solid #DBEBDD;
    position: relative; top 0px;
}

#mission {
     font-family: arial, Verdana, sans-serif;
     font-size: 11px;
     font-style: italic;
     color: black;
     margin: 30px 10px 40px 10px;
    }


#leftside h2,#leftside h3 {
color:#505050;
background-color:inherit;
font-size:1.3em;
margin:0 0 5px;
padding:0;
}

#leftside div.announce {
clear:left;
margin:10px 0 15px;
padding:7px 5px;
width:126px;
font-size:0.9em;
background-color:#f4f4f4;
color:#505050;
border-left:4px solid #cccccc;
line-height:1.5em;
}

#leftside div.announce p {
margin:10px 0 0;
padding:0;
}

/***** Main menu *****/
ul.avmenu {
width:140px;
margin:0 0 18px;
padding:0;
list-style:none;
}

ul.avmenu li {
width:140px;
padding:0;
line-height:1.4em;
display:inline;
}

ul.avmenu li a {
background-color:#f4f4f4;
color:#505050;
font-weight:bold;
width:130px;
float:left;
margin-bottom:5px;
padding:5px 1px 5px 5px;
border-left:4px solid #cccccc;
text-decoration:none;
}

ul.avmenu li a:hover,ul.avmenu li a.current {
background-color:#eaeaea;
border-left:4px solid #286ea0;
color:#505050;
}

ul.avmenu ul {
margin:0 0 0 15px;
padding:0 0 5px 0;
font-size:0.9em;
width:125px;
}

ul.avmenu ul a {
padding:3px 1px 3px 5px;
width:115px;
}

ul.avmenu ul ul {
width:113px;
}

ul.avmenu ul ul a {
width:100px;
}

#right_bar {
    width:140px;
    float: right;
    margin: -17px 0px 0 0px;
    padding:0;
    line-height:1.4em;
    background:  url(../images/right-bar-bg.gif) top repeat-y;
    height: 320px;
}


/***** Right sidebar *****/
#extras {
    float:right;
    width:147px;                   /* was 55 */
    margin: 20px -143px 0px;
    padding:0;
    line-height:1.4em;

}

.ie #extras {
    float:right;
    width: 147px;                   /* was 55 */
    margin: 20px 0px 0px -145px;
    padding:0;
    line-height:1.4em;
}
.ie5 #foo_extras {
    float:right;
    width: 100px;                   /* was 55 */
    margin: 20px -55px 0px;
    padding:0;
    line-height:1.4em;
}




#foo_extras p,#extras ul {
font-size:0.9em;
margin:0 0 16px;
padding:0;
}

#extras li {
list-style:none;
line-height:1.2em;
margin:0 0 6px 0;
padding:0;
}

#extras ul ul {
margin:6px 0 0 10px;
padding:0;
}

#extras ul ul li {
margin: 0 0 4px 0;
}

#extras ul ul li a {
font-size:1.1em;
font-weight:normal;
}

#extras h2, #extras h3 {
color:#505050;
background-color:inherit;
font-size:1.2em;
margin:0 0 10px;
padding:0;
}

/***** Main content *****/

#content {
    margin:0 150px 5px 145px;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    padding:0 10px;
    font-family: verdana, tahoma, sans-serif;
    line-height: 12pt;
    font-size: 8pt;
}


#contentwide {
margin:0 0 5px 150px;
border-left:1px solid #f0f0f0;
padding:0 0 0 10px;
line-height:1.6em;
}

#content h1,#contentwide h1 {
font-size: 12pt;
margin: 10px 0 10px;
}

#content h2,#contentwide h2 {
font-size:1.6em;
margin: 6px 0 10px;
}

#content h3,#contentwide h3 {
font-size: 12pt;
margin:0 0 8px;
}

#content h4,#contentwide h4 {
    color: #366;
    font-size: 10pt;
    font-weight: bold;
    margin-top: 4px; 
    margin-bottom: 2px;
}

#content h5 {
    background-color: #cc9;
    padding: 3px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-align: left;
    color: #000;
    font-size: 10pt;
    font-weight: bold;
    border:1px #c93 solid;
} 



#content img,#contentwide img {
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
}

#content ul, #contentwide ul, #content ol, #contentwide ol {
margin:0 0 16px 20px;
padding:0;
}

#content li, #contentwide li {
margin:0;
padding:0 0 0 5px;
}

#content ul ul, #contentwide ul ul, #content ol ol, #contentwide ol ol{
margin:0 0 0 16px;
padding:0;
}

/***** Footer *****/
#footer {
    clear:both;
    margin:0 auto;
    padding:10px 0 20px;
/*    border-top:4px solid #f0f0f0;   draw a solid grey line at the top of the footer */
    width:753px;
    text-align:center;
    color:#808080;
    background:#ffffff;
    font-size:0.9em;
}

#footer p {
    color: #b3997d;
    text-align: center;
    font-size: .8em;
    margin: 0px 0px 1em 0px;
    line-height: 1.2em;
}


/***** Various classes *****/

.normal
{
    font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    line-height: 12pt;
    color: black;
}

.left {
margin:3px 10px 2px 0;
float:left;
}

.right_text {
margin:2px 0 2px 10px;
float:right;
}

.textright {
text-align:right;
}

.center {
text-align:center;
}

.small-body { font-size: 8pt; color: black;}

.small {
font-size:0.8em;
}

.bold {
font-weight:bold;
}

.hide {
display:none;
}

.events 
{
   line-height: 14pt;
   font-size: 12px;
}
.events_small
{
   font-size: 10px;
   color: black;
}



/* used for marquee text */
A.events:link    {color:#244D23; text-decoration:underline;}
A.events:visited {color:#286ec1; text-decoration:underline;}
A.events:active  {color:red;     text-decoration:underline;}
A.events:hover   {color:#244d23; text-decoration:underline;}

/* #264c25*/
A.foot:link    {color:#B3997D; font-weight: normal; font-size: 10px; text-decoration:underline; background-color: inherit;}
A.foot:visited {color:#B3997D; font-weight: normal; font-size: 10px; text-decoration:underline; background-color: inherit;}
A.foot:active  {color:#B3997D; font-weight: normal; font-size: 10px; text-decoration:underline; background-color: inherit;}
A.foot:hover   {color:#C90000; font-weight: normal; font-size: 10px; text-decoration:none; background-color: inherit;}

A.foot_hide:link    {color: #b3997d; font-weight: normal; cursor:default; text-decoration: none;}
A.foot_hide:visited {color: #b3997d; font-weight: normal; cursor:default; text-decoration: none;}
A.foot_hide:active  {color: #b3997d; font-weight: normal; cursor:default; text-decoration: none;}
A.foot_hide:hover   {color: #b3997d; font-weight: normal; cursor:default; text-decoration: none;}


#menu_tab ul {
    padding: 0 ;
    list-style: none ;
    display: inline ;
    margin: 0px 0 0 1px;

}

ul.menu_tab li {
    margin: 0px 0 ;
    padding: 0 ;
    display: inline ;
    text-align: center ;
    list-style: none ;
    font-family: Arial, Helvetica, sans-serif ;
}

ul.menu_tab li a {
    color: #fff ;
    background-color: #244d23;
    border: none;
    padding: 0px 5px 3px 5px;
    text-decoration: none ;
    font-size: 10px;
    line-height: 12px;
    display: inline ;
    position: relative; top: -4px;
}

ul.menu_tab li a:hover {
    color: black;
    background-color: #DBEBDE ;
}


/* url list on volunteer page */

#url_list ul {
    padding: 0px ;
    list-style: none ;
    margin: 5px 0 0 20px;
    list-style-type: none;
}

#url_list h3 {
    padding: 0 ;
    margin: 0px 0 10px 25px;
}

ul.url_list li a {
    color: #244d23 ;
    background-color: #DBEBDD;
/*    color: #fff ;
/*    background-color: #244d23; */

    padding: 3px 5px 3px 5px;
    text-decoration: none ;
    font-size: 11px;
    line-height: 24px;
    display: inline ;
    position: relative; top: -4px;
}


.yellow_box {
    border: 1px solid #cc9;
    padding: 0 0 0 5px;
    margin: 3px;
    display: block;
    background-color: #ffc;
}

.subcommittee #content {
	width: 400px;
	/* margin-left: 10px; */
	padding-left:10px;
	/* border: 1px solid #cc9; */
	border: inherit;

	float: left;
	margin-bottom: 15px;
	display: block; /* fix ie double-margin float bug */
}

/* width of h3 is sensitive in IE 6 - nothing wider than 450 works */

.subcommittee h3 {
/*	width: 450px; */
	background-color: #cc9;
	padding: 3px;
	margin-top: 20px;
/*	margin-bottom:20px; */
	text-align: left;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	border:1px #c93 solid;
} 

.subcommittee h5 {
	background-color: #cc9;
	padding: 3px;
	margin-top: 20px;
	text-align: left;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	border:1px #c93 solid;
} 



.yellow_box h4 {
	color: #366;
	font-size: 10px;
	font-weight: bold;
	margin-top: 4px; 
	margin-bottom: 2px;
}


.yellow_box p {
	padding: 0px;
	margin: 3px 0 0;
	border:0;
}

.yellow_box a {
	color: #366;
	text-decoration:none;
	font-weight: bold;
}

.yellow_box a:hover {
	color: #c93;
	text-decoration:none;
	font-weight: bold;
}

/* classes for popups on volunteer page */

.popup_box {
    display:none; 
    position:absolute;
    border: 1px solid #000000; 
    background-color: white; 
    font-size: 10pt;
    width:420px; 
    padding: 0px;

}

.popup_line {
    padding: 1px;
    margin: 0; 
    background-color:#CDEBCD; 
    height:25px; 
    border-bottom:4px solid #244d23;
}

.text_style {
  padding:10px;
  margin: -25px 5px -10px 10px;
}

.popup_box p {
   margin-top: -15px;
}

.popup_box h4 {
   font-size:10pt;
}
.popup_box h5 {
   font-size:10pt;
   margin-top: -20px;
}

.heavy
{            
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 6px;
}
            




