body {
	background:	white;
}

div#page {
	width:		1000px;
	margin-left:	auto;
	margin-right:	auto;
	position:	static;
}

div#photo-header {
	position:	absolute;
	/* background:	transparent url('/images/photo-header.png') no-repeat; */
	width:		1000px;
	height:		200px;
	z-index:	100;
}

div.floaty {
	padding:	0;
}

div.floaty div.floaty-tr {
	position:	absolute;
	top:		0;
	left:		0;
	padding:	0;
	width:		100%;
	height:		10px;
	background:	url('/images/shadow/dropshadow-tr.png') no-repeat top right;
}

div.floaty div.floaty-bl {
	position:	absolute;
	top:		0;
	left:		0;
	padding:	0;
	height:		100%;
	width:		10px;
	background:	url('/images/shadow/dropshadow-bl.png') no-repeat bottom left;
}

div.floaty div.floaty-ds {
	position:	absolute;
	top:		10px;
	left:		10px;
	padding:	0;
	width:		100%;
	height:		100%;
	background:	url('/images/shadow/dropshadow.png') no-repeat bottom right;
}

div.floaty div.img {
	overflow:	hidden; 
	position:	absolute;
	top:		0;
	left:		0;
	padding:	0;
}

div#logo {
	position:	absolute;
	margin-left:	18px;
	z-index:	200;
}

div#logo h1 {
	width:		210px;
	height:		100px;
	background:	url('/images/logo.png') no-repeat center center;
}

div#logo h1 span {
	position:	absolute;
	left:		-1000px;
	top:		-1000px;
}

div#nav-left {
	position:	absolute;
	background:	#6bb0e2	url('/images/photos-nav/default.png') no-repeat bottom center;
	width:		165px;
	margin-left:	40px;
	padding:	200px 0 240px 0;
}

div#nav-left ul {
	list-style-type:none;
	padding:	1em .5em 0 .5em;
}

div#nav-left ul li {
	padding:	.5em 0 1em 0;
	line-height:	1.2em;
}

div#nav-left ul ul {
	list-style-type:none;
	padding:	.2em 0 .1em 1em;
}

div#nav-left ul ul li {
	padding:	.4em 0 .1em 0;
}

div#nav-left ul ul ul {
	list-style-type:none;
	padding:	0 0 .1em .3em;
}

div#nav-left ul ul ul li {
	list-style-type:none;
	padding:	.5em 0 .5em 1em;
}

div#nav-left a {
	font-family:	'avenir lt std', avenir, tahoma, geneva, arial, helvetica, sans-serif;
	font-size:	1.5em;
	color:		#002049;
}

div#nav-left a.selected {
	color:		#0063b0;
}

div#nav-left a:hover {
	color:		white;
}

div#nav-left ul a {
	font-size:	1.4em;
	font-weight:	normal;
}

div#nav-left ul ul a {
	font-weight:	normal;
	font-size:	1.2em;
}

div#nav-left ul ul ul a {
	font-weight:	normal;
	font-size:	1.8em;
	line-height:	1.2em;
	}

div#nav-left ul ul ul ul a {
	font-weight:	normal;
	font-size:	1.9em;
	line-height:	1.2em;
}

div#nav-left a.embedded {
	font-weight:	normal;
	text-transform:	uppercase;
}

div#main {
	position:	absolute;
	width:		640px;
	margin-left:	260px;
	margin-top:	240px;

}

div.content {
	clear:		both;
	margin:		0 0 20px 0;
	padding:	1em 1.3em 1em 1.3em;	
	border:		1px solid #679129;
	width:		600px;

}

div#header {
	padding:	60px .5em .5em .5em;
}

div#subnav {
	text-align:	center;
	width:		100%;
}

div#subnav ul {
	margin-right:	auto;
	margin-left:	auto;
	list-style-type:	none;
	background:	white;
	padding:	0 1em 0 0;
}

div#subnav ul li {
	display:	block;
	float:		left;
	padding:	0 .5em 1em .5em;
}

div#subnav ul li a {
	background:	white;
	padding:	2px .3em 2px .3em;
	font-family:	'avenir lt std', avenir, tahoma, geneva, arial, helvetica, sans-serif;
	font-size:	1.1em;
	font-weight:	bold;
	text-transform:	uppercase;
}

div#subnav ul li.s {
	background:	url('/images/color_accent.png') repeat-y top center;
}

div#footer {
	margin-left:	auto;
	margin-right:	auto;
	text-align:	center;
}

div#footer #copyright {
	width:		auto;
	font-size:	.7em;
	color:		#aaa;
	margin-left:	auto;
	margin-right:	auto;
	text-align:	right;
	line-height:	1.1em;
}

div#footer #copyright img {
	float:		right;
	padding:	0 0 0 4px;
}

div#footer div#hosting {
	position:	absolute;
	left:		-1000px;
	top:		-2000px;
}

div#badges {
	padding:	1em 0 0 .8em;
	margin:		0;
	font-size:	.65em;
	line-height:	1.4em;
}

div#badges a {
	font-size:	1em;
	padding:	0;
	margin:		0;
	line-height:	1.2em;
	vertical-align:	top;
}

div#badges a img {
	padding:	0 0 0 0;
	margin-top:	-1px;
	vertical-align: top;
}

div #badges a span {
	padding: 	0 0 0 2px;
}

div#newsflash {
	position: fixed;
	top: -5px;
	left: 37%;
	width: 700px;
	margin-left: -250px;
	display: none;
	z-index: 5000;
}

div#newsflash div {
	padding: 7px 5px 5px 15px;
	background: #06b; 
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	box-shadow: 4px 4px 4px #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #049;
	border-top: none;
}

div#newsflash div div {
	margin-right: 10px;
	border: none;
}

div#newsflash div .newsflash-close {
        float:right;
        margin: 3px 8px 0 0;
        background: #035;
        color: white;
        text-align: center;
        padding: 2px 5px 2px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #049;
}

div#newsflash div div a {
	font-weight: bold;
	color: #0ad;
}

div#newsflash div .newsflash-close a {
	color: #068;
}

div#newsflash div div.newsflash-close:hover {
	background: #07c;
	border: 1px solid black;
}

div#newsflash div .newsflash-close a:hover {
	color: white;
}

