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


body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #303461;
	background-color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background-image: url(../images/clouds-full.jpg);
	background-repeat: repeat-y;
	margin: 0;
}
[if !IE]>
body {
    font-size:16px;
}
<[endif]

h1, h2, h3 {
	font-weight:normal;	
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.636em;/* 16x1.636=36px */
	margin: 0;
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */   /*font-size: 1.25em; /* 16x1.25=20px */
	/*margin:1em 0; /* 18x1=18px */
}

h3 {
	font-size: 1em; /* 16x1.1=16px */
	margin:.1em 0;
	/*margin:1em 0; /* 18x1=18px */
}
h4 {
	font-size: .875em; /* 16x0.875=14px */
	margin:.1em 0; /* 18x1=18px */
}
h5 {
	font-size: 0.75em; /* 16x0.75=12px */
	/*margin:1em 0; /* 18x1=18px */
}
p {
	font-size: 0.875em; /* 16x0.875=14px */
	/*margin: 1.286em 0; /* 14x1.286=18px */
}
ul {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height: 1.5em;
	/*padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
}
ul a {font-size: inherit}
	
li {
	font-size: 0.875em; /* 16x0.875=14px */   /*font-size: 0.75em; /* 16x0.75=12px */
}

/*
h1 	{font-size: 1.3em;}
h2	{font-size: 1em}
h3	{font-size: .9em}
h4	{font-size: .85em}
h5	{font-size: .8em}
p	{font-size: .8em}
ul	{font-size: .8em}
ul a {font-size: inherit}
a	{font-size: 1em}
*/
img { border: none; } 

#container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #373b68;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	color: #353662;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
#header {
	background-image: url(../images/sky1.jpg);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-color: #4E88D1;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 100px;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	text-align: center;
}
#menu {
	background-color: #000000;
	line-height: 25px;
	background-image: url(../images/blueBar-25.jpg);
}
#menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	padding-right: 10px;
	font-variant: normal;
	font-size: .9em;
}

/*	
LINKS
*/
#menu a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right:6px;
	padding-left:6px;
	padding-bottom:3px;
	padding-top:1px;
	height:18px;
	font-weight: bold;
	}
	
a:visited { 
	text-decoration: underline; 
	color: #303461;
	}	
	
#menu li a:hover {
	color: #66e2ea;
	/*background-color: #;*/
	text-decoration: none;
	}

a:active { 
	text-decoration: none; 
	color: #000000;
	}		
#mainContent a:hover {
	text-decoration: none;
	color: #66e2ea;
}
#mainContent a {
	color: #303461;
}
#sidebar1 a:hover {
	text-decoration: none;
	color: #66e2ea;
}	
sidebar1 a {
	color: #303461;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 290px;
	padding-right: 18px;
	padding-bottom: 0;
	padding-left: 18px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #373B68;
	padding-top: 0;
} 

#footer {
	background-color: #445B8D;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #714F36;
	padding: 0;
	margin: 0px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#quote {
	font-size: .75em;
}
/*ACTIVE PAGE Navigation*/
#index .index,
#about .about,
#counselling .counselling,
#pastoral .pastoral,
#bio .bio,
#resources .resources,
#services .services,
#cassettes .cassettes,
#contact .contact {
	color:#66e2ea;

}
/*FORM*/
#myform li {
	list-style-type: none;
}
#send li {
	display:inline;
}
#address a:link {
	color: #373b68;
	text-decoration: underline; 
	}

#address a:visited {
	color: #373b68;
	text-decoration: underline;
}

#address a:hover {
	color: #66e2ea;
	text-decoration: none;
}


#sidebar1 li {
	list-style-type: none;
	margin-left: -20px;
	list-style-image: url(../images/dot-10.jpg);
}
#box {
	font-size: 1em;
	font-weight: bold;
}
.desc {
	font-size: x-small;
}
TH { vertical-align: baseline }
TD { vertical-align: top }
.link2 a {
	color: #009999;
	text-decoration: none;
	font-size: 1.3em;
}
.float {
	float: right;
	margin-left: 15px;
}
#downloads a {
	color: #B369A6;
	font-size: large;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.download a {
	color: #B369A6;
	font-size: large;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
#download a {
	color: #B369A6;
	font-size: large;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}
.pgap {
	margin-top: 0px;
}

.hgap {
	margin-bottom: 0px;
}
