/*			==================================================	*/
/*			Body Styles											*/

body {
			background: #fff;
			}

body, 
input, 
select, 
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
			}

.page { display:none;}


/*			==================================================	*/
/*			Sitewide Styles										*/

img {
	border: 1;
			}


a {
			color: #294C93;
			}

a:hover {
			text-decoration: underline;
			color: #006666;
			}

h1, h2, h3, h4 {
			font-family: Arial, Verdana, sans-serif;
			}

h1 {
	color: #2D4C92;
	border-bottom: 1px #006666 solid;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 2px;
			}

h2 {
			color: #294C93;
			font-size: 16px;
			margin-top: 10px;
			margin-bottom: 5px;
			}

h3 {
			font-size: 14px;
			margin-top: 8px;
			}

h4 {
			font-size: 12px;
			margin-top: 6px;
			}

ul {
			}

input.button {
			background: #294C93;
			color: #fff;
			padding: 2px;
			font-size: 10px;
			}

#footer,
#footer a {
			background-color: #006666;
			color: #fff;
			}


/*			==================================================	*/
/*			Surrounding Container Div							*/

#container {
			}



/*			==================================================	*/
/*			Header Styles										*/


#header #banner {
/*
			background: url(../images/header_parishproducts.jpg) no-repeat;
*/			height: 118px;
			}
			
#header {
/*
			background: url(../images/homeheader_bkgr.jpg) repeat-x;
*/			margin-bottom: 10px;
			}

#header-nav-container {
			background: #294C93;
			border-top: 1px #fff solid;
			}

#header-nav li a:hover, {
			background: #006666;
			text-decoration: underline;
			color: #FFF;

			}

#header-nav li a:active, {
			background: #006666;
			}

/*			------------------------------	*/
/* 			Homepage Specific				*/

body.home #header #banner {
			background: url(../images/homeheader.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}


body.home #header {
			background: url(../images/homeheader_bkgr.jpg) repeat-x;
			}
/*
			
body.home #membership {
			background-color: #fff;
			}

body.home #membership,
body.home #membership p,
body.home #membership h2 {
			border-color: #294C93;
			}
*/

/*			------------------------------	*/
/* 			Subpages Specific				*/

body.home #header #parishproducts {
			background: url(../images/header_parishproducts.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #dioceseproducts {
			background: url(../images/header_dioceseproducts.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #support {
			background: url(../images/header_support.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #news {
			background: url(../images/header_news.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #training {
			background: url(../images/header_training.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #company {
			background: url(../images/header_company.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #careers {
			background: url(../images/header_careers.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #contactus {
			background: url(../images/header_contactus.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

body.home #header #sitemap {
			background: url(../images/header_sitemap.jpg) no-repeat;
			height: 118px;
			width: 810px;
			}

/*			==================================================	*/
/*			Sidebar Styles									*/

#sidebar-left h3 {
			background: #006666;
			color: #fff;
			border-bottom: 0;
			}

#sidebar-left #searchDiv,
#sidebar-left #loginDiv,
#sidebar-left #resourcesDiv {
			border: 1px solid #006666;
			border-top: 0;
			margin-bottom: 5px;
			}

#sidebar-right {
			padding-top: 0;
			}

/*			------------------------------	*/
/* 			Resources Section Specific		*/

#sidebar-left ul li  {
			color: #006666;
			}

#sidebar-left ul li a {
			border-bottom: 0px solid #006666;
			color: #294C93;
			}

#sidebar-left ul li.last a {
			border-top: 0px solid #006666;
			}

#sidebar-left ul li a:hover {
			text-decoration: underline;
			color: #006666;

/*
			background: green;
*/			}


/*			==================================================	*/
/*			Sidebar Right Styles									*/

#sidebar-rightnews h3 {
			background: #006666;
			color: #fff;
			border-bottom: 0;
			}

#sidebar-rightnews #resourcesDiv {
			border: 1px solid #006666;
			border-top: 1px;
			margin-bottom: 5px;
			}

#sidebar-right {
			padding-top: 0;
			}

#sidebar-rightnews ul li a:hover {
			text-decoration: underline;
/*
			background: #EFEDDA;
*/			}



/*			==================================================	*/
/*			Content Styles										*/

#middle {
			margin-left: 5px;
			
			}

#content {
			padding-top: 0;
			
			
			}
