/* CSS Document */


body, h1, h2, h4, h5, p, div, td {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	text-align: left;
}

body {
	background-image: url(../images/general/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #b3b9a3;
	text-align: center;
}

h1, h2, h4, h5, h6 {
	letter-spacing: -.05em;
	font-weight: bold;
	line-height: 1em;
	color: #000;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}



#Frame, #FrameHome {
	width: 750px;
	margin: 0 auto;
	padding: 0 0 22px 0;
}


.Header {
	height: 210px;
	background-image: url(../images/header/home.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#RedRoom { background-image: url(../images/header/bg-redroom.jpg); }
#IvoryRoom { background-image: url(../images/header/bg-ivoryroom.jpg); }
#Lantern { background-image: url(../images/header/bg-lanternroom.jpg); }
#Kitchen { background-image: url(../images/header/bg-kitchen.jpg); }
#Cathedral { background-image: url(../images/header/bg-cathedral.jpg); }
#Attic { background-image: url(../images/header/bg-attic.jpg); }
#Lab { background-image: url(../images/header/bg-lab.jpg); }

.Logo  {
	float: left;
	padding: 160px 0 0 47px;	
}
#NavTop {
	float: right;
	padding: 167px 25px 0 0;
}
#NavTop ul {
	margin: 0; padding: 0;
	list-style: none;
}
#NavTop li {
	margin: 0; padding: 0;
	display: inline;
	margin-left: 18px;
}
#NavTop li.Gap {
	margin-left: 60px;
}






#MainWrapOuter {
	padding: 0 25px 15px 25px;
	background: #EEE;
}
#MainWrapInner {
	border-top: 1px solid #EEE;
	background-image: url(../images/general/bg_sidepanel.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.Tagline img {
	margin: 0 0 15px 0;
}

#Content {
	float: right;
	width: 470px;
	color: #444;
}
#Content h1 {
	margin: 0 0 15px 0;
	font-size: 30px;
	line-height: 36px;
	color: #000;
}
#Content h3 {
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-size: 12px;
	color: #404234;
	border-top: 1px solid #cbccc8;
	border-bottom: 1px solid #cbccc8;
}
#Content p {
	margin: 0; padding: 0 0 15px 0;
	line-height: 1.5em;
}
#Content ul, #Content ol {
	margin: 0 0 15px 15px;
	padding: 0 0 0 15px;
}
#Content li {
	padding-bottom: 0;
	line-height: 1.5em;
}
#Content .Loose li {
	margin-bottom: 12px;
}
#Content .Tight li {
	margin-bottom: 0;
}

.PageImg { 
	float: right;
	padding: 0 0 15px 20px; 
}
.PageImg img { border: 1px solid #000; }

#ThumbsBoss {
	clear: both;
}
#ThumbsBoss .Thumb {
	float: left;
	margin: 0 14px 16px 0; padding: 0;
	background: #dcdddb;
}
#ThumbsBoss .Thumb a img {
	border: 1px solid #dcdddb;
}
#ThumbsBoss .Thumb a:hover img {
	border: 1px solid #404234;
}


	
#SidePanel {
	float: left;
	width: 205px;
	font-size: 10px;
	line-height: 1.2em;
	border-top: 7px solid #EEE;
}
#SidePanel h2 {
	padding: 5px 12px;
	font-size: 10px;
	text-transform: uppercase;
	background: #97998f;
}
#SidePanel h2 a { color: #FFF;  text-decoration: none; letter-spacing: .1em; }
#SidePanel h2 a:hover { color: #d5d6d2; }

#SidePanel ul.NavSecondary {
	margin: 0; padding: 5px 0;
}
#SidePanel ul.NavSecondary li {
	list-style: none;
	padding: 5px 12px;
	font-size: 10px;
}
#SidePanel ul.NavSecondary li  a { color: #89672b;  font-weight: bold; text-decoration: none; }
#SidePanel ul.NavSecondary li  a:hover { color: #073a8f; text-decoration: underline; }

.Item {
	margin: 10px;
	padding: 0 10px 10px 18px;
	font-size: 10px;
	background-image: url(../images/general/bullet_sidepanel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #c2c3bd;
}
.Item h4 {
	padding: 3px 0 8px 0;
	font-size: 10px;
	letter-spacing: .02em;
	color: #0b3d92;
}



#Footer {
	padding: 6px 25px 5px;
	color: #6e6e6d;
	text-align: right;
	background: #dcdddb;
	border-bottom: 1px solid #EEE;
}
#Footer span.Dim { color: #bbbcba; }
#Footer a { color: #6e6e6d; }
#Footer a:hover { color: #933; text-decoration: none; }


