﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 0;
	padding-bottom: 2em;
	/*background-color: #5C5858;*/
	/*background-color:#e2edfa;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #B51032;*/
	
	
	/*background-image: url("../images/background.gif");*/
    /*background: transparent url("../images/background.gif") no-repeat 0 0;*/

	background-color: #43474A;
}

.bg1
{
	margin: 0;
	padding-bottom: 2em;
	/*background-color: #5C5858;*/
	/*background-color:#e2edfa;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #B51032;*/
	
	
	/*background-image: url("../images/background.gif");*/
    /*background: transparent url("../images/background.gif") no-repeat 0 0;*/

	background-color: #43474A;
	
	background: transparent url("../images/background.gif") no-repeat 0 0;
}

.bg2
{
	margin: 0;
	padding-bottom: 2em;
	/*background-color: #5C5858;*/
	/*background-color:#e2edfa;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #B51032;*/
	
	
	/*background-image: url("../images/background.gif");*/
    /*background: transparent url("../images/background.gif") no-repeat 0 0;*/

	background-color: #43474A;
	
	background: transparent url("../images/background2.gif") no-repeat 0 0;
}

.bg3
{
	margin: 0;
	padding-bottom: 2em;
	/*background-color: #5C5858;*/
	/*background-color:#e2edfa;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border-top: 2px solid #B51032;*/
	
	
	/*background-image: url("../images/background.gif");*/
    /*background: transparent url("../images/background.gif") no-repeat 0 0;*/

	background-color: #43474A;
	
	background: transparent url("../images/background3.gif") no-repeat 0 0;
}

body.gallery
{
	background-image: url("../images/greybackground.gif");
}

h1
{
	color: #FFFFFF;
}

/* Header Section */

#header {
	/*border-top: 3px solid #B51032;
	border-bottom: 1px dotted #B51032;*/
	height: 3em;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}
#header .breadcrumb {
	font: 90% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.8em;
	font-weight:bold;
}

#header a:link, a:visited  {
	/*color: #B51032;*/
	color:White;
	
	text-decoration: none;
}

/* Navigation */

#navigation {
	width: 200px;
	top: 11em;
	left: 5.5em;
	width: 13em;	
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left:50px;
}
#navigation li {
	/*border-bottom: 1px solid #ED9F9F;*/
}
#navigation li a  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 12px solid #711515;
	border-right: 1px solid #711515;*/
	/*background-color: #B51032;*/
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	/*background-color: #711515;*/
	color: #FFFFFF;
	
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	/*border-bottom: 1px solid #711515;*/
	margin:0;
	/*background-color: #ED9F9F;*/
	/*color: #711515;*/
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	/*background-color: #ED9F9F;*/
	/*color: #711515;*/
}
#navigation ul ul a:hover {
	/*background-color: #711515;*/
	color: #FFFFFF;
}



/* Main Content */

#content 
{
	/*margin-top:11em;*/
	margin-top:6.5em;
	margin-left: 17em;
	margin-right: 2em;
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}

#content ul {
	font-size: 80%;
	line-height: 1.6em; 
}

#gallery_div
{	
	/*border-style:solid;*/
	width:auto;
	padding-left:50px;
	padding-right:50px;
	margin-top:100px;
}

#hTitle
{
	color: #FFFFF1;
	font-size:small;
}


