/*
-----------------------------------------------
LBG Australia Styles
Author: Chris Pearce (Cornerstone Technologies)
----------------------------------------------- */

/****************************************************************************************
>> Global properties << 
*****************************************************************************************/

html, body {margin: 0; padding: 0;}

body {
	background: #FFF;
	font: 71% Verdana, Arial, Helvetica, sans-serif;
	color: #191919;
	text-align: left; /* Workaround for CMS */
	margin: 0;
}
body#RSVPForm {margin: 10px 20px 10px 20px;}

a:link, a:visited {text-decoration: underline; color: #226A82;}
a:hover {text-decoration: none; color: #D15500;}
a:active {color: #226A82;}

p {margin: 0; line-height: 1.4em; color: #191919;} 
a img {border: 0;}
ul,ol {margin: 10px 30px 10px 50px; padding: 0;}
ul li {list-style-image: url('list-bullet.gif'); margin-bottom: 2px; line-height: 1.4em;}
ol li {margin-bottom: 2px; line-height: 1.4em;}
table, td {font-size: 100%; vertical-align: top;}
ul ul {font-size: 100%; margin-top: 10px; margin-bottom: 10px;}
ol ol {font-size: 100%; margin-top: 10px; margin-bottom: 10px;}
acronym, abbr, dfn {border-bottom: 1px dotted #191919;}
code {font-family: courier, "courier new", monospace;}
hr {background: #D15500; height: 1px; clear: both;}

blockquote {
	font-weight: bold;
	font-style: italic;
	color: #191919;
}

h1 {
	font: bold 1.52em Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #D15500;
	margin: 9px 0; 
}
h1.seo {position: absolute; top: -9000px; left: -9000px; font-size: xx-small;}

h2,h3,h4,h5,h6 {
	font: bold 1.48em Helvetica, "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #DF7B40;
	margin: 18px 0;
}
h3,h4,h5,h6 {color: #757575; font-size: 1.38em;}
h5,h6 {color: #757575; font: 700 1.1em Verdana, Arial, Helvetica, sans-serif;}

/****************************************************************************************
>> Page Containers << 
*****************************************************************************************/

/* Main Holding Container
----------------------------------------------- */
	
#wrap,
#RSVPForm #wrap {
	width: 770px;
	background: url("body-bg.jpg") repeat-y top left;
	margin: 0 auto;
	text-align: left;
}
#RSVPForm #wrap {width: 380px; background: none;}
#RSVPForm #wrap h1 {color: #182693;}
#RSVPForm #wrap a:hover {color: #394FDF;}

/* Header Container
----------------------------------------------- */

#wrap #header,
#members #wrap #header {
	height: 106px!important;
	height /**/:111px; /* Hack for IE 5 */
	background: #FFF url("header-bg.jpg") no-repeat bottom right;
	position: relative;
	border-top: 5px solid #182693;
	margin: 0 9px 0 6px;
}
#members #wrap #header {border: 0; height: 106px;}
#wrap #header img {position: absolute; top: 9px; left: 15px;}

/* Navigation Container
----------------------------------------------- */

#wrap #navigation,
#members #wrap #navigation {
	height: 29px; 
	z-index: 7;
	margin: 0 9px 0 6px;
	background: #182693 url("nav-bg.jpg") repeat-x top left;
	position: relative;
}
#members #wrap #navigation {background: #4362BF url("nav-members-bg.jpg") repeat-x top left;}

/* Members Login Link */
#wrap #navigation a.members-login,
#members #wrap #navigation a.members-login {
	display: block;
	position: absolute;
	top: 7px;
	right: 9px;
	width: 82px;
	color: #FFF;
	text-decoration: none;
	background: url("members-bg.gif") no-repeat bottom right;
	font-size: 11px;
	z-index: 10;
}
#members #wrap #navigation a.members-login {background: url("members2-bg.gif") no-repeat bottom right;}
#wrap #navigation a.members-login:hover,
#members #wrap #navigation a.members-login:hover {color: #F6C25C;}

/* Drop Down Menu Settings */
#wrap #navigation ul#imenus0,
#wrap #navigation ul#imenus1 {
	margin: 0; 
	padding: 0;
	list-style: none;
	z-index: 20 !important;
} 
#wrap #navigation ul#imenus0 li,
ul#imenus1 li {
	list-style-image: none; 
	line-height: normal; 
	padding: 0;
	margin: 0;
}

/* Members Banner Container
----------------------------------------------- */

#members #wrap #members-banner {
	margin: 0 9px 0 6px;
	background: #010082 url("page-title-bg.gif") no-repeat bottom left;
	height: 28px;
	text-align: right;
	position: relative;
}
#members #wrap #members-banner p {
	position: absolute;
	top: 6px;
	right: 200px;
	margin: 0; 
	color: #FFF;  
	font-size: 11px;  
}
#members #wrap #members-banner p a:link,
#members #wrap #members-banner p a:visited {font-weight: bold; text-decoration: none; color: #FFF;}
#members #wrap #members-banner p a:hover {text-decoration: underline;}

