/* Anchor and Links Formatting */

a		{}

a:link		{
		text-decoration: none;
		color:#ffffff;
		}
		
a:visited	{
		text-decoration: none;
		color:#ffffff;
		}
		
a:hover		{
		text-decoration: underline;
		}

.imglink		{
		border:none;
		outline:none;
		}
		
/* Body Global Formats */

Body		{
		font-size:100%;
		}		

h1		{font-size:1.125em;
		font-weight:normal;
		}

/* Page Structure */

div		{
		border:none;
		}
		
/* Header Container */

#header		{display:block;
		width:1024px;
		height:110px;
		background-color:transparent;
		background-image:url('header.gif');
		}
		
/* Main Container */

#content	{
		width:1024px;
		height:860px;
		margin:0px auto 0px auto;
		background-color:#ffffff;
		font-family:"trebuchet MS" , Helvetica;
		
		}

/* Main Body Container */

#main		{display:block;
		position:relative;
		top:0px;
		margin-top:1px;
		margin-bottom:1px;
		width:1024px;
		height:620px;
		background-color: #ffffff;
		}

/* Left Main Container - Use for site navigation / narration */

#mainleft	{position:relative;
		float:left;
		margin-left:0px;
		margin-right:0px;
		display:inline;
		width:266px;
		height:620px;
		background-color: #233723;
		}

div.narration	{
		color:#ffffff;
		margin:10px;
		margin-top:8px;
		margin-bottom:8px;
		font-size:1em;
		line-height:115%;
		background-color: #233723;
		}
		
#latest		{
		color:#ffffff;
		margin:10px;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:8px;
		font-size:1em;
		line-height:115%;
		background-color: #233723;
		border-top:1px solid #455945;
		}
		
h1.narration	{
		display:inline;
		font-size:1.125em;
		font-weight:normal;
		margin:0px 0px 0px 0px;
		}
		
h2.narration	{
		display:inline;
		font-size:1em;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		}

/* Right Main Container - Use for picture band / buttons / content */

#mainright	{position:relative;
		display:inline;
		margin-right:0px;
		margin-left:1px;
		float:right;
		width:757px;
		height:620px;
		background-color: transparent;
		}

/* Photo Container */

#photoframe	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		visibility:visible;
		}
		
#photoframe1	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe1.jpg');
		visibility:visible;
		}

#photoframe2	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe2.jpg');
		visibility:hidden;
		}
		
#photoframe3	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe3.jpg');
		visibility:hidden;
		}

#photoframe4	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe4.jpg');
		visibility:hidden;
		}
		
#photoframe5	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe5.jpg');
		visibility:hidden;
		}
		
#photoframe6	{display:block;
		position:absolute;
		width:757px;
		height:303px;
		left:0px;
		top:0px;
		background-color: #000000;
		background-image:url('photoframe6.jpg');
		visibility:hidden;
		}
		

		
/* Button Container */

#buttonframe	{display:block;
		position:relative;
		width:754px;
		height:314px;
		left:1px;
		top:305px;
		background-color: transparent;
		}

#button1	{position:absolute;
		width:376px;
		height:156px;
		left:0px;
		top:0px;
		}
		
#button2	{position:absolute;
		width:376px;
		height:156px;
		left:378px;
		top:0px;
		}
		
#button3	{position:absolute;
		width:376px;
		height:156px;
		left:0px;
		top:158px;
		}
		
#button4	{position:absolute;
		width:376px;
		height:156px;
		left:378px;
		top:158px;
		}
		
/* Footer Container */

#footer		{display:block;
		position:relative;
		width:1024px;
		height:110px;
		background-color: #000000;
		background-image:url('footer.gif');
		}
		
/* Header Bar */

#headerbar	{
		display:block;
		position:relative;
		width:1024px;
		height:34px;
		top:84px;
		left:32px;
		color:#ffffff;
		font-family:"trebuchet MS" , Helvetica;
		font-size:0.875em;
		}

table.headerbar	{border-collapse:collapse;
		color:#ffffff;
		font-size:1em;}
td		{border:none}
td.nav		{width:490px;}
td.tel		{width:215px;}
td.email	{width:272px;}

/* Footer Bar */

#footerbar	{
		display:block;
		position:absolute;
		width:1024px;
		height:34px;
		top:64px;
		left:32px;
		color:#ffffff;
		font-family:arial;
		font-size:0.8125em;
		}

/* Latest Info Bar */

#latestinfobar	{display:block;
		position:relative;
		width:1024px;
		height:34px;
		top:8px;
		left:13px;
		color:#ffffff;
		font-family:"trebuchet MS" , Helvetica;
		font-size:0.875em;
		}
