
/*-Begin Section -reset.css-*/
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-weight: inherit;
      font-style: inherit;
      font-size: 100%;
      font-family: inherit;
      vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
      outline: 0;
}
body {
      line-height: 1;
      color: black;
      background: white;
}
ol, ul {
      list-style: none;
}
table {
      border-collapse: separate;
      border-spacing: 0;
}
caption, th, td {
      text-align: left;
      font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
      content: "";
}
blockquote, q {
      quotes: "" "";
}
input, select, textarea, option
{
      font-family: inherit;
}

/*-End Section -reset.css-*/


/*-Begin Section -_theme.css-*/
html
{
	overflow-y: scroll;
	height: 100%;
}
body 
{
	font: 67%/1.4em Arial,Helvetica,sans-serif;
	height: 100%;
}
form
{
	background: #fff url(../_images/trinity/bg-slice2.gif) repeat-y top center;
	height: 100%;
}
form.elPageHome
{
	background: #fff url(../_images/trinity/bg-slice.gif) repeat-y top center;
}
a, a:link, a:visited
{
	color:#00759F;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active
{
	color: #E55300;
}
#base 
{
	width: 972px;
	margin: 0 auto;	
	font-size: 1.1em;
	background-color: #FFF;
}

/* ZONES */
#ZoneHeaderRow
{
	width:972px;
	overflow: visible;
	background-color: #FFF;
}
#LeftRightContainer 
{
	overflow: hidden;
	background-color:#e7eff7;
	clear: both;
	width:972px;	
}
#ZoneLeftColumn 
{
	float: left;
	display: inline;
	min-height:10px;
	width:210px;
}
#ZoneRightColumn
{
    float: left;
	display: inline;	
	min-height:10px;
	width:762px;
}
#ZoneFooterRow 
{
	background-color: #e7eff7;
	width:972px;
	border-top: solid 1px #b2e4ff;
}
form.elPageHome #ZoneFooterRow 
{
	background-color:#b2d5e2;
}
#ZoneCentreRow
{
	background-color:#e7eff7;
	clear: both;
}
a.elSkipNav {
	position: absolute;
	top: -200px;
}
#ZoneHeaderRow h1.ident
{
	float:right;
	background:url(../_images/trinity/branding.gif) no-repeat;
	display:inline;
	width:205px;
	height:100px;
}
#ZoneHeaderRow h1.ident a
{
	display: block;
	width:205px;
	height:100px;
}
#ZoneHeaderRow h2.strap
{
	display:inline;
	height:13px;
	width:350px;
	float:left;
	background:url(../_images/trinity/strap.gif) no-repeat;
	margin-top:72px;
	text-indent: -999em;
}
#ZoneHeaderRow h2.strap a
{
	display:block;
	height:13px;
	width:350px;
}

/* Element Vertical Nav */
ul.elMainNav
{
	padding:23px 20px 20px 20px;
	overflow: hidden;
	font-weight:bold;	
	text-transform:uppercase;
}
ul.elMainNav li 
{
	width: auto;
	line-height:1.7em;
	overflow: hidden;
	font-size: .9em;
}
ul.elMainNav li li
{
	padding-left: 2.5em;
	font-size: 1em;
}
ul.elMainNav a
, ul.elMainNav a:link
, ul.elMainNav a:visited
{
	color: #00759f;
	text-decoration:none;
}
ul.elMainNav a:hover, ul.elMainNav a:active, ul.elMainNav a:focus, ul.elMainNav a.current, ul.elMainNav a.parent_current
{
	color: #E55300;
}

/* Element Footer Menu */
ul.elFooterMenu {
	bottom: 0;
	line-height: 1.1em;
	float: right;
	padding: 10px 0;
	font-size: .9em;
}
ul.elFooterMenu li {
	display: inline;
	float: left;
	border-right: solid 1px #999; 
}
ul.elFooterMenu li.last {
	border-right: 0px;
}
ul.elFooterMenu li a, ul.elFooterMenu li a:link, ul.elFooterMenu li a:visited 
{
	color: #000;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-weight: normal;
}
ul.elFooterMenu li a:hover, ul.elFooterMenu li a:active {
	color: #E55300;
	text-decoration: underline;
}

/* CONTENT PANEL OUTPUT */
div.elImage
{
	display: inline;
	float: left;
	width: 345px;
}
div.elContent
{
    padding:0 35px 20px 5px;    
	float:left;
	width:377px;
	font-size:1em;
	
}
div.elContent h1
{
	color:#00759F;
	font-size:1.35em;
	font-weight:normal;
	padding:25px 0 0 0;
	margin-bottom: 1.25em;
	text-transform:uppercase;
}
div.elContent h2
{
	color:#00759F;
	font-size:1.3em;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 1em;
}
div.elContent h3
{
	color:#00759F;
	font-size:1.1em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: .75em;
}
div.elContent p
{	
	margin-bottom: 1em;
}
div.elContent ul
{
	margin: 0 0 1em 1em;
	padding-left: 2em;
	list-style-type: disc;
}
div.elContent ul li
{
	margin-bottom: .5em;
	color:#00759F;	
}
div.elContent span.black
{
	color: #000;
}

/* TOOLS */
div.Tools 
{
    float: right;
}
div.Tools a, div.Tools a:link, div.Tools a:visited 
{
    padding: 0 0 0 10px;
    margin-left: 10px;
    background-image: url(../_images/default/arrow.gif);   
    background-repeat: no-repeat;
    background-position: 1px 3px;   
    color: #3e3e3e; 
    font-weight: bold;
}
div.Tools a:hover, div.Tools a:active 
{
    color: #333;
}

/* SEARCH RESULTS */
.TagHighLight 
{
    background-color: #FFFF00;
}

div.footerContainer
{
	background-color:#b2d5e2;
	width:972px;
	height:167px;
	padding-top: 20px;
}	
div.footerContainer div
{
	display: inline;
	float: left;
	width: 255px;
	border: solid 1px #000;	
	margin-left: 20px;
	padding: 20px;
}
div.footerContainer div.topics
{
	min-height: 120px
}
div.footerContainer div.topics img
{
	margin-bottom: 20px;
}
div.footerContainer div.brochure
{
	padding-bottom: 22px;
	min-height: 118px;
	overflow: hidden;
}
div.footerContainer div.brochure img
{
	margin-right: 10px;
	float: left;
}
div.footerContainer div.brochure h3
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #00759F;
}
div.footerContainer div.moreinfo
{
	min-height: 120px
}
div.footerContainer div.moreinfo img
{
	margin-bottom: 9px;
}