/* Content Container
----------------------------------------------- */

#wrap #content,
#members #wrap #content {
	margin: 0 9px 0 6px;
	background: #FFF;
	z-index: 5;
	min-height: 300px;
}
#members #wrap #content {margin-left: 208px;}
#members #wrap #content a:hover {color: #182693;}
* html #wrap #content {height: 300px;} /* Hack for IE */

/* Footer Container
----------------------------------------------- */

#wrap #footer {
	clear: both;
	position: relative;
	margin: 0 9px 0 6px;
	border-top: 1px dashed #DBDBDB;
	height: 43px;
}

#wrap #footer p {
	padding: 9px 0 0 13px;  
	margin: 0;
	line-height: 1.4em;
	font: 10px Arial, Helvetica, sans-serif;
	color: #838383;
}
#wrap #footer p a:link,
#wrap #footer p a:visited {color: #838383;}

#wrap #footer p.positive-outcomes {
	position: absolute; 
	top: 11px; 
	right: 55px; 
	padding: 0;
	text-align: right;
	font: 9px Arial, Helvetica, sans-serif;
	line-height: normal;
}
#wrap #footer img {position: absolute; top: 5px; right: 10px;}

/* Bottom Shadow Container
----------------------------------------------- */

#bottom-shadow {
	clear: both;
	margin: 0 auto;
	height: 10px;
	background: url("bottom-shadow.jpg") no-repeat top center;
	width: 770px;
}

/****************************************************************************************
>> Main Tables << 
*****************************************************************************************/

/* Content Table 
----------------------------------------------- */

table#content-table,
table#members-table {
	width: 755px;
	/*border: 0;*/
	background: #FFF;
}
table#members-table {width: 553px; height: 100%;}
table#content-table td,
table#members-table td {vertical-align: top; padding: 0;}

table#content-table td p,
table#members-table td p {margin: 1.1em 0;}

table#content-table td.content-cell,
table#members-table td.content-cell,
table#members-table td.content-cell-wide,
table#members-table td.date-cell {
	width: 538px;
	padding: 4px 20px 15px 20px;
	border-right: 1px dashed #DBDBDB;
}
table#members-table td.content-cell {width: 340px;}
table#members-table td.content-cell-wide {border-right: 0;}
table#members-table td.date-cell {border: 0; width: 538px;}

table#members-table td.content-cell h1,
table#members-table td.content-cell-wide h1,
table#members-table td.date-cell h1 {color: #182693; margin-top: 8px;}

table#members-table td.content-cell h2,
table#members-table td.content-cell-wide h2,
table#members-table td.date-cell h2 {color: #394FDF; font-size: 1.44em;}

table#members-table td.content-cell ul li,
table#members-table td.content-cell-wide ul li,
table#members-table td.date-cell ul li {list-style-image: url("list-bullet-members.gif");} 

table#content-table td.content-cell img {border-color: #F1DBD0; padding: 1px;}
table#members-table td.content-cell img,
table#members-table td.content-cell-wide img {border-color: #182693; padding: 1px;}

table#content-table td.right-col-cell,
table#members-table td.right-col-cell {
	width: 217px;
	padding: 0;
}
table#members-table td.right-col-cell {width: 207px;}

/* Right Col Table [Nested] */

table#content-table td.right-col-cell table#right-col,
table#members-table td.right-col-cell table#right-col {
	/*border: 0;*/
	width: 100%;
}

table#content-table td.right-col-cell table#right-col td.date-cell,
table#members-table td.right-col-cell table#right-col td.date-cell,
table#content-table td.right-col-cell table#right-col td.highlights-cell,
table#content-table td.right-col-cell table#right-col td.news-cell {padding: 0 15px 0 15px;}

