/* Community Interface
(c) 2000 Compbiz.net.  All Rights Reserved.
Authored By Deidra Auclair

Title: 	global.css
Date:	23 February 2008

Description:  This is the global stylesheet for the catholic web site.  Only put items here that are for the entire site.  

*/

html {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

body {
 	margin: 0px 0px 0px 0px;
    padding: 0px;
    background: #FFF;
	border: 0px;
	background: #FFF url('/images/layout/site_bg.gif') repeat-y top center;
}

p {
	text-align: left;
}

.center {
	text-align: center;
}

/*a {
	color:#336699;
}*/
/*Make the links seem animated. */
A:link { color:#336699; TEXT-DECORATION: none;}
A:visited { color:#336699; TEXT-DECORATION: none;}
A:hover { color: #6699cc;}/*font-weight: bold; text-decoration: underline border-style: ridge; border: 1px ridge red*/

/* UL lists display added DVA */
ul {
	/*margin: 0 1 0 0;*/ /* DVA 7/10/2008: Commented out errors in the declaration is dropped on the 1 in firefox not sure we need parameter. */
	/* padding: 0; */ /* GMW 7/10/2008: Commented out because of a display issue with Firefox 2 & 3. The list items were exntending beyond the left margin. */
	list-style-type: disc;
	text-align: left;
	}

ul li {
	/* display: block; */ /* GMW 7/10/2008: Commented out because of a display issue with Firefox 2 & 3. The list items were not appearing with the marker (bullet or number). */
	margin: 0 0 0 0;
	}

/* OL lists display added DVA */
ol {
	/*margin: 0 1 0 0;*/ /* DVA 7/10/2008: Commented out errors in the declaration is dropped on the 1 in firefox not sure we need parameter. */
	/* padding: 0; */ /* GMW 7/10/2008: Commented out because of a display issue with Firefox 2 & 3. The list items were exntending beyond the left margin. */
	text-align: left;
	}

ol li {
	/* display: block; */ /* GMW 7/10/2008: Commented out because of a display issue with Firefox 2 & 3. The list items were not appearing with the marker (bullet or number). */
	margin: 0 0 0 0;
	}

div#mainpage ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

div#mainpage ul li { 
	display: block; 
}

div#mainpage ul li a {
	color: #000000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#mainpage ul li a:hover {
	color: #6699cc;
}


/* Testing Font Sytles For Titles - Added by CA */
.HeaderBackgroundColor {
	color:#336699;
/*	background-image: url(../images/layout/dir_heading-bg.gif); */
	background-repeat:no-repeat;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
}

.BoxHeaderColor td{
	background-color: #dadad6;
	text-align:center;
}

.BoxContentColor td{
	background-color: #efefef;
	text-align:center;
}

h1.show {
	font-size:16px; 
	color:#336699; 
	font-weight:bold; 
	letter-spacing:-1px; 
	margin: 0px 0px 0px 0px;
	text-decoration: none;
} 

h1.hide {
	font-size:16px; 
	color:#336699; 
	font-weight:bold; 
	letter-spacing:-1px; 
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	display:none;
	visibility:hidden;
} 

.titlelight {
	font-size:16px; 
	color:#6699cc; 
	font-weight:bold; 
	letter-spacing:-1px; 
	margin: 0px 0px 0px 0px;
}

.titlelight a {
	text-decoration: none;
}

.titledark {
	font-size:16px; 
	color:#336699; 
	font-weight:bold; 
	margin: 0px 0px 0px 0px;
	letter-spacing:-1px; 
	text-decoration: none;
}

.titledark a {
	text-decoration: none;
}

.tCD_titlelight {
	font-size:14px; 
	color:#6699cc; 
	font-weight:bold; 
	letter-spacing:-1px;
	margin: 0px 0px 0px 0px;
}


.tCD_titledark {
	font-size:14px; 
	color:#336699; 
	font-weight:bold;
	letter-spacing:-1px; 
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}


.PageTitleDark {
	margin: 10px 0px 5px 0px;
	font-size:18px; 
	color:#336699; 
	font-weight:bold;
	letter-spacing: -1px;
}

.PageTitleDark_2 {
	margin: 10px 0px 5px 0px;
	font-size:16px; 
	color:#336699; 
	font-weight:bold; 
	text-decoration: none;
	letter-spacing: -1px;
}

/* Testing Font Sytles For Text - Added by CA */
.textLight { 
	color:#6699cc; 
	font-weight:bold; 
	margin: 0px 0px 0px 0px;
}

.textDark { 
	color:#336699; 
	font-weight:bold;  
	margin: 0px 0px 0px 0px;
}

.textRequired { 
	color:red; 
	font-weight:bold;  
	font-size: 10px;
	vertical-align:top;
}

.textSmall { 
	font-size:10px;
	vertical-align:bottom;
	padding: 0;
	margin: 0;
	margin-top:2px;
}

.textLarge { 
	font-size:15px;
	font-weight: 500; 
}

/* Form input field styles - Added by NB */
form {
	margin-bottom: 5px;
	margin-top: 5px;
}

input[type='checkbox'] {
	height: 16px;
	padding: 0;
	margin: 0;
	margin-top: 0;
	margin-right: 4px;
}

input[type='radio'] {
	height: 16px;
	padding: 0;
	margin: 0;
	margin-top: 0;
	margin-right: 3px;
}

input[type='text'],input[type='password'],input[type='file'],textarea,select {
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}

input[type='button'],input[type='submit'],input[type='reset']{
	background: #336699; /*background: #FFFFFF;*/
	border: 1px outset #6699CC; /*border: 1px solid #cccccc;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*font-size: 11px;*/
	color: #FFFFFF; /*color: #336699;*/
	cursor: pointer;
	font-weight: bold;
}

.over td {
	/*background-image: url(../images/layout/dir_searchresult_bubble.gif);*/
	/*background-color:#fff4dd;*/
	background-color:#EDF6FF;
	cursor: pointer;
	height:70px;
} 
.out td {
	background-color:#fff;
	height:70px;
}

div#copyright {
	font-size:10px; 
	color:#666666; 
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

.oddrow td{
	background-color: #efefef;
	vertical-align:top;	
}
.evenrow td{
	background-color: #ffffff;	
	vertical-align:top;	
}

#contentwrapper{
width: 150px;
height: 220px;
/*border: 1px solid black;
background-color: #C6FFC6;
padding: 5px;*/
}

.billcontent{
width: 100%;
display:block;
}

/* Scrolling Web Sponsor Links */
#scr1 div {
	visibility:hidden;
}
#scr1, #scr1 div.default {
	height:150px;
	overflow:hidden;
	visibility:hidden;
}
#scr1Region div {
	visibility:hidden;
}
#scr1Region, #scr1Region div.default {
	height:150px;
	overflow:hidden;
	visibility:hidden;
}
#scr1State div {
	visibility:hidden;
}
#scr1State, #scr1State div.default {
	height:150px;
	overflow:hidden;
	visibility:hidden;
}
#scr1County div {
	visibility:hidden;
}
#scr1County, #scr1County div.default {
	height:150px;
	overflow:hidden;
	visibility:hidden;
}
#scr1Site div {
	visibility:hidden;
}
#scr1Site, #scr1Site div.default {
	height:150px;
	overflow:hidden;
	visibility:hidden;
}

