/*
    Document   : sliding-door
    Created on : 02/11/2009, 3:20:59 PM
    Author     : Luke Hoggett
    Description: default style sheet for the sliding door html element UI component

*/
/*.section .s2,
#content #content-main-column-body .s2,
.email-this-link .s2,
#header .s2 {
	background: transparent url(/css/images/button-sprite.png) no-repeat scroll right top;
	width:auto;
	border: medium none !important;
	color: #fff;
	height: 24px;
	padding-bottom: 0 !important;
	padding-right: 14px;
	padding: 0 0 0 0;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
	
}
.section button.s2,
#content #content-main-column-body button.s2,
.email-this-link button.s2,
#header button.s2{
	padding-right:3px;
}
.section .s2 .inside,
#content #content-main-column-body .s2 .inside,
.email-this-link .s2 .inside,
#header .s2 .inside,
.section .s2 span,
#content #content-main-column-body .s2 span,
 .email-this-link .s2 span,
#header .s2 span {
	background: transparent url(/css/images/button-span-sprite.png) no-repeat scroll left top;
	font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
	display: block;
	line-height: 22px;
	width:auto;
	height: 24px;
	padding: 0 3px 5px 5px;
	text-decoration: none;
	border: none;
	color: #fff;
	cursor: pointer;
}
.section .s2 .inside,
#content #content-main-column-body .s2 .inside {
	font-size: 1em;
	font-weight: bold;
}
#header .s2 .inside {
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 14px;
	z-index: 5000;
}
.section button.s2 .inside,
#content #content-main-column-body button.s2 .inside,
 .email-this-link button.s2 .inside
 #header button.s2 .inside
.section button.s2 span,
#content #content-main-column-body button.s2 span,
 .email-this-link button.s2 span,
#header button.s2 span {
	display: inline;
}
.section .s2:hover,
#content #content-main-column-body .s2:hover,
 .email-this-link .s2:hover,
#header .s2:hover {
	
	background-position: 100% -24px;
	border-bottom: none;
}
.section .s2:hover .inside,
#content #content-main-column-body .s2:hover .inside,
.email-this-link .s2:hover .inside,
#header .s2:hover .inside,
.section .s2:hover span,
#content #content-main-column-body .s2:hover span,
.email-this-link .s2:hover span,
#header .s2:hover span {
	border-bottom: none;
	background-position: 0 -24px;
}
.section .s2:hover .inside,
#content #content-main-column-body .s2:hover .inside,
#header .s2:hover .inside,
.section .s2:hover span,
#content #content-main-column-body .s2:hover span,
#header .s2:hover span{
		
}
#content #content-main-column-body .s2 input,
.email-this-link .s2 input{
	margin-left: 147px;
}
*/

#container span.s2,
.email-this-link span.s2 {
	background: transparent url(/css/images/button-span-sprite.png) no-repeat scroll left top;
	/* display: block;*/
	float: left;
	/*height: 24px;
	padding: 0;
	width: auto;*/
}
#container span.s2 input,
.email-this-link span.s2 input {
	border:0;
	cursor:pointer;
	white-space:nowrap;
	color: #fff;
	text-align:center;
	font-weight: bold;
	vertical-align: baseline;
	background: transparent url(/css/images/button-sprite.png) no-repeat scroll right top;
	float: left;
	height: 24px;
	line-height: 21px;
	margin-top: 0;
	margin-right: -14px;
	padding: 0 14px 3px 5px;
	width: auto;
}

#container span.s2:hover,
.email-this-link span.s2:hover {
	background-position: 0 -24px;
}
#container span.s2 input:hover,
.email-this-link span.s2 input:hover {
	background-position: 100% -24px;
}
.inside {
	font-size: 12px !important;
	margin: 0 4px 0 0;
}
#content #content-main-column-body .s2,
.email-this-link .s2 {
	margin-left: 147px;
}

/* 
    Document   : reset
    Created on : 06/03/2009, 5:37:36 PM
    Author     : Luke Hoggett
    Description:
        resest file based upon the yui reset
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}




/**
to-do: complete definitions.

colours: 


typography:
content:				Arial, Helvetica, sans-serif
headings/menus etc:		"Myriad Pro", Verdana, Arial, Helvetica, Tahoma, sans-serif

*/
body { behavior:url("/css/csshover.htc"); }
body {
	color: #504f4f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .625em;
}
#content {
	font-size: 1.2em;
	background: transparent url(/css/images/content-bg.png) 1px 0 no-repeat;
}

strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}

a {
	text-decoration: underline;
	color: #2286b3;
	outline: none;
	/*color: #0066ff;*/
}
a:hover {
	text-decoration: underline;
}
a img {
	padding: 2px;
	margin: 3px;
}
a.read-more {
	background: transparent url(/css/images/blue-arrow.png) right center no-repeat;
	padding-right: 12px;
	white-space: nowrap;
}
a.read-more:hover {
	color: #284160;
}
a.read-more span {
	
}
#content a, #footer a, .content {
	
}
#content a:hover, #footer a:hover, .content:hover {
	color: #284160;
}

.floatR {
	float: right;
}
.floatL {
	float: left;
}

blockquote {
	-moz-border-radius-bottomright: 8px;
	-webkit-border-radius-bottomright: 8px;
	background: #EFEFEF;
	border-left: 2px solid #666;
	border-radius-bottomright: 8px;
	margin: 1em 0 1em 3em;
	padding: 8px 5px 8px 1em;
}
blockquote p:nth-last-child(1) {
	
	margin-bottom: 0;
}

