/*
** Copyright Stephen Neate - http://subtledifference.com.au/
** Design Template 02-a - for ezyWebsite CMS suitable for single section, multi page site.
**
** ## Quick Colours ##
** Primary Colour: #F8DB01
** Primary Colour Shade: #E8F4F5 (20% shade)
** 2nd Colour: #C50E1E
** 3rd Colour: #9994C5
** 4th Colour: #AD4B22
** 5th Colour: #FDBC9E
**
** Last Updated: 06 May 2007
*/

/* #### General page wide styles  #### */
*{margin:0;padding:0;}
body{font-size:12px;line-height:15px;font-family:Verdana, Arial, Helvetica, sans-serif;color:#fff;background:#000 url(/template-images/default/bg.png) repeat-x;}
/* general text */
p{line-height:15px;color:#fff;padding:5px 0;}

img {border:0;} /* remove border from all images*/

.img-right {border: 1px solid #fff;padding: 5px;margin: 5px 0px 5px 10px;float:right;}
.img-left {border: 1px solid #fff;padding: 5px;margin: 5px 10px 5px 0px;float:left;}
.img {border: 4px solid #fff;}
.img-spec {position:relative;z-index:10;margin:-85px 0 10px -15px;border: 4px solid #fff;}

h1,.h1{display:block;font-size:250%;color:#fff;padding:3px 0;margin:3px 0;letter-spacing:.05em;font-weight:bold;}
.hd01{display:block;font-size:210%;color:#F8DB01;padding:3px 0;margin:3px 0;border-bottom:1px solid #F8DB01;font-weight:normal;}
.hd01b{display:block;font-size:210%;color:#F8DB01;padding:3px 0;margin:3px 0;border-bottom:1px solid #F8DB01;font-weight:bold;}
h2,.h2{display:block;font-size:190%;color:#fff;padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-weight:bold;}
.hd02{display:block;font-size:150%;color:#C50E1E;padding:0 0 5px;margin:0;border-bottom:1px solid #C50E1E;font-weight:normal;}
.hd02b{display:block;font-size:150%;color:#C50E1E;padding:0 0 5px;margin:0;border-bottom:1px solid #C50E1E;font-weight:bold;}
h3,.h3{display:block;font-size:150%;color:#9994C5;padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-weight:bold;}
.hd03{display:block;font-size:110%;color:#9994C5;padding:0 0 5px;margin:0;border-bottom:1px solid #9994C5;font-weight:normal;}
.hd03b{display:block;font-size:110%;color:#9994C5;padding:0 0 5px;margin:0;border-bottom:1px solid #9994C5;font-weight:bold;}
h4,.h4{display:block;font-size:150%;color:#AD4B22;padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-weight:bold;}
.hd04{display:block;font-size:110%;color:#AD4B22;padding:0 0 5px;margin:0;border-bottom:1px solid #AD4B22;font-weight:normal;}
.hd04b{display:block;font-size:110%;color:#AD4B22;padding:0 0 5px;margin:0;border-bottom:1px solid #AD4B22;font-weight:bold;}
h5,.h5{display:block;font-size:150%;color:#FDBC9E;padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-weight:bold;}
.hd05{display:block;font-size:110%;color:#FDBC9E;padding:0 0 5px;margin:0;border-bottom:1px solid #FDBC9E;font-weight:normal;}
.hd05b{display:block;font-size:110%;color:#FDBC9E;padding:0 0 5px;margin:0;border-bottom:1px solid #FDBC9E;font-weight:bold;}
.txt_small{font-size:70%;}
acronym{border-bottom:1px dotted;cursor:help;}
/* general block elements */
.bl01{display:block;padding:15px;border:2px dashed #F8DB01;}
.bl01i{display:block;padding:15px;background:#F8DB01;color:#000;}
.bl02{display:block;padding:15px;border:2px dashed #C50E1E;}
.bl02i{display:block;padding:15px;background:#C50E1E;color:#fff;}
.bl03{display:block;padding:15px;border:2px dashed #9994C5;}
.bl03i{display:block;padding:15px;background:#9994C5;color:#fff;}
.bl04{display:block;padding:15px;border:2px dashed #AD4B22;}
.bl04i{display:block;padding:15px;background:#AD4B22;color:#fff;}
.bl05{display:block;padding:15px;border:2px dashed #FDBC9E;}
.bl05i{display:block;padding:15px;background:#FDBC9E;color:#fff;}
/* drop cap */
.dc01 {position:relative;z-index:55;float:left;width:auto;font-size:375%;padding:0 3px 0 0;line-height: 100%;color:#F8DB01;font-weight: normal;font-family: georgia, times, serif;}
.dc02 {position:relative;z-index:55;float:left;width:auto;font-size:375%;padding:0 3px 0 0;line-height: 100%;color:#C50E1E;font-weight: normal;font-family: georgia, times, serif;}
.dc03 {position:relative;z-index:55;float:left;width:auto;font-size:375%;padding:0 3px 0 0;line-height: 100%;color:#9994C5;font-weight: normal;font-family: georgia, times, serif;}
.dc04 {position:relative;z-index:55;float:left;width:auto;font-size:375%;padding:0 3px 0 0;line-height: 100%;color:#AD4B22;font-weight: normal;font-family: georgia, times, serif;}
.dc05 {position:relative;z-index:55;float:left;width:auto;font-size:375%;padding:0 3px 0 0;line-height: 100%;color:#FDBC9E;font-weight: normal;font-family: georgia, times, serif;}
/*### Custom Layout Options ###*/
#dvwrap01{}
#dvwrap01 .dvleft{float:left;width:68%;}
#dvwrap01 .dvright{float:right;width:27%;}
.dvclear {clear:both;height:0px;}
.clear {display:none;}
/* #### Page layout #### */
/* Outer container: for entire page */
#container-main{}
/* Inner container: for entire page */
#container{}
/* Header: inside both containers - Section or Page header content appears here */
#header{height:169px;margin:0 auto;width:960px;position:relative;}
#pg1 #header{height:420px;margin:0 auto;width:960px;position:relative;}
#header-control{} /* additional header control if required */

#logo{width:120px;height:160px;position:absolute;top:0;left:0;background:url(/template-images/default/logo.png) no-repeat;z-index:10;}
#logo h1{line-height:1px;display:inline;color:#fff;}
#logo h1 a{font-size:1px;display:block;width:120px;overflow:hidden;height:160px;padding-top:160px;voice-family:"\"}\"";voice-family:inherit;height:0;}
.headImage {position:absolute;top:0;left:121px;}
#slideHome {position:absolute;z-index:5;margin:0;padding:0;width:960px;top:89px;left:0;height:331px;overflow:hidden;}
#slideHome ul {margin:0;padding:0;list-style-type:none;}
#slideHome li{margin:0;padding:0;}


/* Page Content: inside both containers below Header - Page content appears here */
#contents{min-height:350px;margin:0 auto;width:900px;padding:20px 30px;background:#238E9B url(/template-images/default/cbg.png) repeat-x;}
.sp-1 #contents{background:#238E9B url(/template-images/default/cbg.png) repeat-x;}
.sp-2 #contents{background:#238E9B url(/template-images/default/cbg-2.png) repeat-x;}
.sp-3 #contents{background:#238E9B url(/template-images/default/cbg-3.png) repeat-x;}
.sp-4 #contents{background:#238E9B url(/template-images/default/cbg-4.png) repeat-x;}
.sp-5 #contents{background:#238E9B url(/template-images/default/cbg-5.png) repeat-x;}
.sp-6 #contents{background:#238E9B url(/template-images/default/cbg-6.png) repeat-x;}
.sp-7 #contents{background:#238E9B url(/template-images/default/cbg-7.png) repeat-x;}

/* Breadcrumb: inside Page Content displaying breadcrumb nav, does not exist on home page */
#breadcrumb{display:none;}
.page_footer_link {display:none;} /* link at footer of page content designating what page the user is on */
/* replacement of margin for standard lists and standard (default) link */
#contents ul {margin-left:17px;}
#contents li {margin-left:10px;}
#contents a:link {color:#F8DB01;}
#contents a:visited {color:#DED287;}
#contents a:hover {color:#620038;}
/* Footer: inside both containers below Page Content */
#footer{text-align:right;font-size:.8em;color:#fff;}
#footer a{color:#fff;}
.sp-3 #footer{text-align:right;font-size:.8em;color:#000;}
.sp-3 #footer a{color:#000;}
#footer-2 {margin:0 auto;width:960px;border-top:1px solid #fff;background:#C50E1D;height:80px;} /* additional footer control if required */
.sp-1 #footer-2 {background:#C50E1D;}
.sp-2 #footer-2 {background:#EF5B10;}
.sp-3 #footer-2 {background:#F8DB00;}
.sp-4 #footer-2 {background:#0B953E;}
.sp-5 #footer-2 {background:#008FDB;}
.sp-6 #footer-2 {background:#9994C5;}
.sp-7 #footer-2 {background:#525082;}

#footer-3 {padding:10px 15px;} /* additional footer control if required */
#devnote {} /* designers link */
#devnote span {} /* span in designers link: essentially for image replacement if needed */

/* #### Navigation Links #### */
/* Section navigation links */
#navigation-position{display:none;}
.navigation-panel {} /*internal to navigation-position for added control */

/* Note: All section navigation links have a class of sec$ where $ is the section ID, and all link text is surrounded by span tags */
/* start of section based drop down nav */
.section-title{display:none;font-size:190%;color:#9994C5;padding:0 0 5px 0;line-height:1.5em;letter-spacing:.05em;font-weight:bold;} /* section name: text is surrounded by span tags */
/* Menu wrapper */
/* Drop Down Navigation Items */
.section-title{display:none;}
/* Overall appearance and position of menu */
/* Appearance Top Level */
#slidingmenu{background:url(/template-images/default/nav.png) no-repeat;position:absolute;z-index:90;top:63px;width:773px;right:0;font-size:13px;display:block;height:42px;}
/* Appearance Top Level */
/* all lists */
#slidingmenu ul{list-style-type:none;padding-left:20px;}
/* all list items */
#slidingmenu li{float:left;position:relative;display:block;text-align:center;}
ul.slidingmenu a:link, ul.slidingmenu a:visited {display:block;color:#fff;width:105px;padding:13px 0 9px 0;text-decoration:none;font-weight:normal;min-height:12px;background:url(/template-images/default/link.png) no-repeat ; }
ul.slidingmenu a.lnk-1:link, ul.slidingmenu a.lnk-1:visited {background-image:none;}
ul.slidingmenu a:hover {color:#F8DB00;}
/* second-level lists */

#slidingmenu li ul{border-width:0;display:none;position:absolute;top:33px;left:15px; background:url(/template-images/default/submenu-bg.png) top left no-repeat; padding:14px 0 0 0;z-index:900;width:150px;moz-opacity:.9;}
/* third and further level lists */
#slidingmenu li ul ul {display:none;top:-9px;left:155px;border-width:0;background:url(/template-images/default/submenu-sub-bg.png) top left no-repeat; padding:1px 0 0 10px;width:150px;border-right:1px solid #fff;}
/* lists nested under hovered list items */
#slidingmenu li:hover ul,#slidingmenu li.hover ul{text-align:left; }
ul.slidingmenu ul{margin:-1px 0 0 0;border-width:0;padding:0;font-size:12px;text-align:left;color:#1e1e1e;}
ul.slidingmenu ul li{display:block;float:left;}
ul.slidingmenu ul a:link,ul.slidingmenu ul a:visited{border-width:0;min-height:20px;text-align:left;font-weight:normal;font-size:12px;text-transform:none;border-width:0;color:#ffffff;text-decoration:none;padding:6px 3px 3px 6px;display:block;background:url(/template-images/default/submenu-list-bg.png) repeat-y;width:141px}
ul.slidingmenu ul ul a:link,ul.slidingmenu ul ul a:visited{background:url(/template-images/default/submenu-list-sub-bg.png) repeat-y;/*background-image:none;*/}
ul.slidingmenu ul a.subheader:link, ul.slidingmenu ul a.subheader:visited{background-position:0 -73px;}
ul.slidingmenu ul a:hover{color:#F8DB00;text-decoration:underline;}
ul.slidingmenu ul a.subheader:link,ul.slidingmenu ul a.subheader:visited{font-weight:bold;}
/*additional last link per UL class*/
ul.slidingmenu ul a.lastSub:link, ul.slidingmenu ul a.lastSub:visited{border-bottom:1px solid #fff;}
/* Note: the class .subheader is available for menu items that have sub menus */

/* ### Speciality elements - ezyLinks, ezyEvents, ezyArticles ### */
#article {display:none}
#artmove #article {display:block;padding:0 10px;}
.link_list,.events_list,.article_list{display:block;margin-bottom:15px;color:#AD4B22;}
.link_link,.event_link,.article_link{color:#AAA;font-weight:700;font-size:110%;display:block;color:#AD4B22;}
.link_text,.event_text,.article_text{}
.event_text_date,.article_text_date{}
.link-display-title{color:#AD4B22;}
.link-display-link{color:#000762;}
.event_link2{color:#000762;}
.article-date{font-weight:700;display:block;color:#AD4B22;}
.article-author{display:block;font-style:italic;margin-bottom:10px;color:#AD4B22;}
.article_link2{color:#000762;}
#art_recent, #eve_recent {list-style-type:none;}
#art_recent ul, #eve_recent ul{margin:0;padding:0;}
#art_recent li, #eve_recent li{margin:2px 0px;padding:0;}
#article-display {padding:20px;}

/* ### form elements ### */
.info,.warn,.error {color:#BD1A1A;background-color:transparent;font-weight:400;font-style:italic;}
.error {width:100%;}
.error-display{display:block;width:100%;}
.input-checkBox{width:15px;color:#000;background-color:#E8F4F5;border:1px solid #000;display:inline;margin:0;padding:0 2px;}
.input-textArea{color:#000;background-color:#E8F4F5;border:1px solid #000;width:100%;display:block;height:65px;}
.input-text,
.input-yesno,
.input-nowidth,
.input-dropDown {color:#000;background-color:#E8F4F5;border:1px solid #000;width:100%;}
.form-display{padding:10px;display:block;color:#F8DB01;width:240px;border:1px solid #000;}
.form-display2{text-align:left;}
.form-header {color:#000;font-weight:700;font-size:125%;text-align:left;margin:0 0 4px 0;padding:0 0 4px 0;display:block;border-bottom:1px solid #000;}
.label{font-size:90%;font-weight:bold;text-align:left;color:#000;display:block;}
.form-text{color:#C50E1E;font-size:80%;text-align:left;display:block;clear:both;font-style:italic;}
.submit-main{color:#AD4B22;font-weight:bold;padding:2px 10px;}
.progress{display:none;width:350px;position:absolute;padding:40px;z-index:1000;border:1px solid #AD4B22;color:#AD4B22;font-size:10px;background-color:#fff;margin:-60px auto 0;}

#newsletter {width:193px;}
#newsletter .form-header{display:none;}



#contents h1,#contents .h1  {	font-weight: bold;	letter-spacing: -.05em;	line-height: 1em;	font-size: 45px;}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {	visibility: visible !important;	margin: 0;}
.sIFR-replaced {	visibility: visible !important;}
span.sIFR-alternate {	position: absolute;	left: 0;	top: 0;	width: 0;	height: 0;	display: block;	overflow: hidden;}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {  display: none !important;}
/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
#contents .sIFR-hasFlash h1 {	visibility: hidden;}

#hmphone {color:#fff;position:absolute;top:20px; right:20px;text-align:right;}

.headerLink {color:#fff;}
.headerLink:hover {color:#620038;}