/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables

    -------------------

	COLOURS ----------

		Text #3D3D3D
		
		A #1b367a 

		A:hover #97002e

		H1 #505050
		
		H2 #97002e

    -------------------

 */
 
/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}
/* Make scroll bar always visible IMPORTANT in FF */
HTML { overflow: scroll; }


 /* 1.Over all styles
---------------------------------------------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
	background-color:#911515;
	background-image:url(/images/bodybg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 22px;
	}
	img { border:0; }
P, td, th, div {
	line-height: 17px;
	color: #333333;
	padding-bottom: 5px;
}
H1 {
	font: 24px/26px bold Arial, Helvetica, sans-serif;
	color:#97002e;
}
H2 { font-size: 17px; font-weight: bold; color: #97002e;  }
H3 { font-size: 15px; font-weight: bold; color: #97002e; }
H4 {
	font-size: 14px;
	color: #333333;
	line-height: 17px;
}
H5 { font-size: 14px; color: #505050; line-height: 17px; }
H5 A { text-decoration: none; }
A {
	color: #96012D;
	text-decoration: underline;
}
A:hover { color: #97002e; text-decoration: none; cursor:pointer; }
A.noline { color: #000; text-decoration: none; }
A.noline:hover { color: #000; text-decoration: none; }
.white { color:#FFFFFF; }
/* 2.Layout
---------------------------------------------------------------*/

#content p, #content h1, #content h2, #content h4, #content h5 { margin-bottom:15px; }
#content h3 { margin-bottom:10px; }
#content ul, #content ol {
	margin:0 0 15px 20px;
	color: #333333;
}
#content table { margin-bottom:15px; }

.clearfloat { clear:both; height:0; font-size:1px; line-height:0px; }
#footer { }

#wrapper {
	width: 900px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}


#branding {
	height: 80px;
	background-color:#FFFFFF;
	background-image:url(/images/brandingBg.gif);
	background-repeat: no-repeat;
	position:relative;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #98012E;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#logo {
	float:left;
	padding-left: 10px;
}
#brandingLinks {
	position:absolute;
	left: 492px;
	top: 19px;
	text-align:right;
	color:#FFFFFF;
	width: 401px;
	height: 69px;
}
#mainBanner {
	height:178px;
	width:900px;
	position:relative;
	margin-bottom:20px;
	border: 8px none #98012E;
}
#s5 {
	height:178px;
	width:900px;
	position:relative;
	margin-bottom:20px;
	border: 8px none #98012E;
	overflow: hidden;
}
.pageLink { position:absolute; bottom:20px; left:20px; color:#FFFFFF; font-size:22px; }
#contentContainer {
	width: 900px;
	background-image: url(/images/contentVertTile.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	clear: both;
	overflow: auto;
	height:100%;
	margin-bottom:10px;
	background-color:#FFFFFF;
	border-left-width: 1px;
	border-left-style: none;
	border-left-color: #98012E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#contentContainerFull {
	width: 900px;
	background-image: url(/images/contentVertLine.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
	clear: both;
	overflow: auto;
	height:100%;
	margin-bottom:10px;
	background-color:#FFFFFF;
}
#flashBanner { width:100%; border-top: 1px solid #000000; border-bottom: 5px solid #000066; }
#content {
	width: 425px;
	float: left;
	padding:20px;
	background:#FFFFFF;
}
.full { width:610px; }
#content p { margin-bottom:10px; }
#content hr { margin: 10px 0 10px 0; }

#column {
	width: 190px;
	float: left;
	padding: 10px 30px 10px 10px;
}

#footer {
	width:900px;
	clear: both;
	height:100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #9E1139;
} 
#footer a {
	color:#9C0C35;
	font-size:11px;
	margin-bottom:10px;
	text-decoration: none;
}

#footer p {
	color:#9B0933;
	font-size:11px;
	margin-bottom:10px;
}
#footerPrimary {
width: 254px;
float: left;
height:30px;
padding: 10px 0 5px 15px;
vertical-align: top;
}

#footerSecondary {
margin:10px 10px 0 0; 
width: 620px; 
float: right; 
text-align:right;
vertical-align: top;
} 

/* 3.Search
---------------------------------------------------------------*/
input.searchfield { width: 160px; padding: 6px; border: 2px solid #ccc; font-size: 11px; }
input.searchbutton { background: #1f497c; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: 11px; }

/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {
	clear: both;
	position:relative;
	display:block;
	background:#892929; /* 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 */
	width:192px; /*set width of menu*/
	margin:10px 0 20px 10px;
	
	}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; /*set line height DONT use height*/
	font-family:Arial,Verdana,Helvitica,sans-serif;
	font-weight:normal;
	font-size:20px;
	margin-bottom:20px;
	}

#menu li { 
	list-style: none; 
	position:relative;
	border:0;
	}
#menu a{
	display: inline-block;
	width:160px; /*Width of menu minus the padding*/
	padding:0px 22px 0 10px;
	line-height:44px; /*set line height DONT use height*/
	color: #FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}

#menu a:hover{
	background-color: #97002E; /*hover background colour*/
	color:#FFFFFF;
	}

#menu ul {
	position:absolute; /* Menu uses position ab to set drop downs so left: 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:167px; /* Width will need to be updated inline with all the padding on the menus */
	left:192px;
	top:0;
	background-color:#e2e4e8;
	font-size:14px;
	line-height: 18px;
	}

#menu li ul a {
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:25px;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	color: #97002E;
	font-size: 14px;
	padding: 8px;
}
#menu li ul a:hover {
	width:150px; /*update width inline with all the overs*/
	display:block;
	line-height:25px;
	float:left;
	border:0;
	border-bottom:1px solid #FFFFFF;
	background-color:#A82847;
	color:#FFFFFF;
	padding: 8px;
	}
#menu ul li { 
	float:left; /*float important*/
	display:inline;
	}

#menu li ul li ul {
	left:184px; /*position ab in herited from above left needs to be set to width on drop downs*/
	margin:0px 0 0 10px;
	width:204px;
	top:auto; /*should defalut to top of LI as long as float left is used on LI*/

	}
#menu li ul ul a { 
	width:150px; /*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; /*IMPORTANT set drowns downs to show on hover*/
	}
	
/* 5.RHC
---------------------------------------------------------------*/	
#rhc { float:right; width:172px; }
#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	font-family:Arial, Helvetica, sans-serif;
	color:#3d3d3d;
	font-size:11px;
	margin: 0;
	padding: 10px;
	width:auto;
	min-height:90px;
	height:auto !important;
	height:90px;/*Needs to match the min height pixels above*/
	border-bottom: 5px solid #FFFFFF;
}
.RightPanelBody { margin: 0; padding:0; }
#RHC_Body { margin:0; padding:0; background:none; width:172px; }
.profileimgs {
	border: thin solid #A52042;
	padding: 3px;
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* clientZONE fix for background anomally */

table#CZDocumentBody
{
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
#FAQBody ul { margin:0 0 10px 30px; }
.DocumentBody p { margin-bottom:15px; }
.FormButton { margin-bottom:15px; }