pre {
	font-size: 1.3em;
}

/* start headings */
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, Tahoma, sans-serif;
}
h1 {
	color: #004291;
	font-size: 1.8333em;
}
h2 {
	color: #004291;
	font-size: 1.5em;
	padding: 10px 0;
}
h3 {
	font-size: 1.333em;
	padding: 10px 0;
}
h4 {
	font-size: 1.0833em;
	text-transform: uppercase;
	padding: 10px 0;
}
h5 {
	font-size: 1.1em;
}
#header span.tag-line {
	text-indent: -9999em;
	display: block;
	height: 22px;
}
#header h1 {
	margin: 0;
}
#header img.logo {
	margin: 26px 0 0 19px;
}
#content-main-column h1 {
	padding: 50px 0 20px;
}
#content-main-column h1 {
	padding: 20px 0 20px;
	font-weight: normal;
	width: 80%;
}
#content-main-column h2, #content-main-column h3, #content-main-column h4, #content-main-column h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#hero-area h2 {
	color: #064291;
	padding-bottom: 0;
	font-size: 2em;
}
/* end headings */

/* start paragraphs */
p {
	line-height: 1.6em;
	margin-bottom: 1em;
}
#main-column p {

}
#hero-area p {
	color: #82929b;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom:12px;
}

#right-column p {
	padding: 16px 0 8px 0;
	margin: 0;
}
/* end paragraphs */

/* start lists */
ul, ol {
}
li {
	line-height: 1.6em;
}
ol li {
	list-style-type: lower-roman;
	list-style-position: inside;
}
ul li {
	list-style-type: none;
	list-style-position:outside;
}
#content ul li {
	background: transparent url(/css/images/bullet.png) 0 8px no-repeat;
	padding-left: 6px;
	margin-left: 6px;
	padding-left: 9px;
}
ul ul li {
}

/* accessibilty links */
#skip-to-content, #skip-to-nav {
	text-indent: -9999em;
	display: block;
	text-decoration: none;
	border: none;
}
/*
dl {
	margin: 1em 0;
}
dt {
	font-weight: bold;
	left: 0;
	padding: 3px;
	position: relative;
	top: 1.1em;
	width: 5em;
}
dd {
	border-left: 2px solid #666;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}*/
/* end lists */

/* start table */
table {
	
	margin: 5px 0;
	width: 100%;
}
th, td {
	padding: 3px;
}
thead th {
	border-bottom: 1px solid #666;
	font-weight: bold;
}
tbody td {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
}
tbody tr:nth-child(odd) td {
	background: #FFF;
}
tbody tr:hover td {
	background: #333;
	color: #FFF;
}
tfoot td {
	border-top: 1px solid #666;
	font-style: italic;
}
/* end table */

/* start form */
form {
/*
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background: #333;
	border-radius: 12px;
	color: #FFF;*/
	padding: 3px;
	background: #EBEFF2;
	/*border-left: 1px solid #666;*/
	margin:1em 0 1em 0;
	/*display: inline-block;*/
}
fieldset {
/*
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #FFF;
	border-radius: 8px;
	color: #666;*/
	padding: 5px;
}


legend {
	display: none;
}
form ul {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	margin: 8px;
	padding: 0;
	overflow: visible;
	height: 100%;
	
}
#content form ul li {
	background-image: none;

}

form li > label {
	font-weight: bold;
	color: 	#504F4F;
}
form fieldset ul li label{
	width: 150px;
	float: left;
}
form ul li label.fade {
    color: #C7C7C7;
}
form fieldset ul li div.input-area label{
	width: auto;
	float: none;
}
form fieldset ul li{
	overflow: auto;
	
}
form fieldset ul li div.input-area{
	float: left;
}
#content form fieldset ul li.submit,
form fieldset ul li.submit {	
	margin-left: 0px;
	padding-left: 164px;
}
#content form fieldset ul li.submit input,
form fieldset ul li.submit input{
	margin-left: 168px;
}
textarea {
	line-height: 1.5em;
	width: 213px;
	height: 113px;
	border: 1px solid #547FAF;
}
select {
	border: 1px solid #547FAF;
}
input,
input.text{
	width: 210px;
	height: 17px;
	padding: 3px 0 0 3px;
	border: 1px solid #547FAF;
}
input.radioInput {
	border: none;
}
input.button,
input.radioInput,
input.checkbox,
input.submit{
	width: auto;
	height: auto;
}
input.checkbox {
	border: none;
}
.formErrorMessage {
	color: #ff0000;
	font-size: 1.1em;
}
li.help-note {
	font-size: 1.1em;
}

#contact-form {
	border-left: 1px solid #547FAF;
	background-color: #EBEFF2;
	clear: both;
}
#contact-form h2, #contact-form p  {
	margin-left: 1em;
	padding-bottom: 0;
}
#contact-form p {
padding-bottom: 1em;
margin-left: 1.8em;
}
.contact-details {
	margin-bottom: 1em;
	overflow: auto;
}
.details {
	float: left;
	width: 226px;
}
.contact-details h3 {
	color: #004291;
}
/* end form */


/* home page search form start*/
.small-form {
	 position: relative;
}
.small-form form {
	background: transparent none;
	border: none;
	margin: 0;
	padding: 0;

}
.small-form form div {
	float: left;
}
.small-form form input {
	background-image: url(/css/images/sprite.png);
	border: none;
	color: #504f4f;
	font-size: 1.1em;
	font-weight: bold;
	width: 105px;
	height: 17px;
	padding: 1px 7px 2px 7px;
	margin-top: 2px;
	margin-right: 3px;
	float: left;
        line-height: 20px;
}
.small-form label {
	position: absolute;
	color: #504f4f;
	font-size: 1.1em;
}
/* home page search form end*/
#search input{
	background-color: #fff;
	background-position: 0 -140px;
	background-repeat: no-repeat;
	width: 105px;
}
#search label {
	top: 11px;
	left: 13px;
}
#search .fade {
	color: #777;
}

