/*----TEMP2----*/
/*
** 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: #E84B04
** Primary Colour Shade: #FADBCD (20% shade)
** 2nd Colour: #003863
** 3rd Colour: #744233
** 4th Colour: #3A3D4A
** 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:#000;
	background:#cccccc;
}
/* general text */
p {
	line-height:1.5em;
	color:#000;
	padding:0;
	margin: 0 0 20px 0;
}
h1, .h1 {
	display:block;
	font-size:250%;
	color:#E84B04;
	padding:3px 0;
	margin:3px 0;
	letter-spacing:.05em;
	font-weight:bold;
}
.hd01 {
	display:block;
	font-size:210%;
	color:#E84B04;
	padding:3px 0;
	margin:3px 0;
	border-bottom:1px solid #E84B04;
	font-weight:normal;
}
.hd01b {
	display:block;
	font-size:210%;
	color:#E84B04;
	padding:3px 0;
	margin:3px 0;
	border-bottom:1px solid #E84B04;
	font-weight:bold;
}
h2, .h2 {
	display:block;
	font-size:190%;
	color:#003863;
	padding:0 0 5px 0;
	line-height:1.5em;
	letter-spacing:.05em;
	font-weight:bold;
}
h2.subtitle {
	color: #f99120;
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 20px;
}
.hd02 {
	display:block;
	font-size:150%;
	color:#003863;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #003863;
	font-weight:normal;
}
.hd02b {
	display:block;
	font-size:150%;
	color:#003863;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #003863;
	font-weight:bold;
}
h3, .h3 {
	display:block;
	font-size:150%;
	color:#744233;
	padding:0 0 5px 0;
	line-height:1.5em;
	letter-spacing:.05em;
	font-weight:bold;
}
.hd03 {
	display:block;
	font-size:110%;
	color:#744233;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #744233;
	font-weight:normal;
}
.hd03b {
	display:block;
	font-size:110%;
	color:#744233;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #744233;
	font-weight:bold;
}
h4, .h4 {
	display:block;
	font-size:150%;
	color:#3A3D4A;
	padding:0 0 5px 0;
	line-height:1.5em;
	letter-spacing:.05em;
	font-weight:bold;
}
.hd04 {
	display:block;
	font-size:110%;
	color:#3A3D4A;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #3A3D4A;
	font-weight:normal;
}
.hd04b {
	display:block;
	font-size:110%;
	color:#3A3D4A;
	padding:0 0 5px;
	margin:0;
	border-bottom:1px solid #3A3D4A;
	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 #E84B04;
}
.bl01i {
	display:block;
	padding:15px;
	background:#E84B04;
	color:#fff;
}
.bl02 {
	display:block;
	padding:15px;
	border:2px dashed #003863;
}
.bl02i {
	display:block;
	padding:15px;
	background:#003863;
	color:#fff;
}
.bl03 {
	display:block;
	padding:15px;
	border:2px dashed #744233;
}
.bl03i {
	display:block;
	padding:15px;
	background:#744233;
	color:#fff;
}
.bl04 {
	display:block;
	padding:15px;
	border:2px dashed #3A3D4A;
}
.bl04i {
	display:block;
	padding:15px;
	background:#3A3D4A;
	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:#E84B04;
	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:#003863;
	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:#744233;
	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:#3A3D4A;
	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 {
	width:720px;
	background: url(/template-images/images/colbg.gif) right center repeat-y;
	float: right;
}
#dvwrap01 .dvleft {
	float:left;
	width:500px;
	padding:0 20px 10px 20px;
	background:#fff;
	min-height:440px;
}
#dvwrap01 .dvleft p {
}
#dvwrap01 .dvright {
	float:right;
	width:160px;
	background:#f8931f;
	min-height:430px;
	padding:10px;
}
#leftcol {
	float:left;
	width:160px;
	background:#f8931f;
	min-height:430px;
	padding:10px;
}
.dvclear {
	clear:both;
	background:#fff;
	height:0px;
}
.bodyimg {
	float: right;
	margin: 0 0 10px 15px;
}
.clear {
	display:none;
}
/* #### Page layout #### */
/* Outer container: for entire page */
#container-main {
}
/* Inner container: for entire page */
#container {
	margin:0 auto;
	padding: 0;
	width:920px;
	background-color: #fff;
}
#outerwrap {
	padding:0 10px 0 10px;
	width:900px;
	background: url(/template-images/images/colbg.gif) 10px center repeat-y;
	border-bottom: #fff solid 10px;
}
/* Header: inside both containers - Section or Page header content appears here */
#header {
	height:135px;
	margin:0 auto;
	padding: 10px 10px 0 10px;
	width:900px;
	background: #ff000;
}
#slideBounce {
	float: right;
	width: 542px;
}
#slideBounce #fademe {
	list-style: none;
	margin: 0;
	padding: 0;
}
#logo {
	margin:0;
	float:left;
	background:url(/template-images/default/temp02-logo.gif) no-repeat;
}
#logo h1 {
	display:inline;
	color:#fff;
}
#logo h1 a {
	font-size:1px;
	display:block;
	width:238px;
	overflow:hidden;
	position:absolute;
	top:8px;
	height:104px;
	padding-top:104px;
	voice-family:"\"}\"";
	voice-family:inherit;
	height:0;
	border: none;
}
#logo a img {
	display:block;
	border: none;
}
/* Page Content: inside both containers below Header - Page content appears here */
#contents {
	min-height:450px;
	margin:0 auto;
	width:920px;
	clear: both;
}
/* 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:0;
}
#contents .dvleft ul {
	margin: 20px 25px;
	;
}
#contents li {
	margin-left:10px;
}
#contents a:link {
	color:#f8931f;
	text-decoration: none;
}
#contents a:visited {
	color:#f8931f;
	text-decoration: none;
}
#contents a:hover {
	color:#f8931f;
	text-decoration: underline;
}
/* Footer: inside both containers below Page Content */
#footerinner {
	text-align: center;
	font-size:.8em;
	color:#5e5e5e;
	clear: both;
	background-color: #fff;
	margin: 0 auto 10px auto;
	position: relative;
	top: 30px;
}
#contents #footerinner p a {
	color:#5e5e5e;
}
#footer {
	text-align: center;
	font-size:.8em;
	color:#8d9298;
	clear: both;
	background-color: #cccccc;
	margin: 0 auto;
}
#footer a {
	color:#8d9298;
}
#footer-2 {
	margin:0 auto;
	width:900px;
	height:80px;
} /* additional footer control if required */
#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:#744233;
	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 */