/* Scrolling Web Sponsor Images */
#scr1Img div {
	visibility:hidden;
}
#scr1Img, #scr1Img div.default {
	height:110px;
	overflow:hidden;
	visibility:hidden;
}
#scr1ImgRegion div {
	visibility:hidden;
}
#scr1ImgRegion, #scr1ImgRegion div.default {
	height:110px;
	overflow:hidden;
	visibility:hidden;
}
#scr1ImgState div {
	visibility:hidden;
}
#scr1ImgState, #scr1ImgState div.default {
	height:110px;
	overflow:hidden;
	visibility:hidden;
}
#scr1ImgCounty div {
	visibility:hidden;
}
#scr1ImgCounty, #scr1ImgCounty div.default {
	height:110px;
	overflow:hidden;
	visibility:hidden;
}
#scr1ImgSite div {
	visibility:hidden;
}
#scr1ImgSite, #scr1ImgSite div.default {
	height:110px;
	overflow:hidden;
	visibility:hidden;
}

fieldset {    
   -moz-border-radius-bottomleft:7px;   
   -moz-border-radius-bottomright:7px;   
   -moz-border-radius-topleft:5px;   
   -moz-border-radius-topright:7px;   
   border-radius: 3px;   
} 

legend {
 color:black;
}

/**************** End Global *******************/