#quick-member-login input{
	background-color: #e6e9eb;
	background-position: 0 -164px;
	background-repeat: no-repeat;
	width: 65px;
}
#quick-member-login .label {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #6e7579;
	margin: 0 0 5px 5px;
}
#quick-member-login .fade {
	color: #aaa;
}
#quick-member-login.logout .label {
	clear: both;
	display: block;
}
#quick-member-login label {
	top: 28px;
}
#quick-member-login.logout {
	top: 82px;
	height: 40px;
}
#quick-member-login.logout a {
	font-size: 1.2em;
}
#quick-member-login.logout a.logout-link {
	padding: 0;
	margin: 0;
	line-height: 1.8em;
	margin-left: 38px;
}
#quick-member-login-form {
	clear: both
}
#quick-member-login label.alpha {
	left: 13px;
}
#quick-member-login label.omega{
	left: 95px;
}
#quick-member-login .logout{
	text-decoration:  none;
	clear: both;
	float: right;
	margin: 0 7px 0 0;
}
#quick-member-login #lost-password {
	font-size: 1.0em;
	text-decoration: underline;
	margin: 0 0 0 28px;
	color: #828282;
	
}

.section form {
	border: none;
	background: transparent none;
	margin: 0;
}
.section form fieldset {
	padding: 0;
}

.section form label {
	margin: 0 5px
}
#right-column .section form div {
	padding: 10px 0 0;
	overflow: auto;
}

.section .poll-responses {

}
#content .section .poll-responses li, #content .poll-responses li {
	float: none;
	background: transparent none;
	padding: 0;
	margin: 0;
}
#footer {
	clear: both;
}


#footer ul {
	height:30px;
	list-style-type: none;
	padding-top: 28px;
	margin: 28px 5px 28px 90px;
}
#footer ul li {
	list-style-type: none;
	float: left;
	margin: 0 28px 0 0;
}
#footer ul li.alpha {
}
#footer ul li.omega {
	margin-left: 100px;
}
#footer a {
	color: #504f4f;
	line-height: 20px;
}
#footer a:hover {
	color: #284160;
	
}
#footer a span {
	background: transparent url(/css/images/web-design-by-fatpublisher.png) 100% 0 no-repeat;
	padding: 0 25px 5px 0;
}
sup {
	vertical-align: text-top;
}
button {
background:transparent none repeat scroll 0 0;
border:medium none;
cursor:pointer;
height:30px;
line-height:26px;
margin:0;
overflow:visible;
padding:0;
text-align:center;
white-space:nowrap;
width:auto;
}
button span {
	position: relative;
	display: block;
	white-space: nowrap;
}
div#spam-tip {
	background:#EFEFEF;
	border:1px solid #666;	
	padding:2px;
	font-size:0.8em;
	width: 213px;
	display: none;
}
span.helper{
	display: block;
	width: 213px;
	font-size: 0.8em;
}
span.hint {
	border-bottom:1px dotted;
	cursor:pointer;
	margin-left:5px;
}
span.hint:hover{
	border-bottom-style: solid;
}
/* Starts busy signal style */
div.busySignalContainer{
	background: none;
	padding: 0;
	margin: 0;
}
.busySignal {
	margin: 0;
	padding: 0;
	position:absolute;
	background: url('/css/images/spinner_blue.gif') no-repeat 50% 50%;
	/*opacity:.5;*/
}
/* Ends busy signal style */

/* Starts message style */
div.messageList{
	list-style:none;
	color: #47512D;
	padding:7px 20px 7px 12px;
	background: #E6EFC2;
}
div.errorList{
    padding:7px 20px 7px 12px;
    background: #f6ecde;
    color:#CC0000;
}
div.messageList,
div.errorList{
	border: none;
	margin: 0 0 0 3em;
	padding:7px 20px 7px 12px;
}
/* Ends message style*/

a .content-image {
	cursor: url(/css/cursors/zoom.cur), auto;
}

/** js related selectors **/
.hidden {
	display: none;
}
.fade {
	color: #aaa;
}

input.busyStatus,
textarea.busyStatus{
    background: #F4F5F5;
    border: #F4F5F5 1px solid;
}

.map-ineractive-text {
    text-decoration: underline;
}

#navigation li.row-two:hover ul li a,
#navigation li.row-two ul li a{
	color: #504f4f;
	font-size: 1em;
}

#navigation li:hover.row-two.active ul li a,
#navigation li.row-two.active ul li a,
#navigation li:hover.row-two ul li a,
#navigation li.row-two ul li a{
	color: #6E7579;
}

#navigation li:hover.row-two.active ul li a:hover,
#navigation li.row-two.active ul li a:hover,
#navigation li:hover.row-two ul li a:hover,
#navigation li.row-two ul li a:hover{
	color: #064487;
}

/** search list styles */
.search-results {
	overflow: auto;
	border-bottom: 1px solid #2286B3;
	border-top: 1px solid #2286B3;
	margin: 3px 0;
}
.search-results a.summary-content-image, .search-results img#tinymce_add_gallery {
	float: left;
}
.search-results img#tinymce_add_gallery {
	margin: 3px;
}
.search-results a.read-more {
	
}
.search-results h2 {
	*text-indent: -16px;
}
.search-results ol li {
	list-style-type: none;
}



