/*//---------------------------------------------*/
/*// Name: St. Viator Catholic Community - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		body {
			background: #ffffff;
			font-family: Arial, Times, Sans-serif;
			font-size: 12px;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		td.header {
			background: url(images/header.jpg) no-repeat;
			width: 900px;
			height: 189px;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		table.navTop span {
			display: none;
		}
		
		table.navTop a {
			display: block;
		}
		
		a.home {
			background: url(images/home-up.jpg) no-repeat;
			width: 76px;
			height: 60px
		}
		
		a.home:hover {
			background: url(images/home-over.jpg) no-repeat;
			width: 76px;
			height: 60px
		}
		
		a.history {
			background: url(images/history-up.jpg) no-repeat;
			width: 127px;
			height: 60px
		}
		
		a.history:hover {
			background: url(images/history-over.jpg) no-repeat;
			width: 127px;
			height: 60px
		}
		
		a.clerics {
			background: url(images/clerics-up.jpg) no-repeat;
			width: 155px;
			height: 60px
		}
		
		a.clerics:hover {
			background: url(images/clerics-over.jpg) no-repeat;
			width: 155px;
			height: 60px
		}
		
		a.bulletin {
			background: url(images/bulletin-up.jpg) no-repeat;
			width: 135px;
			height: 60px
		}
		
		a.bulletin:hover {
			background: url(images/bulletin-over.jpg) no-repeat;
			width: 135px;
			height: 60px
		}
		
		a.registration {
			background: url(images/registration-up.jpg) no-repeat;
			width: 162px;
			height: 60px
		}
		
		a.registration:hover {
			background: url(images/registration-over.jpg) no-repeat;
			width: 162px;
			height: 60px
		}
		
		a.contact {
			background: url(images/contact-up.jpg) no-repeat;
			width: 95px;
			height: 60px
		}
		
		a.contact:hover {
			background: url(images/contact-over.jpg) no-repeat;
			width: 95px;
			height: 60px
		}
		
		table.navSide span {
			display: none;
		}
		
		table.navSide a {
			display: block;
		}
		
		a.baptism {
			background: url(images/baptism-up.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.baptism:hover {
			background: url(images/baptism-over.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.confirmation {
			background: url(images/confirmation-up.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.confirmation:hover {
			background: url(images/confirmation-over.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.marriage {
			background: url(images/marriage-up.jpg) no-repeat;
			width: 198px;
			height: 33px
		}
		
		a.marriage:hover {
			background: url(images/marriage-over.jpg) no-repeat;
			width: 198px;
			height: 33px
		}
		
		a.mass {
			background: url(images/mass-up.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.mass:hover {
			background: url(images/mass-over.jpg) no-repeat;
			width: 198px;
			height: 35px
		}
		
		a.ministries-organizations {
			background: url(images/ministries-organizations-up.jpg) no-repeat;
			width: 198px;
			height: 33px
		}
		
		a.ministries-organizations:hover {
			background: url(images/ministries-organizations-over.jpg) no-repeat;
			width: 198px;
			height: 33px
		}
		
		a.religious-education {
			background: url(images/religious-education-up.jpg) no-repeat;
			width: 198px;
			height: 34px
		}
		
		a.religious-education:hover {
			background: url(images/religious-education-over.jpg) no-repeat;
			width: 198px;
			height: 34px
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		div.footer {
			color: #505050;
			font-size: 10px;
			border-top: dotted thin #000000;
			padding-top: 5px;
			line-height: 15px;
		}
		
		div.footer img {
			margin-top: 5px;
			margin-right: 3px;
		}
	
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/

	td.navLeft {
		background: url(images/nav-left.jpg) no-repeat #0c3ba4;
		width: 218px;
		height: 638px;
	}
	
	div.border {
		border-top: dotted thin #000000;
	}

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
	
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		div.content {
			width: 509px;
			margin-left: 10px;
		}
		
		p {
			margin: 15px 5px 15px 13px;
			line-height: 22px;
		}
		
		ul {
			margin-left: 30px;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		a {
			text-decoration: none;
			color: #496cbb;
		}
		
		a:hover {
			text-decoration: underline;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/