/* Style for html snippets */

hr {
	clear: both;
	color: #22486C;
	border: 0;
	height: 1px;
	margin: 0;
	}
	
/* tables for use 
==============================================================================*/

.selector, .selector2{
	margin: 5px 0;
	}

.selector th, .selector2 th {
	background-color: #22486C;
	color: white; 
	text-align: center; 
	padding: 3px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	}

.selector td, .selector2 td {
	background-color: #E8DBB9;
	padding: 2px; 
	border-bottom: 1px solid white; 
	border-right: 1px solid white;
	vertical-align: top;
	}
	
.selector th, .selector2 th, .selector td, .selector2 td {
	border-bottom: 1px solid white; 
	border-right: 1px solid white;	
	}
	
.selector td {
	text-align: left; 
	}
	
.selector2 td {
	text-align: right;
	}

/* Alignment of elements
==============================================================================*/

.alignLeftImage {
	float: left;
	margin: 0 5px 5px 0;
	}

.alignRightImage, .alignRightImage2 {
	float: right;
	margin: 0 0 5px 5px;
	}

.alignLeftImage, .alignRightImage {
	width: auto;
	border: 1px dashed #ECEBEE;
	padding: 5px;
	text-align: center;
	}

/* Layout elements
==============================================================================*/

.twoColumn01 {
	float: left;
	width: 237px;
	border-right: 5px solid white;
	}
.twoColumn02 {
	float: left;
	width: 237px;
	}
.threeColumn01 {
	float: left;
	width: 156px;
	border-right: 5px solid white;
	}
.threeColumn02 {
	float: left;
	width: 156px;
	}

/* Layout elements
==============================================================================*/

.faq01 {
	background: url(../images/faq_01.gif);
	width: auto;
	padding: 8px 0 5px 0;
	}
	.faq01 p {
		padding: 5px 5px 5px 40px;
		}
.faq02 {
	background: url(../images/faq_02.gif) no-repeat;
	width: auto;
	padding: 34px 0 5px 0;
	}
	.faq02 p {
		padding: 5px 5px 5px 40px;
		}
	
/* Miscellaneous elements
==============================================================================*/

.quotation {
	width: 100%;
	padding: 10px;
	font-size: 110%;
	text-align: center;
	font-style: italic;
	}

.contactDetails .contactDetails2 {
	width: auto;
	padding: 5px;
	display: block;
	}
	.contactDetails span, .contactDetails2 span {
		float: left;
		display: block;
		clear: left;
		font-size: 10px;
		}
	.contactDetails span {
		padding: 5px 5px 0 0;
		text-align: right;
		width: 20px;
		}	
	.contactDetails2 span {
		padding: 0 0 0 5px;
		text-align: center;
		width: 20px;
		}
	.contactDetails p, .contactDetails2 p  {
		float: left;
		display: block;
		padding: 5px 0 0 5px;
		}
	.contactDetails p {
		border-left: 1px dashed #22486C;
		width: auto;
		}
	.contactDetails2 p {
		width: auto;
		}

/* HOMEPAGE AMENDMENTS
==============================================================================*/

#homepage {
	background: #22486C url(../images/coat.gif) no-repeat;
	padding: 20px 0 0 0;
	}
	#homepage h1 { 
		margin: 0 5px 0 60px;
		border-bottom: 1px solid white;	
		font-family: serif, times; 
		font-size: 15px;
		padding: 0;
		line-height: 20px; 
		}	
	#homepage h2 {
		margin: 0 5px 10px 60px;
		font-size: 10px;
		padding: 0 0 15px 0;
		line-height: 15px; 
		font-weight: 200;
		font-family: Arial, Verdana, san-serif;
		}
	#homepage h1, #homepage h2 {
		text-transform: uppercase;
		background: none;
		color: white;
		}
	#homepage p {
		padding: 0 5px 5px 5px;
		color: white;
		}
	#homepage a {
		color: #E8DBB9;
		}
	#homepage a:hover {
		color: #E8DBB9;
		text-decoration: underline;		
		}
#homepage2 {
	background: url(../images/faith.gif);
	width: auto;
	height: 40px;	
	}
.message {
	background: url(../images/icons/bulletin_board_64.gif) no-repeat;
	border: 1px dashed #E8DBB9;
	}
	h2.messagetitle { 
		margin: 0 5px 0 60px;
		border-bottom: 1px solid #22486C;
		font-family: serif, times; 
		font-size: 15px;
		padding: 10px 0 0 0;
		line-height: 20px;
		}	
	.messagedate {
		margin: 0 5px 10px 60px;
		font-size: 10px;
		padding: 0 0 5px 0;
		line-height: 15px; 
		font-weight: 200;
		font-family: Arial, Verdana, san-serif;
		}
	h2.messagetitle, .messagedate {
		text-transform: uppercase;
		background: none;
		color: #22486C;
		}
	.message p {
		padding: 0 5px 5px 5px;
		}
	.message hr {
		color: #D7CBAB;
		}	
		
.highlight {
	background: #E8DBB9;
	padding: 5px 0;
	}
	.highlight .date {
		width: 100%;
		text-align: left;
		display: block;
		font-size: 10px;
		padding: 5px;
		border-bottom: 1px solid white;
		margin: 0 0 5px 0;
		}
	.highlight p {
		padding: 5px;
		}

.information {
	padding: 5px;
	}
	.information p {
		padding: 5px;
		text-align: center;
		}

#backToTop {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	border-top: 1px solid #E8DBB9;
	}
