/*
-----------------------------------------------
Master Screen Style
-----------------------------------------------
FBWWM.ORG
file:		templates/2007/code/default.css
author:		Jason Denison
date:		05 Feb 2007
----------------------------------------------- */




/* body
----------------------------------------------- */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333;
	background: url(images/canvas_tile.jpg) top center repeat;
	margin:0;
	padding:0;
	text-align: center; 
	min-width: 768px;
	}
a { 
	color: #637F07;
	text-decoration: none;
	}
a:link, a:visited  { 
	color: #637F07;
	text-decoration: none;
	}
a:hover, a:active {
	color: #900;
	text-decoration: none;
	}
h3, h3 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1.2em;
	color: #600;
	}
img, img a {
	border:0;
	}


/* container & header logos
-----------------------------------------------*/ 
#container {
	/*background: url(images/spacer.gif) no-repeat;*/
	margin-top: 0px;
	margin-left: 0px;
	}
	


/* header_wrap
----------------------------------------------- */
#header_wrap {
	background: url(images/blue_border.jpg) bottom center repeat-x;
	padding: 0 0 0 0;
	}


/* header
----------------------------------------------- */
#header {
	margin: 0 auto;
	text-align: center;
	height:163px;
	width: 983px;
	}


/* logo
----------------------------------------------- */
#logo {
	position: relative;
	}
#logo h1 {
	margin: 0;
	padding: 0;
	}
#logo span {
	display: none;
	}
#logo a {
	position: absolute;
	top: 0px;
	left: -42px;
	background: url(images/header2007_02.jpg);
	background-position: left;
	background-repeat:no-repeat;
	width: 1101px;
	height: 137px;
	}
	
/*#logoleft {
	background: url(images/map_logo.jpg);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	}*/
	
#logoright {
	background: url(images/globe_logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	margin-top: 0px;
	margin-left: 100px;
	}		


/* globalNav
----------------------------------------------- */
#globalNav {
	float:right;
	height:100px;
	position: relative;
	}
#globalNav ul{
	margin:0 200px 0 0;
	padding:0;
	width:540px;
	list-style:none;
	}
#globalNav li {
	display: inline;
	float:left;
	margin: 0;
	width: 90px;
	text-align: center;
	}
#globalNav li a {
	display: block;
	color: #666;
	padding: 10px 0 30px 0;
	width: 90px;
	background: url(images/menu_tab.jpg);
	background-position:top;
	background-position:center;
	background-repeat:no-repeat;
	background-position: 0 -10px;
	font-weight: bold;
	}
#home #globalNav li.menu_home a,
#section_about #globalNav li.menu_about a,
#section_news #globalNav li.menu_news a,
#section_gallery #globalNav li.menu_gallery a,
#section_donate #globalNav li.menu_donate a,
#section_contact #globalNav li.menu_contact a {
	color: #600;
	padding: 20px 0 20px 0;
	background-position: 0 0px;
	}
#globalNav li a:hover {
	color: #63720b;
	padding: 15px 0 25px 0;
	background-position: 0 -5px;
	}
#globalNav li a:active {
	color: #333;
	padding: 20px 0 20px 0;
	background-position: 0 0;
	}
#globalNav li a.current:hover {color: #600;}


/* photographs
----------------------------------------------- */
#photographs {
	position:relative;
	}
#photographs img {
	position:absolute;
	background:url(images/mainpicture_05.png) top left no-repeat;
	padding:25px 40px 33px 30px;
	top:48px;
	left: 550px;
	width:199px;
	height:129px;
	}


/* wrapper background total from left to right
----------------------------------------------- */
#wrapper {
	background: #fff url(images/wrapper_09.jpg) top center repeat-y;
	}
#wrapperNoRight {
	background: #fff url(images/wrapper_noright_09.jpg) top center repeat-y;
	}	


/* pageBody
----------------------------------------------- */
#pageBody {
	margin: 0 auto;
	text-align: left;
	width: 801px;
	}


/* main
----------------------------------------------- */
#main {
	float: left;
	width: 564px;
	}


/* pageHeader
----------------------------------------------- */
#pageHeader * {
	margin:0;
	padding:0;
	}
#pageHeader {
	margin: 0 auto;
	position: inherit;
	width:805px;
	height:80px;
	background: url(images/slogan3_06.jpg);
	background-color:#FFFFFF;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	padding: 0 0 0 0;
	}