/****************************** Layout ************************************/
/**************************************************************************/

/* Site container */
div#container {
	width:760px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	border:0px;	
}


/* header */

div#header {
	background: url('/images/header_main.jpg');
	height:98px;
	width: 760px;
	margin:0px 0px 0px 0px;
 	/*padding-left:10px;*/ 
	color: #666666;
	position:relative;
}

div#header img {
	cursor:hand; 
	border:none; 
	text-decoration:none; 
	color:#FFFFFF;
}

#official_logo {
	position: absolute;
	height: 44px;
	width: 295px;
	bottom: 0px;
	left: 0px;
	margin: 0px 0px 5px 10px;
}

div#icon_panel {
	width: 150px;
	height: 32px;
	position:absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px 0px 5px 0px;
}

div#icon_panel img {
	float: right;
	margin: 0px 15px 0px 0px;
}

/* menu */
div#navigation {
	background: url('/images/layout/nav_bar.gif');
	height:46px;
	width: 760px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #EFEFEF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: inherit;
    border-bottom: 1px solid #bfbfbf;
}

/*** Navigation Menu - Superfish ***/
.sf-menu, .sf-menu * {
	margin:			0px;
	padding:		0;
	list-style:		none;
	z-index:		10;
}

.sf-menu {
	line-height:	.5em; /* top level padding */
	float:			left;
	margin: 10px 0px;
	
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12.5em; /* left offset of submenus need to match (see below) */
	padding-top:	15px;
	padding-bottom: 0px; /* padding for rounded bottom */
}

.sf-menu ul li ul {
	position:		absolute;
	top:			-999em;
	width:			12.5em; /* left offset of submenus need to match (see below) */
	margin-top:		0px;
	padding-top:	0px;
	padding-bottom: 0px; /* eliminates the rounded bottom on third level */
}

.sf-menu ul li {
	width:			100%;
	line-height:	0;
}

.sf-menu li:hover { /* top level background hover */
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
	/*background:		url('/images/clearpixel.gif'); /* Transparent */
}

.sf-menu a {
	display:		block;
	position:		relative;
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.65em .9em; 
	text-decoration:none;
}

.sf-menu ul li a {
	display:		block;
	position:		relative;
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.85em .9em; 
	text-decoration:none;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			1.5em; /* match top ul list item height */ 
	z-index:		99;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12.5em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			12.5em; /* match ul width */
	top:			0;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#464646; /* sub menu text color */
}

.sf-menu li li {
	background:		#efefef; /* second level sub menu background color */
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;

}

.sf-menu li ul {
	border-bottom: 1px solid #bfbfbf;
}

.sf-menu li li li {
	background:		#efefef;  /* third level sub menu background color */
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	
}

.sf-menu li li ul {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	margin-top: -1px;
}

.sf-menu a.top-menu,
.sf-menu a:visited.top-menu {
	color:			#464646; /* top-menu text color*/
	border-right: 1px solid #c8c8c8;
}

.sf-menu a:hover.top-menu,
.sf-menu a:focus.top-menu,
.sf-menu a:active.top-menu,
.sf-menu li:hover a.top-menu {
	color:			#336699; /* top-menu text hover color*/
}

.sf-menu li li:hover, .sf-menu li li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#FFFFFF; /* second and third level hover background color */
	outline:		0;
	color:			#336699; /* second and third level hover text color */
}


/* middle content area */

/*Left Content Area - Width Should Total 160px*/
div#left {
	float:left;
	background:#efefef;
	width:150px;
	font-size: 10px;
	padding-left:5px;
	padding-right:5px;
	
	/*height: 100%; */
	/*overflow: hidden;*/
	
}

.left_column {
	padding-bottom: 2767px;
	margin-bottom: -2767px;
}

