/* One column */

#one-block #block1 {
	display: none;
}
#one-block #block2 {
	float: left;
	width: 737px;			/* Width - (left + right padding) */
	padding: 20px;
}
#one-block #block3 {
	display: none;
}


/* Two columns */

#two-blocks #content {
}
#two-blocks #block1 {
	float: left;
	padding: 0px;
	width: 160px;			/* Width - (left + right padding) */
	margin-right: 0px;
	margin-left: 7px;
}
#two-blocks #block2 {
	float: left;
	width: 580px;			/* Width - (left + right padding) */
	padding: 10px 6px 20px 10px;
}
#two-blocks #block3 {
	display: none;
}


/* Three columns */

#three-blocks #content {
}
#three-blocks #block1 {
	float: left;
	padding: 0px;
	width: 160px;			/* Width - (left + right padding) */
	margin-right: 0px;
	margin-left: 7px;
}
#three-blocks #block2 {
	float: left;
	width: 405px;			/* Width - (left + right padding) */
	padding: 10px 6px 20px 10px;
}
#three-blocks #block3 {
	float: left;
	padding: 0px;
	width: 182px;
}



/* CSS
----------------------------------------------------------------------------- */

body {
	text-align: center;		/* Fix to centre page in IE */
	background-image: url(../nav/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #F4F8FB;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #046866;
	text-decoration: underline;
}
a:hover {
	color: #004742;
	text-decoration: none;
}
#homeintro {
	height: 105px;
}
a.infolinks {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 11px;
	background-image: url(../nav/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
a.infolinks:hover {
	color: #9C420E;
	text-decoration: none;
}
h1 {
	font-weight: lighter;
	font-size: 17px;
	color: #004742;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
h2 {
	font-weight: lighter;
	font-size: 14px;
	color: #005854;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
	color: #A6511A;
}
h4 {
	font-weight: normal;
	font-size: 11px;
	color: #A6511A;
}

p {
	margin-bottom: 1em;
}

ul {
	margin: 0px;
	margin-left: 15px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../nav/bullet.gif);
}

input {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 14px;
	color: #004742;
	font-size: 9px;
	padding-left: 5px;
	padding-top: 5px;
}

#page {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs to be reduced by the widths of the borders */
							   
	margin: 0px auto;		/* Centre this div */
	text-align: left;		/* Uncentre content from fix to centre page in IE */
	background-image: url(../nav/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	width: 757px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 10px 0px 10px 20px;
	background-image: url(../nav/headers/head_2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #F4F8FB;
	height: 190px;
}
#header #logo {
	float: left;
	width: 292px;
	margin-top: 65px;
}
#content {
	width: 777px;			/* Maximum width to fit 800 x 600 px screen */
							/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
							   
	overflow: hidden;
}

.clear-both{
	clear:both;
}



#footer {
	clear: both;
	width: 747px;			/* Maximum width to fit 800 x 600 px screen */
	/* If you need borders then the page width needs
							   to be reduced by the widths of the borders */
	overflow: hidden;
	padding: 16px 20px 10px 10px;
	background-color: #F4F8FB;
	background-image: url(../nav/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 66px;
	font-size: 11px;
}
#footer #footleft {
	width: 134px;
	margin-right: 0px;
	padding-left: 22px;
	float: left;
}
#footer #footmiddle {
	color: #FFFFFF;
	margin-left: 0px;
	width: 420px;
	text-align: center;
	padding-top: 4px;
	float: left;
}
#footer #footmiddle a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footmiddle a:hover {
	text-decoration: none;
}
#footer #footmiddle strong {
	color: #331F00;
}
#footer #footerright {
	float: left;
	width: 170px;
	text-align: center;
}
#footer #footbottom {
	clear: both;
	padding-top: 20px;
	color: #A85F19;
}
#footer #footbottom a {
	float: right;
	margin-right: 10px;
}
.accessibility {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.accessibility hr {
	width: 100px;		/* Fixes a display issue in IE */
}

table th {
	text-align: left;
	padding: 5px 0px;
}
table td {
	padding: 5px 0px;
	text-align: left;
}
table td.centre {
	text-align: center;
}
table td.right {
	text-align: right;
}

#basket-table {
	background-color: #EBF2F5;
	width: 100%;
}
#basket-table th {
	padding: 8px;
	background-color: #ACC9C7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #005854;
}
#basket-table td {
	padding: 8px;
	vertical-align: top;
}
#basket-table td.right {
	text-align: right;
}
#basket-table td.center {
	text-align: center;
}
#basket-table td.remove a:link {
	color: #CB090A;
	text-decoration: none;
}
.pixels-11 td {
	font-size: 12px;
}
.pixels-12 td {
	font-size: 13px;
}
.pixels-13 td {
	font-size: 14px;
}
.pixels-14 td {
	font-size: 15px;
}

