/*

	CSS Template

	CONTENTS ----------

		1.Over all styles
		2.Layout
		3.Search
		4.Menu(s)
		5.ARD Tables
		6.CZ styles
		7.Site Search results

    -------------------

	COLOURS ----------

		Text #000000
		
		A #c50000 

		A:hover #e7910a

		H1 #68a5d2
		
		H2 #505050

    -------------------

 */
 
/* Zero down margin and padding on all elements */
* {
	margin: 0;
	padding: 0;
}
/* Make scroll bar always visibale IMPORTANT in FF */
HTMl {
	overflow: scroll;
}
/* 1.Over all styles
---------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font: normal 12px verdana, tahoma, sans-serif;
	text-align: center;
	color: #000000;
	min-width:800px;
}
P, td, th, div {
	line-height: 17px;
}
.highlight { font-weight:bold; }
p { margin-bottom:10px; }
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.clear {
	clear: both;
}
#index-main-area h1 {
	margin: 0 0 10px;
	color: #68a5d2;
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	padding:0;
	background:none;
}
h1, .Heading { font-family: "Lucida Grande", Tahoma, Arial, san-serif;
    color: #dbb5ce;
    font-size: 22px;
    background-image: url(/images/resource-circle.gif);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
	border:none;
    font-weight: Bold;
    padding-top: 6px;
    padding-bottom: 10px;
    padding-left: 40px;
    line-height: normal;
 }
	
h2 {
	font-family: 'Lucida Grande', Tahoma, Arial, Sans-serif;
	color: #88BBE1;
	font-weight:normal;
	line-height:normal;
	margin: 0 0 10px;
	font-size: 20px;
}
h3 {
	font-family: 'Lucida Grande', Tahoma, Arial, Sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	margin: 0 0 10px;
	color: #88BBE1;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
}
#main-content img {
	background: #FAFAFA;
	border: 1px solid #0F7ACC;
	padding: 6px;
}
img.float-r {
	margin: .5em 0 1em 1em;
}
img.float-l {
	margin: .5em 1em 1em 0;
}
a {
	color: #299DCA;
	text-decoration: none;
}
a:hover {
	color: #666666;
	cursor:pointer;
	text-decoration: none;
}
A.noline {
	color: #000;
	text-decoration: none;
}
A.noline:hover {
	color: #000;
	text-decoration: none;
}
.color {
	color: #E8F4FF;
}
blockquote {
	margin: 10px 15px;
	padding: 10px 0 10px 28px;
}

.small {
	font-size: 11px;
}
.vsmall {
	font-size: 10px;
}
#end p {
	font-size: 9px;
	color:#666666;
}
#end a {
	color:#666666;
}
#end a:hover {
	color:#88BBE1;
}

#teamcol {
	width: 100%;
	height: 180px;
	padding-top:8px;
}
.profileimg {
	border: 1px solid #D1DD82;
	padding: 2px;
	clear: right;
	float: left;
	margin-right: 10px;
}
/* 2.Layout
---------------------------------------------------------------*/
#branding, #content {
	width: 96%;
}
#container {
	position:relative;
}
#branding {
	height: 138px;
	text-align: left;
	min-width:800px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#logo {
	float:left;
	margin: 15px 0 0 0;
	padding: 0;
	border:0;
}
#logo img {
	border:0;
}
#logo a {
	color:#FFFFFF;
}
#importantLinks {
	position: absolute;
	top: 15px;
	right: 0px;
	color: #000000;
	font: normal 15px "Lucida Grande", Tahoma, Sans-serif;
}
#address {
	position: absolute;
	top: 55px;
	right: 0px;
	color: #88bbe1;
	font-size:12px;
}
#address p { color: #88bbe1; }
#address a {
	color: #88bbe1;
	text-decoration: underline;
}
#address a:hover {
	color: #88bbe1;
	text-decoration: none;
}
#contentContainer {
	clear: both;
	float: left;
	width: 100%;
	min-width:650px;
}
#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}
.main-content {
	margin: 0;
	padding: 0px 10px 10px 10px;
}
.main-content p { text-align:justify; }
.index-main-content {
	margin: 0;
	padding: 10px 10px 0px 10px;
}
#column {
	float: right;
	width: 355px;
	margin: 50px 0 10px -355px;
	padding: 0;
}
#index-column {
	float: left;
	width: 455px;
	margin: 0 -455px 10px 0;
	padding: 0;
}
.columnBoxed {
	margin: 5px 15px 5px 0;
	padding: 0;
	background: url(../images/divider.gif) repeat-x left bottom;
}
#main-area {
	margin: 0px 370px 10px 0;
	padding: 0;
}
#main-area-full {
	margin: 0px 0px 10px 0;
	padding: 0 ;
}
#index-main-area {
	margin: 0px 45px 0px 460px;
	padding: 0;
}
#footer-container {
	clear: both;
	text-align: left;
	padding: 0;
	height:200px;
	min-width:850px;
}
#footer-container a {
	text-decoration: none;
	color: #000000;
}
#footer-container a:hover {
	color: #ab7e9c;
}
#footer-container p {
	padding: 10px 0;
	color:#000000;
}
#footer-container li {
	margin-bottom:8px;
	font-size:11px;
}
#footer-container ul {
	margin-left:5px;
}
#footer-block {
	color: #000000;
	margin: 0 auto;
	padding: 0;
	width: 96%;
}
#footer-block .footer-column, .footer-column-center {
	float: left;
	width: 32%;
	margin-bottom:10px;
}
.footer-column-center {
	margin: 0 15px;
}
#footer-end {
	clear: both;
	color: #E8F4FF;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #FFFFFF;
	background-color: #DBB5CE;
	margin-top:10px;
}
#footer-end p { font-size:11px; }
#end {
	margin: 0px auto;
	text-align:center;
}
/* 3.Search
---------------------------------------------------------------*/
.searchbut {
	font: bold 1em Arial, Sans-serif;
	margin: 0;
	padding: 4px 3px;
	color: #FFF;
	background: #A2CC00;
	border: 2px solid #8EB200;
}
.searchbox {
	padding: 5px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 10px;
	padding: 0 0 15px 0;
	float:right;
}
.searchform p {
	margin: 0;
	padding: 0;
}
/* 4.Menu
---------------------------------------------------------------*/
#menuWrap {
	height:38px;
	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 */
	font-size:11px;
	position:absolute;
	right:0px;
	top:85px;
}
#menu, #menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:30px; /* add line height  DONT USE HEIGHT */
	font-weight:normal;
}
a.teamtab {
	background-image:url(../images/teamtab.gif);
	background-repeat:no-repeat;
	width:86px;
	background-position:left;
}
a.teamtab:hover {
	background-image:url(../images/teamtab.gif);
	background-repeat:no-repeat;
	width:86px;
	background-position:right;
}
a.greentab {
	background-image:url(../images/greentab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:left;
}
a.greentab:hover {
	background-image:url(../images/greentab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:right;
}
a.bluetab {
	background-image:url(../images/bluetab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:left;
}
a.bluetab:hover {
	background-image:url(../images/bluetab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:right;
}
a.pinktab {
	background-image:url(../images/pinktab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:left;
}
a.pinktab:hover {
	background-image:url(../images/pinktab.gif);
	background-repeat:no-repeat;
	width:66px;
	background-position:right;
}
#menu li {
	list-style:none;
	float:left; /* float needed */
	position:relative;
	border:0;
}
#menu li:hover {
	background-color: #042e54;
} /* keeps the original button highlighted */
#menu li.noborderr a {
	border-right:none;
}
#menu li.noborderl a {
	border-left:none;
}/* Borders as appropriate */
#menu a {
	display:block;
	text-align:center;
	padding:0px 12px; /* set padding will affect padding on all a tags in menu */
	line-height:30px; /* set line height DONT use just height */
	color:#666;
	text-decoration:none;
	border-right:1px solid #FFFFFF; /* Borders as appropriate */
}
#menu a:hover {
	background-color: #042e54;
	color:#fff;
}
#menu ul.green {
	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:194px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#b1bc65;
		text-align:left;

}
#menu ul.blue {
	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:174px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#6095bd;
			text-align:left;

}
#menu ul.pink {
	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:174px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#ca95b8;
			text-align:left;

}
#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:174px; /* Width will need to be updated inline with all the padding on the menus */
	top:30px;
	background-color:#b1bc65;
			text-align:left;

}
#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:18px;
	padding:4px 12px;
	color:#FFFFFF;
			text-align:left;

}
#menu li ul a:hover {
	background-color:#467fb4;
}
#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;
}
/* 5.RHC Boxes
---------------------------------------------------------------*/

#RHCAcc_1_DIV, #RHCAcc_2_DIV, #RHCAcc_3_DIV, #RHCAcc_4_DIV {
	color:#FFFFFF;
	font-size:11px;
	margin: 5px 10px 0 0;
	padding: 10px;
	width:auto;
	min-height:75px;
	height:auto !important;
	height:75px;/*Needs to match the min height pixels above*/
	background: url(../images/divider.gif) repeat-x left bottom;
}
.RightPanelBody {
	margin: 0;
	padding:0;
	height:100%;
}
.RightPanelBody img {
	float:right;
	margin: 0 0 5px 5px;
	border: 1px solid #333333;
	background:none;
}
#RHC_Body {
	margin:0;
	padding:0;
	width:210px;
	height:100%;
	background:none;
}
/* 6.CZ
---------------------------------------------------------------*/

#CZDocumentBody td {
	padding:5px;
}