#slidingmenu {
	width:900px;
	border-right: 10px solid #fff;
	border-left: 10px solid #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size:10px;
	display:block;
	height:24px;
	background:#5e5e5e;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	clear: both;
}
/* Appearance Top Level */
/* all lists */
#slidingmenu ul {
	list-style-type:none;
	margin: 0 auto;
	text-align: center;

}
/* all list items */
#slidingmenu li {
	float:left;
	position:relative;
	display:block;

}
ul.slidingmenu a:link, ul.slidingmenu a:visited {
	display:block;
	color:#fff;
	padding: 0 12px;
	margin: 4px 0 0 0;
	text-decoration:none;
	font-weight:bold;/*border-right: #fff solid 1px;*/
}
ul.slidingmenu a.last {
	border: none;
}
ul.slidingmenu a:hover {
	background-position:0 -24px;
}
/* second-level lists */
#slidingmenu li ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	border-width:0;
	width: 140px;
	padding-bottom:7px;
}
/* third and further level lists */
#slidingmenu li ul ul {
	display:none;
	position:absolute;
	top:0;
	left:140px;
	border-width:0;
}
/* lists nested under hovered list items */
#slidingmenu li:hover ul, #slidingmenu li.hover ul {
	border-width:0;
	text-align:left;
}
ul.slidingmenu ul {
	margin:4px 0 0 0;
	border-width:0;
	padding:0;
	font-size:12px;
	font-weight:400;
	text-align:left;
	color:#fff;
	background:#5e5e5e;
	width:140px;
}
ul.slidingmenu ul li {
	display:block;
	width:140px;
	border-width:0;
	text-align:left;
	float: none;
}
ul.slidingmenu ul a {
	float:none;
	background-image:none;
	font-weight:normal;
	text-transform:none;
	border-width:0;
	color:#fff;
	text-decoration:none;
	padding:3px 3px 3px 6px;
	display:block;
	width:131px;
	text-align:left;
	font-size: 11px;
}
/* Note: the class .subheader is available for menu items that have sub menus */

/* ### Speciality elements - ezyLinks, ezyEvents, ezyArticles ### */