#pageHeader h4 {
	display:none
	}	
#pageHeaderNoRight {
	margin: 0 auto;
	position: inherit;
	width:805px;
	height:80px;
	background: url(images/pageheader_bg_blank_06.jpg);
	background-color:#FFFFFF;
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	border:none;
	padding: 0 0 0 0;
	}	
#pageHeaderNoRight h4 {
	display:none;
	}
	

/* sectionNav (Left Column - Column 1)
----------------------------------------------- */
.moduletable {
	float: left;
	width: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1empx;
	font-style: normal;
	line-height: 1.4em;
	color: #666;
	padding-bottom:18px;
	margin-left: 8px;
	}
.moduletable th {	
	margin:0;
	padding:0;
	color:#600;
	font-size:.9em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:.2em;
	}
a.moduletable th,
a.moduletable:link th,
a.moduletable:visited th {
	color:#600;
	}
a.moduletable:hover th,
a.moduletable:active th {
	color:#900;
	}
.mainlevel {
	color:#666;
	line-height: 1.2em;
	margin: 0;
	list-style: none;
	}
a.mainlevel { 
	color: #637F07;
	line-height: 1.2em;
	display: block;
	margin: 0;
	text-decoration:none;
	padding: .5em 0 .5em 0;
	border-bottom:1px solid #CDC8B9;
	width: 168px;
	}
a.mainlevel:link, a.mainlevel:visited  { 
	color: #637F07;
	}
a.mainlevel:hover {
	color: #900;
	line-height: 1.2em;
	background:url(images/sectionmenu_bg.jpg) right top repeat-y;
	}



#left_inner {
	float: left;
	width: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 1.4em;
	color: #666;
	padding-bottom:18px;
	}
#left_inner h2 {
	margin:0;
	margin-left:10px;
	padding:0;
	color:#600;
	font-size:.9em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing:.2em;
	}
#left_inner h2 a,
#left_inner h2 a:link,
#left_inner h2 a:visited {
	color:#600;
	}
#left_inner h2 a:hover,
#left_inner h2 a:active {
	color:#900;
	}
#left_inner ul {
	margin: 6px 0 20px 8px;
	padding: 0;
	border-top: 1px solid #CDC8B9;
	width: 168px;
	}
#left_inner ul li {
  color:#666;
	line-height: 1.2em;
	margin: 0;
	list-style: none;
	}
#left_inner ul li a { 
	color: #637F07;
	line-height: 1.2em;
	display: block;
	margin: 0;
	text-decoration:none;
	padding: .5em 0 .5em 0;
	border-bottom:1px solid #CDC8B9;
	width: 168px;
	}
#left_inner ul li a:link, a:visited  { 
	color: #637F07;
	}
#left_inner ul li a:hover {
	color: #900;
	line-height: 1.2em;
	background:url(images/sectionmenu_bg.jpg) right top repeat-y;
	}
#left_inner ul.article01 li.menu01 a,
#left_inner ul.article02 li.menu02 a,
#left_inner ul.article03 li.menu03 a,
#left_inner ul.article04 li.menu04 a,
#left_inner ul.article05 li.menu05 a,
#left_inner ul.article06 li.menu06 a,
#left_inner ul.article07 li.menu07 a,
#left_inner ul.article08 li.menu08 a { 
	color:#900;
	background:url(images/sectionmenu_active.jpg) right top repeat-y;
	}
#left_inner p.micah img {
	background:url(images/micah_frame.jpg) top left no-repeat;
	padding:18px;
	width:100px;
	height:328px;
	margin-left:20px;
	}


/* content_wrap
----------------------------------------------- */
#content_wrap {
	float: left;
	width: 601px;
	margin-bottom:18px;
	}


/* content
----------------------------------------------- */
#content {
	float: left;
	width: 378px;
	padding: 0 20px 12px 24px;
	}
#content h3, #content h3 a {
	margin-top:0;
	color: #600;
	}
#content h3 a:hover {
	color: #900;
	}
#content ul li a:hover  { 
	color:#900;
	}
#content h4 {
	font-size:1.2em;
	color:#900;
	margin-bottom:0;
	padding-bottom:.3em;
	}
#content h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1em;
	line-height:1.7em;
	color:#000;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-top:0;
	}
#content p {
	margin-top:0;
	}
#content p.photo img {
	background:url(images/photoframe.jpg) top left no-repeat;
	padding:18px;
	width:270px;
	height:180px;
	margin-left:14px;
	margin-top:18px;
	}