/*Left Content Rounded Corner Nav Box Content - Added by CA */

div#leftnavbox {
	margin: 6px 0px 6px 0px;
	background-color:#FFFFFF;
}

div#leftnavboxads {
	margin: 6px 0px 6px 0px;
	background-color:#fff4dd;
	/*background-color: #EDF6FF;*/
}

div#leftemailbox {
	margin: 6px 0px 6px 0px;
	background-color:#FFFFFF;
}

/*Left Content Area - Rounded Box - Added by CA*/
.leftnavcontent {
	font-size:11px; 
	padding: 5px;
}

.leftnavcontentads {
	font-size:11px; 
	padding: 5px;
	height: 222px;
	overflow: hidden;
}

.leftnavcontentads a {
	text-decoration:none;
	/*font-weight:bold;*/
	/*letter-spacing: -.5px;*/
	font-size: 12px;
}


/* Home News Container - Left Column, Home Page (NB) */

.homepageleftcolumn {
	width: 280px;
	float: left;
	}

/* Home News - plain - */
.newsplain {
	display: inline;
	float: left;
	margin: 5px 0px 5px 0px;
	width: 270px;
	font-size: 11px;
	padding: 5px;
	text-decoration: none;
	}

.newsplain h1 {
	margin: 0px;
	font-size:12px;
	font-weight: bold;
	color:#999999;
	}

.newsplain h2 {
	margin: 0px;
	font-size:18px;
	font-weight: bold;
	color:#336699;
	/*letter-spacing:-.5px;*/
	}

.newsplain a {
	text-decoration: none;
	color: #336699;
	}
	
.newsplain a:hover {
	color: #6699CC;
	} 

/* Services Container - Right Column, Home Page (NB) */

.homepagerightcolumn {
	width: 280px;
	float: right;
	}

/* Home News - Boxed - */
.newsboxed {
	display: inline;
	margin: 8px 0px 8px 0px;
	float: right;
	width: 260px;
	font-size:11px; 
	padding: 10px;
	border-left: 1px solid #CCCCCC;	
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;	
	border-bottom: 1px solid #CCCCCC;	
	text-decoration: none;
	}

.newsboxed h1 {
	margin: 0px;
	font-size:12px;
	font-weight: bold;
	color:#999999;
	}

.newsboxed h2 {
	margin: 0px;
	font-size:18px;
	font-weight: bold;
	color:#666666;
	/*letter-spacing:-.5px;*/
	text-decoration:none;
	}

.newsboxed a {
	text-decoration: none;
	color: #666666;
	}
	
.newsboxed a:hover {
	color: #999999;
	} 


/* News Page (news.cfm) - NB */
div#newspage {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	width:580px;
	margin: 10px 0px 20px 0px;
	background-color:#FFFFFF;
	}

div#newspage h1, h2 {
	/*letter-spacing: -.1em;*/
	margin: 0px 0px 2px 0px;
	}
	
div#newspage h1 {
	color: #336699;
	font-size: 18px;
	}

div#newspage h2 {
	font-size: 14px;
	color: #666666;
	}	

div#newspage p {
	color: #000000;
	font-size: 12px;
	margin: 4px 0px 4px 0px;
	}

div#newspage a {
	color: #6699cc;
	text-decoration:underline;
	font-size:inherit;
	}	

div#newspage a.fullstory {
	margin: 10px 0px 0px 20px;
	}
	
div#newspage .newsdivider {
	margin: 10px 0px 10px 0px;
	}	
	
/* Advertising home page boxes */
.banner {
	clear: both;
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 5px;
}

div#print {
width:390px; 
min-height:210px; 
padding:10px; 
text-align:center; 
border: dashed; 
border-color:#000000; 
border-width:3px; 
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
 border-radius: 20px;
}

div#print p {
	text-align: center;
}

/*Right Content Area - Width Should Total 160px*/
div#right {
	float:right;
	background:#e7f0f6;
	width:150px;
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px; 
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
}

/* Temp class added which duplicates the ID above. When we clean up the CSS we need to remove. Did not know all the places where the ID above was used.*/
.right {
	float:right;
	background:#e7f0f6;
	width:150px;
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px; 
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
}