table#content-table td.right-col-cell table#right-col td.highlights-cell h1,
table#content-table td.right-col-cell table#right-col td.news-cell h1 {margin-bottom: 0;}

table#content-table td.right-col-cell table#right-col td.highlights-cell img.more-info,
table#content-table td.right-col-cell table#right-col td.news-cell img.more-info {margin-bottom: 10px;}
* html table#content-table td.right-col-cell table#right-col td.highlights-cell img.more-info,
* html table#content-table td.right-col-cell table#right-col td.news-cell img.more-info {margin-bottom: 0;} /* Hack for IE */

table#content-table td.right-col-cell table#right-col td.date-cell,
table#members-table td.right-col-cell table#right-col td.date-cell {
	vertical-align: middle;
	color: #D15500;
	font-size: 103%;
	font-weight: bold;
	height: 40px;
	border-bottom: 1px dashed #DBDBDB;
}
table#members-table td.right-col-cell table#right-col td.date-cell {color: #182693; padding-left: 10px; padding-right: 10px;}

table#content-table td.right-col-cell table#right-col td.highlights-cell {
	height: 140px;
	border-bottom: 1px dashed #DBDBDB;
}

table#content-table td.right-col-cell table#right-col td.news-cell {height: 140px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell {
	text-align: left;
	padding: 0 10px 5px 10px;
}
table#members-table td.right-col-cell table#right-col td.members-img-cell h1 {color: #182693; font-size: 1.43em; margin-bottom: 8px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell h2 {color: #182693; font-size: 1.43em; margin-bottom: 11px;}
table#members-table td.right-col-cell table#right-col td.members-img-cell ul {margin: 16px 15px 16px 20px; padding: 0;}
table#members-table td.right-col-cell table#right-col td.members-img-cell p {margin: 9px 0;}
table#members-table td.right-col-cell table#right-col td.members-img-cell ul li {list-style-image: url("list-bullet-members.gif"); margin-bottom: 3px;} 
table#members-table td.right-col-cell table#right-col td.members-img-cell p img.generic-img {
	margin: 0 auto 15px auto;
	padding: 1px;
	border: 1px solid #DBDBDB;
}

table#content-table td.right-col-cell table#right-col td ul {margin: 20px 15px 20px 25px; padding: 0;}
table#content-table td.right-col-cell table#right-col td ul li {margin-bottom: 8px;}

/* Inner Content Table 
----------------------------------------------- */

table.innerTable {
	border: 1px solid #D6D6D6;
	width: 96%;
	margin: 20px auto 0 auto;
	background: #F5F5F5;
}
table.innerTable th {text-align: left; font-weight: bold; padding: 4px 1px 4px 2px; background: #182693; color: #FFF; border-right: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6;}
table.innerTable td p {margin: 3px 0;}
table.innerTable td {padding: 3px!important; border-right: 1px solid #D6D6D6; border-bottom: 1px solid #D6D6D6;}
table.innerTable td.orangeCell {background: #FDE0AC; color: #D15500; text-align: left; padding: 3px 0 3px 5px;}
table.innerTable td.blueCell {background: #B0B9F2; color: #182693; text-align: left; padding: 3px 0 3px 2px; font-weight: bold;}

table.noMargin td p {margin: 2px !important; padding: 0;}

/*-------------------------------------------CMS Search---*/
div.search-box {
	width: 98%;
	text-align: center;
	margin: 0 auto;
}
table#searchTable {
	width: 370px;
	margin: 20px auto 30px auto;
}
	table#searchTable th {
		text-align: left;
		background: #182693;
		color: #fff;
		padding: 3px;
		font-weight: bold;
		border: 1px solid #d6d6d6;
	}
	table#searchTable th.search-header {
		font: bold 105% Arial, Helvetica, sans-serif;
		color: #182693;
		padding: 0 0 5px;
		background: none;
		border: none;
	}
	table#searchTable td {
		padding: 4px 3px;
		text-align: left;
	}
	table#searchTable td.page {background: #f5f5f5;}
	table#searchTable td.date {width: 90px;}
	table#searchTable td.no-results {
		color: #fff;
		font: bold 105% Arial, Helvetica, sans-serif;
		text-align: center;
		padding: 6px;
		background: #182693;
	}
	table#searchTable tr.alt td {background: #D6DAF8;}

