/* default elements */
html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	margin:0;
	padding:0;
	color:#666666;
	background:#CCCCCC url(/images/bg-rpt.gif);
	height:100%;
}
p {
	margin:0;
	padding:0;
	line-height:1.67em;
	margin-bottom:1.0em;
}
ul {	
	margin:0;
	padding:0;
	margin-top:1.25em;
	margin-bottom:1.25em;
	list-style-type:square;
	padding-left:2.08em;
	list-style-position:outside;
}
li {
	line-height:1.67em;
}
a {
	text-decoration: none;
	color: #0066FF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0066FF;
}
a:hover {
	text-decoration: none;
	border-bottom-style: solid;
}
img {
	border:none;
}

/* texts */
h1 {
	margin:0;
	padding:0;
	margin-bottom:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2.67em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:0.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
}
h3 {
	margin:0;
	padding:0;
	margin-top:0.2em;
	margin-bottom:0.2em;
}
.big_text {
	font-size:1.33em;
}
.small {
	font-size:0.83em;
}
.block_texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height:1.1em;
}
.quote_texts {
	margin-bottom:0.4em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	letter-spacing:-0.08em;
	line-height:1.1em;
}
.title_texts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color:#333333;
	letter-spacing: -3px;
	margin-bottom:10px;
}

/* general classes */
.loading {
	background:url('/images/loading.gif') no-repeat 50%;
}
.center {
	text-align:center;
}
.hide {
	position:absolute;
	margin-left:-10000px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.arr {
	list-style:none;
	padding-left:5px;
}
.arr li {
	background:url(/images/arr01.gif) no-repeat 0px 5px;
	padding-left:20px;
}
.traffic {
	list-style:none;
	padding-left:5px;
}
.traffic li {
	padding:10px 10px 10px 50px;
}
.traffic li.red {
	background:url(/images/traffic-red.gif) no-repeat 0 50%;
}
.traffic li.amb {
	background:url(/images/traffic-amb.gif) no-repeat 0 50%;
}
.traffic li.grn {
	background:url(/images/traffic-grn.gif) no-repeat 0 50%;
}
/* forms */
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
}
label {
	font-weight:bold;
	cursor:pointer;
}

/* colour scheme */
.bg_dark {
	background-color:#404040;
}
.bg_light {
	background-color:#E4E4E4;
}

/* page specific style */
#page {
	width:840px;
	min-height:100%;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(/images/bg-02.jpg);
	background-repeat:repeat-y;
	background-position:0px 285px;
}

#top-left {
	width:15px;
	height:245px;
	float:left;
	background-image: url(/images/top-left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#top {
	float:left;
	width:810px;
	height:245px;
}
#top-right {
	width:15px;
	height:245px;
	float:left;
	background-image: url(/images/top-right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu-left {
	width:35px;
	height:40px;
	float:left;
	background-image: url(/images/menu-left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu {
	float:left;
	width:769px;
	height:40px;
	background-image: url(/images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#menu-right {
	width:36px;
	height:40px;
	float:left;
	background-image: url(/images/menu-right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu-bottom {
	width:840px;
	height:12px;
	clear:both;
	background-image: url(/images/menu-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menu ul {
	margin:0;
	padding:0;
	height:40px;
	float:left;
	list-style:none;
}
#menu li {
	margin:0;
	padding:0;
	padding-right:28px;
	padding-left:28px;
	line-height:40px;
}
#menu ul:hover {
	background:url(/images/menu-hover.jpg);
	cursor:pointer;
}
.menu-sep {
	width:6px;
	height:40px;
	background:url(/images/sep.gif) no-repeat;
	float:left;
}
#menu a {
	font-size:12px;
	font-weight:bold;
	color:#666666;
	letter-spacing:-1px;
	text-decoration:none;
	text-transform:uppercase;
	border-bottom:none;
}
#menu .active {
	background:url(/images/menu-active.jpg);
}
#menu .active a {
	color:#FFF;
}
#menu .active:hover {
	background:url(/images/menu-active.jpg);
}
#menu .active:after {
	content:url(/images/sel-01.gif);
	margin-left:10px;
}

#content {
	padding-left:40px;
	padding-right:40px;
	padding-top:15px;
	padding-bottom:30px;
	width:760px;
	min-height:113px;
	background-image:url(/images/bg-01.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#breadcrumb {
	float:right;
	margin-bottom:1.5em;
	text-align:right;
	color:#000000;
}
#breadcrumb a {
	text-decoration: none;
}

#side {
	width:235px;
	min-height:150px;
	margin-left:20px;
	padding:20px;
	float:right;
	clear:both;
	background-color:#DEF3BE;
}
.sideLinks {
	margin:0;
	padding:0;
	padding-left:30px;
	list-style-image:url(/images/arr01.gif);
}
.sideLinks li {
	margin:0;
	padding:0;
	line-height:2.25em;
}
.sideLinks a {
	font-weight: bold;
	color: #666666;
	border-color: #666666;
}
.sideLinks .activeLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	letter-spacing:-0.02em;
	padding:0.15em;
	background:#0066FF;
	color:#FFFFFF;
	cursor:default;
}


#footer {
	width:760px;
	height:130px;
	padding-left:40px;
	padding-right:40px;
	padding-top:15px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image:url(/images/bg-03.jpg);
	background-repeat:repeat-y;
}
#footer a img {
	vertical-align:middle;
}

.bookOnline {
	border:1px dashed #666666;
	border-top:4px solid #666;
	padding:20px;
	margin-top:1.2em;
	margin-bottom:1.2em;
	background:#E4E4E4 url(/images/bg-rpt.gif);
}
.bookOnline img {
	vertical-align:middle;
}
.bookOnline2 {
	border: 1px dashed #666666;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color:#FFFFCC;
}
.alttblbg {
	background-color:#FFFFF2;
}

.bodyBox {
	border: 1px dashed #666666;
	padding: 20px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#FFFFCC;
}
.bodyBox p {
	color: #996600;
	font-size: 14px;
}

.narrow {
	width:460px;
}

.i_panel {
	float:left;
	width:212px;
	padding:15px;
	margin:5px;
	background:url(/images/bg-ipanel.jpg) no-repeat top;
	min-height:253px;
}
.i_panel h1 {
	color:#E4E4E4;
}

.charities-list {
	list-style:none;
	font-weight:bold;
}
.charities-list img {
	vertical-align:middle;
	
}

#map {
	position:relative;
	width:520px;
	height:595px;
	background:url(/images/map.gif) no-repeat;
}
#map img {
	position:absolute;
}

#error {
	border: 1px dashed #666666;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFEBE8;
}
#report, .report {
	border: 1px dashed #666666;
	padding: 5px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#FFFFCC;
}