/*Right Content Area - Width Should Total 170px*/
div#rightadorder {
	float:right;
	background:#FFFFFF;
	width:172px;
	font-size: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;	
}

/*Right Content Rounded Corner Nav Box Content - Added by CA */

div#rightnavbox {
	font-size:11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
}

div#rightbox {
	font-size:11px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;	
}

.rightadbox {
	float:right;
	width:150px;
	font-size:12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px; 
	background-color:#fff4dd;
	/*background-color: #EDF6FF;*/
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	clear:both;
	
}

.rightadbox a {
	text-decoration:none;
	/*font-weight:bold;*/
	/*letter-spacing: -.5px;*/
}

/*Right Content Area - Rounded Box Interior- Added by CA*/
.rightnavcontent {
	font-size:11px; 
	padding: 5px;
	background-color:#FFFFFF;

}

.rtop, .rbottom {
	display:block; 
	background-color: #e7f0f6;
}
.rtop b, .rbottom b {
	display: block; 
	height: 1px; overflow: hidden
}
.r1 {
	margin: 0 5px; 
	background-color: #FFFFFF;
}

.r2{
	margin: 0 3px; 
	background-color: #FFFFFF;
}

.r3{
	margin: 0 2px; 
	background-color: #FFFFFF;
}

.r4{
	margin: 0 1px; 
	height: 2px; 
	background-color: #FFFFFF;
} 


.r1ads {
	margin: 0 5px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r2ads{
	margin: 0 3px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r3ads{
	margin: 0 2px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
}

.r4ads{
	margin: 0 1px; 
	height: 2px; 
	background-color: #fff4dd;
	/*background-color: #EDF6FF;*/
} 

/* Right Content Area - Width Should Total 600px*/
div#content{
	float:right;
	width:580px;
	padding-top: 10px;
	padding-bottom:20px;
	background-color:#FFFFFF;
/*	padding: 0px 0px 0px 0px;
*//*	overflow:hidden; */ /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}

div#FlashArea{
	clear: both;
	width: 581px;
/*	height: 241px;
	background: url(/flash/images/superhero1.jpg);*/
}

div#AddtionalContent{
	background: #FFF;
	width:100%;
	margin: 0;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 10px;
	overflow:auto; /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}


/*Right content area classes */
/* Footer Classes for the columns and the blue text */
.block_content_1{
	height: 115px;
	width: 150px;
	float: left;
	text-align: left;
	border-right: 1px solid #000000;	
}

.block_content_2 {
	height: 115px;
	width: 150px;
	float: left;
	text-align: left;
	margin-left: 20px;
	border-right: 1px solid #000;
}


/* footer area */
div#footer {
	clear: both;
	/*background: #FFF;*/
	background: #EFEFEF;
	width:100%;
	margin:  0px 0px 0px 0px;
	padding-bottom: 15px;
	padding-top: 10px;
	/*border: 1px solid #6699CC;*/
	border: 1px solid #c8c8c8;
	border-left: 0px;
	border-right: 0px;
	overflow:auto; /* Don't ask. Not sure why I need this, but makes the border work. DVA */
}

div#footer .titlelight {
	font-size:14px; 
	color:#6699cc; 
	font-weight:bold; 
	letter-spacing:-.5px; 
	margin: 0px 0px 0px 0px;
	}

div#footer .titledark{
	font-size:14px; 
	color:#336699; 
	font-weight:bold; 
	letter-spacing:-.5px; 
	margin: 0px 0px 0px 0px;
}

div#footer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}

div#footer ul li { 
	display: block; 
	}

div#footer ul li a{
	color: #000000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

div#footer ul li a:hover{
	color: #6699cc;
	}
	
/* Footer Classes for the columns and the blue text */
.block_1 {
	width: 141px;
	float: left;
	/*border-right: 1px solid #000;*/
	border-right: 1px solid #c8c8c8;
	vertical-align: middle;
	margin-left: 10px;
}

.block_2_noborder {
	width: 141px;
	float: left;
	margin-left: 10px;
}

.block_2_border {
	width: 141px;
	float: left;
	margin-left: 10px;
	/*border-right: 1px solid #000;*/
	border-right: 1px solid #c8c8c8;
}