#section-nav h2 {
	padding: 0;
	font-size: 1.33333em;
	font-weight: normal;
	margin-bottom: 5px;
}

#section-nav a,
#member-nav a {
	text-decoration: none;
}
#section-nav a:hover, #section-nav a:active, #section-nav a.active,
#member-nav a:hover, #member-nav a:active, #member-nav a.active {
	text-decoration: underline;

}
#section-nav ul li,
#member-nav ul li {
	padding-top: 3px;
	background-position: 0 10px;
}

.email-this-link ul li label {
	font-size: 12px;
}
.email-this-link ul li span input {
	 font-size: 14px;
	 font-weight: normal;
}
.email-this-link h1 {
	font-weight: normal;
	margin-left:8px;
	font-size: 22px;
}
.email-this-link-thanks {
	font-size:1.2em;
}
#member-nav ul ul li{
	list-style-type: none;
}

#sbox-window #sbox-caption-wrapper {
	margin: -5px auto;
}

input.hidden {
	display: none;
}

a.forgot-password {
	background: transparent url(/css/images/blue-arrow.png) right center no-repeat;
	margin-left: 61px;
	padding-right: 12px;
	white-space: nowrap;
}
a.download {
    background: url(/css/images/download.png) no-repeat left top;
    height: 32px;
    display: block;
    padding: 9px 0 0 40px;
}
.committee-doc-list li {
    overflow: auto;
}
.committee-doc-list li a.pdf-link {
/*    display: block;
    float: left;*/
}
a.pdf-link {
    background: url(/css/images/pdf-link.png) no-repeat 0 2px;
    padding-left: 16px;
    margin: 0 5px 0 0;
}
a.doc-link {
    background: url(/css/images/doc-link.png) no-repeat 0 2px;
    padding-left: 16px;
    margin: 0 5px 0 0;
}
a.archive-link {
    background: url(/css/images/archive.png) no-repeat 0 4px;
    height: 16px;
    display: block;
    padding-left: 16px;
}

#container, 
#header, 
#navigation, 
#content, 
#footer {
}
html {
	background: #e6e6e6 url(/css/images/bg.png) 50% 0 repeat-y;
}
body {
	margin: 0 auto;
	padding: 0;
	*padding: 0 0 0 1px;
}

ul, ol {
	margin-bottom: 1em;
	overflow: auto;
}
#container {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	background: #fff none;
	overflow: auto;
	overflow: hidden;
}
#header {
	background: transparent url(/css/images/header-bg.png) 0 0 no-repeat;
	position: relative;
	height: 138px;
	margin-bottom: -35px;
	z-index: 1000;
	/*background: yellow;*/
}
#container > #header {
	margin-bottom: -7px;
}
#logo img {

}
a#logo {
	border: none 0;
}
#content {
    clear: both;
	margin: 0 25px 0 20px;
	width: 944px;
	/*overflow:auto;*/
	position: relative;
	padding-top: 39px;
}




#navigation {
	font-size: 1.3em;
	overflow: visible;
	position: absolute;
	top: 20px;
	left: 226px;
	width: 550px;
	font-family: /*"Myriad Pro Bold", "Myriad Pro", */Arial, Verdana, Helvetica, Tahoma, sans-serif;
	background: transparent url(/css/images/vertical-divide-short.png) 0 52px  no-repeat;
}
#navigation li {
	float: left;
	list-style: none;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.02em;
	display: block;
}
#navigation li.row-one, #navigation li.row-one a {
	color: #fff;
	height: 37px;
}
#navigation li.row-one {
	margin: 0 3px 0 0;	
}
#navigation li.row-one.alpha {
	margin-left: 8px;
}
#navigation li.row-one a {
	vertical-align: middle;
	line-height: 33px;
	padding: 0 5px 0 0 ;
	display: inline-block;
}
#navigation li.row-one a span {
	padding: 0 5px 0 10px;
	cursor: pointer;
}

/*Reset for IE6, used to avoid the above class is used in row-one anchor tags*/
#navigation li.row-one.omega a {
	background: none;
	padding-right: 5px;
}
#navigation li.row-one a:hover, #navigation li.row-one.active a {
	background: transparent url(/css/images/top-row-nav-anchor.png) 100% 0 no-repeat;
	color: #064291;
	/*float: left;*/
}

#navigation li.row-one a:hover span, #navigation li.row-one.active  a span {
	background: transparent url(/css/images/top-row-nav-span.png) 0 0 no-repeat;
	color: #064291;
	height: 37px;
	display: inline-block;
	/*display: block;*/
}
/** second row styles */
#navigation li.row-two, #navigation li.row-two a {
	color: #6e7579;
	margin: 3px 0 0 0;
	background: transparent;
}
#navigation li:hover.row-two a, #navigation li.row-two.active a  {
	border-bottom: 2px solid #9fd6f1;
	color: #3f4143;
	
}
#navigation li:hover.row-two.alpha a, #navigation li.row-two.alpha.active a {
	padding-bottom: 23px;
}
#navigation li:hover.row-two.active ul li a,
#navigation li.row-two.active ul li a,
#navigation li:hover.row-two ul li a,
#navigation li.row-two ul li a{
	border: none;
	/*color: #6E7579;*/
}
#navigation li.row-two {
	background: transparent url(/css/images/vertical-divide-short.png) 100% 15px  no-repeat;
	padding: 0 16px;
	margin: 0;
}
#navigation li.row-two a {
	padding: 15px 0 6px 0;
}

