/*============================================================*/
/* AUTHOR:  Mike Austin (Bristol Inter Faith Group)	          */
/* DATE:    2008.07.02                                        */
/* PURPOSE: Controls all html and layout styles               */
/*============================================================*/

.mintgreen {color: #7BC4A0;}
.ghostgreen {color: #B6DDC7;}
.deepnavyblue {color: #000066;}
.navyblue {color: #003399;}
.mynavyblue {color: #000099;}
.mylightblue {color: #9FA1CB}

/*------------------------------------------------------------*/
/* overall styles                                             */
/*------------------------------------------------------------*/

html {
	height : 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: normal;
	background: url(../images/bifg_bkgnd.gif) repeat-x top left;
	background-color: #B6DDC7;
	color: #003399;
}

#container {
	width : 760px;
	margin : auto;
	height : 100%;
}

/*------------------------------------------------------------*/
/* header styles                                              */
/*------------------------------------------------------------*/
 
/* #header: holds the site title and header images            */
#header {
	position : relative;
	height : 127px;
}
/* #header img.bifg_bridge: BIFG symbols image format left    */
#header img.bifg_symbols {
	position : absolute;
	z-index : 2;
	top : 17px;
	left : 0;
	visibility : visible;
}
/* #header img.bifg_bridge: Clifton bridge image format       */
#header img.bifg_bridge {
	position : absolute;
	z-index : 1;
	top : 11px;
	left : 105px;
	visibility : visible;
}
/* #header img.bifg_bridge: BIFG words image format          */
#header img.bifg_words {
	position : absolute;
	z-index : 3;
	top : 34px;
	left : 119px;
	visibility : visible;
}
/* #header img.bifg_bridge: BIFG symbols image format right   */
#header img.bifg_symbols_right {
	position : absolute;
	z-index : 2;
	top : 17px;
	left : 668px;
	visibility : visible;
}

/*------------------------------------------------------------*/
/* navigation menu styles                                     */
/*------------------------------------------------------------*/
/* navigation background                                      */
#navigation {
	font-size: 100%;
	font-weight: normal;
	height: 30px;
	background: url(../images/bifg_navigation.gif) repeat-x;
	padding-top: 0px
}
/* navigation top style                                       */
#navigation a {
	display: block;
	padding: 0px 9px 5px 9px;
	margin-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-decoration: none
}
/* navigation top style hover                                 */
#navigation a:hover {
	border: 1px solid #003399;
	background-color: #9FA1CB;
	margin-top: 4px;
	padding: 0px 8px 4px 8px;
}
#navigation div {
	float:left;
	margin-left: 5px;
	position:relative;
	padding:0px;
	z-index:1000;
}
#navigation div div {
	margin: 0px
}
/* menu dropdown list style overall                          */
#navigation div ul {
	display:none;
	position:absolute;
	z-index:100;
	width:120px;
	background: #7BC4A0;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #003399;
	border-bottom: 0px;
}
/* menu dropdown list style elements                         */
#navigation div ul li {
	list-style:none;
	margin-top: 0px;
	padding: 0px;
	border-bottom: 1px solid #003399;
	text-align: left
}
#navigation div ul li a {
	display:block;
	margin-top: 0px;
}
#navigation div ul li a:hover {
	border: 0px;
	margin-top: 0px;
	padding:  0px 9px 5px 9px
}
/* ie hack  \*/
* html #navigation div ul li a{width:122px;}
/* end ie hack */
#navigation div:hover ul {
	display:block;
} 

/*------------------------------------------------------------*/
/* page content styles                                        */
/*------------------------------------------------------------*/

#content div.clear {
	clear: both
}
/* horizontal rule format in content block */
#content hr {
	color : #003399;
	height : 1px;
	margin : 20px 0px;
}
/* unvisited links */
a { color: #0000FF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {color: #00FFFF;}
a:visited {color: #CC0099;}

h1 {
	font-size: 130%;
	line-height: 50%;
	margin: 20px 0px 0px 0px;
}
h2 {
	font-size: 120%;
	line-height: 50%;
	margin: 20px 0px 0px 0px;
}
h3 {
	font-size: 110%;
	line-height: 50%;
	margin: 20px 0px 0px 0px;
}

p {
	margin: 8px 0px 0px 0px;
	line-height: 120%
}

table {
	width: 100%
}

td {
	width: 50%;
	vertical-align: top;
}

.bold {
	font-weight: bold;
	color: #4D985D
}

/*-------------------------------------------------*/
/* footer styles                                   */
/*-------------------------------------------------*/

#footer {
	font-family: arial, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	color: white;
}

.footer_updated {
	bottom: 20px;
	float: right;
	position: relative;
	right: 4px;
	text-align: right;
}

.footer_today {
	bottom: 20px;
	float: left;
	left: 4px;
	position: relative;
	text-align: left;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
	text-align: left;
}
/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {width : 100%;}
.width85 {width : 85%;}
.width75 {width : 75%;}
.width66 {width : 66.6%;}
.width60 {width : 60%;}
.width50 {width : 50%;}
.width40 {width : 40%;}
.width33 {width : 33.3%;}
.width25 {width : 25%;}
.width15 {width : 15%;}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {float : left;}
.floatRight {float : right;}