/* Directory Thumbnail */
.dirthumb {
	margin: 0px 0px 0px 0px; 
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;

	padding-right: 0px;
	/*background-color: #efefef;*/
}

/* Directory Thumbnail */
.statethumb {
	margin: 0px;
	text-align: center;
	padding-top: 0px;

}

/* State Thumbnail Background */
.statethumbbg {
	background-color:#ffcc66;
}

/* Directory Alpha */
.diralpha {
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;

}

/* Service Page Content */
#servicepage {
	width: 365px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	float:left;
}

#servicepage h1 {
	font-size:17px;
	color: #336699;
	margin: 0px 0px 0px 0px;
	/*letter-spacing: -.1em;*/
}
	
#servicepage h2 {
	font-size:13px;
	color:#333333;
	margin: 0px 0px 0px 0px;
	/*letter-spacing: -.1em;*/
}	

#servicepagemainimage {
	text-align: right;
	margin: 0px 0px 20px 0px;
}

/* Service Page Sidebar */
#sidebar {
	text-align: right;
	margin: 0px 0px 0px 0px;
	width: 198px;
	float: right;
	display: inline;
	background: #FFFFFF;
}

#sidebar h1 {
	background: #FFFFFF url('/images/layout/sidebar_header_bg.gif') no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: inherit;
	font-size:14px; 
/*	letter-spacing:-1px; */	
	}

/* Lists on the side */
#sidebar ul { 
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 15px;
	background-color: #cdcdcd;
	border-right: 1px solid #666666;	
	border-left: 1px solid #666666;	
	border-bottom: 1px solid #666666;	
	border-top: 1px solid #666666;	
	}
  
#sidebar li {
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	border-bottom: #CCCCCC groove thin;
	}
	
#sidebar li.last {
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	border-bottom: none;
	}

#sidebar a {
	text-decoration:none;
	font-style:italic;
	color: #666666;
	}

#sidebar a:hover {
	text-decoration:underline;
	}
 
#sidebarorder a {
	line-height: 34px;
	margin: -1px 0px 20px 0px;
    display: block;
	padding: 0px 0px 0px 0px;
    font-size: 1em;
    font-weight: bold;
	background: #FFFFFF url('/images/layout/sidebar_order_bg.gif') no-repeat bottom left;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	height: 34px;
	}

#sidebarorder a:hover {
	background: #FFFFFF url('/images/layout/sidebar_order_bg_over.gif') no-repeat bottom left;
	font-style: normal;
	}
	
/* CatholicWeb Client Gallery */

div#client_gallery {

}

.gallery,
#client_gallery img {
	padding: 5px;
	border: 1px solid #cccccc;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	/*box-shadow: 0px 0px 10px #000;*//* For IE 8 */
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, 	Direction=90, Color='#333333')"; */  	/* For IE 5.5 - 7 */
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=90, Color='#333333');*/
}

#client_gallery a {
	color: #99ccff;
	text-decoration: underline;
}

.gallery_heading {
	font-size:12px;
	color: #666666;
	font-weight: bold;
}

.leftclient {
	float: left;
}	

.rightclient {
	float: right;
}

/* Style the figures */

figure {
  position: relative;
  display: block;
  /*border: 1px solid #333;*/
  margin: 6px 0 20px 0;
}

/* Style the figure captions, hiding them by default */

figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  height: 80px;
  padding: 11px; /* 11px accounts for the border - Ryan */
  /*font-size: .7em;*/
  color: #fff;
  background-color: rgba(50,50,50,.8);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
   -moz-transition-property: background-color, color;
  -moz-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;

  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

div#client_gallery figcaption {
 *bottom: 1; /*IE 7 and below only */
}

/* Display the captions on hover */

figure:hover figcaption {
  opacity: 1;
   -moz-transition-property: background-color, color;
  -moz-transition-duration: 2s;
  -moz-transition-timing-function: ease-out;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000,endColorstr=#aa000000);
}

/* Add padding and margin to the caption contents */

figcaption p {
  /*padding: 10px;*/
  margin-top: 0px;
  margin-bottom: 8px;
}