.info-panel {
	background-color: #F9FDFF;
	border: 1px solid #97BBB7;
	padding: 7px;
	margin-bottom: 20px;
}



/* Tabs Menu CSS
----------------------------------------------------------------------------- */

#tabs {
	float: left;
	height: 32px;
	font-size: 12px;
	font-weight: lighter;
	padding-left: 2px;
}
#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#tabs li {
	float: left;
	margin-right: 0px;
	background-image: url(../nav/tabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#tabs a {
	display: block;					/* Enable padding on links so the whole tab is clickable. */
	padding: 10px 12px;
	text-decoration: none;
	width: auto;						/* Fixed for IE 5 mac. */
	/* Hides from IE 5 Mac */
	/* \*/
	width: auto;					/* Corrected from IE 5 mac fix. */
	/* */
	
	text-align: center;
	background-image: url(../nav/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #E6DAD0;
}
#tabs a:link, #menu a:visited {
	color: #E6DAD0;
}
#tabs a:hover {
	color: #FFFFFF;
}
#tabs .selected {
	background-image: url(../nav/selectedtabright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#tabs .selected a {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}
#tabs .selected a:hover {
	background-image: url(../nav/selectedtableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #004742;
}

/* Search form CSS
----------------------------------------------------------------------------- */

.searchform label {
	display: none;
	/* Hides from IE 5 Mac */
	/* \*/
	display: inline;
	position: absolute;
	left: -999em;
	/* */
}
.searchform input {
	background-color: #E9E9E9;
	width: 90px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 17px;
	color: #004742;
	margin: 0px;
	padding-right: 0px;
	font-size: 9px;
	padding-top: 3px;
	padding-left: 5px;
}
.searchform img {
	margin-left: -3px;
}
.searchform .go {
	background-color: #CCCCCC;
	background-image: url(../nav/go_button.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 30px;
}
#search {
	height: 74px;
	background-color: #D2E2E4;
	background-image: url(../nav/search_head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-top: 4px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
}
#search h2 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 22px;
	padding-bottom: 14px;
	padding-top: 5px;
}

/* Menu CSS
----------------------------------------------------------------------------- */

#menu {
	width: 160px;
	padding-top: 5px;
	background-image: url(../nav/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
#menuads {
	padding: 10px 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
#menuads-caption a {
	padding: 0;
	margin: 0 5px 0 5px;
	font-size: 10px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 0px solid #000000;
	list-style-image: none;
}
#menu ul li {
	border-bottom: solid 1px #ACC9C7;
}
#menu ul li a {
	display: block;					/* Enable padding on links so the whole button is clickable. */
	padding: 10px;
	text-decoration: none;
	width: auto;					/* Needs a width to make the whole button clickable for IE */
}
#menu ul li a:link, #menu ul li a:visited {
	background-color: #98BCBC;
	color: #004742;
}
#menu ul li a:hover {
	background-color: #74A1A1;
	color: #FFFFFF;
}

#menu ul li a.selected  {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu ul li a.selected:link, #menu ul li a.selected:visited {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu ul li a.selected:hover {
	font-weight: bold;
	color: #004742;
	background-image: url(../nav/open_arrow.gif);
	background-repeat: no-repeat;
	background-position: 140px center;
	background-color: #74A1A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}







/* Sub menu
----------------------------------------------------------------------------- */

#menu ul li ul {
	border-top: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu ul li ul li {
	margin: 0;
	padding: 0;
	border-top: 0px solid #ACC9C7;
	border-bottom: none;
}
#menu ul li ul a {
	padding: 10px 10px 10px 12px;
	margin: 0;
	width: 138px;
	background-image: url(../nav/menu_divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#menu ul li ul li a.selectedsub:link, #menu ul li ul li a.selectedsub:visited {
	color: #237E7C;
	font-weight: bold;

}
#menu ul li ul a:link, #menu ul li ul a:visited {
	background-color: #D3E2E5;
	color: #666666;
	font-size: 11px;
}
#menu ul li ul a:hover {
	color: #004742;
}