/* Element Horizontal Nav */
ul.elAdminMenu 
{
	background-color: #b2d5e2;
    height: 25px;
    line-height: 25px;
	list-style: none;
	padding: 0 0 0 14px;
	margin: 0 0 5px 0;    
	z-index:99;
	overflow: hidden;
	display: block;
	clear: both;
}
ul.elAdminMenu ul 
{
	line-height: 1;
	list-style: none;
	padding: 0;
	margin: 0;  	
	z-index:99;
}
ul.elAdminMenu a
, ul.elAdminMenu a:link
, ul.elAdminMenu a:visited
{
	display: block;
	padding: 0 10px;
	color: #00759f;
	text-decoration: none;	
	text-transform: none;
	font-size: 1em;	
	font-weight: bold;
	border-right: solid 1px #00759f;
	border-left: solid 1px #00759f;
}
ul.elAdminMenu li 
{
	float: left;
	padding: 0;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
}
ul.elAdminMenu li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0 0 0 -1px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #FFF;
}
ul.elAdminMenu li li
, ul.elAdminMenu li li.first  
{
    width: 200px;
    background-image: none;
    line-height: 20px;
    border-bottom: solid 1px #FFF;
    background-color: #b2d5e2;	 
}
ul.elAdminMenu ul a
, ul.elAdminMenu ul a:link
, ul.elAdminMenu ul a:visited 
{
	width: 180px;
    border-width: 0;
    font-size: .9em;
    padding: 0 10px;
    color: #00759f;
    text-transform: none;    
}
ul.elAdminMenu ul a:hover
, ul.elAdminMenu ul a:active
{
	background-color: #E0E0E0;
}
ul.elAdminMenu ul a.ChildItems
{
    background-image: url(../_images/default/more_nibble.gif) !important;
    background-repeat: no-repeat;
    background-position: top right;	
}
ul.elAdminMenu ul a.ChildItems:hover 
{
    background-image: url(../_images/default/more_nibble_on.gif) !important;	
}
ul.elAdminMenu li ul ul 
{
	margin: -21px 0 0 200px;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #fff;	
}
ul.elAdminMenu li li li
, ul.elAdminMenu li li li.first  
{
    border-color: #fff;	
}
ul.elAdminMenu li li a
, ul.elAdminMenu li li a:link
, ul.elAdminMenu li li a:visited
{
    color: #00759f;
    background-image: none;
}
ul.elAdminMenu  li a:hover
, ul.elAdminMenu  li a:active 
{
	 color: #E55300;
}
ul.elAdminMenu ul li a:hover
, ul.elAdminMenu ul li a:active 
{
	background-color: #efefef;
	color: #E55300;
}
ul.elAdminMenu li:hover ul ul
, ul.elAdminMenu li:hover ul ul ul
, ul.elAdminMenu li:hover ul ul ul ul
, ul.elAdminMenu li.MenuItemHover ul ul
, ul.elAdminMenu li.MenuItemHover ul ul ul
, ul.elAdminMenu li.MenuItemHover ul ul ul ul 
{     
    left: -999em; 
    display: none;
} 
ul.elAdminMenu li:hover ul
, ul.elAdminMenu li li:hover ul
, ul.elAdminMenu li li li:hover ul
, ul.elAdminMenu li li li li:hover ul
, ul.elAdminMenu li.MenuItemHover ul
, ul.elAdminMenu li li.MenuItemHover ul
, ul.elAdminMenu li li li.MenuItemHover ul
, ul.elAdminMenu li li li li.MenuItemHover ul 
{
    left: auto; 
	display: block;
} 

