/* Centre Styles */
body {
	text-align: center;
}

.img_right {
	float: right;
}

#main_ad_holder {
	width: 920px;
	text-align: right;
}

#home_ad_holder{
	width: 150px;
	background-color: #999900;
	height: 200px;
	top: 1px;
	float: right;
}

#content{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

a.img{
	text-decoration:none;
}

/* HTML Tag Styles */
/* Style for 2010 network header green */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
}
/* Latest News title (also to be used as page headings) with a styles */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
a.h2 {
	text-decoration:underline;
	color: #660066;
}
a.h2:hover {
	text-decoration:underline;
	color: #660066;
}
/* To be used as latest news body text and general body text */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	padding-bottom: 3px;
}
a.h3 {
	text-decoration:underline;
	color: #660066;
}
a.h3:hover {
	text-decoration:underline;
	color: #660066;
}
h4 {
}
h5 {
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

/*Link Styles */
a:link {
	color: #660066;
}
a:visited {
	color: #006633;
}
a:hover {
	color: #000000;
}


/* Top Header ID Styles */
#top-header{
	height: 250px;
	width: 750px;
}
#th-green-bar{
	background-color: #006633;
	padding-left: 15px;
	height: 24px;
}
/* Different header */
#th-image{
	height: 180px;
	background-image: url(../_img/general/2010_header.jpg);
}
#th-image-2{
	height: 180px;
	background-image: url(../_img/general/2010_header_2.jpg);
}
#th-image-3{
	height: 180px;
	background-image: url(../_img/general/2010_header_3.jpg);
}
#th-image-4{
	height: 180px;
	background-image: url(../_img/general/2010_header_4.jpg);
}
#th-sponsor{
	background-image: url(../_img/general/xposure_header.gif);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
	height: 26px;
}

#th-sponsor a {
	color: #FFFFFF;
}
#th-sponsor a:hover {
	color: #FF6600;
	text-decoration:underline;
}

/* Next Meeting */
#next-meeting{
	background-color: #FF6600;
	height: 60px;
	width: 150px;
	float: right;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	padding-left: 8px;
}

#next-meeting-block {
	background-color: #FF6600;
	width: 158px;
	float: right;
	margin-right: 10px;
	height: 24px;
}

/* Main Body ID Styles */
#main-body{
	width: 750px;
}
#nav-left{
	background-color: #CCFFCC;
	float: left;
	width: 180px;
	height: 600px;
}
#nav-left-long{
	background-color: #CCFFCC;
	float: left;
	width: 180px;
	height: 750px;
}
#ads-right{
	float: right;
	width: 150px;
	height: 750px;
	text-align: left;
}
#top-boxs{
	float: left;
	width: 380px;
	margin-right: 20px;
	margin-left: 20px;
}
#new-to-website{
	float: left;
	width: 180px;
	text-align: left;
}
#search-box{
	float: right;
	width: 180px;
}
#latest-news{
	clear: both;
}
#latest-news-title{
	clear: both;
	padding-top: 10px;
	text-align: left;
}
.latest-news-story-left{
	float: left;
	width: 180px;
	background-image: url(../_img/general/nes_line_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	padding-bottom: 5px;
}

.latest-news-story-right{
	float: right;
	width: 180px;
	background-image: url(../_img/general/nes_line_bottom.gif);
	padding-bottom: 5px;
	background-repeat: no-repeat;
	text-align: left;
	background-position: bottom;
}
/*Styles for latest news */


/* Footer ID Styles */
#footer{
	background-color: #FFFFFF;
	width: 735px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 0px;
	text-align: left;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 5px;
}

#footer-spacer {
	height: 20px;
	clear: both;
}

/*DIv floats accessibility logo right in footer div */
#accessibility-logos{
	height: 30px;
	float: right;
	vertical-align: middle;
}

/*Nav Styles Top Level Off */
.lnav {}

