@charset "UTF-8";
/* CSS Document */

/*  Global Styles ------------------------------------------------- */

body {text-align:center;
	background-color:#A1F5FC;
	font-family:Lucida Sans Unicode,Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:15px;
}

h1  { 
	font-size:18px;
	font-weight:bold;
	color:#069;
	margin:0 0 10px 0;
	border-bottom:1px solid #999;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#069;
}

h3 {
	font-size:14px;
	font-weight:bold;
}

/* global anchor link settings */
a:link,a:visited,a:hover,a:active {
	color:#069;
}



/*page layout ----------------------------------------------*/

.clearfloats {
	clear: both;
}

#container, #index_header, #header, #contentarea, #footer , #navigation {
	width: 865px;
}

#container {
	/* background-image:url(images/container_bkg.gif); */
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	border:2px solid #000;
}

#index_header {
	height:379px;
	background-image:url(images/index_hdr_bkg.jpg);
	background-repeat:no-repeat;
}

#header  {
	height:153px;
	background-image:url(images/hdr_bkg.jpg);
	background-repeat:no-repeat;
}


#footer {
	height:50px;
	border-top:3px solid #077995;
	background-color:#FFF;
	text-align:center;
	padding-top:8px;
 } 

/* navigation  ------------------------------------------------- */

#navigation {
	height:31px;
	width: 835px;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding-left:30px;  /* to center navigation elements */
}

#navigation a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:left;
	vertical-align:middle;
	padding:8px 14px 8px 14px;		
}

#navigation a:hover, a:active {
	color:#05608C;
	background-image:url(images/nav_bkg_over.jpg);
}


/* separate navigation styles for index page to account for width in IE */

#index #navigation {
	height:31px;
	_width: 865px;
	background-image:url(images/nav_bkg.jpg);
	background-repeat:repeat-x;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	padding-left:30px;  /* to center navigation elements */
}


#index #navigation a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	float:left;
	vertical-align:middle;
	padding:8px 14px 8px 14px;		
}

#index #navigation a:hover, a:active {
	color:#05608C;
	background-image:url(images/nav_bkg_over.jpg);
}

/* to style home button on index page */
#index #navigation .nav_index {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}

/* provide over state on each page */
#index .nav_index {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#contacts .nav_contacts {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#news_events .nav_news_events {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#sacraments .nav_sacraments {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#newmemb .nav_newmemb {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#ministries .nav_ministries {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#about .nav_about {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#reled .nav_reled {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}
#msr_msg .nav_msr_msg {color:#05608C; background-image:url(images/nav_bkg_over.jpg);}


/* index  ------------------------------------------------- */

#leftcol_index, #ctrcol_index, #rightcol_index {
	margin:10px 15px 10px 15px;
	float:left;
}

/* left column */
#leftcol_index {
	width:224px;
}

/* center column */
#ctrcol_index {
	width:274px;
}
/* right column */
#rightcol_index {
	width:275px;
	padding: 0 0 0; /* IE6 fix */
}

#index h2 {
	color:#000;
	
}


/* interior pages  ------------------------------------------------- */

#leftcol, #rightcol {
	float:left;
}

/* left column */
#leftcol {
	width:590px;
	margin:10px;
}
/* right column */
#rightcol  {
	width:245px;
	background-image:url(images/rightcol_bkd.jpg);
	background-repeat:no-repeat;
	margin:10px 0 10px 0;
}

/* right column callout */

.callout {
	width:220px;
	margin:10px 16px 10px 18px;
}

.callout h1 {
	color:#FFF;
	font-size:16px;
	margin-bottom:10px;
	padding:4px 0 4px 0;
	text-align:center;
	background-image:url(images/callout_bkd.jpg);
	background-repeat:repeat-x;	
}

.callout p {
	font-size:11px;
	line-height:14px;
	/* text-align:left; */
}

.callout .img_wrap {
	margin-right:4px;
} 

