/*
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.


[Table Of Contents] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
*/
@import url('reset.css');
/* =1 Global
*/
body {
	line-height: 1;
	vertical-align: top;
	background: #fff;
	color: #000;
	width:900px;
	margin:0 auto;
	height: 100%;
	font-family: verdana,Arial, Helvetica, sans-serif;
	}

p
{
	line-height:1.2em;
	padding-right:20px;	

}


.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}



.shopTable td
{
		padding-top:2px;
		padding-bottom:2px;
		font-size:.9em;
}

.spacer
{
	margin:0px;
	padding:0px;
	padding-right:6px;
}

.opt
{
	margin-top:10px;
	margin-right:6px;	
	float:left;		
	
}

.opt a:link, .opt a:visited
{
	font-size:.8em;
}

.pink
{
	color:#e41b5b;
	
}

#containerHome
{
height:700px;
width:900px;
background: url(../../images/homeBg.gif) no-repeat; 
}

#containerNews
{
height:700px;
width:900px;
background: url(../../images/newsTempBg.gif) no-repeat; 
}

#containerGroups
{
height:700px;
width:900px;
background: url(../../images/groupsBg.gif) no-repeat; 
}

#containerBreaks
{
height:700px;
width:900px;
background: url(../../images/breakBg.gif) no-repeat; 
}

#containerLourdes
{
height:700px;
width:900px;
background: url(../../images/lourdesBg.gif) no-repeat; 
}

#containerRespite
{
height:700px;
width:900px;
background: url(../../images/respiteBg.gif) no-repeat; 
}

#containerVol
{
height:700px;
width:900px;
background: url(../../images/volBg.gif) no-repeat; 
}

#containerFund
{
height:700px;
width:900px;
background: url(../../images/fundBg.gif) no-repeat; 
}

#containerShops
{
height:700px;
width:900px;
background: url(../../images/shopsBg.gif) no-repeat; 
}

#containerHis
{
height:700px;
width:900px;
background: url(../../images/historyBg.gif) no-repeat; 
}

#containerRest
{
height:700px;
width:900px;
background: url(../../images/restaurentBg.gif) no-repeat; 

}


#containerGallery
{
height:700px;
width:900px;
background: url(../../images/galleryBg.gif) no-repeat; 
}

#containerThoughts
{
height:700px;
width:900px;
background: url(../../images/thoughtsBg.gif) no-repeat; 
}

#containerThoughts p
{
	font-size:.9em;
}

#containerContact
{
height:700px;
width:900px;
background: url(../../images/contactBg.gif) no-repeat; 
}

.clear
{
	clear:all;
}



.quote
{
	font-weight:bold;
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;
	width:300px;
	margin:20px;
	margin-left:50px;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
}


blockquote {
	text-indent: 25px;
	background: url(../../images/leftQ.jpg);
	background-position: 0 2px;
	background-repeat: no-repeat;
	margin:20px;
	margin-left:50px;
}


blockquote p {
	font-weight:bold;
	font-style:italic;
	font-size:.9em;
	line-height:1.2em;
	width:300px;
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../../images/rightC.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.source
{
	margin-left:120px;
	font-weight:bold;
	font-style:italic;
	font-size:.9em;
	color:#444;
}

hr
{
	color: #acacac;
	border:0px;
	background-color: #acacac;
	height: 1px;
}

.contact
{
	color:#fff;
	text-align:right;
	margin-bottom:10px;
}

.contact a
{
	color:#fff;
	
}

.contact img
{
margin-top:4px;
}

.news
{
	background: url(../../images/newsBg2.gif) no-repeat; 
	width:200px;
	height:240px;	
	margin-top:10px;
	padding:6px;
	line-height:1em;
}

.newsContent
{
   margin-top:10px;
	width:190px;
	padding-left:5px;
}

.newstxt
{
	color:#686868;
	text-align:justify; 
   text-justify:inter-word;
	
}

.newstxt a
{
	color:#686868;
	font-weight:bold;
}




#left {
		float:left;
		width:200px;
		margin:0 auto;
		padding:0px;
		font-size:80%;
		/*border:2px solid orange;*/
		}
	#right {
		float:right;
		width:200px;
		margin:0; 
		padding:0;
		font-size:80%;		
		padding:10px;
		margin:0 auto;
		margin-right:0px;
		margin-top:0px;
		padding-top:0px;
		/*border:2px solid green;*/
		
		}
	
/* =2 Links
*/