#navigation li.row-two {
	height: 73px !important;
}
#navigation li.row-two.omega {
	/*padding-right: 0;*/
}
#navigation li.row-two.omega a {
	width: 54px;
	/*background: transparent url(/css/images/vertical-divide-short.png) 100% 12px no-repeat;*/
	/*padding-right: 13px;*/
}
/* widths are the width of the li minus 30px (li padding)*/
#navigation li.row-two a {
	width: 37px;

}
#navigation li.row-two .about {
	width: 37px;
}
#navigation li.row-two .membership-benefits {
	width: 49px;
}
#navigation li.row-two .training-eventsevents {
	width: 58px;
}
#navigation li.row-two .medico-legal-human-resources {
	width: 87px;
}
#navigation li.row-two .policy-and-media {
	width: 43px;
}
#navigation li.row-two .about:hover,
#navigation li.row-two .membership-benefits:hover,
#navigation li.row-two .training-eventsevents:hover,
#navigation li.row-two .medico-legal-human-resources:hover,
#navigation li.row-two .policy-and-media:hover {
	padding-bottom: 6px;
}

/** children of row two */
#navigation li.row-two ul {
	/*background-color: #fff;*/
	display: none;
	position: absolute;
	z-index: 1000;
	width: 135px;
	margin-top: 2px;
	background: url(/css/images/nav-row-two-drop-bottom.png) left bottom no-repeat;
	padding-bottom: 15px;
}
#navigation li.row-two.omega ul  {
	right: 8px;
	padding-top: 12px;
}
#navigation li.row-two ul.submenu-about {
	margin-left: -45px;
}
#navigation li.row-two ul.submenu-newsarticlesfilterpolicy+media {
	margin-left: -37px;
}

#navigation li.row-two ul.submenu-membership-benefits {
	margin-left: -36px;
}
#navigation li.row-two ul.submenu-training-eventsevents {
	margin-left: -34px;
}
#navigation li.row-two ul.submenu-medico-legal-human-resources {
	margin-left: -24px;
}
#navigation li.row-two ul.submenu-about,
#navigation li.row-two ul.submenu-newsarticlesfilterpolicymedia,
#navigation li.row-two ul.submenu-medico-legal-human-resources,
#navigation li.row-two ul.submenu-membership-benefits,
#navigation li.row-two ul.submenu-training-eventsevents{
	padding-top: 12px;
}
#navigation li.row-two ul li {
	z-index: 1000;
	padding: 0 22px;
	background: url(/css/images/nav-row-two-drop-bg.png) repeat-y;
	margin: 0;
	width: 91px;
}
#navigation li.row-two ul li.omega {
	
}
#navigation li.row-two.active ul li.omega a,
#navigation li:hover.row-two.active ul li.omega a,
#navigation li.row-two:hover ul li.omega a,
#navigation li.row-two ul li a.omega {
	border-bottom: none;
	width: 85px;
}
#navigation li.row-two.active ul li a,
#navigation li:hover.row-two.active ul li a,
#navigation li.row-two:hover ul li a,
#navigation li.row-two ul li a {
	width: 85px;
	z-index: 1000;
	padding: 9px 0;
	border-bottom: 1px solid #d2d2d2;
}
#navigation li:hover.row-two ul{
	display: block;
}
#navigation li.row-two ul:hover{
	display: block;
/*	padding: 0;
	z-index: 1000;
	padding: 0;*/
}







#navigation a {
	display: block;
	font-weight: bold;
	
	text-decoration: none;
}

#navigation a:hover {
	color: black;
}
#search {
	position: absolute;
	top: 15px;
	right: 2px;
}

#quick-member-login {
	position: absolute;
	right: 17px;
	top: 73px;
	width: 208px;
	height: 55px;
	/*background: transparent url(/css/images/vertical-divide-short.png) 0 0 no-repeat;
	padding-left: 22px;*/
}
/** home page styles*/
#main-column {
	clear: both;
}
#hero-area {
	width: 720px;
	height: 250px;
	position: relative;
	padding: 0;
}
#hero-action {
	position: absolute;
	top: 34px;
	right: 10px;
	width: 250px;
	height: 135px;
}
#main-column {
	

	
}
#main-column .section {
	float: left;
	width: 240px;
	height: auto;
	min-height: 430px;
	border-left: 1px solid #d9dadd;
}

#main-column #home-sections .all-sections {
	background: transparent url(/css/images/main-column-bg.png) 0 100% repeat-x;
	margin-bottom: 6px;
	padding-bottom: 20px;
	overflow: auto;
}

#main-column .section.alpha {
	border-left: 1px solid #d9dadd;
	width: 240px;

}
#main-column .section.omega {
	/*width: 422px;*/
	padding-right: 182px;
	border-right: 1px solid #d9dadd;
}

#main-column .section h2 {
	background: transparent url(/css/images/main-section-heading-bg.png) 0 0 no-repeat;
	color: #fff;
	font-size: 1.25em;
	font-weight: 200;
	padding: 15px 20px 0 20px;
	margin: 0;
	height: 24px;
}

