
@charset "utf-8";
body {
	background-color : #D8D6C4;
	background-image : url("images/layout/bodyBkg2.gif");
	background-repeat : repeat-y;
	background-position : center;
	text-align : center;
	margin : auto;
}

body, p, td, th, li {
	font-family : Myriad Pro, Myriad, Arial, Verdana, Helvetica, Sans-serif;
	font-size : 12px;
	color : #000000;
}
	
#Layout {
	margin : 0px auto;
	text-align : left;
	border-right : 1px #C5C4B3 solid;
	padding-left : 42px;
	background-color : #D8D6C4;
	background-image : url("images/layout/mainLayoutBkg.jpg");
	background-repeat : no-repeat;
	background-position : 320px 173px;
	width : 908px;
	height : 700px;
}

#TopBar {
	height : 173px;
}

#TitleBar {
	height : 49px;
	vertical-align : top;
}

#SideNav {
	width : 172px !important;
	background-image : url("images/layout/sideNavBkg.gif");
	background-repeat : repeat-y;
	position : relative;
	padding-top : 31px;
}

#SideNav h1 {
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	text-transform : uppercase;
	color : #665322;
	margin : 15px 0px 10px 24px;
}

#SideNav p {
	font-size : 12px;
	font-weight : bold;
	color : #665322;
	margin : 0px 0px 12px 36px;
	line-height : 18px;
}

#SideNav a:link,
#SideNav a:active,
#SideNav a:visited {
	color : #665322;
	text-decoration : none;
	padding-left : 20px;
	background-image : none;
	line-height : 16px;
}

#SideNav a:hover {
	color : #332C05;
	text-decoration : underline;
	padding-left : 20px;
	background-image : url("images/layout/rolloverBkg.gif");
	background-repeat : no-repeat;
	
}

#SideNav a.selected {
	color : #000000;
	text-decoration : underline;
}

#SideNav blockquote {
	font-style : italic;
	margin : 30px 10px 10px 10px;
	color : #38342C;
}

#Content {
	
	padding : 31px 102px 10px 60px;
	
	vertical-align : top;
	height : auto;
}

#AddressBar {
	text-align : center;
	height : 15px;
	font-weight : bold;
	padding : 20px 42px 20px 0px;
}

#PhotoStripContainer {
	width : 525px;
	height : 57px;
	overflow : hidden;
	/*
	height : 75px;
	overflow : scroll;
	overflow-x : scroll;
	overflow-y : hidden;
	*/
	border : 1px #998C52 solid;
	background-color : #B2A892;
	position : relative;
	margin-bottom : 10px;
}

#PhotoStrip {
	margin : 0px auto;
	position : relative;
}

#PhotoStrip td,
#PhotoStrip img {
	width : 45px;
	height : 45px;
	background-color : #CCCCCC;
}

#PhotoStrip img {
	border-width : 0px;
}

#PhotoStrip td {
	border : 1px #EEEEEE solid;
}

#PhotoSpace img {
	border : 1px #B2A892 solid;
}

#PhotoSpace img:hover {
	border : 1px #990000 solid;
}

.navArrow {
	cursor : pointer;
	position : relative;
	top : 5px;
}