.gallery_accent {
	color: #ffcc99;	
}

.gallery_title {
	color: #ffcc99;
	font-weight:bold;
}

.coming_soon {
	color: #99CCFF;
}
/*figcaption *:first-child {
  padding-top: 10px;
}*/
/*figcaption *:last-child {
  padding-bottom: 10px;
}*/

/* Gallery Banner */

	.gal_pics {
		height: 210px;
		width: 580px;
		/*padding: 0px;*/
		/*margin: 0px 0px 0px 0px;*/
		/*overflow: hidden;*/
	}
	
	.gal_slideshow {
		height: 210px;
		width: 580px;
		margin: auto;

	}
	#gal_banner {
		
	}
	
	.gal_nav {
		margin: 0px 10px 8px 0px;
	}
	
	#gal_nav {
		text-align: right;
	}
	
	#gal_nav a {
		margin: 0px 5px 0px 0px;
		padding: 3px 5px;
		background: #999999;
		text-decoration: none;
		color: #FFFFFF;
		font-size: 11px;
		font-weight: bold;
	}
	
	#gal_nav a.activeSlide {
		background: #336699;
	}
	
	#gal_nav a:focus {
		outline: none;
	}
	
	#gal_nav a:hover {
		background: #336699;
	}
	#gal_info {
		
		 position: absolute;
		 right: 0;
		 top: 0;
		 z-index: 5;
		 width: 190px;
		 height: 170px;
		 background: url('/images/cw_gallery_bg.png');
		 /*filter:alpha(opacity=50);
		 opacity:0.5;*/
		 padding: 20px;
		 overflow: hidden;

	}
	#gal_info a {
		color: #99ccff;
		text-decoration: underline;
	}
	#gal_caption {
		 font-family: Arial, Helvetica, sans-serif;
		 /*filter:alpha(opacity=100);*/
		 /*opacity:1.0;*/
		 color: #ffffff;
		 z-index: 299;
		 position: relative;
		 padding-bottom:10px;
	}
	
	#gal_title {
		 /*font-family: Georgia, "Times New Roman", Times, serif;*/
		 /*filter:alpha(opacity=200);*/
		 /*opacity:2.0;*/
		color: #ffffff;
		 /*font-size:36px;*/
		 z-index: 7;
		 position:relative;
		 padding-bottom:10px;
	}
	#gal_link {
		color: 99CCFF;
	}
	


/* Ad Order Form */
.adorder {
	list-style: none;
	width: 150px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	text-align:left;
	position:relative;
}

.adoverview ul {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	}

.adoverview li {
	list-style: url(../../images/layout/redbullet.gif) none;
	margin: 0px 0px 0px -20px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	vertical-align:middle;
	}
	
.UpsellHeader{ 
	color: #CC3300; 
	font-size: 15px;
	font-weight: bold;
}

.UpsellHeaderSmall{ 
	color: #CC3300; 
	font-weight: bold;
}
	
/* Ad Display In Directory */
	
div#Ad_display {
	width: 380px;
	margin: 0px 5px 10px 0px;
	padding: 5px;
	/*background-color:#FFF4DD;*/
	background-color: #EDF6FF;
	border: 1px solid #999999;	
}

div#Ad_display p {
	margin: 5px 0px 5px;
	float: none;
	}

div#Ad_display h1 {
	color: #999999;
	font-size: 9px;
	letter-spacing: .1em;
	margin: 0px 0px 0px 0px;
	vertical-align:middle;
}

div#Ad_display h2 {
	color: #336699;
	font-size: 18px;
	font-weight:bold;
	/*letter-spacing: -.1em;*/
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}
	
div#Ad_display a.brieftitle {
	color: #336699;
	font-size: 18px;
	font-weight:bold;
	letter-spacing: -.1em;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	}		
	
div#Ad_display .impressions {
	margin: 10px 0px 0px 0px;
	}
	
div#Ad_display hr {
	clear: both;
}

div#ShowAllAds {
	margin: 0px 5px 5px 0px;
	padding: 5px;
	background-color:#FFF4DD;
	/*background-color: #EDF6FF;*/
	border: 1px solid #999999;	

}