ul.lnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.lnav li {
	display: block;
	width: 180px;
	text-align: left;
	background-color: #CCFFCC;
}
ul.lnav li a {
	display: block;
	margin: 0px;
	padding: 10px 5px 10px 15px;
	background-color: #CCFFCC;
	color: #006633;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../_img/navigation/off.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
ul.lnav li a:hover {
	background-color:#330066;
	background-image: url(../_img/navigation/on.gif);
	color: #FFFFFF;
}

/*Nav Styles Top Level On */
.lnav2 {}

ul.lnav2 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.lnav2 li {
	display: block;
	width: 180px;
	text-align: left;
	background-color: #CCFFCC;
}
ul.lnav2 li a {
	display: block;
	margin: 0px;
	padding: 10px 5px 10px 15px;
	background-color: #CCFFCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../_img/navigation/on.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
ul.lnav2 li a:hover {
	background-color:#330066;
	background-image: url(../_img/navigation/on.gif);
	color: #FFFFFF;
}


/*Nav Styles Sub Level */
.lnav3 {}

ul.lnav3 {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.lnav3 li {
	display: block;
	width: 180px;
	text-align: left;
	background-color: #CCFFCC;
}
ul.lnav3 li a {
	display: block;
	margin: 0px;
	padding: 10px 5px 10px 25px;
	background-color: #CCFFCC;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../_img/navigation/sub_nav.gif);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
ul.lnav3 li a:hover {
	background-color:#330066;
	background-image: url(../_img/navigation/sub_nav.gif);
	color: #000000;
}

/*New to website styles*/
#new_to_website_outline {
	width: 165px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	padding-right: 5px;
	padding-left: 8px;
	padding-bottom: 0px;
}

.new_to_website_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006633;
}

a.new_to_website_text {
	font-weight: bold;
	color: #660066;
}

a.new_to_website_text:hover {
	text-decoration:underline;
	font-weight: bold;
	color:#006633
}



/*Div That Holds Search Input Form Content*/
#search_box_content_holder {
	width: 158px;
	height: 190px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	background-image: url(../_img/general/search_background_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}

/*Div That Holds Search Input Form Content on Members Search Page*/
#search_box_content_holder_sp {
	width: 360px;
	height: 190px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660066;
	border-bottom-color: #660066;
	border-left-color: #660066;
	background-image: url(../_img/general/search_image_main.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
}

/*Text Styles For Search Box*/
form label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-style: italic;
	font-weight: bold;
}

.search_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.ln_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006600;
}

#xposure_credit_bar {
	height: 0px;
	width: 735px;
	clear: both;
	color: #FFFFFF;
	text-align: left;
	padding-left: 15px;
}

/*DIV Holds All Centre Content Apart From Home Page*/
#centre-content {
	float: left;
	width: 370px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

/*DIV Holds Latest News Content*/
#latest-news-holder {
	width: 380px;
	background-image: url(../_img/general/latest_news_line_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* img styles take off border with links */
a img {
	border: 0px;
	}
a:hover img {
	border: 0px;
}

/* TABLE STYLES */
.table-row1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-row2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.table-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#login{
	border: 1px solid #330000;
	padding: 4px;
	margin: 15px;
}
.annual_report {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #660066;
	padding: 5px;
	border: 1px solid #660066;
	text-align: left;
	height: 110px;
	clear: both;
}
.annual_report h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #006600;
	padding: 2px;
}
.annual_report p {
}

#news-left {
	width: 180px;
	float:left;
	padding-bottom: 5px;
	text-align: left;
}
#news-right {
	width: 180px;
	float:right;
	padding-bottom: 5px;
	text-align: left;
}
.news-holder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	line-height: 20px;
}

/* //////////////////// STYLES FOR DYNAMIC CONTENT FOR ECRM SYSTEM ////////////////////*/
.news {
	width: 340px;
	padding-bottom: 5px;
}

/* //////////////////// SURVEY STYLES ////////////////////*/
.survey_list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 14px;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}

.survey_list a{
	color: #333333;
	text-decoration: none;
}

.survey_list a:hover{
	color: #333333;
	text-decoration: underline;
}

.survey_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}

.survey_title a{
	color: #006600;
	text-decoration: none;
}

.survey_title a:hover{
	color: #FF6600;
	text-decoration: underline;
}

.survey {}

ul.survey {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}
ul.survey li {
	display: block;
	width: 180px;
	text-align: left;
	background-color: #CCFFCC;
}
ul.survey li a {
	display: block;
	margin: 0px;
	padding: 3px 5px 3px 15px;
	background-color: #FF6600;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	line-height: 12px;
}
ul.survey li a:hover {
	background-color:#FF6600;
	color: #FFFFFF;
	text-decoration: underline;
}