/* Sub Sub menu
----------------------------------------------------------------------------- */
#rightnav {
	margin-top: 10px;
	margin-left: 8px;
	font-size: 11px;
	background-color: #EBF2F5;
	padding: 10px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #236B6E;
	color: #004742;
}
#rightnav strong {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #98BCBC;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-weight: bolder;
}

#rightnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-image: none;

}

#rightnav ul li {
	padding: 0px;
	margin: 0px;

}
#rightnav a {
	display: block;
	padding-top: 6px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 140px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3E2E5;
	color: #AE6119;
	background-image: url(../nav/page_text.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#rightnav ul li a.selectedsubsub {
	color: #237E7C;
	text-decoration: none;

}

/* Design specific CSS
============================================================================= */
#breadcrumb {
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
	color: #AE6119;
	margin-bottom: 20px;
}
#breadcrumb a {
	color: #005954;
	text-decoration: underline;
}
#breadcrumb a:hover {
	color: #387f78;
	text-decoration: none;
}


#standardpage-content {
	padding-bottom: 10px;
}
ul.nobullet-list {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
}


#standardpage-content .intropara {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBF2F5;
	margin-bottom: 20px;
}
#standardpage-content .infoheading {
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #005854;
}
#right_images {
	float: right;
	margin: 10px 0 20px 20px;
	padding-top: 0px;
	width: 150px;
}
#right_images a img {
	margin-top: 0px;
	border: 1px solid #D3E2E5;
	padding: 1px;
}
#right_images a:hover img {
	border: 1px solid #A6511A;
}
#right_images .caption {
	font-size: 0.8em;
	text-align: right;
}



#right_images .caption a {
	border-bottom: 1px dotted #C6D1E9;
}

.download_box {
	clear: right;
	background-color: #F9FCFF;
	border: 1px solid #98BCBC;
	padding: 10px 0 10px 0;
	margin: 20px 0 20px 0;	
}
.download_box p {
	font-weight: normal;
	color: #AE6119;
	padding: 0;
	margin: 0 0 10px 15px;	
}
.download_box ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 15px;
}
.download_box ul li {
	list-style: none;
	padding-bottom: 5px;
}
.download_box ul li a {
	text-decoration: none;
	font-size: 11px;
	border: none;	
}
.download_box ul li img {
	vertical-align: bottom;
	padding-right: 5px;	
}
.download_box #file-download-table {
	border-collapse: collapse;
	margin-left: 15px;
}

#file-download-table {
	border-collapse: collapse;
	margin-left: 5px;
}
#file-download-table tr td {
	padding: 0 10px 10px 0;
	vertical-align: top;
	line-height: 1.5em;
}
#file-download-table tr td img {
	vertical-align: middle;
}

/*** home page ***/

#homeintro {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
}
#homeconference {
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
}
#homeconference a img {
	margin-bottom: 10px;
	border: 1px solid #F0EBE5;
	background-color: #ffffff;
	padding: 1px;
}
#homeconference a:hover img {
	margin-bottom: 10px;
	border: 1px solid #74A1A1;
	background-color: #ffffff;
	padding: 1px;
}#homenews {
	float: left;
	background-image: url(../nav/news_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBF2F5;
	width: 178px;
	height: 225px;
	padding: 10px;
	font-size: 11px;
}
#homenews .newsitem {
	font-size: 11px;
	color: #AE6119;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7DAEA;
}
#homenews .newsitem a {
	color: #263E6E;
	text-decoration: underline;
}
#homenews .newsitem a:hover {
	text-decoration: none;
}
#homenews h3 {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#homemotm {
	float: left;
	background-image: url(../nav/membersofmonth_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AFCAE2;
	width: 198px;
	height: 225px;
	margin-left: 8px;
	font-size: 11px;
	padding: 10px 0px;
}
#homemotm #motmitem {
	font-size: 11px;
	color: #392819;
	margin-bottom: 0px;
	padding: 10px;
}
#homemotm #motmitem strong {
	color: #AE6119;
}
#homemotm #motmitem a {
	color: #046866;
	text-decoration: underline;
}
#homemotm #motmitem a:hover {
	text-decoration: none;
}
#homemotm h3 {
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 0px;
	padding-left: 25px;
	padding-bottom: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/**** Poll styles ****/

#poll-results img.percentImage {
	background: white url(../nav/percent_image_back.png) top left no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	background-position: 1px 0;
}
#poll-results p {
	padding: 0;
	margin: 0 0 5px 0;
	color: #735032;
}