.portrait img {
	background:url(images/photoframe_156x197.jpg) top left no-repeat;
	padding:20px;
	width:156px;
	height:197px;
	margin-left:14px;
	margin-top:0px;
	}
#content a:hover, #content a:active {
	color: #900;
	}
#partners {
	display:block;
	clear:both;
	}
#partners p.banner img {
	background:url(images/banner_frame.jpg) top left no-repeat;
	padding:18px;
	width:468px;
	height:65px;
	margin-left:37px;
	}


/* contactForm
----------------------------------------------- */
#contactForm {
	width: 336px;
	padding: 0 0 0 204px;
	margin: 0 0 20px 0;
	}
#contactForm h3, #contactForm h3 a {
	color: #600;
	margin-top:0;
	}
#contactForm h4 {
	font-size:1.2em;
	color:#900;
	margin-bottom:.5em;
	}
form textarea {
	width:324px;
	}

/* sidebar
----------------------------------------------- */
#sidebar {
	float: left;
	width: 140px;
	padding: 0 15px 0 15px;
	}
#sidebar a {
	font-weight: bold;
	}
#sidebar a:hover {
	color: #900;
	}
#sidebar h3 {
	color: #600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .25em;
	margin:1em 0 .5em 0;
	}
#sidebar #lnews {
	margin-top:0;
	margin-left: -10px;
	}
#sidebar h4 {
	font-size:1em;
	margin:0;
	padding:0;
	margin-top:12px;
	}
#sidebar p {
	margin:0;
	padding:0;
	}
#sidebar ul {
	margin: 6px 0 20px 0;
	padding: 0;
	border-top: 1px solid #CDC8B9;
	width: 176px;
	}
#sidebar ul li {
	color:#666;
	line-height: 1.2em;
	margin: 0;
	list-style: none;
	}
#sidebar ul li a { 
	color: #637F07;
	font-weight:normal;
	line-height: 1.2em;
	display: block;
	margin: 0;
	text-decoration:none;
	padding: .5em 0 .5em 0;
	border-bottom:1px solid #CDC8B9;
	width: 176px;
	}


/* footer
----------------------------------------------- */
#footer {
	clear: both;
	background: url(images/blue_border_horz_w.gif) top center repeat-x;
	text-align: center;
	padding-top: 26px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
#footerbg {
	background: url(images/canvas_tile.jpg) top center repeat;
	height: 60px;
	padding-top: 20px;
	}


/* copyright
----------------------------------------------- */
#copyright {
	margin: 0 auto 30px auto;
	text-align: center;
	width: 801px;
	}

#copyright p {
	margin: 0 24px 0 12px;
	width: 720px;
	}
#copyright a:hover {
	color: #900;
	}

	
/* mosDirectory
----------------------------------------------------------------------- */
.dirHeader {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}

a.dirContent, .dirContent {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

a.dirContent:hover {
	color: #CCFF00;
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}

.dirSearch {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}	

#dirHeaderLink a {
	color: #f2edd9;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
#dirHeaderLink a:hover {
	color: #fcca00;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}		
	
	
	
/*--------------------------------------------------------------
/*   CMS/MAMBO Styles added back in
----------------------------------------------------------------*/
.contentheading {
	height: 30px;
	color: #000000;
	text-indent: 0px;
	font-weight: bold;
	font-size: 15px;
	white-space: nowrap;
	text-transform: uppercase;
}

.componentheading {
    background: url(../images/subhead_bg.png) repeat-x;
	color: #000000;
	padding-top: 4px;
	padding-left: 2px;
	height: 16px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.forgotpassword {
	border-color: #000000;
	border: thin;
	border-style: dotted;
	width: 150px;
	}
	
.sectiontableheader {
  font-weight: bold;
  background: #620f00;
  padding: 4px;
  color: #ffffff;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #eeeeee;
}

.sectiontableentry2 {
	background-color : #dddddd;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}
.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}	

.DonateButton {
	float: left;
	}

#pathway_outer {
	width: 635px;
	margin-bottom: 2px;
	margin-right: 2px;
}

#pathway_inner {
	float: none !important;
	border: 0px solid #cccccc;
	height: 21px;
}

#pathway_text {
    overflow: hidden;
	display: block;
	padding-top: 4px;
	height: 18px;
	padding-left: 5px;
	}

.pathway {
	clear:both;
	}	

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}	