/* Start of CMSMS style sheet 'catholicfoundationCSS' */
/*
CSS-file for Strictly CSS three column layout 2006

Three column CSS fluid layout: 100% width | Strictly CSS

http://www.strictlycss.com
Developed by Eivind Savio
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
	color: #000000;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	background-color: #FFFFFF;
	line-height: +1.35em;
}
body {
font-size: 90%;
min-width: 760px;
}
p {padding: 10px 0 10px 0;}

a {
color: #660000;
text-decoration: none;
}

a:link{
color: #636;
text-decoration: none;
}

a:hover{
color: #b41;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: left; }
#mainContainer {
min-height: 500px;
background: #CCCCCC;
}
* html #mainContainer {
height: 500px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}
/**************************
HEADER
**************************/
#header {
	background: #CCC;
	min-height: 93px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 235px solid #ccc; /*** This is the width and the color for our left column ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%; 
	border-left-width: 1pt;
	border-left-style: solid;
	border-left-color: #369;
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -235px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
	float: right;
	background: #d2dfef;
	margin-right: -235px;  /*** Same length as .outer border-left but with negative value ***/
	min-height: 500px;
	width: 100%;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
* html #content {
position: relative;
}
.contentWrap{
padding: 60px 150px 50px 60px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0px 30px 35px;
}
.contentWrap li {
padding-bottom: 1px;
}

#testimonials {
	margin-right: -235px;  /*** Same length as .outer border-left but with negative value ***/
	width: 100%;
}
* html #testimonials {
position: relative;

}
.testimonialsWrap{
padding: 10px 15px 5px 25px;
font-size: .8em;
	line-height: +1.15em;
}
.testimonialsWrap ol, .testimonialsWrap ul {
margin: 3px 5px 5px 20px;
}
.testimonialsWrap li {
padding-bottom: 1px;
}
/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
float: left;
width: 235px;
min-height: 200px;
padding: 0px 0px 0px 0px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 200px;
}
#left ul {
list-style: none;
padding-bottom: 1px;
}
#left li {
padding-bottom: 1px;
}

a:active{
color: #036;
background: #c1d1df;
text-decoration: italic;
}

/*************************
RIGHT COLUMN
**************************/
#right {
	float: left;
	width: 10px;
	min-height: 150px;
	left: 120px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #999999;
}
* html #right {
height: 150px;
position: relative;  /*** IE needs this  ***/
}

/**************************
FOOTER
**************************/
#footer {
background: #CCCCCC;
line-height: +1.35em;
   color: #777;
	font-size: 80%;
text-align: left;
	padding: 20px 40px 70px 60px;
	}
/* End of 'catholicfoundationCSS' */

