* {
	padding: 0;
	margin: 0;
}

#skip {
	display: none;
}

body {
	font-family:  Helvetica, Arial, sans-serif;
/*	font-family: Helvetica Neue Light, Arial, sans-serif;*/
	font-size: 62.5%;
	margin: 0 auto;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
/*	font-family: Helvetica Neue Light, Arial, sans-serif;*/
	font-weight: normal;
	clear: both;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.75em;
}

h4 {
	font-size: 1.5em;
}

p {
	font-size: 1.3em;
	line-height: 120%;
}

#main-content p {
	margin-bottom: 10px;
}

#content h1, #content h2, #content h3, #content h4 {
	margin-bottom: 8px;
}

.heading {
	color: #059C63;
}

#content a {
/*	font-family: Helvetica Neue Medium, Arial, sans-serif;*/
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#content a:hover {
	border-bottom: 1px solid;
}


#login {
	border-top: 1px solid #CCC;
	width: 100%;
	margin: 5px 0;
	position: absolute;
}

#login ul {
	width: 90em;
	margin: 0 auto;
}

#login ul li {
	float: right;
	display: block;
}

#login ul li a {
	color: #B2B2B2;
	text-decoration: none;
	padding: 3px 5px 2px 5px;
	margin-left: 10px;
	background: #FFF;	
	border: 1px solid #CCC;
	border-top: none;
	position: relative;
	top: 2px;
}

#login ul li a:hover {
	background: #CCC;
	color: #FFF;
}

#header {
	margin: 0 auto;
	clear: both;
	width: 90em;
}

#header #logo {
	margin: 0 auto;
	float: left;
	width: 100%;
	height: 130px;
	text-indent: -9999px;
	background: transparent url(/graphics/header.png) no-repeat;
	overflow: hidden;
	margin-top: 5px;
}

#main-nav {
	width: 100%;
	background: transparent url(/graphics/nav-background.png) repeat-x bottom;
	clear: both;
	border-bottom: 1px solid yellow;
	position: relative;
	z-index: 500;
}

#main-nav ul {
	width: 90em;
	margin: 0 auto;
	height: 25px;

}

#main-nav ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	margin-right: 5px;
}

#main-nav ul li a {
	display: block;
	background: transparent url(/graphics/nav-buttons.png) no-repeat;
	overflow: hidden;
	height: 25px;
}



#articles {
	width: 69px;
}

li#articles a:link, li#articles a:visited {
	background-position: -4px -5px;
}

li#articles:hover a {
	background-position: -4px -45px;
}

#articles_page li#articles a {
	background-position: -4px -85px;
}

li#about-us {
	width: 79px;
}

li#about-us a:link, li#about-us a:visited {
	background-position: -104px -5px;
}

li#about-us:hover a {
	background-position: -104px -45px;
}

#about-us_page li#about-us a {
	background-position: -104px -85px;
}


li#contact-us {
	width: 89px;
}

li#contact-us a:link, li#contact-us a:visited {
	background-position: -204px -5px;
}

li#contact-us:hover a {
	background-position: -204px -45px;
}

#contact-us_page #contact-us a {
	background-position: -204px -85px;
}

li#join-us {
	width: 66px;
}

li#join-us a:link, li#join-us a:visited {
	background-position: -304px -5px;
}

li#join-us:hover a {
	background-position: -304px -45px;
}

#join-us_page li#join-us a {
	background-position: -304px -85px;
}

li#study-days {
	width: 91px;
}

li#study-days a:link, li#study-days a:visited {
	background-position: -404px -5px;
}

li#study-days:hover a {
	background-position: -404px -45px;
}

#study-days_page li#study-days a {
	background-position: -404px -85px;
}

li#journal {
	width: 69px;
}

li#journal a:link, li#journal a:visited {
	background-position: -504px -5px;
}

li#journal:hover a {
	background-position: -504px -45px;
}

#journal_page li#journal a {
	background-position: -504px -85px;
}

li#minutes {
	width: 72px;
}

li#minutes a:link, li#minutes a:visited {
	background-position: -604px -5px;
}

li#minutes:hover a {
	background-position: -604px -45px;
}

#minutes_page li#minutes a {
	background-position: -604px -85px;
}


li#jobs {
	width: 91px;
}

li#jobs a:link, li#jobs a:visited {
	background-position: -704px -5px;
}

li#jobs:hover a {
	background-position: -704px -45px;
}

#jobs_page li#jobs a {
	background-position: -704px -85px;
}



#main-nav dl, #main-nav dl dd, #main-nav dl dd a {
	background: none;
}

#main-nav dl {
	position: absolute;
	width: 130px;
	padding: 5px 10px 15px;
	margin: 0 -7px;
	text-indent: 0;
	background: transparent url(/graphics/drop-down.png) no-repeat;
	background-position: bottom left;
	font-size: 1.2em;
	z-index: 1000;
	display: block;
}

