/*	HTML ELEMENTS	*/

	html {
		background-color: #FFFFFF;
		font-size: medium;
		font-family: Arial, Verdana;
		color: #FFFFFF;
		margin: 0px;
		padding: 0px;
	}
	
	body {
		margin: 0px;
		padding: 0px;
		font-family: Verdana, Arial;
		color: #000000;
		width: 90%;
	}

	#page_container {
		margin: 0px !important;
		width: 100% !important;
		background-image: none;
		padding-bottom: 20px;
		padding-right: 20px;
	}

	#container_top {
		display: none;
	}
	
	#container_btm {
		display: none;
	}
	
	#content {
		background-image: url(../images/council_logo.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		width: 100%;
		padding-bottom: 0px;
		margin-left: 10px;
	}
	
	#intro {
		width: 100%;
	}
	
	#left_column {
		width: 100%;
	}
	
	#right_column {
	}
	
	#right_column h1.title {
		text-align: left;
	}
	
	#right_column h2.year {
	}
	
	#right_column h3 {
		font-weight: normal;
		text-transform: lowercase;
		margin-bottom: 2px;
		padding-bottom: 0px;
	}
	
	#right_column p {
		margin-top: 0px;
		padding-top: 0px;
	}
		
	.btn_container {
		display: none;
	}
	
	fieldset {
		border: none;
		padding: 0px 0px 10px 0px;
		margin: 20px 0px 20px 0px;
		color: #000000;
		width: 90% !important;
	}
	
	
	fieldset h2 {
		background-image: none;
		background-color: #FFFFFF;
		color: #000000;
		border-bottom: 1px solid #666666;
		padding: 3px 0px 4px 10px;
		margin: 0px 0px 0px 0px;
		font-weight: normal;
		letter-spacing: 0px;
	}
	
	fieldset h3 {
		margin: 10px;
		padding: 0px;
	}
	
	fieldset p {
		margin-left: 10px;
		margin-right: 10px;
		color: #000;
	}
	
	.sub_section {
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-left: 30px;
		width: 100% !important;
	}
	
	
	.sub_section p {
		margin: 0px !important;
		padding: 0px 10px 0px 10px !important;
	}
	
	.sub_section .field_text {
		width: 340px !important;
	}

	.sub_section .field_text_focus {
		width: 340px !important;
	}

	.sub_section .field_textarea {
		width: 330px !important;
	}

	.sub_section .field_textarea_focus {
		width: 330px !important;
	}
	
	.spaced_cell {
		padding-top: 15px;
	}
	
	.countdown_container {
		font-weight: bold;
		color: #993333;
		width: 380px;
		text-align: right;
	}
	
	label {
		color: #000000;
	}

	
	.help_note {
		float: right !important;
		font-style: italic !important;
		font-weight: bold !important;
	}

	.help_button {}

	.help {
		font-style: italic;
	}

	.help_print_ref {
		padding-top: 10px;
		font-style: italic;
		font-weight: bold;
	}

	.help_title {
		padding-top: 20px;
		margin-top: 20px;
		border-top: 1px solid #CCCCCC;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.help p {
		margin: 0px;
	}
	
	.help_top {
	}

	.help_btm {
		display: none;
	}
	
	.help_btm a {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
		padding-right: 10px;
	}
	
	.help_btm a:hover {
		color: #CCCCCC;
		text-decoration: none;
		font-weight: bold;
		padding-right: 10px;
	}
	
	.help p {
		color: #000000;
	}

	#footer {
		width: 100%;
		margin: 40px auto 0px auto;
		padding: 0px 17px 0px 17px;
		text-align: left;
		color: #FFFFFF;
		clear: both !important;
	}
	
	#footer a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #000000;
	}

	#login_error_container {
		font-weight: bold;
	}

/*	LINKS			*/
	a { color: #000000; text-decoration: none; }
	a:hover { color: #055994; }


/*	HEADINGS		*/
	h1 { font-weight: normal; color: #055994;  letter-spacing: -1px; }
	h2 { font-weight: normal; color: #055994;  letter-spacing: -1px; }
	h3 { font-weight: normal; color: #055994;  }
	h4 { }
	h5 { }
	h6 { }

	h1.title {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	
	h2.title {
		margin-top: 0px;
		padding-top: 0px;
	}

	
/*	TEXT			*/
	p {  }
	p.first_para { font-weight: bold; }




/* Navigation
-------------------------------*/



	
/*	TABLE			*/
	table { }
	td { text-align: left; vertical-align: top; }
	th { text-align: left; vertical-align: top; }


/*	FORM			*/
	label { }
	fieldset { }
	legend { }



/*	FORM ELEMENTS	*/
	.field_text_print {
		border: 1px solid #999999;
		width: 95%;
		height: 40px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_print {
		border: 1px solid #999999;
		width: 95%;
		height: 120px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_text_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_select {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
	}
	.field_select_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
	}
	.field_select_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password {
		border: 1px solid #999999;
		width: 380px;
		font-size: 11px;
		color: #999999;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_focus {
		border: 1px solid #486AA8;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_password_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_focus {
		border: 1px solid #486AA8;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_textarea_error {
		border: 1px solid #FF003C;
		background-color: #F5F4D3;
		width: 380px;
		height: 100px;
		font-size: 11px;
		color: #486AA8;
		font-family: Arial, Verdana;	
		padding: 2px 5px 2px 5px;
	}
	.field_button_white {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: left;
	}
	.field_button {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		text-align: left;
	}
	.field_button_over {
		background-color: transparent;
		border: none;
		font-size: 12px;
		font-weight: bold;
		color: #999;
		cursor: pointer;
		text-align: left;
	}

	.message_positive {
		border: 1px solid #83B65E;
		padding: 5px;
		margin: 20px 0px 10px 0px;
		color: #83B65E !important;
		font-weight: bold;
		font-size: 10px;
		width: 380px;
	}

	.message_negative {
		border: 1px solid #993333;
		padding: 5px;
		margin: 20px 20px 10px 20px;
		color: #993333 !important;
	}
	.message_negative ul {
		list-style-type: circle;
		padding-left: 15px;
		margin: 0px;
		font-weight: bold;
		font-size: 10px;
	}
	
	

/*	CMS ELEMENTS	*/
	.entry_options {
		width: 130px;
		border-top: 4px solid #B4C4D1;
		border-bottom: 1px solid #B4C4D1;
		float: right;
		font-size: 11px;
	}
	.entry_options ul {
		margin: 10px 0px 10px 20px;
		padding: 0px;
		list-style-type: circle;
	}
	.cms_table {
		width: 670px !important;
		margin-top: 10px;
		border-top: 1px solid #B3C5D2;
		border-bottom: 1px solid #B3C5D2;
	}
	.cms_table a {
	}
	.cms_table a.read_more {
		font-weight: bold;
	}
	.cms_table th {
		font-weight: normal;
		font-size: 10px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		color: #333333;
	}
	.cms_table td {
		font-size: 11px;
		text-align: left;
		vertical-align: top;
		border-bottom: 1px solid #B3C5D2;
		padding: 3px 0px 3px 0px;
	}
	.cms_table th a {
		display: inline;
	}
	.row_odd td {
		background-color: #E5E5E5;
	}
	.row_over td {
		background-color: #F8F3CC;
		cursor: pointer;
	}
	.spacer {
		clear: both !important;
	}
	.divider {
		height: 10px;
		
	}
	
	.tick_box {
		width: 15px;
		height: 15px;
		border: 1px solid #999999;
		background-color: #FFFFFF;
	}
	