
/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

    -------------------

	COLOURS ----------

		Text #58595b
		
		A #cc2725 

		A:hover #cc2725

		H1 #cc2725
		
		H2 #505050

    -------------------

 */
 
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl { overflow: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font: 14px Arial, Helvetica, sans-serif; /* to add line height of eg 18px use 13px/18px  */
	color: #58595b;
	background-color:#fff;
	}
P, td, th, div { line-height: 17px; }
H1, .Heading { font-family: Arial, Helvetica, sans-serif; font-weight:800; font-size:24px; color:#cc2725; border-bottom: 2px solid #c2c2c2; padding-bottom:8px;}
.Heading span { font-family: Arial, Helvetica, sans-serif; font-weight:800; font-size:24px; color:#cc2725; border-bottom: 2px solid #c2c2c2; margin-bottom:10px;}
span.Heading { font-family: Arial, Helvetica, sans-serif; font-weight:800; font-size:24px; color:#cc2725; border-bottom: 2px solid #c2c2c2; margin-bottom:10px;}
H2 { font-size: 18px; font-weight: normal; color: #505050;  }
H3 { font-size: 16px; font-weight: bold; color: #505050; }
H4 { font-size: 14px; color: #505050; line-height: 17px; }
H5 { font-size: 14px; color: #505050; line-height: 17px; }
H5 A { text-decoration: none; }
A { color: #cc2725; text-decoration: none; font-weight:bold; }
A:hover { color: #cc2725; text-decoration: underline; font-weight:bold; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }
.white { color:#FFFFFF; }
.color { color:#cc2725; }
.small { font-size:12px; }
.phone { color:#cc2725; font-size:16px; font-weight:bold; }
blockquote { padding:10px 30px; }
/* 2.Layout
---------------------------------------------------------------*/
.scroll { height:450px; overflow:auto; padding-right:15px;}
#logo { border:0; }

#content { float:right; }
#content p, #content h1, #content h2, #content h3, #content h4, #content h5 { margin-bottom:10px; }
#content ul, #content ol { margin:0 0 15px 20px; }
#content li { margin-bottom: 15px; }

#content table { margin-bottom:15px; }
#content td { padding:5px; }
#wrapper {
  width: 820px; 
  margin: 0 auto; 
  text-align: left;
  position:relative; 
}

#branding {
	height: 170px;
	background-color:#FFFFFF;
	position:relative;
}

#brandingLinks { 
	position:absolute;
	right: 10px;
	top: 40px;
	color:#014a96;
	text-align:right;
	font-size:13px; }
#brandingLinks a { color:#999999; }

#contentContainer {
	width: 780px;
	padding:0 20px;
	display: block;
	clear: both;
	overflow: hidden;
	height:100%;
	background-image:url(../images/mainbgtile.gif);
	background-repeat:repeat;
	background-position:left;
}
.mainBanner { width:100%; }
#content { 
  width: 585px;
  float: left;
  padding:0px;
  margin-top:10px;
}

.text { background-color:#FFFFFF;   background-image:url(../images/mainicon.gif); background-repeat:no-repeat; background-position: right top; padding:20px 30px; margin:10px 0; min-height: 530px;  }
.businessImage { padding:10px; }
#content p { text-align:justify; line-height:22px; }
#column { 
  width: 175px; 
  float: right;
  margin-top:22px;
} 
.innerColumn { float:left; padding-right:15px; width:45%; }
.boxContainer { background-image:url(../images/rhcbg.gif); background-repeat:no-repeat; padding:15px 15px 5px 15px; margin-bottom:10px; }
.boxContainer p { color:#FFFFFF; font-weight:bold; margin-bottom:12px; font-size:14px; }
.boxContainer a { color:#f0ab31; font-weight:bold; text-decoration:none; }
.boxContainer a:hover { color:#FFFFFF; font-weight:bold; text-decoration:underline; }

.boxHighlight { color:#f0ab31; font-size:18px; font-weight:800; }

.boxRefer { background-image:url(../images/referbg.gif); background-repeat:no-repeat; padding:15px 15px 15px 15px; margin-bottom:10px; height:110px; }
.boxRefer p { color:#11497c; font-weight:bold; font-size:14px; margin-bottom:12px; }
.boxRefer a { color:#11497c; font-weight:normal; text-decoration:none; }
.boxRefer a:hover { color:#11497c; font-weight:normal; text-decoration:underline; }

.siteLink { color:#0080bc; font-size:14px; font-weight:bold; background-image:url(../images/footerscape.gif); background-repeat:no-repeat; background-position:bottom; height:140px; width:100%; display:block; overflow:auto; clear:both; }
.siteLink p { margin-bottom:10px; }
.siteLink a { color:#000000; text-decoration:none; }
.siteLink a:hover { color:#16508c;  text-decoration:none; }

#footer { 
  clear: both;
  padding: 10px 20px;
  height:20px;
} 
#footer p { color:#000000; font-size:11px; font-weight:bold; }
#footer a { color:#000000; text-decoration:none; }
#footer a:hover { color:#16508c; text-decoration:underline; }
#footerPrimary { 
  width: 470px;
  float: left;
  height:30px;
  line-height:30px;
}

#footerSecondary { 
  width: 300px; 
  float: right; 
  height:30px;
  line-height:30px;
  text-align:right;
  color:#999999;
} 

/* 3.Search
---------------------------------------------------------------*/
.searchform { margin: 0px; padding:0px; }
input.searchfield { width: 120px; padding: 6px; border: 2px solid #007fbc; font-size: 11px; color:#666666; }
input.searchbutton { background: #007fbc; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: 11px; }
.searchbut { 
	height:21px;
	width:25px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#007fbc;
	border:solid 1px #000;
	margin:0; padding:0;
	float:left; }
.searchbox {
	height:21px;
	width:100px;
	color: #000000;
	background-color: #FFFFFF;
	border:solid 1px #007fbc;
	padding:0; margin:0;
	float:left; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {	
	clear: both;
	position:relative;
	display:block;
	height:32px;
	background:#0082c0; /* add background (this can be added directly to the #menu */
	position:relative;
	z-index:100;/* this makes sure that the menu appears on top of all elements of the page mainly things like JS banners and flash files */
	}

#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /* add line height  DONT USE HEIGHT */
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	}
	
#menu { margin-left:2px; /* add any padding - separate so you don’t add margin to the all the ul elements */ }

#menu li { 
	list-style:none;
	float:left; /* float needed */  
	}
	
#menu li.noborderr a { border-right:none;  } #menu li.noborderl a { border-left:none;  }/* Borders as appropriate */

#menu a{
	display:block;
	padding:0px 15px; /* set padding will affect padding on all a tags in menu */
	line-height:32px; /* set line height DONT use just height */
	color:#FFFFFF;
	text-decoration:none;
	font-weight:800
	}

#menu a:hover{
	background-color: #12487b;
	color:#fff;
	}

#menu li{
	float:left; /* IMPORTANT */
	position:relative;
	border:0;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so top: needs to be the same height as the menu */
	display:none; /*display none so menu is not visable until user hovers over the li*/
	width:180px; /* Width will need to be updated inline with all the padding on the menus */
	top:32px;
	background-color:#0082c0;
	}

#menu li ul a{
	width:150px; /* Width will need to be updated inline with all the padding on the menus */
	height:auto;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	line-height:normal;
	padding-bottom:5px;
	padding-top:5px;
	font-size:11px;
	}

#menu ul ul{
	top:auto;
	}	

#menu li ul ul { /* styles for sub drop downs */
	left:184px; /* left needs to be the overall width of the main drop down  */
	margin:0px 0 0 10px;
	width:204px;
	}
#menu li ul ul a { 
	width:160px; /*update width inline with all the overs*/
	}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
	}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
	}
