html
{
	height: 100%;
}

body
{
	background-color: #FFF;
	font-family: 'News Cycle', 'Helvetica', sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	letter-spacing: 1px;
	color: #000;
}

body.splash
{
	background-color: #928880;
	height: 100%;
}

a
{
	text-decoration: none;
}

h1
{
	color: #777;
	font-weight: normal;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0px 0px 1em 0px;
}

img
{
	border: 0px;
}

#wrapper
{
	height: 100%;
	width: 100%;
	position: relative;
}

p
{
	line-height: 1.5em;
}

#home_logo
{
	width: 431px;
	height: 432px;
	position: relative;
	top: 50%;
	margin: -215px auto 0px auto;
}

#content
{
	width: 1200px;
	min-width: 1000px;
	min-height: 580px;
	margin: 40px 0px 0px 40px;
	overflow: hidden;

}

#navigation
{
	position: fixed;
	min-height: 581px;
	font-size: 10pt;
	top: 0px;
	left: 0px;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 85px;
	z-index: 1;
	background-color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#navigation a
{
	color: #000;
}

#navigation ul
{
	list-style: none;
	position: absolute;
	margin-top: 50px;
	padding: 0px;
}

#navigation li.current a
{
	font-weight: bold;
	color: #5A5A5A;
}

#navigation ul li
{
	margin-bottom: 1em;
	width: 250px;
}

#navigation ul li ul
{
	display: none;
	position: relative;
}

#navigation ul li.expanded ul
{
	display: block;
}


#navigation ul li ul
{
	height: auto;
	width: 173px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding-top: 10px;
	margin: 10px 0px 0px 0px;
}

#main
{
	height: 580px;
	position: absolute;
	top: 60px;
	left: 348px;
	width: 800px;
	float: left;
	padding-right: 80px;
}

#photos
{
	height: 595px;
	width: 100%;
	overflow: auto;
}

.clearing
{
	clear: both;
}

.sleeve
{
	height: 560px;
	position: absolute;
	top: 60px;
	left: 368px;
}

.sleeve img
{
	float: left;
	margin-right: 20px;
}

.fleft
{
	float: left;
	margin-right: 40px;
}

input, textarea
{
	outline: none;
}

input.txt_input, textarea
{
	border: 1px solid #999;
	width: 320px;
	padding: .2em;
}

.no_focus
{
	color: #999;
}

select
{
	border: 1px solid #999;
	outline: none;
}

.submit_btn
{
	background-color: #938980;
	color: #FFF;
	border: 0px;
	text-transform: uppercase;
	padding: 5px 13px;
	font-size: 120%;
	cursor: pointer;
	margin-left: 258px;
}