#main-column .section.omega h2 {
	background: transparent url(/css/images/main-section-heading-bg.png) 100% 0 no-repeat;
}
#content #main-column .section h3 {
	vertical-align: top;
}
#content #main-column .section h3,
#content #main-column .section h3 a,
#content #right-column .section h3 {
	color: #284160;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	
}
#content #main-column .section h3 a {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-size: 0.90334em;
}
#content #main-column .section h3 a:hover {
	text-decoration: underline;
}
#content a.button {
	text-decoration: none;
}
#content a:hover.button {
	color: #fff;
}
#main-column .section .date {
	color: #284160;
	margin: 2px 0 0;

}
#main-column .section p {
	color: #504f4f;
	margin: 5px 0 0;

}
#main-column .section p a {
	margin: 0 0 0 0;

}
#main-column .section.omega h3, #main-column .section.omega p, #main-column .section.omega a, #main-column .section.omega .date  {
	margin-right: 12px;
}

#main-column .section img {
	float: left;
	clear: both;
	margin: 0 5px 5px 0;
}
#main-column .rich .date {
	margin-left: 0;
	margin-right: 0;
	white-space: nowrap;
	display: block
}
#main-column .section div {
	margin: 15px 20px 0 20px;
	overflow: auto;
}

#main-column .section div.rich {
	
	
}
#content li a.media,
#main-column .section div.rich a.media {
	display:block;
	float:left;
	overflow:auto;
	position:relative;
	text-decoration: none;
}
#content li a.media img,
#main-column .section div.rich a.media img {
	cursor: pointer;
}
#content li a.media .overlay-button,
#main-column .section div.rich a.media .overlay-button {
	background-image: url(/css/images/player.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	cursor: pointer;
	height: 65px;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 95px;
}
#content li a.media .overlay-button:hover,
#main-column .section div.rich a.media .overlay-button:hover {
	background-image: url(/css/images/player-hover.png);
}

#main-column .section-wide {

}

#main-column #home-sections {
	background: transparent url(/css/images/content-bottom-bg.png) -1px 100% no-repeat;
	overflow: hidden;
	/*border-right: 1px solid #d9dadd;*/
	margin-bottom: 6px;
	margin-right: 33px;
	z-index: 500;
	clear: both;
}

#main-column #home-sections .section div {
	border-top: 1px solid #D9DADD;
	padding-top: 15px;
}
#main-column #home-sections .section div.alpha {
	 border: none;
	 padding-top: 0;
}

/** home page styles end*/

/** content page styles */

#content-main-column {
	background: transparent url(/css/images/main-column-bg.png) 0 100% repeat-x;
	padding-bottom: 6px;
	width: 907px;
	overflow: auto;
}
#content-main-column-body {
	background: transparent url(/css/images/content-main-column-bg.png) 0 0 repeat-y;
	/*border-right: 1px solid #d9dadd;
	border-left: 1px solid #d9dadd;*/
	padding: 0 203px 0 25px;
	width: 679px;
	min-height: 562px;
}
#content-main-column-bottom {
	background: transparent url(/css/images/content-bottom-bg.png) 0 100% no-repeat;
	height: 6px;
	clear: both;
	width: 907px;
}
#contentControl {
	position:absolute;
	top:50px;
	left: 622px;
}
#section-nav, #member-nav {
	background-color: #e6e6e6;
	width: 200px;
	padding: 20px;
	
}
#section-nav {
	float: right;
	margin: 10px 0 20px 20px;
}
#member-nav {
	float: right;
	margin: 0 20px 20px 0;
}

.sponsor {
	clear: both;

}

/** content page styles end */
#left-column {
	float:left;
	padding-left: 1px;
}
#right-column {
	background: transparent url(/css/images/right-column-bottom-bg.png) 0 100% no-repeat;
	padding-bottom: 67px;
	float:right;
	margin-left:-223px;
	margin-top:-36px;
}

#right-column .section {
	clear: both;
	width: 223px;
	position: relative;
	overflow: auto;
	
}
#right-column .section  div {
	background: transparent url(/css/images/right-column-bg.png) 0 50% repeat-y;
	padding: 0 13px;
	overflow: hidden;
	padding-bottom: 30px;
}
#right-column .section  > div {
	overflow: auto;
	padding-bottom: 0;
}
#right-column .ConferenceCentre > div {
	padding-bottom: 16px;
}
#right-column .section div div {
	background: transparent none;
}

#right-column .section div a {

}
#right-column .section h2 {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	color: 	#504F4F;
	font-size: 1.25em;
	height: 24px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: transparent url(/css/images/right-colum-heading-bg.png) 0 -34px no-repeat;
}

#right-column .section.Poll {
	background: transparent url(/css/images/poll-bg.png) 100% 100% no-repeat;
	
}

#right-column .section.Poll div, #right-column .section.ImportantMessage div {
	padding-bottom: 15px;
	overflow: auto;
}

#right-column .alpha h2 {
	background: transparent url(/css/images/right-colum-heading-bg.png) 0 0 no-repeat;
}

#right-column .section .button {
	width: 90px;
}
#right-column .section  > .button {
	width: auto;
}

#footer {
	font-size: 1.1em;
	/*background: transparent url(/css/images/footer-bg.png) 0 100% no-repeat;*/
	
	width: 980px;
	padding-bottom: 70px;
	
	margin: 0 auto;
}



/** Starts with jsWindow style **/
#JsWindow {
	width:400px;
	position:absolute;
	margin:auto;
	z-index:1000;
	border:1px solid black;
	background:#fff;
}

body > #JsWindow {
	position:fixed;
	top:7%;
}

#JsWindowBar {
	overflow: auto;
}
#JsWindowBar a.close {
	background: url('/css/images/popup-X.gif') no-repeat 0 0;
	width:26px;
	height:26px;
	display:block;
	float:right;
	border: none;
	outline: none;
}
#screenOverlay {
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:.2;
}

body > #screenOverlay {
}
/* Ends jsWindown style*/

