@charset "UTF-8";
/* CSS Document */


/* Sets Body styles */

body

	{
	margin:0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000000;
	} 

/* Stretches this section to bottom of page - whatever its length */

.clear
{
clear: both;
}


/* Styling for header and h1 */

#header

	{
	margin-top: 0;
	margin-bottom:2px;
	height: 75px;
	position: relative;	
	border-bottom: 1px solid #FF6600;
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	background-image: url(../images/nl_logo.jpg);
	}
	
#header h1

	{
	margin: 0;
	padding: 2px;
	font-weight: normal;
	color: #cb352d;
	font-size: 190%;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 258px;
	}



/* This contains all of the page content and has text left aligned */	
	
#page_container
	
	{
	background-image:url(../site_gifs/nav_extender.gif);
	background-repeat:repeat-y;
	position: relative;
	text-align:left;
	width: 780px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	}

/* Organises all main content on right hand panel, inside page container*/

#content

	{
	float: right;
	width: 630px;
	margin: .5em;
	background-color: #000000;
	padding: 1px;	
	border:0;
	}

#index_content

	{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		border: 2px solid # FFF;
		background-color: #FFFFFF;
		color: #FFFFFF;
		padding: 0 20px 0 20px;
		text-align: center;
	}


#content p

	{
	margin: .5em;
	font-weight:400;
	font-size:.85em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
	font-variant: normal;
	}

/* Content box for thank you pages */

#content_thanks

	{
	text-align:center;
	color:#FFFFFF;
	float: none ;
	width: 630px;
	margin: .1em;
	background-color: #000000;
	padding: 2px;	
	border:0;
	margin-right: auto;
	margin-left: auto;
	}


/* Styles for left navigation bar*/

#navigation

	{
	float: left;
	width: 110px;
	padding-top: 5px;
	padding-left: 8px;
	border-top:1em;
	margin-top: .5em;
	background-color: #000000;
	}
	
#navigation ul

	{
	list-style: none;
	margin: 1em 0 0 0;
	padding: 0;
	border: none;
	}
	
#navigation li

	{
	font-size: .9em;
	}

#navigation a:link, #navigation a:visited

	{
	color: #FFFFFF;
	display: block;
	border-bottom: 1px solid #999;
	padding: 1em 0 0.2em 0;
	text-decoration: none;
	}
	
#navigation a:hover

	{
	color: #cb352d;
	text-decoration:none;
	}


/* Styles links and hover for links not in nav_bar */

a
	{
	font-size:.9em;
	color: #cb352d;
	text-decoration: none;
	}
	
a:hover 
	{
	font-size:.9em;
	color: #FFFFFF;
	text-decoration: none;
	
	}


/* Styles h3 headings */

h3

	{
	margin: 1em;
	padding: 0;
	font-weight: normal;
	color: #cb352d;
	font-size: 2em;
	bottom: 4px;
	left: 0;
	}

/* Styles h4 headings */
h4

	{
	margin: .5em;
	padding: 0;
	font-weight: normal;
	color: #cb352d;
	font-size: 1.2em;
	bottom: 4px;
	left: 0;
	}


/* Styles page footer*/ 
	
#footer

	{
	clear: both;
	width: 780px;
	font-size: 80%;
	padding-bottom: 0;
	margin-top: .5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999;
	}
	
	
#box_left 

{
	float: left;
	width: 300px;
	margin: .1em;
	background-color: #000;
	padding: 2px;	
	border:0;
	text-align: left;
	
}

#box_right 

{
	float: right;
	width: 300px;
	margin: .1em;
	background-color: #000;
	padding: 2px;	
	border:0;
	text-align: left;
	
}

#image_placer

{
	width: 600px;
	padding: 0.5em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top:0px;
}

.imgborder

{

	border: 8px solid #FFFFFF;
}


div.thumbnail
	{
		float: left;
		width: 150px;
		margin: 0 5px 5px 0;
		padding-bottom: 10px;
		border: 1px solid #777;
	}
	
	div.thumbnail img
	{
		float: left;
		border: 1px solid #777;
		margin: 10px 10px 0 10px;
	}
	
	div.thumbnail p
	{
		margin: 0;
		padding: 10px;
	}
