/*
  Document Name:	bahamas.css
  Document Type:	Cascading Style Sheet
  Author:			Jerry L T Pickup
  Created For:		Bahamas Christian Mission
  Creation Date:	July 07, 2011
*/

body			{ 
			width: 780px;
			margin-left: auto;
			margin-right: auto;
			color: #000000;  /* black */
			background-color: #ffffff;  /* white */
			text-align: left;
			background-image: url('bahamasbg.gif');
			background-repeat: repeat;
			}
			
h1,h2,h3,h4	{
			text-align: center;
			padding: 0px 0px 0px 0px;
			border-width: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			}
			
#heading	{
			background-color: #40e0d0;  /* Turquois */
			width: 100%;
			height: 170px;
			margin: 0px;
			padding: 0px;
			border: 0px;
			text-align: center;
			}			
			
#sidediv	{
			background-color: #d2b48c;  /* Tan */
			color: #000000;  /* Black */
			width: 14%;
			height: 430px;
			overflow: hidden;
			float: left;
			margin: 0px;
			padding: 0px;
			border-style: none;
			text-align: center;
			}
			
#sidebar	{
			text-align: center;
			empty-cells: show;
			}
			
#sidebar th	{
			color: #000000;
			background-color: #d2b48c;  /* Tan */
			text-align: center;
			text-decoration: underline;
			font-family: Arial Black, Cooper Black, Helvetica, sans-serif;
			font-size: small;
			white-space: nowrap;
			}
			
#sidebar td	{
			color: #000000;
			background-color: #d2b48c;  /* Tan */
			border-style: solid;
			border-width: 1px;
			border-color: #f0ffff;  /* Azure */
			text-align: center;
			font-family: Arial Black, Cooper Black, Helvetica, sans-serif;
			font-size: small;
			white-space: nowrap;
			}
			
#sidebar hr	{
			width: 100%;
			}
			
#sidebar a:link	{
				color: #000000;
				text-decoration: none;
				}
			
#sidebar a:active	{
				color: #000000;
				text-decoration: none;
				}
			
#sidebar a:visited	{
				color: #000000;
				text-decoration: none;
				}
			
#sidebar a:hover	{
				color: #ffffff;
				text-decoration: none;
				}
				
#contentdiv		{
				width: 86%;
				height: 430px;
				overflow: auto;
				background-color: #fffaf0;  /* Floral White */
				color: #000000;
				font-family: Times New Roman, Verdana, sans-serif;
				font-size: medium;
				text-align: center;
				float: right;
				border-style: none;
				margin: 0px;
				padding: 0px;
				}
				
#footer		{
			width: 100%;
			height: 60px;
			background-image: url("sandbg.jpg");
			border-top: 1px solid black;
			font-family: Arial, sans-serif;
			font-size: xx-small;
			line-height: 100%;
			clear: both;
			text-align: center;
			vertical-align: top;
			}
			
#upd		{
			text-align: left;
			}
				
#udtbl		{
			width: 100%;
			table-layout: fixed;
			empty-cells: show;
			}
			
#udtbl th,td	{
			text-align: left;
			}
			
#isleLocs	{
			table-layout: fixed;
			}
			
#isleLocs table	{
				width: 100%;
				}
			
#isleLocs th	{
			height: 22px;
			font-weight: bold;
			border-style: solid;
			border-color: #000000;
			border-width: 1px;
			}
			
#isleLocs td	{
			height: 22px;
			font-weight: normal;
			border-style: solid;
			border-color: #000000;
			border-width: 1px;
			}
			
#slideCtrls	{
			width: 630px;
			height: 25px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #000000;
			background-color: #696969;
			}
			
#scLeft		{
			width: 33%;
			float: left;
			}
			
#scMid		{
			width: 34%;
			}
			
#scRght		{
			width: 33%;
			float: right;
			}
			
#slideScrn	{
			width: 630px;
			height: 350px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #696969;
			background-color: #2f4f4f;
			}
			
#slideTitle	{
			width: 630px;
			height: 25px;
			margin-left: auto;
			margin-right: auto;
			border: 1px solid #000000;
			background-color: #696969;
			}
			
.contacts	{
			font-family: Verdana, Helvetica, sans-serif;
			font-size: large;
			text-align: center;
			}
			
.contacth	{
			font-size: small;
			font-weight: bold;
			margin-top: 0px;
			margin-bottom: 0px;
			}
			
.contactd	{
			font-family: Verdana, Helvetica, sans-serif;
			font-size: small;
			margin-top: 0px;
			margin-bottom: 0px;
			}
			
.bigBtn		{
			width: 180px;
			height: 40px;
			margin-bottom: 5px;
			margin-top: 5px;
			font-family: Verdana, Helvetica, sans-serif;
			font-size: large;
			}
			
.nobrdr		{
			margin: 0px;
			padding: 0px;
			border-style: none;
			}
		
.cntr		{ 
			text-align: center; 
			}
			
.small		{
			font-family: Arial, sans-serif;
			font-size: smaller;
			}
				
.contd		{
			background-color: #fffaf0;  /* Floral White */
			}