/*Starts FancyZoom style reset*/
#ShadowBox table,
#ShadowBox table td,
#ShadowBox table tbody td{
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
/*Ends Fancy Zoom style reset*/

a.fp-credit {    
   background:transparent url(/css/images/web-design-by-fatpublisher.png) no-repeat 85px 0;
   border:medium none;
   cursor:pointer;
   padding:2px 30px 12px 0;
   height: 19px;
}
a.fp-credit:hover {
    text-decoration: underline;
	 background:transparent url(/css/images/website-design-by-fatpublisher-hover.png) no-repeat 85px 0;
	
}
/*Form element width has to be set for IE6*/
#header #search form{
	width: 181px;
}
#header #quick-member-login form {
	width: 224px;
}

#main-column ul.sponsor {
	height: 33px;
	margin-top: 30px;
	overflow: auto;
}
#main-column ul.sponsor li {
	background: transparent;
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
}
#main-column ul.sponsor li a img {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

 div.director {
	/*clear: both;*/
	overflow: auto;
	margin-bottom: 30px;
}
#content-main-column-body div.board-members {
    display: inline;
}
#content-main-column-body div.board-members div.director img.director-photo {
	float: left;
	margin-right: 24px;
}
#content-main-column-body div.board-members div.director h3 {
	font-weight: 400;
	font-size: 1.2em;
	margin: 0 0 0 104px;
	padding: 0;
	text-transform: uppercase;
}
#content-main-column-body div.board-members div.director h4 {
	font-weight: 700;
	font-size: 1.2em;
	margin: 3px 0 0 104px;
	padding: 0;
}
div.director div {
	font-weight: 400;
	font-size: 1.0em;
	margin: 9px 0 0 104px;
	padding: 0;
}

#content #right-column #doctors-in-action {
	padding-top: 20px;
	padding-bottom: 20px;
}
.archives-list li {
    margin-bottom: 5px;
}
.latest-panel-wrap {
    overflow: auto;
    margin-bottom: 20px;
    padding-top: 10px;
}
.latest-panel {
    float: left;
    width: 396px;
    padding: 10px 10px 15px;
    background: #D6E7F4;
    border: 1px solid #364997;
}
.latest-panel h2 {
    padding-top: 0;
}

/* 
    Document   : sliding-door
    Created on : 06/11/2009, 12:35:51 PM
    Author     : Luke Hoggett
    Description: custom sliding door styles for AMA NSW
*/

/* sliding button styles start */
.button {
	background: transparent url(/css/images/button-sprite.png) no-repeat scroll right top;
	border: medium none;
	color: #504f4f;
	float: left;
	height: 24px;
	/*margin:2px 0 0 0;*/
	padding:0 12px 0 0;
	text-decoration:none;
	color: #fff;
	font-size: 1.4em;
	font-family: /*"Myriad Pro", Verdana, */Arial, Helvetica, Tahoma, sans-serif;
	cursor: pointer;
}
a.button {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding:0 14px 0 0;
}
a.button.logout {
	font-size: 1.2em;
}
.button span {
	background: transparent url(/css/images/button-span-sprite.png) no-repeat scroll left top;
	display: block;
	line-height: 19px;
	height: 20px;
	padding: 1px 7px 3px 14px;
	text-decoration:none;
	vertical-align: middle;

	/*margin-top: -1px;
	margin-right: -1px;*/
}
.button.blue {
	background: transparent url(/css/images/button-sprite-blue.png) no-repeat scroll right top;
}
.button.blue span {
	background: transparent url(/css/images/button-span-sprite-blue.png) no-repeat scroll left top;
}
.button:hover {
	background-position: 100% -24px;
}
.button:hover span {
	background-position: 0 -24px;
}
.button.wide {
	width: 130px;
}

.button.no-arrow {
	background: transparent url(/css/images/button-sprite-blue-no-arrow.png) no-repeat scroll right top;
	cursor: pointer;
}
.button.no-arrow:hover {
	background-position: 100% -24px;
}
.button.no-arrow span {
	font-size: 1.1em;
	padding-right: 0;
}


button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
/* sliding button styles end */

/**
 * SqueezeBox - Expandable Lightbox
 *
 * Allows to open various content as modal,
 * centered and animated box.
 *
 * @version		1.1 rc4
 *
 * @license		MIT-style license
 * @author		Harald Kirschner <mail [at] digitarald.de>
 * @copyright	Author
 */

#sbox-overlay {
	position: absolute;
	background-color: #000;
	left: 0px;
	top: 0px;
	zoom: 1;
}

#sbox-window {
	position: absolute;
	background-color: #fff;
	text-align: left;
	overflow: visible;
	padding: 0px;
	/* invalid values, but looks smoother! */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sbox-btn-close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: -15px;
	top: -15px;
	background: url(/css/admin/images/squeezeBox/closebox.png) no-repeat center;
	border: none;
}

.sbox-window-ie6 #sbox-btn-close {
	background-image: url(/css/admin/images/squeezeBox/closebox.gif);
}

.sbox-loading #sbox-content {
	background-image: url(/css/admin/images/squeezeBox/spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#sbox-content {
	clear: both;
	overflow: hidden;
	background-color: #fff;
	padding: 10px;
	margin: 0;
	/*height: 100%;
	width: 100%;*/
}
#sbox-controller {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#sbox-controller a {
	height: 100%;
	width: 40%;
	text-indent: -999em;
	display: block;
	font-size: 0;
	outline: none;
	overflow: visible;
}
#sbox-controller a.sbox-next:hover {
	background: url('/css/admin/images/squeezeBox/next.png') no-repeat right center;
}
#sbox-controller a.sbox-next{
	float: right;
	
}
#sbox-controller a.sbox-previous:hover {
	background: url('/css/admin/images/squeezeBox/prev.png') no-repeat left center;
}
#sbox-controller a.sbox-previous {
	float: left;	
}
.sbox-content-image#sbox-content {
	overflow: visible;
}

