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

html {
	overflow-y: scroll;
}

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

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

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

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

abbr, acronym {
	border: 0;
}

/* defaults for regular html */

body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #959595;
	background: #fff url(../images/background.jpg) top center no-repeat;
}

body.page {
	background: #fff url(../images/background.png) top center no-repeat;
}

body.page2 {
	background: #fff url(../images/background2.jpg) top center no-repeat;
}

body.page3 {
	background: #fff url(../images/background3.jpg) top center no-repeat;
}

body#popup {
	background: #fff;
	text-align: left;
}

body#print {
	background: #fff;
	text-align: left;
}

h1 {
	font-size: 16pt;
	margin: 0 0 0.66em 0;
}

h2 {
	font-size: 13pt;
	margin: 0.66em 0;
}

h3 {
	font-size: 10pt;
	margin: 0.66em 0;
}

h4 {
	font-size: 10pt;
	margin: 0.66em 0;
}

p {
	margin: 0.66em 0;
	line-height: 140%;
}

a:link {
	text-decoration: underline;
	color: #8c8c8c;
}

a:visited {
	text-decoration: underline;
	color: #8c8c8c;
}

a:active {
	text-decoration: underline;
	color: #8c8c8c;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 8px 0 8px 16px;
	padding: 0;
}

code {
	font-family: courier, monospace;
	background: #222;
	color: #0c0;
	line-height: 120%;
	padding: 4px;
	display: block;
	margin: 8px 0;
}

form {
	margin: 0;
	padding: 0;
}

/* moz prevent border around flash */
object { 
	outline: none;
}

/* for clearing floating divs */
.clear {
	clear: both;
}

/* custom inline styles */

.alert {
	color: #c00;
}

.hilite {
	background: #ff6;
}

/* template structure */

#background {
}

#structure {
	margin: auto;
	width: 960px;
}

#structure.page {
	margin: auto;
	width: 960px;
	min-height: 750px;
	height: auto !important;/* IE6 */
	height: 750px;/* IE6 */	
}

#structure-sidebar {
	display: inline;
	width: 314px;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 615px;
	height: auto !important;/* IE6 */
	height: 615px;/* IE6 */
	
}

#structure-sidebar #logo-site {
	display: block;
	width: 250px;
	height: 135px;
	padding: 15px 0 0 75px;
	margin: 0
}

#structure-sidebar #members-sidebar {
	display: block;
	width: 231px;
	height: 58px;
	padding: 0;
	margin: 0 0 0 63px;
	background: url(../images/members.png) top left no-repeat;	
}

#structure-sidebar #members-sidebar span {
	display: none;
}

#structure-sidebar #members-sidebar-page {
	display: block;
	width: 121px;
	height: 18px;
	padding: 152px 0 0 110px;
	margin: 0 0 0 63px;
	background: url(../images/members-page.png) top left no-repeat;	
}

#structure-sidebar #members-sidebar-page a {
	display: block;
	width: 97px;
	height: 13px;
	padding: 0;
	margin: 0;
}


#structure-sidebar #members-sidebar-page a span {
	display: none;
}


#structure-content {
	display: inline;
	width: 646px;
	float: right;
	margin: 0;
	padding: 0;
}

#content {
	padding: 0;
	margin: 0;
	min-height: 456px;
	height: auto !important;/* IE6 */
	height: 456px;/* IE6 */
}

/* footer */


#footer-wrap {
	margin: 0;
	padding: 0;
}

#footer {
	width: 960px;
	height: 175px;
	margin: auto;
	background: url(../images/footer.jpg) top left no-repeat;
}

#footer.page {
	background: url(../images/footer-page.jpg) top left no-repeat;	
}

#footer #footer-information {
	width: 370px;
	height:140px;
	display: inline;
	float: left;
}


#footer #footer-information #footer-information-text {
	font-size: 9pt;
	position: relative;
	width: 300px;
	height:80px;
	top:55px;
	left:55px;
	color: #000;
}

#footer #footer-information #footer-information-text a {
	color: #000;
	text-decoration: none;
}

#footer #footer-information #footer-information-text a:hover {
	color: #000;
	text-decoration: underline;
}

