/* CSS Document */

/*Varnish stripping**/
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
abbr, acronym {border: none;}

/*browser normalisation*/
#force-scrollbar { 
	position: absolute; 
	top: 0; 
	bottom: -1px;
	width: 1em;
	z-index: -1;
}

/*accessibility*/
.access {
	display: none;
}
#skiplinks {	
	position: absolute;
	top: 0;
	left: -2000px;
	z-index: -100;
}

/*Main page elements*/
body {
	background-color: #E2E2E2;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
}
#logo {
	background-image: url(images/top-background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 76px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	height: 49px;
}
#pitcures {
	margin: 0px;
	padding: 0px;
	height: 142px;
}

#container {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#nav {
	background-image: url(images/nav-background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 30px;
}
#nav ul {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav a {
	line-height: 30px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #1F3B68;
	text-decoration: none;
	text-transform: none;
}


#main {
	background-image: url(images/removal-man.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 50px;
	padding-right: 75px;
	padding-bottom: 75px;
	padding-left: 250px;
}
#nav a:hover {
	line-height: 30px;
	background-image: url(images/nav-background-over.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#main h1 {
	font-size: 2em;
	color: #E0B76A;
	font-weight: normal;
	margin-bottom: 20px;
}
#main p {
	color: #666666;
	margin-bottom: 15px;
}
#main ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 20px;
	margin-left: 10px;
	color: #666666;
}
#main iframe {
	border: 1px solid #CCCCCC;
}
#main h2 {

	font-size: 1.7em;
	color: #E0B76A;
	font-weight: normal;
	margin-bottom: 20px;
}
#main p a  {
	font-weight: normal;
	color: #1F3B68;
	text-decoration: underline;
}
#main p a:hover {
	font-weight: normal;
	color: #E0B76A;
	text-decoration: underline;
}
