@import url("/css/HomePage.css");
@import url("/css/OneOffArticle.css");
@import url("/css/ArticleRoot.css");
@import url("/css/ArticleStyles.css");
@import url("/css/SiteMap.css"); 
/*
@font-face {
	font-family: 'PhilosopherRegular';
	src: url('/css/Fonts/Philosopher/Philosopher.eot');
	src: local('Philosopher'), local('Philosopher'), 
	url('/css/Fonts/Philosopher/Philosopher.woff') format('woff'), 
	url('/css/Fonts/Philosopher/Philosopher.ttf') format('truetype'), 
	url('/css/Fonts/Philosopher/Philosopher.svg#Philosopher') format('svg');
}*/

body 
{
	font-family: Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
	color:white;
}

p, li, ul, h1, h2, h3, h4, h5
{
	padding:0px;
	margin:0px;
}

ul {
	list-style-type: none;
}

img
{
	border:none;
}

.offscreen {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
}

.left {	float: left;}
.right { float: right;}
.clear { clear: both;}

.green { color: #8dc63f;}
.red { color: #ed1c24;}

.philosopher { font-family: PhilosopherRegular;}

.telNo{ font-size:1.2em;}

#Master {
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;	
	background-color: white;
	width:770px;
}

#Master #Header
{
	width:770px;
	padding-top:10px;
}

#Master #Header #Logo {
	background: url('/images/layout/Logo.png');
	height: 58px;
	width: 245px;
}
#Master #Header #Logo a {
	display:block;
	height:35px;
	width:245px;
}

#Master #Header #Flash {
	height: 350px;
	width: 770px;
	float: left;
}

#Master #Header #TopNavigator {
	float: left;
	width: 770px;
	margin-top: -70px;
}

#Master #Header #TopNavigator a {
	background: url('/images/layout/btn_BigGreen.png') no-repeat;
	float: left;
	width: 210px;
	height: 130px;
	padding: 10px 20px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
}
#Master #Header #TopNavigator .NavEntryLast a{
	margin-right: 0;
}
#Master #Header #TopNavigator ul li  a p { display: inline;}
#Master #Header #TopNavigator ul li  a .description { font-size: 1.1em;}
#Master #Header #TopNavigator ul li { display: inline;}
#Master #Header #TopNavigator .active{ background: url('/images/layout/btn_bigRed.png') no-repeat;}
#Master #Header #TopNavigator .active .opposite{ color: #8dc63f;}
#Master #Header #TopNavigator .opposite{ color: #ed1c24;}


#Master #Main {
	margin: 0px;
	padding: 0px;
	display:inline;
}

#Master #Footer {
	margin-top: 20px;
	font-size: 0.7em;
}

#Master #Footer a {
	color: black;
	padding-left: 20px;
}


























































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