#footer #footer-boxes {
	width: 560px;
	height:167px;
	display: inline;
	float: left;
}

#footer #footer-boxes a#footer-boxes-left {
	width: 280px;
	height:110px;
	position: relative;
	display: block;
	top:35px;
	left: 268px;
}

#footer #footer-boxes a#footer-boxes-right {
	width: 280px;
	height:110px;
	position: relative;
	display: block;
	top:-73px;
	left: -23px;
}


#footer #footer-boxes span {
	display: none;
}

/* web-app UI elements */

#controller {
	margin: 0 auto 4px auto;
	background: #ddd;
	color: #000;
	-moz-border-radius: 4px;
	padding: 2px;
}

#controller table {
	height: 32px;
	width: 100%;
}

#controller td {
	vertical-align: middle;
	padding: 2px;
}

#controller h1 {
	color: #000;
	margin: 2px 0 0;
	font-size: 10pt;
}

#controller a {
	color: #000;
}

#controller input {
	padding: 2px;
}

#controller button {
	padding: 2px;
}


#selector {
	background: #eee;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 2px;
}

#selector h1 {
	font-size: 10pt;
}

#selector a {
}


#selector table {
	width: 100%;
	height: 32px;
}

#selector table td {
	padding: 2px;
}

#selector select {
	padding: 4px;
}

#selector input {
	padding: 4px;
}

#selector input[type=submit] {
	padding: 2px;
}

#selector input[type=button] {
	padding: 2px;
}

/* dataset */

.dataset {
	margin: 8px 0 16px 0;
}

.dataset table {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
}

.dataset table td {
	vertical-align: middle;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}

.dataset table td a {
}

.dataset table td.dataset-numeric {
	text-align: right;
}

.dataset thead td {
	border-bottom: 2px solid #999;
	font-weight: bold;
}

.dataset tfoot td {
	border-top: 1px solid #999;
}

/* formbox */

/* formbox common */

#sendEmail {
	margin: 0;
	padding: 0 0 0 10px;
	display: block;
	width: 572px;
	color: #000;
}

.formbox ul.forms {
	padding: 0;	
	width: 560px;
}

.formbox .forms li {
	padding: 4px;
	width: 560px;
}

.formbox .forms li select {
	border: 1px #000 solid;
	margin: 0 4px 0 0;
}

.formbox .forms li span.error {
	padding: 4px;
	color: red;
	font-weight: bold;
}

.formbox .forms li input {
	margin-left: 40px;
	border: 1px #000 solid;
	height: 16px;
	padding: 4px;
}


.formbox .forms li input#name {
	margin-left: 57px;
	width: 200px;
}


.formbox .forms li input#surname {
	margin-left: 58px;
	width: 200px;
}

.formbox .forms li input#phonehome {
	margin-left: 52px;
	width: 200px;
}

.formbox .forms li input#phonework {
	margin-left: 57px;
	width: 200px;
}


.formbox .forms li input#mobile {
	margin-left: 81px;
	width: 200px;
}


.formbox .forms li input#email {
	margin-left: 88px;
	width: 200px;
}

.formbox .forms li select#dateDay {
	margin-left: 43px;
}

.formbox .forms li input#address {
	margin-left: 53px;
	width: 200px;
}

.formbox .forms li input#postcode {
	margin-left: 75px;
	width: 200px;
}

.formbox .forms li select#state{
	margin-left: 100px;
	width: 90px;
}

.formbox .forms li textarea {
	margin: 10px 0 0 0;
	border: 1px #000 solid;
	height: 100px;
	width: 334px;
	padding: 4px;
}



/* formbox table */

.formbox table {
	width: 100%;
}

.formbox table tr td {
	vertical-align: top;
	padding: 4px;
}

.formbox table td:first-child {
	width: 200px;
}

.formbox table td p {
	padding: 4px 0;
}

/* multiple option ul */

.formbox table tr td ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.formbox table tr td ul li {
	margin: 4px 0;
	padding: 0;
}

.formbox table tr td ul li input {
	float: left;
	margin-top: 6px;
}

.formbox table tr td ul li label {
	display: inline;
	font-weight: normal;
}