/* member login
----------------------------------------------------------------------------- */

#memberlogin {
	background-image: url(../nav/login_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AFCAE2;
	width: 174px;
	height: 145px;
	margin-left: 8px;
	font-size: 11px;
	padding: 10px 0px 10px;
}
#memberlogin input {
	margin-bottom: 4px;
}
#memberlogin #loginform {
	font-size: 11px;
	color: #392819;
	margin-bottom: 0px;
	padding: 10px 0px 10px 14px;
	width: 145px;
}
#memberlogin #loginform strong {
	font-size: 10px;
	color: #23517F;
	padding-right: 20px;
}
#memberlogin #loginform a {
	color: #046866;
	text-decoration: underline;
	float: right;
}
#memberlogin #loginform a:hover {
	text-decoration: none;
}
#memberlogin #loggedform {
	font-size: 11px;
	color: #392819;
	margin-bottom: 0px;
	padding: 10px 0px 10px 10px;
	width: 145px;
}
#memberlogin #loggedform p {
	margin: 3px 0 ;
	font-size: 9px;
	color: #23517F;	
}
#memberlogin #loggedform strong {
	font-size: 10px;
	color: #23517F;
	padding-right: 20px;
}
#memberlogin #loggedform a {
	color: #046866;
	text-decoration: underline;
}
#memberlogin #loggedform a:hover {
	text-decoration: none;
}
#memberlogin #loggedform .button {
	margin: 10px 0 5px 0;
	padding-top: 9px;
	text-align: center;
	border-top: 1px solid #D3E2E5;
}
#memberlogin h3 {
	font-size: 11px;
	font-weight: bolder;
	color: #E9e9e9;
	padding-top: 0px;
	padding-left: 28px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Inpage basket
----------------------------------------------------------------------------- */

#inpage-basket {
	background-image: url(../nav/basket_head.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #D3E2E5;
	width: 174px;
	margin: 5px 0 0 8px;
	font-size: 10px;
	padding: 10px 0px 10px;
}
#inpage-basket p {
	padding-left: 14px;
	font-weight: bold;
}
#inpage-basket p a {
	font-weight: normal;
}
#inpage-basket h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #E9e9e9;
	padding: 0 0 10px 28px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* login form CSS
----------------------------------------------------------------------------- */

.loginform label {
	font-weight: bold;	/* */
	text-align: left;
	font-size: 10px;
	color: #004742;
	padding-left: 1px;
}
.loginform input {
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	height: 14px;
	color: #004742;
	width: 140px;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
.loginform .loginbutton {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 24px;
	width: 50px;
	margin: 0px;
	padding: 0px;
	float: right;
}
.searchform .go {
	background-color: #D2E2E4;
	background-image: url(../nav/go_button.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	width: 34px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#homeconferencetext {
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 8px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DAD0;
}
#homeconferencetext strong {
	color: #184A7B;
}
#homeconferencetext h2 {
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#homeconferencetext a {
	font-weight: bold;
	color: #AE6119;
	text-decoration: none;
	padding-right: 10px;
	font-size: 11px;
	background-image: url(../nav/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
}
#homeconferencetext a:hover {
	color: #9C420E;
	text-decoration: none;
}
#homepoll {
	margin-top: 10px;
	margin-left: 8px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #236B6E;
	color: #236B6E;
	width: 174px;
}
#homepoll #pollanswers {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6DAD0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #735032;
}