/* =3 Headings
*/
h1 {
	font: bold 1.1em "Arial", Times, serif;
	color:#000;
}
h2 {
	font: bold 1.2em "Arial", Times, serif;
	color:#666;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}
h4 {
	font: bold 1.3em Arial, Geneva, Helvetica, sans-serif ;
	color:#fff;
	padding-top:6px;
	margin-left:20px;
}
h5 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
	background: url(../../images/pageHeader.gif) no-repeat left center; 
	margin-left:6px;
	padding:4px;
	padding-left:10px;
	color:#fff;
}

h6
{
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
	color:#e41b5b;
	margin:0px;
	margin-top:10px;
	margin-bottom:6px;
	
}

h6
{
	color:#e41b5b;
}
/* =4 Header
*/
#header
{
margin-left:20px;
}



.donate
{
	text-align:right;
	margin-right:20px;
	padding-top:10px;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size:.7em;
	color:#fff;
}

/* =5 Navigation
*/
#navcontainer 
{ 
margin-top:30px;
margin-left:10px;
margin-right:-10px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: verdana,Arial, Helvetica, sans-serif;
font-weight:bold;
}

#navcontainer a
{
display: block;
padding: 6px;
width: 160px;
margin-bottom:2px;
background: url(../../images/nav/menuOff.gif) no-repeat left center; 
}


#navcontainer a:link, #navlist a:visited
{
padding-left:10px;
color: #fff;
width:170px;
font-weight:bold;
text-decoration: none;
}


#navlist li.menu.active1 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/HomeOn.gif) no-repeat left center; 
}


#navlist li.menu.active2 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/NewsOn.gif) no-repeat left center; 
}

#navlist li.menu.active47 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/GroupsOn.gif) no-repeat left center; 
}

#navlist li.menu.active48 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/BreaksOn.gif) no-repeat left center; 
}

#navlist li.menu.active49 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/LourdesOn.gif) no-repeat left center; 
}

#navlist li.menu.active50 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/RespiteOn.gif) no-repeat left center; 
}

#navlist li.menu.active51 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/VolOn.gif) no-repeat left center; 
}

#navlist li.menu.active52 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/FundOn.gif) no-repeat left center; 
}

#navlist li.menu.active53 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/shopsOn.gif) no-repeat left center; 
}

#navlist li.menu.active54 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/HistoryOn.gif) no-repeat left center; 
}

#navlist li.menu.active55 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/GalleryOn.gif) no-repeat left center; 
}

#navlist li.menu.active56 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/RestOn.gif) no-repeat left center; 
}

#navlist li.menu.active57 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/ThoughtsOn.gif) no-repeat left center; 
}

#navlist li.menu.active6 a
{
padding-left:10px;
height:130px;
background: url(../../images/nav/ContactOn.gif) no-repeat left center; 
}

/* =6 Middle
*/
#middle {		
		padding-top:10px;
		margin:0;
		background: url(../../images/contentLong.gif) no-repeat; 
		float:left;
		font-size:70%;		
		width:460px;
		margin-top:50px;
		height:525px;
		margin-left:-10px;		
		/*border:2px solid black;*/
		}
#middleGallery {		
		padding-top:10px;
		margin:0;
		background: url(../../images/contentVeryLong.gif) no-repeat; 
		float:left;
		font-size:70%;		
		width:460px;
		margin-top:50px;
		height:700px;
		margin-left:-10px;		
		/*border:2px solid black;*/
		}		
		#content
		{
			margin:20px;
			color:#666;
			margin-right:30px;
			line-height:1.2em;
			font-size:1.1em;
			font-family: verdana,Arial, Helvetica, sans-serif;
		}
		
		#content a
		{
		font-weight:bold;
		color:#666;
	
	}

/* =7 Form
*/
/* =8 Extra
*/
/* =9 Footer
*/
#footer
{
	width:900px;
	height:20px;
	background:#0099cc;	
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:.7em;
	text-align:center;
	padding-top:4px;	

}

#footer a
{
	color:#fff;
}

.sisterWebsites
{	
text-align:center;
}

.sisterWebsites img
{
padding-left:60px;
padding-right:60px;
}


.thumb 
{
	float:left;
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	width:120px;
	padding-top:5px;
	background: url(../../images/thumbBG.gif) no-repeat; 
	margin-bottom:10px;
	margin-right:10px;
}

.thumb a:link, .thumb a:visited
{
	color:#e41b5b;
	text-decoration:none;
}

.thumbnail
{
	/*background: url(../../images/groups_front.jpg) no-repeat; */
	
	width:95px;
	height:70px;
	padding:4px;
	
}
