body {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#partner {
	display: none;
}

.greentext {
	color: #B5BF0B;
	font-weight: bold;
}

/*
#index {
	padding-left: 30px;
}
*/

#page {
	text-align: left;
	margin: 0px auto;
	width: 780px;		
}

#header {
	float: left;
}

#content {
	width: 500px;
	float: left;
	padding-left: 20px; 	
}

#content p {
	padding: 0px 0px 8px 0px;
	margin: 0.5em 0;
	line-height: 1.5em;
}

ul, ol {	
	padding: 0;
	margin: 7px 0 7px 35px;	
}

#content ul li {
	line-height: 1.8em;
	list-style-image:url('http://www.rotary9780conference.com.au/images/dot_point_image.gif');
}

blockquote {
	border: 1px dotted #C6CF26;
	background: #ECEFB3; 
	padding: 0 10px;
	margin: 0;
}

a:link,
a:visited {
	color: #969F00;
	text-decoration: none;
}

a img {
	border: 0;	
}

a:hover {
	text-decoration: underline;	
}

#content a:link,
#content a:visited {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;	
}

#content th {
	text-align: left;
	vertical-align: top;
}

#content ol.alpha {
	list-style-type: lower-alpha;	
}

#content ol.roman {
	list-style-type: lower-roman;	
}

#content ul.bullet1 {
	list-style-type: disc;	
}

#content ul.bullet2 {
	list-style-type: circle;
}

#content ul.bullet3 {
	list-style-type: square;	
}

#footer,
#footer a:link,
#footer a:visited {
	font-family: arial;
	color: #000;
	font-size: 11px;
	text-align: right;
	
}

#footer {
	margin: 0px auto;
	padding-bottom: 30px;
	width: 780px;
}


h1, h2, h3, h4, h5, h6  {
	font-family: arial;
}
	
h1 {
	color: #d09878;
	font-size: 21px;
	font-weight: bold;
	margin: 0.5em 0 0.5em;
	padding: 0;
}

h2 {
	color: #B6BF17;	
	font-size: 18px;
	font-weight: normal;
	margin: 1em 0 0.5em;
	padding: 0;
}

h3 {
	color: #d09878;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 20px 0 2px;
	border-bottom: 1px dashed #d09878;
}

h4 {
	color: #B6BF17;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 20px 0 2px;
	border-bottom: 1px dashed #B6BF17;
}

h5 {
	color: #d09878;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;	
}

h6 {
	color: #B6BF17;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;	
}

hr {
	border-top: 1px dashed #d09878;
	color: #FFF;
	height: 1px;	
	margin: 4px 0px;
	padding: 0;
}

td {
	vertical-align: top;
}

#content table.styled {
	border: 1px solid #C6CF26;
	border-collapse: collapse;
	width: 450px;	
}

#content table.styled p{
	padding: 0;
	margin: 0;
}
 
#content table.styled th {
	background: #C6CF26;
	border: 1px dotted #C6CF26!important;
	line-height: 1.2em;
	font-size: 12px;
	padding: 4px;
	color: #FFF;
	text-align: left;
}

#content table.styled td {
	border: 1px dotted #C6CF26;
	padding: 2px 4px;	
}

#content table.styled td,
#content table.styled td a:link,
#content table.styled td a:visited {
	font-size: 11px;
	vertical-align: top;
}

#menu {
	float: right;
	align: right;
	text-align: right;
	font-weight: normal;
	font-size: 14px;
}	

#menu ul {
	list-style-type: none;
	list-image-type: none;
}

#menu ul li {
	list-style-type: none;
	list-image-type: none;	
	line-height: 1.8em;
	margin:0;
	padding:0;
}

#menu a:link,
#menu a:visited {
	color: #000;
	text-decoration: none;
	font-family: arial;
}

#menu a:hover {
	color: #969F00;
}

#menu a.current:link,
#menu a.current:visited {
	color: #969F00;
}

#submenu ul {
	margin: 0;
	padding-bottom: 3px;
}

#submenu ul li {
	display: block;
	width: 200px;
	padding: 0;
	line-height: 1.4em;
}

#submenu a:link,
#submenu a:visited {
	color: #BB8432;
	font-size: 12px; 		
}

#submenu a.current:link,
#submenu a.current:visited {
	color: #BB8432;
	font-weight: normal;
	border-bottom: 1px dotted #BB8432; 
}

#submenu a:hover {
	border-bottom: 1px dotted #BB8432;
}

#sub_sub_menu ul {
	margin: 0;
	padding: 0;
}

#sub_sub_menu ul li {
	display: block;
	width: 200px;
	padding: 0;
}

#sub_sub_menu a:link,
#sub_sub_menu a:visited {
	font-style: normal;
	font-size: 11px;		
	color: #969F00;	
	font-style: italic;
}

#sub_sub_menu a:hover {
	text-decoration: underline;
	border: 0;
}

#sub_sub_menu a.current:link,
#sub_sub_menu a.current:visited {
	font-weight: bold;
	color: #969F00;
	border: 0;
}

.alt_bg {
	background: #ebf1f6;	
}

#feedback p {
	line-height: 2em;	
}

#feedback label {
	display: inline-block;
	vertical-align: top;
	width: 125px;	
}

#feedback .textbox,
#feedback textarea {
	border: 1px dashed #000;	
}

#print {
	display: none;	
}

span.nowrap {
	white-space: nowrap;	
}

#feedback label {
	display: inline-block;
	vertical-align: top;
	padding: 4px 0;
	min-width: 170px;
}

#feedback textarea {
	border: 1px solid #CCC;
	border: none;
	background: url('http://www.rotary9780conference.com.au/images/textarea_bg.jpg') repeat top left;
	line-height: 18px;
}

#feedback .textarea {
	display: none;	
}

#feedback input[type="text"] {
	border: 0;
	border-bottom: 1px solid #CCC;
	line-height: 18px;
	width: 200px;
}

#feedback legend {
	color: #858585;
	font-size: 11px;
	font-style: italic;
}

#feedback fieldset {
	padding: 20px;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #C5CF19;
	color: #FFF;
	font-family: "Arial", serif;
	padding: 3px;
	cursor: pointer;
	align: right;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #d09878;
}

* html label {
	padding-right: 30px!important;
}

.success_div,
.message_div,
.error_div {
	margin: 0 auto;
	text-align: center;	
	width: 400px;		
}

.success_div {
	color: #FFF;
	padding: 4px;
}

.message_div {
	background: #F2FFBF;
	border: 1px solid #444444;
	padding: 4px;
	margin-bottom: 20px;
}

.message_div ul {
	margin: 10px;
	text-align: left;	
}

.error_div {
	border: 1px dotted #d09878;
	background: #FFF5EF;
	margin-bottom: 10px;	
}

.error_div h4 {	
	font-size: 14px;
	margin: 0;
	padding: 4px;
	border: 0;
	color: #d09878;
}

.error_div ul {
	margin-left: 20px;
	padding: 4px;
	text-align: left;
}