#main-nav dl dd a {
	width: 120px;
	padding: 4px 5px;
	margin: -2px;
	display: block;
	color: black;
	text-decoration: none;
	height: auto;
	overflow: visible;
	line-height: 15px;
}

#main-nav dl dd a:hover {
	background: #F2F2F2;
}

#content {
	position: relative;
	z-index: 1;
	width: 90em;
	margin: 0 auto;
	overflow: hidden;
}

#main-content {
	width: 55%;
	float: left;
	padding-top: 1%;
}

#secondary-content {
	width: 38%;
	padding: 10px 10px 0 10px;
	float: right;
	background: #F9F9F9;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

#secondary-content p {
	padding-bottom: 10px;
}

#footer {
	clear: both;
	width: 90em;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	color: #B2B2B2;
}


#footer ul, #footer ul li {
	list-style: none;
	margin-bottom: 10px;
	float: left;
}

#footer ul li {
	width: 30%;
	float: left;
	text-align: left;
	margin-right: 3.333%;
}

#footer li {
	font-size: 1.3em;
}

#footer li img {
	float: left;
	padding-right: 15px;
}

#footer li a, #footer li a:hover {
	border: 0;
	text-decoration: none;
	display: block;
}

#footer li:hover {
	background: #F9F9F9;
}

#footer .copy, #footer .plug {
	clear: both;
	margin-top: 10px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#footer a:hover {
	border-bottom: 1px solid;
}


#footer a.img, #footer a img {
	border: none;
}

#images {
	float: right;
	width: 40%;
	text-align: right;
}

#images img {
	clear: both;
	max-width: 100%;
}


.error {
	border: 2px solid red;
	padding: 2px;
}

#minutes_page table, #journal_page table {
	width: 100%;
	margin: 10px 0;
}

#minutes_page .filename, #journal_page .filename {
	width: 50%;
}

table {
	font-size: 1.3em;
}

.word {
	background: transparent url(/graphics/word.png) no-repeat;
	padding: 3px 0 3px 22px;
}

.pdf {
	background: transparent url(/graphics/pdf.png) no-repeat;
	padding: 3px 0 3px 24px;
}

.word, .pdf {
	background-position: top left;
	float: left;
}

table {
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}

#journal_page table td, #minutes_page table td {
	padding: 0 5px;
}

#minutes_page table tr, #minutes_page table tr {
	height: 24px;
}

table tr.even {
	background: #F2F2F2;
}

table tr.odd {
	background: #FFF;
}


/***** 'Contact Us' Page *****/
#contact-us_page .contactee {
	width: 100%;
	float: left;
}

#contact-us_page .contactee .image {
	width: 17%;
	float: left;
	background: #F9F9F9;
	border: 1px solid #F2F2F2;
	margin-right: 3%;
	padding: 2px;
	text-align: center;
}

.contactee img {
	max-height: 60px;
}

#contact-us_page .contactee .details {
	float: left;
	width: 78%;
}

#contact-us_page .contact_form {
	clear: both;
}

#main-content ul li {
	font-size: 1.3em;
	line-height: 120%;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: none;
}

#main-content ul li li {
	font-size: 1em;

}



#admin_page table {
	width: 100%;
	float: left;
	
}


#admin_page td {
	padding: 5px 0 5px 5px;
}

#admin_page .name {
	width: 33%;
}

#admin_page .username {
	width: 30%;
}

#admin_page .expiry_date {
	width: 15%;
}

#admin_page .edit {
	width: 7%;
}

#admin_page .delete {
	width: 10%;
}



#jobs_page {
	
}

#jobs-index {
	width: 100%;
}

#jobs-index .location {
	width: 16%;
}

#jobs-index .job-info {
	width: 56%;
}

#jobs-index a {
	font-weight: bold;
	clear: both;
	color: #059C63;
}

#jobs-index .company {
	clear: both;
	display: block;
	margin-top: 3px;
}

#jobs-index .job-term {
	width: 16%;
}

#jobs-index tr td {
	padding: 2%;
	border-bottom: 1px solid #F2F2F2;
}

/* This is CSS3 - it won't work for all browsers! */
#jobs-index tr:nth-child(odd) {
	background: #F9F9F9;
}

#jobs-index tr {
	background: #FCFCFC;
}

#jobs_page #info-box {
	background: #F9F9F9;
	border: 1px solid #F2F2F2;
	width: 75%;
	clear: both;
	float: left;
	padding: 2%;
	margin-bottom: 2%;
}

#jobs_page table {
	padding: 0;
	margin: 0;
}

#jobs_page p {
	clear: both;
}

#jobs_page #info-box .title {
	font-weight: bold;
	text-align: right;
	width: 33%;
}

#jobs_page #info-box .content {
	width: 66%;
}

#jobs_page #info-box .title, #jobs_page #info-box .content {
	padding: 1% 4%;
}

#jobs_page #main-content .sales-text {
	margin-top: 1em;
	padding-top: 1em;
	float: left;
	border-top: 1px solid #F2F2F2;
}