/**************************************************************************
**************************************************************

Welcome to the CSS for Relic, coded by Kevin Cannon.
The CSS is pretty straight forward. There are a few
small hacks however, with one line controlling firefox
and the other IE. These are clearly labled. If you need
any help with the template, email me at kmcannon@telus.net

***************************************************************
***********************************************************************/

body  {
	margin:0;
	padding:0;
	font-family:verdana, arial, times, georgia, sans-serif;
}

a {
	color:#59BF3F;
	text-decoration:none;
}

a:hover {
	color:#40A7D6;
	text-decoration:underline;
}

.doNotDisplay {
  display: none;
}

img.left {
	float:left;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

#wrapper {
	height:100%;
	margin:auto;
	width:90%;
}
/* ##### Header ##### */

.superHeader {
  color: white;
  background-color: #b8d5f5;
  height: 1em; 
	margin:auto;
	padding:10px;
	width:93%;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 80%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex; 
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 6mm;
  top: 0.75ex;
}

.superHeader .right {
  /*font-size: 200%; */
  /*position: absolute;*/
  float: right;
  right: 6mm;
  top: 0.75ex;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}


.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}
/* ##### Side Bar ##### */

#side-bar {
  width: 100%; 
  float: left;
  clear: left;
	margin-left: 0; 
  /* border-right: 1px solid rgb(153,153,153); */
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  font-weight: bold;
  margin: 0 0 0.5em 0.5mm;
  padding: 1em 0 0 0;
}

#side-bar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#side-bar li {
  margin: 0;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  padding: 0.15em 1ex 0.1em 1mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 1mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
}

.sideBarText {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 0.5ex 0 0.5mm;
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: underline;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
}

/********************* Search form  ******************/
.text {
	height:14px;
	width:110px;
}

.go {
	height:21px;
	background:#65A8C9;
	color:#fff;
	font-family:helvetica;
	font-weight:bold;
}
.channel {
	text-transform:uppercase;
	color:#fff;
	}
	
/***************** TEXT IN THE HEADER **************************/

#top h1 {
	font-family:'Century Gothic', georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	margin-top:20px;
	margin-left:10px;
	}

/*************************** HEADER PROPERTIES ************************/

#top {
	margin:auto;
	padding:10px;
	height:85px;
	background:url(blue.gif); 
	width:93%;
	}
	

/************************ LEFT SIDE COLUMN *****************/

#left {
	float:left;
	left:0px;
	padding: 12px 12px 4px 2px;
	border-right: 1px solid rgb(153,153,153);
	}
	
#left h1, #right h1 {
	font-size:15px;
	padding-top:5px;
	font-family:helvetica, arial, georgia, times, sans-serif;
	border-bottom:1px dotted #c4c4c4;
}

#left p {
	font-size:10px;
	padding-bottom:10px;
	margin-top:-3px !important; /*****  FIREFOX  *****/
	margin-top:-14px;             /***** INTERNET EXLORER *****/
	color:#404040;
}	

/* #left UL **/
/*{    FONT-SIZE: 11px}**/


/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
	float:left;
	line-height:1.01em;
	padding-left:3.5%;
	padding-right:3.5%;
}
	
#middle p, p {
	font-size:11px;
	color:#404040;
}

#middle td, th {
	font-size:11px;
	color:#404040;
}

#middle h1, h2 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:normal;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:3px;
}
#middle h3 {
	font-family:"Century Gothic", verdana, arial, times, sans-serif;
	font-size:21px;
	font-weight:bold;
	border-bottom:1px solid #c4c4c4;
	padding-bottom:3px;
}
#middle UL
{
    FONT-SIZE: 11px
}


/***************************  RIGHT COLUMN  *********************/

#right {
	float:left;
	padding-top:10px;
	font-size:11px;
	line-height:1.6em;
}

#right a {
	line-height:1em;
}

#right br {
	line-height:0.7em;
}


/********************* THIS IS IMPORTANT. DONT ERASE OR MESS WITH IT ***********************/
.clear {
	clear:both;
	line-height:0;
	margin:0;
	padding:0;
	}
/*************************** OK *********/
/************************* contact form **********************************/
td.formheader, div.formheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px;
	line-height: 18px;
	font-weight: bolder;
	color: #406084;
	padding: 5px;

}

td.formtitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #272E55;
	padding: 5px;
}

td.formcopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #262626;
	padding: 0px 5px 0px 5px;
}

a.formanchor:active, a.formanchor:visited, a.formanchor:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	font-weight: bolder;
	color: #406084;
	text-decoration: none;
}    


a.formanchor:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	font-weight: bolder;
	color: #406084;
	text-decoration: underline;
}         

input.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	background-color: #FDFDFD;
	border: solid #406084 1px;
	color: #888888;
	padding: 1px 5px 1px 5px;

}


textarea.bbluearea {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	background-color: #FDFDFD;
	border: solid #406084 1px;
	color: #888888;
	padding: 1px 5px 1px 5px;

}

input.radio {
	background-color: transparent;
	border: 0;
}




input.bbluebutton {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 10px;
line-height: 12px;
text-decoration: none;
color: #406084; 
padding: 1px 5px 1px 5px;
margin: 45px 5px 30px 5px;
background-color: #E6EEF7;
border: solid #406084 2px;
}


input.bbluebutton:hover {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 10px;
line-height: 12px;
text-decoration: none;
color: #406084; 
padding: 1px 5px 1px 5px;
margin: 45px 5px 30px 5px;
background-color: #FDFDFD;
border: solid #406084 2px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 12px;
	background-color: #FDFDFD;
	border: solid #406084 1px;
	color: #888888;
	padding: 0;
}

/********************************************    FOOTER  *****************/

#footer {
	border-top:1px solid #c4c4c4;
	padding-top:5px;
	font-size: 10px;
	text-align:center;
	width:90%;
	margin:auto;
}

.footer {
	margin-top:-2px;
}	