/****************************************************************************************
>> Form Styles << 
*****************************************************************************************/

form {margin: 0; padding: 0;}

/* Home Page Login Form 
----------------------------------------------- */

form.login {margin-top: 5px;}
form.login label {font-weight: bold; display: block; margin: 10px 0 2px 0;}
form.login input {
	border-top: 1px solid #405EBE;
	border-right: 2px solid #010082;
	border-bottom: 2px solid #010082;
	border-left: 1px solid #405EBE;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #F2FEFF;
}
form.login input.home-submit,
form.login input.home-submit2,
form.search input.Searchbutton,
form.RSVP input.Searchbutton {
	width: 28px;
	height: 20px;
	background: url("go.gif") no-repeat top left;
	border: 0;
	font-size: 1px;
	text-indent: -9999px;
	color: #F2FEFF;
	cursor: pointer;
}
form.login input.home-submit2 {
	background: #F2FEFF; 
	width: auto; 
	height: 22px;
	padding: 1px 1px 0 1px; 
	border-top: 1px solid #405EBE;
	border-right: 2px solid #010082;
	border-bottom: 2px solid #010082;
	border-left: 1px solid #405EBE;
	margin-top: 12px;
	color: #010082;
	font: bold 11px Arial, Helvetica, sans-serif;
}
form.login span.noBold {font: italic normal 11px Arial, Helvetica, sans-serif;}

/* RSVP Form 
----------------------------------------------- */

form.RSVP {width: 360px; border: 1px solid #CCC; background: #FBFBFB; margin: 0 auto;}
form.RSVP span {color: red; font-weight: bold;}
fieldset {margin: 0; border: 0; padding: 10px 20px 10px 20px;}
legend {display: none;}

form.RSVP label {
	font: bold 13px Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	display: block;
	padding-left: 8px;
	margin: 10px 0 3px 0;
	border-top: 1px solid #999;
	padding-top: 5px;
}

form.RSVP input, select, textarea,
form.search input {
	text-align: left;
	border-top: 1px solid #405EBE;
	border-right: 2px solid #010082;
	border-bottom: 2px solid #010082;
	border-left: 1px solid #405EBE;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	width: 210px;
	background: #F2FEFF;
}
form.RSVP textarea {width: 300px; font: 11px Verdana, Arial, Helvetica, sans-serif;}
form.RSVP select {width: auto;}
form.RSVP input.noStyle {background: none; width: auto; border: 0;}
form.RSVP input.smallTextField {width: 30px;}

form.RSVP input.button {
	background: #010082;
	border-top: 1px solid #CCC;
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	border-left: 1px solid #CCC;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	padding: 2px;
	width: auto;
	margin-top: 20px;
}
span.redAsterix {font-weight: bold; color: red;}

/* Search Form 
----------------------------------------------- */

form.search {
	position: absolute;
	top: 3px;
	right: 5px;
	margin: 0;
	background: url('search.gif') no-repeat left;
	padding-left: 20px;
}
form.search input {width: 130px;}

/****************************************************************************************
>> Miscellaneous Styles << 
*****************************************************************************************/

a.rsvp {
	display: block;
	margin: 10px 0 10px 0;
	background: #182693 url('document.gif') no-repeat left;
	text-indent: 19px;
	width: 60px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	border-color: #999;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	padding: 4px 0 4px 0;
}
a.rsvp:link, a.rsvp:visited {color: #FFF; text-decoration: none;}
a.rsvp:hover {background: #2C4CAF url('document.gif') no-repeat left; border-width: 2px 1px 1px 2px; color: #FFF!important;}

/* Search FAQ's text */

div.sideBarFAQ {
	float: right; 
	width: 200px; 
	border: 1px dashed #CCC; 
	border-top: 0; 
	border-right: 0; 
	margin: 0 0 10px 15px; 
	padding: 10px; 
	padding-bottom: 0; 
	background: #F2F2F2;
}
div.sideBarFAQ h1,
div.sideBarFAQ h2 {
	font-size: 13px;
	font-weight: bold;
	color: #394FDF; 
	margin-top: 15px;
}
div.sideBarFAQ h2 {color: #666;}
div.sideBarFAQ p {font-size: 11px;}
div.sideBarFAQ ul {margin: 20px 15px 22px 25px;}
div.sideBarFAQ ul li {list-style-image: url('list-bullet-members.gif');}