/***********************************************/
/* main.css       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

#home {
	background: url(images/feb06/BGMGandhi.gif) repeat 0 225px;
}

#events {
	background: url(images/feb06/BGMLKing2.gif) repeat 0 225px;
}

#highlights {
	background: url(images/feb06/bgjustice.gif) repeat 0 100px;
}

#involvement {
	background: url(images/feb06/BGEnvironment.gif) repeat 0 225px;
}

#resources {
	background: url(images/feb06/BGBJordan.gif) repeat 0 225px;
}

#plain {
	background-color: #8D9ECD;
}


a:link, a:visited {
	color: #f0be72;
	text-decoration: none;
	font-weight: bold;
	background-color: none;
}

a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: none;	
}





/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 125%;
 color: #f0be72;
}

h2{
 font-size: 120%;
 color: #fff;
 text-decoration: underline;
}

h3{
 font-size: 105%;
 color: #334d55;
}

h4{
 font-size: 125%;
 color: #f0be72;
 margin-bottom: 10px;
}

h5{
 font-size: 125%;
 color: #fff;
 margin-bottom: 10px;
}

h6 {
	font-size: 120%;
	color: #f0be72;
	font-style: italic;
	font-weight: bold; 
	margin-top: 0.5em;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

td{
	vertical-align: middle;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	background-image: url(images/feb06/masthead_bg.gif);
	background-repeat: repeat-x;
}

#container {

}

#navBar{
	background-color: #97a4c7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 200px;
}



#content{
  
	width: 600px;
	margin: 0 0 0 220px;
	padding: 0;
}

#heading {
	margin: 0;
	padding: 0 3% 0 0;
	display: block;
}

.heading {
	padding: 10px;
	border: 1px dotted #fff;
	background-color: #bbc4dc;
	color: #010199;
}

.clear {
	clear: both;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
	 border-bottom: 1px solid #f0be72;
 margin-bottom: 20px;
}


/************* #globalNav styles **************/

#globalNav{
color: #010199;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0px 4px 0px 0px;
	color: #006699;
	font-weight: bold; 
}

#globalNav a:hover{
	font-size: 100%;
	font-weight: bold; 
	color: #fff;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: none;
}

#globalNav a.active {
	font-size: 100%;
	font-weight: bold; 
	color: #fff;
	padding: 0px 4px 0px 0px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	background: none;
}


/************* #blockquote styles *************/
	
blockquote 	{
			width: 500px;
			text-align: center;
			margin: 20px 0 20px 0;
			padding: 0;
			font-family: georgia, serif;
			font-size: 135%;
			line-height: 1em;
			color: #fff;
			background: #bbc4dc url(images/feb06/fi_top.gif) no-repeat top left;
			}

#quote		{
			margin: 0 10px 0 0;
			padding: 20px 20px 10px 20px;
			background: url(images/feb06/fi_bottom.gif) no-repeat right bottom;
			}
			
#quote strong {
			color: #000;
			font-weight: normal;
			}	
#author		{
			margin: 0;
			padding: 0 20px 10px 0;
			color: #fff;
			font-size: 60%;
			background: url(images/feb06/quote_bottom.gif) no-repeat left bottom;
			}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 95%;
	border-bottom: 3px dotted #fff;
	margin-bottom: 20px;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px;
	margin: 0 10px 3px 0;
	border: 1px dotted #fff;
	background-color: #bbc4dc;
	
}

.feature #backgroundInfo {
	width: 100%;
}

.borderlessFeature{
	padding: 0px 0px 10px 10px;
	font-size: 95%;
	margin-bottom: 20px;
}

.feature a:link, a:visited {
	background: none;
	padding: 0;
}

.feature a:hover, a:active {
	background: none;
	text-decoration: underline;
	padding: 0;
}

/* adjust margins to change separation between the feature image and text flowing around it */


/************** .imageboard styles *****************/

.imageboard{
	background-color: #7b8bb6;
	clear: both;
	padding: 20px;	
}