.recentarticles {
	margin: 0 10px 20px 10px;
}
.recentarticles h3 {
	display:block;
	font-size: 14px;
	color:#5a5e5d;
	padding:0 0 5px 0;
	line-height:1.5em;
	letter-spacing:.05em;
	font-weight:bold;
	text-align: center;
}
#article {
	display:none
}
#artmove #article {
	display:block;
	padding:0 10px;
}
.link_list, .events_list, .article_list {
	display:block;
	margin-bottom:15px;
	color:#3A3D4A;
}
.link_link, .event_link, .article_link {
	font-weight:700;
	font-size:12px;
	display:block;
	text-decoration: none;
	color:#5e5e5e;
}
.link_text, .event_text, .article_text {
}
.event_text_date, .article_text_date {
}
.link-display-title {
	color:#3A3D4A;
}
.link-display-link {
	color:#000762;
}
.event_link2 {
	color:#000762;
}
.article-date {
	font-weight:700;
	display:block;
	color:#3A3D4A;
}
.article-author {
	display:block;
	font-style:italic;
	margin-bottom:10px;
	color:#3A3D4A;
}
.article_link2 {
	color:#000762;
}
#art_recent, #eve_recent {
	list-style-type:none;
}
#contents #art_recent ul, #eve_recent ul {
	margin:0;
	padding:0;
}
#art_recent li, #eve_recent li {
	margin:2px 0px;
	padding:0;
	color: #5e5e5e;
	font-size: 10px;
	font-weight: bold;
}
#art_recent li a.article_link, #eve_recent li a.article_link {
	margin:2px 0px 10px 0;
	padding:0;
	color: #5e5e5e;
	font-size: 11px;
}
#art_recent li a:hover, #eve_recent li a:hover {
	margin:2px 0px 10px 0;
	padding:0;
	color: #5e5e5e;
	font-size: 11px;
	text-decoration: underline;
}
#article-display {
	padding:20px;
}
/* ### form elements ### */
.info, .warn, .error {
	color:#fff;
	background-color:transparent;
	font-weight:400;
	font-style:italic;
}
.error {
	width:100%;
}
.error-display {
	display:block;
	width:100%;
}
.input-checkBox {
	width:15px;
	color:#E84B04;
	background-color:#FADBCD;
	border:1px solid #E84B04;
	display:inline;
	margin:0;
	padding:0 2px;
}
.input-textArea {
	color:#E84B04;
	background-color:#FADBCD;
	border:1px solid #E84B04;
	width:100%;
	display:block;
	height:65px;
}
.input-text, .input-yesno, .input-nowidth, .input-dropDown {
	color:#E84B04;
	background-color:#FADBCD;
	border:1px inset #969580;
	width: 135px;
}
.form-display {
	display:block;
	color:#fff;
	border:1px solid #fff;
	width:138px;
	background-color: #ccc;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.raqform .form-display {
	width:400px;
}
.raqform .form-display form {
	width:400px;
}
.form-display2 {
	text-align:left;
}
.form-header {
	color:#fff;
	font-weight: normal;
	font-size:12px;
	text-align:left;
	margin:0 0 4px 0;
	padding:0 0 4px 0;
	display:block;
}
.label {
	font-size:90%;
	font-weight:bold;
	text-align:left;
	color:#fff;
	display:block;
}
.form-text {
	color:#003863;
	font-size:80%;
	text-align:left;
	display:block;
	clear:both;
	font-style:italic;
}
.submit-main {
	color:#3A3D4A;
	font-weight:bold;
	padding:2px 10px;
	width: 75px;
	margin: 0 auto;
	display: block;
}
.progress {
	display:none;
	width:350px;
	position:absolute;
	padding:40px;
	z-index:1000;
	border:1px solid #3A3D4A;
	color:#3A3D4A;
	font-size:10px;
	background-color:#fff;
	margin:-60px auto 0;
}
#newsletter {
	width:138px;
	background-color: #ccc;
	margin-bottom: 20px;
	padding: 5px 10px;
}
#newsletter p {
	color: #fff;
	margin-bottom: 10px;
}
#newsletter .form-header {
	display:none;
}
.specials {
	width: 150px;
	padding: 5px;
	margin: 0 auto 20px auto;
	background-color: #5e5e5e;
	color: #fff;
	text-align: center;
}
.specials p {
	color: #fff;
}
.specials p.thespecial {
	color: #f2f663;
	width: 100px;
	margin: 10px auto 0 auto;
	font-size: 11px;
}
.testimonials {
	width: 150px;
	padding: 5px;
	margin: 10px auto 20px auto;
	color: #fff;
	font-size: 11px;
	text-align: center;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h1 {
	text-align: left;
	font-size: 30px;
	padding: 0;
	margin: 0;
	color: #5e5e5e;
	font-family: "segoe Print";
}
/* 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 */

.sIFR-hasFlash h1 {
	visibility: hidden;
}
/* =self clearing
----------------- */
/*** see http://www.positioniseverything.net/easyclearing.html
   for explanation of Tony Aslett's elegant hack ***/
.clearfloat:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfloat {
	display: inline-block;
}
/* Hides from IE-mac */
* html .clearfloat {
	height: 1%;
}
.clearfloat {
	display: block;
}
/* End hide from IE-mac */
/*** end clearing hack ***/