div#coupon_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 425px;
	text-align: left;
}

div#print {
width:390px; 
min-height:230px; 
padding:10px; 
font-family: Arial, Helvetica, sans-serif;
text-align:center; 
border: dashed; 
border-color:#000000; 
border-width:3px; 
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
 border-radius: 20px;
}


div#print p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

div#print a, div#print a:visited {
	color: #336699;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

div#print a:hover {
	color: #6699CC;
}

#mpn {
	margin-top: 7px;
}

div#coupon_head, div#coupon_footer {
	font-family: Arial, Helvetica, sans-serif;
	width: 324px;
	color: #ffffff;
	background: #009749;
	padding: 6px;
	clear: both;
}

div#coupon_footer a, div#coupon_footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:underline;
}

div#coupon_body {
	font-family: Arial, Helvetica, sans-serif;
	width: 298px;
	color: #ffffff;
	background: #00a651;
	padding: 6px 6px 6px 32px;
}

.coupon_link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 2px 80px 2px 0px;
	background: url('/images/coupon_get.png') right center no-repeat;
}

.coupon_headline {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 0px 3px 25px;
	background: url('/images/coupon_headline.png') left center no-repeat;
}

/**************** End Layout *******************/

/********************** SprayAccordion ************************************/
/**************************************************************************/

@charset "UTF-8";

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	/* border-left: solid 1px white; */
	/* border-right: solid 1px white; */
	/* border-bottom: solid 1px white; */
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	/* background-color: #EEEEEE; */
	background-color: #FFFFFF;
	border-top: solid 1px gray;
	/* border-bottom: solid 1px gray; */
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	/* font-weight: bold; */
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* Not acutally part of the menu; it looks like a panel tab but doesn't open. */
.AccordionPanelTabStaticTop {
	background-color: #FFFFFF;
	/* background-color: #EEEEEE; */
	/* border-top: solid 1px gray; */
	/* border-bottom: solid 1px gray; */
	/* border-left: solid 1px gray; */
	/* border-right: solid 1px gray; */
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	/* font-weight: bold; */
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* Not acutally part of the menu; it looks like a panel tab but doesn't open. */
.AccordionPanelTabStaticBottom {
	background-color: #FFFFFF;
	/* background-color: #EEEEEE; */
	border-top: solid 1px gray;
	/* border-bottom: solid 1px gray; */
	/* border-left: solid 1px gray; */
	/* border-right: solid 1px gray; */
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	/* font-weight: bold; */
	-moz-user-select: none;
	-khtml-user-select: none;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	background-color: #FFFFFF;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
	/* height: 132px; */
}

.AccordionPanelContentItemOn {
	background-color: #6699CC;
	padding: 5px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
}

.AccordionPanelContentItemOff {
	/* background-color: #FFFFFF; */
	background-color: #FFF4DD;
	padding: 5px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	cursor: pointer;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #CCCCCC;
	border-bottom: solid 1px gray;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	/* background-color: #3399FF; */
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	/* background-color: #33CCFF; */
}

/**************** End SpryAccordion *******************/

/*******************************************************************/
/**** Start overlay CSS ****/

#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  height:500px;
  width:800px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container iframe{
	height:500px;
	width:800px;

	position:relative;
	z-index:1000;
}

#simplemodal-container a.modalCloseImg {
  background:url('/images/close_btn.png') no-repeat;
  width:24px;
  height:24px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-30px;
  right:0px;
  cursor:pointer;
}

#simplemodal-container p.larger a {
	background:url('/images/open_btn.png') no-repeat;
	display:inline;
	z-index:3200;
	position:absolute;
	bottom:506px;
	right:30px;
	cursor:pointer;
	color:#fff;

	height:24px;
	width:24px;
	text-decoration:none;
	font-size:0.8em;
}

/****End overlay CSS ****/ 
/*******************************************************************/

/**************** Begin Schedule Styles *******************/
.times_field {
 width: 80px;

}


.comment_field { /* All Other Browsers */
 /*height: 20px;*/
 width: 165px;
} 

.comment_field { /* Hacked for IE6, IE7, IE8 */
	width: 167px\9; 
} 

/**************** End Schedule Styles *******************/