.imageboard h4 {
	text-align: center;
	padding-bottom: 10px;
}




/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #bbc4dc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#siteInfo a {
	color: #000;
	background: none;
	font-size: 100%;
	padding: 4px;
}




/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #7b8bb6;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
	background: none;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 5px 0px 5px 10px;
	background: none;
}

#sectionLinks a:hover, a:active {
	border-top: 1px solid #cccccc;
	background: none;
	background-color: #fff;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}

#sectionLinks a.active {
	border-top: 1px solid #cccccc;
	background-color: #fff;
	padding: 5px 0px 5px 10px;
	text-decoration: none;
}



/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}

#contact{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

#contact img{
	display: block;
}

/************** #list styles **************/

.word ul {
	list-style: none;
}

.word li {
	list-style: none;
	background: url(img/icons/doc.gif) no-repeat 0 50%;
	padding-left: 25px;
	line-height: 25px;
}

p.pdf, span.pdf {
	background: url(img/icons/pdf.gif) no-repeat 0 50%;
	padding-left: 25px;
}

ul.pdf li, span.pdf {
	list-style: none;
	background: url(img/icons/pdf.gif) no-repeat 0 50%;
	padding-left: 25px;
	line-height: 25px;
}






/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #WSAME form **************/


#WSAMEform #volunteer {
	  	font-family: Verdana, sans-serif;
	  	font-size: 90%;
	  	color: #fff;
		font-weight: bold;
	  	}
	
#WSAMEform #volunteer label {
	 	font-family: Verdana, sans-serif;
	  	font-weight: bold;
		font-size: 90%;
	  	color: #fff;
	  	}

#WSAMEform strong {
	 	font-size: 125%;
	  	font-weight: bold;
	  	color: #fff;
	  	}		
	
	
#WSAMEform #volunteer fieldset {
		border: 1px solid #ccc;
		padding: 20px;
		}
		
/************** #basic 2col table **************/
.container {
  width: 50%;
  border: 2px dashed #333;
  background-color: #999;
  }
  
.spacer {
  clear: both;
  }

.float {
	float: left;
  	padding: 10px;
  	border: 1px dashed #fff;
  	background-color: #97a4c7;
}

.float p {
   	text-align: left;
}

/************** #captioned pics **************/

.picturebox {
	float: left;
	margin: 0 10px 5px 0;
	background-color: #bbc4dc;
	border: 1px dotted #fff;
}

.imageboard .picturebox {
	float: left;
	margin: 0 20px 10px 5px;
	background-color: #bbc4dc;
	border: 1px dotted #fff;
}

.picturebox_right {
	float: right;
	margin: 0 5px 10px 20px;
	background-color: #bbc4dc;
	border: 1px dotted #fff;
}

.picturebox img, .picturebox_right img {
	border: none;
	padding: 10px;
	margin: 0;
}

.picturebox p, .picturebox_right p {
	clear: both;
	text-align: center;
	padding: 2px 10px 5px 10px;
	background-color: #a2abc4;
}
.caption {
  clear: both;
  text-align: center;
  padding: 5px 0 5px 0;
  background-color: #a2abc4;
  border-top: 1px solid #fff;
  }


.container2 {
  width: 75%;
  border: 2px dashed #333;
  background-color: #999;
  }

/************** button styles **************/

.button a {
	margin: 3px;
	padding: 6px 6px 20px 6px;
	border: 1px dotted #fff;
	background-color: #7b8bb6;
	font-size: 85%;
	white-space: nowrap;
}

.button a:link {
	padding: 6px;
	background-color: #7b8bb6;
	border: 1px dotted #fff;
}

.button a:visited {
	padding: 6px;
	background-color: #7b8bb6;
	border: 1px dotted #fff;
}


.button a:hover, .button a:active, .button a.active {
	padding: 6px;
	background-color: #fff;
	text-decoration: none;
}


/************** general **************/

.left {
float: left;
}

.right {
float: right;
}

