
/* GLOBAL */

html, body
{
	height: 100%;
	margin: 0;		
}

body
{
	background: #497FC5 url('../images/background.png') no-repeat scroll left top;
	color: #FFFFFF;
	font-family: arial, sans-serif;	
}

a
{
	color: #FFFFFF;
	border-bottom: dashed 1px #F0F0F0;
	text-decoration: none;
}

img
{
	border-style: none;	
}

div
{
	position: relative;	
}

div.clear
{
	clear: both;	
}

/* NAVIGATION */

div#navigation
{
	background: #202020 url('../images/navigation_border.gif') repeat-x scroll left bottom;
	height: 20px;
	z-index: 1;
}

a.navigation_item
{
	border: none;
}

div.navigation_item
{
	background: transparent url('../images/navigation_bullet.gif') no-repeat scroll left top;
	float: left;
	font-size: 0.8em;
	font-variant: small-caps;
	line-height: 20px; /* bullet.image.height */
	padding: 0 10px 0 20px; /* spacing, bullet.image.width */
}

/* BANNER */

div#banner
{
	background: transparent url('../images/banner.png') no-repeat scroll center bottom;
	height: 180px;	
}

/* CONTENT */

div#content_container
{
	height: auto !important;
	height: 100%;
	margin: -200px 0 0 0; /* navigation.height + banner.height */
	min-height: 100%;	
}

div#content
{
	margin: 0 auto;
	padding: 200px 0 30px 0; /* navigation.height + banner.height, footer.height + extra */
	width: 1000px;
}

div.content_divider, div.content_header
{
	border-bottom: dashed 1px #202020;
	font-size: 1.6em;
	height: 1.4em;
}

div.content_header
{	
	background: transparent url('../images/content_header_bullet.png') no-repeat scroll left center;
	font-variant: small-caps;
	line-height: 1.4em;
	padding: 0 0 0 25px; /* bullet.image.width */	
}

div.content_body
{
	margin: 10px 0 20px 0;
/*	text-align: center;*/
	width: 1000px; /* needed to fix a bug in IE6(+?) - container of floating divs */
}

div.centered_content_container
{
	float: left;
	left: 50%;	
}

div.centered_content
{
	float: left;
	left: -50%;
}

/* FOOTER */

div#footer
{
	background: #202020 url('../images/navigation_border.gif') repeat-x scroll left top;
	font-size: 0.8em;
	font-variant: small-caps;
	height: 20px;
	line-height: 20px;
	margin: -20px 0 0 0; /* footer.height */
	text-align: center;
}

/* SMALL PHOTO */

div.small_photo_container
{
	background: transparent url('../images/small_photo_background.gif') no-repeat scroll center top;
	float: left;
	height: 220px; /* includes spacing between photos */
	width: 250px; /* includes spacing between photos */
}

div.small_photo
{
	padding: 10px 15px 15px 15px;
}

div.small_photo_caption
{
	font-size: 0.8em;
	font-variant: small-caps;
	text-align: center;
}

/* LARGE PHOTO */

div.large_photo
{
	border: solid 1px #6DBDE8;
	padding: 10px;
}
