
/* Presentation Stylesheet for SRBA

  (c) Colin Sewell, 2006
------------------------- */

/* Clear defaults - (based on idea by Tantek Celik)
   ------------------------------------------------ */

:link,:visited {text-decoration:none;} 
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em; font-weight:normal;}
a img,:link img,:visited img {border:none;}


/*
* {
	margin: 0px;
	padding: 0px;
}
*/

html { font-size: 100%; /* IE hack */ }

html, body
{
	color: #432864;	/* global font colour : 000040 = dark blue  432864 = dark purple */
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}


#Outer {
/*	background: url(../images/misc/main-bg-shade.gif) repeat-y left top; */
}


p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}


p.HeaderAddress {
	text-align: center;
	font-size: 70%;
	line-height: 120%;
	font-weight:bold;
	margin: 0;
}


#PageContent p {
	width: 520px;
}


#PageContent p.FullWidth {
	width: 100%;
}


#Footer p {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 70%;
	color: #777;
	margin: 1px;
	padding: 1px;
}


h1 {
	width: 520px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 1.2em;
	letter-spacing: .025em;
	line-height: 1.4em;
	color: #b81c27; /* 038c03 = green */
	margin-bottom: 20px;
	border-bottom: #f8cd03 2px solid;
/*	background: url(../images/decorations/bg-line-dotted.gif) repeat-x 0px 20px; */
	background-color: #fcfbc6;
}


h2 {
	width: 75%;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 0.9em; /* 90% */
	letter-spacing: .05em;
	color: #b81c27;
	margin-top: 25px;
	background-color: #fcfbc6;
	border-bottom: #f8cd03 2px solid;
}


#NavLeftMenu h2 {
	width: 100%;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 0.75em; /* 90% */
	font-weight: bold;
	letter-spacing: .05em;
	text-indent: 35px;
	color: #222;
	background: #ffc733;
	margin: 10px 0px 10px 0px;
	padding-bottom: 1px;
	border-bottom: 2px #ebac04 solid;
}


.BoldText {
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	border: none;
    border-bottom: 1px solid #efb611;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #c8c8c8;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
	background: url(../images/decorations/bg-line-dotted.gif) repeat-x bottom;
}


.HR-Dotted-Green {
	border: none;
	height: 1px;
	background: url(../images/decorations/bg-line-dotted-green.gif) repeat-x bottom;
}


.HR-Dotted-Orange {
	border: none;
	height: 1px;
	background: url(../images/decorations/bg-line-dotted-orange.gif) repeat-x bottom;
}


.HR-Beeline1 {
	border: none;
	height: 60px;
	background: url(../images/misc/Beeline-motif-1.gif) no-repeat center;
}


.HR-Beeline2 {
	border: none;
	height: 60px;
	background: url(../images/misc/Beeline-motif-2.gif) no-repeat center;
}


.BulletList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;		/* scale down default font */
	color: #555;
	list-style-image: url(../images/decorations/bullet-box-shaded.gif);
	margin: 10px;
}

.BulletList li {
	margin-top: 20px;
	margin-bottom: 10px;
}

.BulletList p {
	background-color:#fcfcfc;
	font-size: 100%;		/* scale down default font */
	margin: 4px;
}


.NumberList {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 80%;		/* scale down default font */
	color: #555;

	margin: 20px;
	line-height: 16px;
}

.NumberList li {
	margin: 10px;
}


#MoreDetails {
	background-color: #FFFF99;
	padding-left: 10px;
}


#ContactDetails {
	width: 250px;
	height: 210px;
	background-image:url(../images/misc/contact-BG.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#ContactDetails p {
	width: 250px;
}


#ContactDetailsLeft {
	width: 180px;
	height: 220px;
	background-image:url(../images/misc/contact-BG-left.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

#ContactDetailsLeft p {
	width: 180px;
}


.BoxHeader
{
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: .05em;
	color: #387bae;
	margin-bottom: 5px;
	padding: 2px;
	border-bottom: 2px solid #387bae;
	background-image:url(../images/decorations/header-bar-pattern.gif); 
	background-color: #E0ECF6;
}


ul.NewsItemsList {
	width: 520px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 80%;
	list-style-image: url(../images/decorations/bullett-honeycomb-3.gif);
	margin: 2px;
	padding-left: 20px;
}

li.NewsItem {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

p.NewsItemTitle {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 100%;
	color: #1d7c28;
	margin: 2px 0 4px 5px;
}

p.NewsItemText {
	font-size: 100%;
	margin: 2px 0 4px 5px;
}

p.HomeNewsHeader {
	padding-bottom: 4px;
}

p.HomeNewsItem {
	width: 160px;
	font-size: 85%;
/*	color: #333333; */
	margin: 4px;
	padding: 2px 10px;
}

p.WarningRed {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 100%;
	color: #CC0000;
}


.DidYouKnow {
	width: 90%;
	margin: 10px;
	padding: 10px;
	color: #444;
	border: #f8cd03 2px solid;
	background-color: #fcfbc6;
}

.DidYouKnow p {
	width: 80%;
	margin: 1px;
	padding: 1px;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 95%;
	color: #444;
}

table {
	font-size: 70%;
}

table caption {
	visibility:hidden;
}


.ImageBorderRed {
	border: 1px solid #880000;
	padding: 1px;
}

.ImageBorderGrey {
	border: 1px solid #cecece;
	padding: 1px;
}
