body {
	margin: 0px;
	background-image: url(../images/homepage_Body_BG.gif);
	background-repeat: repeat-y;
    background-position-x: 1px;
}
/* ID Objects *****************************************/
#Header {
    background-image: url(../images/header_BG.gif);
    border-bottom: solid 1px #222;
    height: 58px;
}
#Header a {
    display: inline-block;
}
#Header a:hover {
    background: transparent;
}
#Container {
	margin-left: 245px;
	margin-right: 170px;
	padding: 0px 10px 30px;
}
#Footer {
	margin-left: 255px;
	padding-left: 0px;
}
.SiteListButton {
	background-color: #5A7A7A;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #ACBCBC;
	padding: 2px 4px;
}
.SiteListButton:hover {
	background-color: #749898;
}
#Tagline {
	position: absolute;
	top: 0px;
	left: 245px;
	padding: 20px 10px;
	font-weight: bold;
	font-size: 80%;
	color: #CCC;
}
#Tagline strong {
	color: #FFF;
}
#TopNav {
	position: absolute;
	top: 0px;
	left: 164px;
	font-weight: bold;
	font-size: 70%;
	padding: 6px 8px;
}
.InactiveLink {
	color: #CCC;
}
.Seperator {
	border-bottom: dashed 1px #BBB;
	margin: 15px 0px;
	font-size: 1px;
}
.LeftBarSeperator {
	border-top: solid 1px #BBB;
	border-bottom: solid 1px #FFF;
	margin: 10px 0px;
}

/* Navigation Bar *************************************/
#Nav {
	position: absolute;
	top: 59px;
	right:0px;
	width: 170px;
	text-align: right;
}
#Box1, #Box2, #Box3 {
	width: 150px;
	border: solid 1px #000;
	margin: 10px;
	text-align: left;
	background-color: #FFF;
}
#Box1 p, #Box2 p, #Box3 p  {
	font-weight: normal;
	font-size: 70%;
	margin: 8px;
}
#BoxHeader1 {
	background: url(../images/box_1_BG.gif);
}
#BoxHeader2 {
	background: url(../images/box_2_BG.gif);
}
#BoxHeader3 {
	background: url(../images/box_3_BG.gif);
}
#BoxHeader1, #BoxHeader2, #BoxHeader3 {
	font-size: 80%;
	color: #FFF;
	margin: 0px;
	padding: 4px 8px;
	border-bottom: solid 1px #000;
}

#BoxRSS {
	text-align: center;
	}
img.rssIcon {
	border: none;
	}
.LinkList {
	padding: 0;
	margin-bottom: 1em;
	}

.LinkList ul {
	list-style: none;
	margin: 0;
	padding: .5em;
	border: none;
	}
		
.LinkList li {
	margin: 0;
	font-size: 70%;
	padding: .15em;
	}

/* Featured Collection Definitions ********************/
#LeftBar {
	position: absolute;
	top: 59px;
	left:0px;
	width: 241px;
	padding-right: 5px;
}
#FeaturedPhoto {
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
#LeftBar p, #LeftBar h2 {
	margin: 7px 10px; 
}
#LeftBar h3 {
	margin: 7px 10px; 
	font-size: 80%;
	margin: 0px 10px; 
}


#stw-photos {
  height: 160px;
  margin: 0;
  padding: 0;
}
#stw-photos li {
  display: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 160px;
}
#stw-photos li:first-child {
  display: block;
}

.flexslider {
    max-width: 500px;
}



