﻿/* General styles */
body {
	margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    background:#fff;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5,TH	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6,P,TD,TR	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
	
.menu H6, .menu P, .menu TD, .menu TR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

/* Link styles */
A { text-decoration:underline; }
A img { text-decoration:none; border:0; }

A:link {
	text-decoration: none;
	color: #003399;
	}		
A:visited {	
	text-decoration: none;
	color: #990000;
	}		
A:active {	
	text-decoration: none;
	color: #003399;
	}			
A:hover	{	
	text-decoration: underline;
	}
h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}


/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.LeftColumn {
	width:160px;
	background-color:#ecedec;
}

.leftmenu {
	background:#FFF;
}

.leftmenu .colright {
    float:left;
    width:200%;
	position:relative;
	left:200px;
    background:#fff;
}

.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}

.leftmenu .col1 {
    margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}

.leftmenu .col2 {
    float:left;
    width:170px;
    position:relative;
    right:185px;
}

#contactperson {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ecedec;
	border-bottom-width: 2px;
}

#PrinterFriendly {
	font-size: xx-small;
	padding-left:5px;
	padding-bottom: 5px;
	margin-bottom:10px;
}

#leaving {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#breadcrumb {
	padding-top: 11px;
	padding-bottom: 11px;
	margin-bottom: 11px;
	font-size: x-small;
	border-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ecedec;
}

*#photo {
	padding:15px;
	border:1 #EEE solid;
}


/* Footer styles */
#footer {
	background-color: #545488;
	color: white;
	font-size: xx-small;
    padding:5px;
    clear:both;
}

#footer p {
    padding:10px;
    margin:0;
}
