/*			==================================================	*/
/*			Body Styles											*/

body {
	background: #fff;
	font-size: 14px;
			}

body, 
input, 
select, 
textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
	font-weight: bold;
			}

.page { display:none;}


/*			==================================================	*/
/*			Sitewide Styles										*/

img {
	border: 1;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
			}


a {
	color: #2D42C3;
			}

a:hover {
	text-decoration: underline;
	color: #64A0D2;
	text-align: center;
	font-weight: bold;
			}

h1, h2, h3, h4 {
			font-family: Arial, Verdana, sans-serif;
			}

h1 {
	color: #2D4C92;
	margin-top: 0;
	font-size: 20px;
	margin-bottom: 0px;
	text-align: center;
			}

h2 {
	color: #294C93;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
			}

h3 {
	margin-top: 8px;
	text-align: center;
			}

h4 {
	font-size: 12px;
	margin-top: 6px;
	color: #333;
	font-weight: bold;
			}

ul {
	font-size: 11px;
	text-align: left;
	color: #666;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
			}

input.button {
			background: #294C93;
			color: #fff;
			padding: 2px;
			font-size: 10px;
			}

#footer,
#footer a {
	background-color: #156598;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
			}


/*			==================================================	*/
/*			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;
	background-color: #FFF;
			}

#header-nav-container {
	border-top: 1px #fff solid;
	background-color: #069;
	width: 90%;
	margin-left: 18px;
			}

#header-nav li a:hover, {
			background: #777245;
			text-decoration: underline;
			color: #066;

			}

#header-nav li a:active, {
			background: #777245;
			}

/*			------------------------------	*/
/* 			Homepage Specific				*/

body.home #header #banner {
	height: 118px;
	width: 855px;
	background-image: url(/images/homeheader1.jpg);
	background-repeat: no-repeat;
			}


body.home #header {
			}
/*
			
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;
	margin-left: 18px;
			}

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: #777245;
			color: #fff;
			border-bottom: 0;
			}

#sidebar-left #searchDiv,
#sidebar-left #loginDiv,
#sidebar-left #resourcesDiv {
			border: 1px solid #777245;
			border-top: 0;
			margin-bottom: 5px;
			}

#sidebar-right {
			padding-top: 0;
			}

/*			------------------------------	*/
/* 			Resources Section Specific		*/

#sidebar-left ul li  {
			color: #777245;
			}

#sidebar-left ul li a {
			border-bottom: 0px solid #777245;
			color: #294C93;
			}

#sidebar-left ul li.last a {
			border-top: 0px solid #777245;
			}

#sidebar-left ul li a:hover {
			text-decoration: underline;
			color: #777245;

/*
			background: green;
*/			}


/*			==================================================	*/
/*			Sidebar Styles									*/

#sidebar-rightnews h3 {
			background: #0A6665;
			color: #fff;
			border-bottom: 0;
			}

#sidebar-rightnews #resourcesDiv {
			border: 1px solid #777245;
			border-top: 1px;
			margin-bottom: 5px;
			}

#sidebar-right {
	padding-top: 0;
	text-align: left;
			}

#sidebar-rightnews ul li a:hover {
			text-decoration: underline;
/*
			background: #EFEDDA;
*/			}



/*			==================================================	*/
/*			Content Styles										*/

#middle {
			margin-left: 5px;
			
			}

#content {
	padding-top: 0;
	color: #333;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ADC7EA;
	border-left-color: #ADC7EA;
	padding-right: 3px;
	padding-left: 3px;
			}