#homepoll #pollanswers input {
	border: 0px;
	height: 14px;
	background-color: #fff;
	margin: 0 5px 0 0;
	padding: 0;
}
#homepoll #pollanswers input.submit {
	height: 24px;
}
#homepoll #pollanswers img {
	float: none;
}
#homepoll #pollanswers table {
	width: 170px;
}
#homepoll #pollanswers table td {
	vertical-align: top;
}
.seriffontgreen {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #236B6E;
	font-weight: bold;
}
.seriffontbrown {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AE6119;
	font-weight: bold;
}
.listings {
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBF2F5;
}
.listings.events p{
	margin:8px 0 2px;
}
.listings.events h3{
	margin:3px 0 8px;
	font-size:12px;
}
.listings.events h3 a{
	text-decoration:none;
	color:#aa5a26;
}
.listings.events p.event-info{
	margin:0;
	color:#046866;
	font-size:10px;
	position:relative;
}
.listings.events p.event-info a.view{
	position:absolute;
	right:10px;
	top:10px;
}
.listings.events p.align-right{
	text-align:right;
}
p.event-info.section-wrap{
	padding:5px 8px;
}
.section-wrap{
	clear:both;
	margin:5px 0 0;
	background-color:#f3f7fa;
	padding:15px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-top-left:10px;
	-webkit-border-radius-bottom-right:10px;
}
.section-wrap p{
	margin:5px 0 0;
	line-height:16px;
}
.section-wrap h3{
	margin:0 0 8px;
}
.section-wrap p.align-right{
	text-align:right;
	margin:10px 0 0;
}
#add-package input.submit-button{
	width:100px;
	height:25px;
	background:url('../nav/submit_bg.gif') no-repeat #b7621d;
	border:none;
	color:#fff;
	padding:0;
}
#add-package input.checkbox{
	width:12px;
	height:12px;
	border:none;
	margin:0 4px 0 0;
}
#add-package input.radio{
	width:12px;
	height:12px;
	border:none;
}
#add-package input, #add-package select{
	width:170px;
}
.date {
	font-size: 10px;
	font-weight: normal;
	color: #A6511A;
}
#standardpage-content .buttonadd {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_basket.gif);
	height: 27px;
	width: 85px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-normal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_basket.gif);
	height: 27px;
	width: 85px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-blue-normal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_onblue_medium.gif);
	height: 25px;
	width: 91px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}

 .button-turq-normal {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/button_turq.gif);
	height: 25px;
	width: 91px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-turq-large {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/button_turq_lrg.gif);
	height: 24px;
	width: 120px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-turq-onwhite {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/button_turq_onwhite.gif);
	height: 25px;
	width: 91px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}

 .button-error {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_error.gif);
	height: 25px;
	width: 50px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-warning {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_warning.gif);
	height: 25px;
	width: 50px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-success {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_success.gif);
	height: 25px;
	width: 50px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-small {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_small.gif);
	height: 27px;
	width: 50px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
 .button-large {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../nav/buttons_large.gif);
	height: 27px;
	width: 120px;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFFFFF;
	padding-top: 0px;
}
textarea {
	background-color: #f6f6f6;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #699C9D;
	border-right-color: #699C9D;
	border-bottom-color: #699C9D;
	border-left-color: #699C9D;
	color: #004742;
	font-size: 10px;
	padding-left: 5px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.required {
	color: #AE6119;
}
#contact_address {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBF2F5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.input-medium {
	width: 200px;	
}
#directions {
	float: right;
	width: 160px;
}

/* *** message box styles ************************************* */

div#message_success, div#message_failure {
	padding: 20px 5px 20px 80px;
	width: 318px;
	margin: 1em 0 2em;
}

/* pass height to IE - it treats it somewhat like min-height */
* html #message_success, * html #message_failure {
	height: 50px;
}

div#message_success {
	background: #EAFEE2 url(../nav/green_tick.gif) no-repeat 15px center;
	border: 1px solid #BAFEA3;
}

div#message_failure {
	background: #fcc url(../nav/error.gif) no-repeat 15px center;
	border: 1px solid #f99;
}

div#message_failure ul {
	margin-left: 0;
	padding-left: 1.2em;
	margin-top: 0.7em;
	list-style-type: square;
}

/****** Bunch of shop related styles *******************/

div.checkout_membership_choice {
	float: left;
	width: 240px;
	padding-right: 10px;
}

div.checkout_membership_choice.right-box {
	border-left: 1px solid #699C9D;
	padding-left: 20px;
}

#fade {
	background-color: #DDFFCF;
	padding: 5px;
}

div#print-order {
	float: right;
	margin-left: 30px;
	text-align: center;
}

div#print-order a {
	text-decoration: none;
}


/* Popup styles
----------------------------------------------------------------*/

#popup-text {
	
	background-color: #FFF;
	text-align: left;
	padding: 10px;
}


/* Gallery styles */

.gallery-images{
	float: left;
	background-image: url(../nav/gallery_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #EBF2F5;
	width: 170px;
	height: 225px;
	padding:9px;
	font-size: 10px;
	margin:5px;
	overflow:hidden;
}
.gallery-images img{
	padding:1px;
	border:1px solid #d4e1e7;
	margin:3px 0 10px 7px;
}
.gallery-images h3 {
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	padding:1px 0 25px 0;
	margin:0 0 0 -2px;
}
.gallery-images .caption{
	font-weight:bold;
	color:#AE6119;
	margin:0 0 4px 0;
}

a.brown-link {
	color: #AE6119;
}