div.elContainer
{
	overflow: hidden;
}
/*-End Section -_theme.css-*/


/*-Begin Section -formdisable.css-*/
div.divProtect
{
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100% !important;
	margin: 0;
	padding: 0;
	background-color: #b0b0b0;
	z-index: 99;
	cursor: wait;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);

/*
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	-moz-opacity: 60;
	opacity: 60;
*/	
}
/*-End Section -formdisable.css-*/


/*-Begin Section -messagearea.css-*/
.MessageArea
{
	z-index: 100;
padding: 18px 5px 30px 5px;
	width: 400px;
	margin: 0;
	position: absolute;
    left: 50%;
    top: 25%;
	border: solid 1px #999900;
	background: #FFF;
	background-image: url(../_images/messagearea/bg_slice.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.MessageArea a.Close
, .MessageArea a.Close:link
, .MessageArea a.Close:visited
{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../_images/admin/icons/button_close/button_close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
}
.MessageArea a.Close:hover
, .MessageArea a.Close:active
{
	background-image: url(../_images/admin/icons/button_close/button_close_on.gif);
}
.MessageArea a.Close span
{
	display: none;
}
.MessageAreaText a.formDesc
{
	display: none;
}
.MessageAreaText
{
	font-weight: bold;
	padding: 3px;
}
.MessageAreaWarning
{
	border: solid 2px #FF0000;	
}
.MessageAreaValidation
{
	border: solid 2px #FF9900;	
}
.MessageAreaInfo
{
	border: solid 2px #00FF00;	
}
.MessageAreaStopError
{
    border: solid 2px #FF0000;	
}
.MessageAreaQuestion
{
	border: solid 2px #eeee11;	
}
.messagearea_list
{
    position: absolute;
    right: 2px;
    bottom: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 22px;
	width: 250px;
}
ul.messagearea_list li 
{
    display: inline;
}

/***********************************************************************************************************************/
/*                                                                                                       Hover Buttons */
/***********************************************************************************************************************/

a.hoverbutton_messagearea
{
    margin: 0 0 0 -1px;
    padding: 0 15px;
    display: block;
    float: right;
 	height: 18px;    
	color: #FFF !important;
	text-decoration: none;
	text-align: center;
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;
}   
a.hoverbutton_messagearea
, a.hoverbutton_messagearea:link
, a.hoverbutton_messagearea:visited
{
	background: url(../_images/hoverbutton/button_bkgd.gif) center repeat-x;
}
a.hoverbutton_messagearea:hover
, a.hoverbutton_messagearea:active
{
    color: #FFF !important;
	background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x;
	text-decoration: none;
}
span.hoverbutton_messagearea_buttonLeft
, span.hoverbutton_messagearea_buttonRight
{
    display: none;
}
a.hoverbutton_messagearea_disabled
, a.hoverbutton_messagearea_disabled:link
, a.hoverbutton_messagearea_disabled:visited
{
    margin: 0 0 0 -1px;
	background-image:url(../_images/hoverbutton/button_bkgd_on.gif);
    display: block;
	float: right;
	color: #333 !important;
	padding: 0 15px;	
	text-decoration: none;
	text-align: center;
	cursor: default;
	height: 18px;    	
    border: solid 1px #9F9F9F;
    cursor: pointer;
    line-height: 1.4em;	
}
a.hoverbutton_messagearea_disabled:hover
, a.hoverbutton_messagearea_disabled:active
{
    background: url(../_images/hoverbutton/button_bkgd_on.gif) center repeat-x !important;
    color: #333 !important;
    text-decoration: none;
}
span.hoverbutton_messagearea_disabled_buttonLeft
, span.hoverbutton_messagearea_disabled_buttonRight
{
    display: none;

}
/*-End Section -messagearea.css-*/

/*-End File-*/