#sbox-image {
	display: block;
}

.sbox-content-image img {
	display: block;
	/*width: 100%;
	height: 100%;*/
}

.sbox-content-iframe#sbox-content {
	overflow: visible;
}

/* Hides scrollbars */
.body-overlayed {
	overflow: hidden;
}
/* Hides flash (Firefox problem) and selects (IE) */
.body-overlayed embed, .body-overlayed object, .body-overlayed select {
	visibility: hidden;
}
#sbox-window embed, #sbox-window object, #sbox-window select {
	visibility: visible;
}

/* Shadows */
.sbox-bg {
	position: absolute;
	width: 33px;
	height: 40px;
}

.sbox-bg-n {
	left: 0;
	top: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_n.png) repeat-x;
}
.sbox-bg-ne {
	right: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_ne.png) no-repeat;
}
.sbox-bg-e {
	right: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_e.png) repeat-y;
}
.sbox-bg-se {
	right: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_se.png) no-repeat;
}
.sbox-bg-s {
	left: 0;
	bottom: -40px;
	width: 100%;
	background: url(/css/admin/images/squeezeBox/bg_s.png) repeat-x;
}
.sbox-bg-sw {
	left: -33px;
	bottom: -40px;
	background: url(/css/admin/images/squeezeBox/bg_sw.png) no-repeat;
}
.sbox-bg-w {
	left: -33px;
	top: 0;
	height: 100%;
	background: url(/css/admin/images/squeezeBox/bg_w.png) repeat-y;
}
.sbox-bg-nw {
	left: -33px;
	top: -40px;
	background: url(/css/admin/images/squeezeBox/bg_nw.png) no-repeat;
}

#sbox-window .sbox-content-swf
{
	overflow: hidden;
}

#sbox-caption-wrapper {
	position: absolute;
	text-align: center;		
	bottom: -65px;
	left: 0;		
	width: 100%;
	margin: -30px auto;
	opacity: 0;
}

.sbox-caption-table {
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 0;
	font-weight: bold;
	width: auto;
	background: #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -border-radius: 3px;
    border-radius: 3px;
}

table {
}
th, td {
	/*padding: 3px;*/
}
table.sbox-caption-table tbody td {
	background: transparent;
	border-bottom: none;
        padding: 5px;
        color: #fff;
}
table.sbox-caption-table tbody tr:nth-child(odd) td {
	background: none;
}
table.sbox-caption-table tbody tr:hover td {
	background: none;
	color: inherit;
}

/**
 * default CSS for the textControl cmslib component
 * Used in conjunction with /cmslib/HTMLElements/HTMLTextControl.php and /cmslib/js/textControl.js
 */
.textModifier8 #content {font-size: 0.8em;}
.textModifier9 #content {font-size: 0.9em;}
.textModifier10 #content {font-size: 1.0em;}
.textModifier11 #content {font-size: 1.1em;}
.textModifier12 #content {font-size: 1.2em;}
.textModifier13 #content {font-size: 1.3em;}
.textModifier14 #content {font-size: 1.4em;}
.textModifier15 #content {font-size: 1.5em;}
.textModifier16 #content {font-size: 1.6em;}
.textModifier17 #content {font-size: 1.7em;}
.textModifier18 #content {font-size: 1.8em;}
.textModifier19 #content {font-size: 1.9em;}
#contentControl .decrease {background-position: 5px 1px;}
#contentControl .increase {background-position: -15px 2px;}
#contentControl .print {background-position: -34px 1px;}
#contentControl .email-this-link {background-position: -55px 1px;border-bottom: none;}
#contentControl a,
#contentControl button {
	background-image:url(/css/images/text-control.gif);
	background-repeat:no-repeat;
	font-size:0;
	height:18px;
	line-height:0;
	width:20px;
	display: block;
	
}
#contentControl a.email-this-link:hover{
	border-bottom: none;
}
#contentControl a:hover,
#contentControl button:hover {background-color: #EFEFEF;}
body ul#contentControl li {
display:block;
float:left;
line-height:0;
margin:0 0 0 1px;
padding:0;
background: none transparent;
}
#contentControl {
    /*overflow: auto;*/
}
#contentControl a span,
#contentControl button span {display:none;}

#contentControl a.email-this-link {
	padding-bottom: 0;
}

#content #right-column #doctors-in-action {
	position: relative;
}
#content #right-column #doctors-in-action a.single-image img {
	margin: 0;
	padding: 0;
}

#content #right-column #doctors-in-action-images {
	height: 114px;
	padding: 0;
	position:relative;
	width: 190px;
	z-index: 1;
}

#content #right-column #doctors-in-action-images img {
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

#content #right-column #doctors-in-action-simple-control {
	padding:0;
	position:absolute;
	right:20px;
	top:110px;
	z-index:3;
}
#content #right-column #doctors-in-action-simple-control a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 19px;
	margin-right: 4px;
	width: 19px;
	text-decoration: none;
}
#content #right-column #doctors-in-action-simple-control a.previous {
	background-image: url(/css/images/doctors-in-action-left.png);
}
#content #right-column #doctors-in-action-simple-control a.next {
	background-image: url(/css/images/doctors-in-action-right.png);
}



