/* Presentation Stylesheet for Radius Computing website

  (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 */
/*	font-family: verdana, arial, helvetica, serif, sans-serif; */
	font-family: arial, verdana, helvetica, serif, sans-serif;
}


#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, serif, sans-serif;
/*	font-size: 0.8em; */	/* 1 em = 16 px by default */
	font-size: 80%;		/* scale down default font */
	color: #555;
	line-height: 140%;
}


.StyleHidden {
	display: none;
}


#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 {
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 1.1em;
	letter-spacing: .025em;
	line-height: 1.6em;
	color: #00246a;
	background-color: #fafafa;
	border-bottom: #0089cc 2px solid;
}


/* FIR style header images */
#PageHeader {
	width: 520px;
	height: 30px;
	position: relative;
}
#PageHeader span {
	position: absolute;
	width: 100%;
	height: 34px;
}


.header-home span {
	background: url(../images/banners/page-header-home.gif) no-repeat 0px 0px; 
	border-bottom: #0089cc 2px solid;
}
.header-about span {
	background: url(../images/banners/page-header-about-steve.gif) no-repeat 0px 0px; 
	border-bottom: #919531 2px solid;
}
.header-news span {
	background: url(../images/banners/page-header-news.gif) no-repeat 0px 0px; 
	border-bottom: #ca9e42 2px solid;
}
.header-news-item {
	background: url(../images/banners/page-header-news-item.gif) no-repeat 0px 0px; 
	color: #fff;
	border-bottom: #ca9e42 2px solid;
	text-indent: 15px;
}
.header-contact span {
	background: url(../images/banners/page-header-contact.gif) no-repeat 0px 0px; 
	border-bottom: #adb04b 2px solid;
}
.header-contact-form span {
	background: url(../images/banners/page-header-contact-form.gif) no-repeat 0px 0px; 
	border-bottom: #ca9e42 2px solid;
}
.header-site-map span {
	background: url(../images/banners/page-header-site-map.gif) no-repeat 0px 0px; 
	border-bottom: #a27a1c 2px solid;
}
.header-more-info span {
	background: url(../images/banners/page-header-more-info.gif) no-repeat 0px 0px; 
	border-bottom: #919531 2px solid;
}
.header-accessibility span {
	background: url(../images/banners/page-header-accessibility.gif) no-repeat 0px 0px; 
	border-bottom: #a27a1c 2px solid;
}


h2 {
	width: 80%;
	font-family: verdana, arial, helvetica, serif, sans-serif;
	font-size: 0.9em;
	letter-spacing: .025em;
	line-height: 1.6em;
	color: #00246a;
	background-color: #fafafa;
	border-bottom: #0089cc 1px solid;
}


.BoldText {
	font-weight: bold;
}

.BoldHeading {
	font-weight: bold;
	font-size: 150%;
	color: #555;
}


hr {
	border: none;
    border-bottom: 1px solid #c9cb65;
	height: 1px;
}

.HR-Dashed {
	border: none;
    border-bottom: 1px dashed #0b8cc8;
	height: 1px;
}


.HR-Dotted {
	border: none;
	height: 1px;
	background: url(../images/decorations/bg-line-dotted.gif) repeat-x bottom;
}


.BulletList {
	font-family: arial, verdana, helvetica, serif, sans-serif;
	font-size: 80%;		/* scale down default font */
	color: #555;

	list-style-image: url(../images/misc/Bullett-Square.gif);
	margin: 20px;
	line-height: 16px;
}

.BulletList li {
	margin: 10px;
}


table {
	font-size: 70%;
}

table caption {
	visibility:hidden;
}


.ImageBorderRed {
	border: 1px solid #880000;
	padding: 1px;
}

.ImageBorderGrey {
	border: 1px solid #cecece;
	padding: 1px;
}
