/* CSS Reset Browser Default Code */

body,div,dl,dt,dd,pre,form,fieldset,input,textarea,blockquote,th,td,hr { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {	/* get rid of link outlines in firefox */
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
}
a:focus {
	outline: none;
}

/* End CSS Reset Browser Default Code */

/* Start CSS Layout Code */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #ffffff;
}

div#container {
	position: relative;
	min-height: 100%;
	background-color: #0a3155;
	z-index: 1;
	width: 100%; /* 854px */
	margin: 0 auto;
	padding: 0;
	border-bottom: 10px solid #084073;
}

/* Start Header Layout Code */

div#header-wrapper {
	position: relative;
	display: block;
	height: 30px; /* 127px */
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #0a3155;
}

div#header {
	position: relative;
	display: block;
	height: 155px; /* 159px */
	width: 822px; /* 846px */
	margin: -30px auto 10px auto;
	padding: 0 12px 0 0px;
	background: url("/images/ABCCHeaderNew.jpg") no-repeat;
}

a#home-link {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 100px;
	width: 205px;
	text-indent: -9999px;
	text-decoration: none;
}

img.logo {
	position: absolute;
	top: 0px;
	left: 15px;
}

div#times {
	position: absolute;
	top: 101px;
	right: 38px;
	display: block;
	height: 60px;
}

div#times div {
	color:#1a3f60;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0 0 10px 30px;
	padding: 0;
	float: left;
}

div#times div span.bolder{
	font-weight: bold;
}

div#menu-container {
	position: relative;
	display: block;
	height: 50px;
	width: 100%;
	margin: 0;
	background: #456789 url("/images/menu-bg.png") 0 0 no-repeat;
	float: left;
}

/* End Header Layout Code */

/* Start Copy Layout Code */

div#copy-wrapper {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
}

div#copy-container {
	display: block;
	width: 854px;
	height: auto;
	padding: 8px 0 0 0;
	background: url("/images/content-top.png") 9px 0 no-repeat;
	margin: 0 auto;
}

div#copy-content {
	display: block;
	clear: both;
    height: 100%;
	width: 822px; /* 836px */
	margin: 0 auto;
	padding: 0 7px;
	overflow: hidden;
	background: #ffffff url("/images/copy-content-bg.png") 0 0 repeat-y;
	position: relative;
}

body#home div#copy-content {
	background: #ffffff url("/images/copy-content-home-bg.png") 0 0 repeat-y;
}

div#copy-panel {
	float: left;
	display: inline; /* IE6 HACK */
	width: 601px; /* 621px */
	min-height: 380px;
	height: auto !important;
    height: 380px; /* IE6 Hack */
	margin: 0 0 5px 0;
	padding: 0 10px 70px 10px;
	border-top: 2px solid #064072;
	border-left: 2px solid #064072;
	border-right: 2px solid #064072;
	position: relative;
	background: url("/images/page-footer.jpg") 50% bottom no-repeat; 
}

div#copy-panel-home {
	float: left;
	display: inline; /* IE6 HACK */
	margin: 0 10px 0 0;
	padding: 0;
	background: #ffffff;
	border: none;
}

img.home-image { 
	border: 2px solid #064072;
	margin-bottom: 11px;
}

div#home-events {
	width: 428px; /* 430px */
	border-left: 2px solid #064072;
	border-right: 2px solid #064072;
	border-top: 2px solid #064072;
	padding: 1px;
	position: relative;
}

/* End Copy Layout Code */

/* Start Left Panel Layout and Styles */

div#left-panel {
	float: left;
	width: 179px; /* 179px */
	min-height: 200px;
	height: auto !important;
    height: 200px; /* IE6 Hack */
	margin: 0 12px 0 0;
	padding: 0;
	background: #064072;
	border-left: 2px solid #064072;
	border-right: 2px solid #064072;
	border-top: 2px solid #064072;
}

/* End Left Panel Layout and Styles */

/* Start Right Panel Layout and Styles */

div#right-panel {
	float: left;
	width: 177px; /* 177px */
	min-height: 400px;
	height: auto !important;
    height: 400px; /* IE6 Hack */
	margin: 0;
	padding: 0;
	border-left: 2px solid #064072;
	border-right: 2px solid #064072;
	border-top: 2px solid #064072;
}

/* End Right Panel Layout and Styles 

/* Start Footer Layout Code */

div#copy-bottom {
	clear: both;
	display: block;
	width: 836px;
	margin: 0 auto;
	padding: 0;
	height: 14px;
	background: url("/images/content-bottom.png") 0 0 no-repeat;
}

body#home div#copy-bottom {
	background: url("/images/content-bottom-home.png") 0 0 no-repeat;
}

div#footer-wrapper {
	clear: both;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #0a3155;
	height: 100%;
}

div#footer {
	clear: both;
	display: block;
	width: 840px; /* 854px */
	margin: 0 auto;
	padding: 15px 7px 20px 7px;
	background: #0a3155;
	position: relative;
}

div#footer p.copyright {
	position: absolute;
	text-align: right;
	bottom: 15px;
	right: 25px;
	color: #FFF;
	clear: both;
}

div#footer p.copyright a:link, div#footer p.copyright a:visited {
	color: #FFF;
	text-decoration: none;
}

div#footer p.copyright a:hover, div#footer p.copyright a:active {
	color: #FFF;
	text-decoration: underline;
}

/* End Footer Layout Code */

/* End CSS Layout Code */

/* Start Menu Nav */

div#cat_580660_divs {
	border: none;
	padding-left: 5px;
	padding-right: 2px;
	width: 172px; /* 177px; */
	background: #FFF;
}

#nav_580660, #nav_580660 ul {
	padding: 0;
	margin: 0;
	list-style: none;
} 

#nav_580660 li {
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e8e8f2;
} 

#nav_580660 li a { /* all list */
	display: inline-block;
	color: #004692;
	font-weight: 800;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;	
	padding: 0;
}

#nav_580660 li a:hover {
	text-decoration: none;
	color: #7195C7;
}

/* Sub menu Styles */

/* 
#navsub_580660_315751 - About Us 
#navsub_580660_315752 - Events
#navsub_580660_315753 - Business News and Links
#navsub_580660_315754 - Membership
#navsub_580660_315755 - Sponsorship
#navsub_580660_315757 - Contact Us
*/

#nav_580660 li ul li {
	list-style: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #e8e8f2;
} 

#nav_580660 li ul li a { /* all list */
	display: inline-block;
	color: #4C96D3;
	font-weight: 800;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;	
	margin-left: 5px;
	padding: 0;
}

#nav_580660 li ul li a:hover {
	text-decoration: none;
	color: red;
}

ul#navsub_580660_315751, ul#navsub_580660_315752, ul#navsub_580660_315753, ul#navsub_580660_315754, ul#navsub_580660_315755, ul#navsub_580660_315757, ul#navsub_580660_471469 {
	display: none;
}

body#about-us ul#navsub_580660_315751 {
	display: inline;
}

body#events ul#navsub_580660_315752 {
	display: inline;
}

body#business ul#navsub_580660_315753 {
	display: inline;
}

body#membership ul#navsub_580660_315754 {
	display: inline;
}

body#sponsorship ul#navsub_580660_315755 {
	display: inline;
}

body#contact ul#navsub_580660_315757 {	
	display: inline;
}

body#gallery ul#navsub_580660_471469 {
	display: inline;
}

/* End Menu Nav */

/* Start: Footer Nav (Events & Membership) */

#cat_611618_divs {
	float: left;
	width: 413px;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_611618 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	height: 100%
}

#nav_611618 li#events-footer {

}

#nav_611618 li#membership-footer {
	margin-left: 20px;
}

#nav_611618 li { 
	border: none;
	list-style: none;
	background: none;
	margin: 0 0 8px 0;
	padding: 0;	
	line-height: 1;
	float: left;
	width: 170px; 
	font-size: 10px;
	color: #FFF;
}

#nav_611618 li a {
	text-decoration: none;
	color: #FFF;
}

#nav_611618 li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#nav_611618 ul#navsub_611618_327875,
#nav_611618 ul#navsub_611618_327877 {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	border: none;
}

#nav_611618 ul#navsub_611618_327875 li,
#nav_611618 ul#navsub_611618_327877 li {
	list-style: none;
	color: #FFF;
}

#nav_611618 ul li a { 
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 100;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
}

#nav_611618 ul#navsub_611618_327875 li a,
#nav_611618 ul#navsub_611618_327877 li a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 100;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
}

#nav_611618 ul#navsub_611618_327875 li a:hover,
#nav_611618 ul#navsub_611618_327877 li a:hover {
	text-decoration: underline;
}

/* End: Footer Nav (Events & Membership) */

/* Start: Footer Nav (Home) */

#cat_611765_divs {
	float: left;
	width: 413px;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_611765 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	height: 100%;
}

#nav_611765 li#home-footer {

}

#nav_611765 li#sponsorship-footer {
	margin-left: 20px;
}

#nav_611765 li { 
	border: none;
	list-style: none;
	background: none;
	margin: 0 0 8px 0;
	padding: 0;	
	line-height: 1;
	float: left;
	width: 170px; 
	font-size: 10px;
	color: #FFF;
}

#nav_611765 li a {
	text-decoration: none;
	color: #FFF;
}

#nav_611765 li a:hover {
	text-decoration: underline;
	color: #FFF;
}

#nav_611765 ul#navsub_611765_327943,
#nav_611765 ul#navsub_611765_327948 {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	border: none;
}

#nav_611765 ul#navsub_611765_327943 li,
#nav_611765 ul#navsub_611765_327948 li {
	list-style: none;
	color: #FFF;
}

#nav_611765 ul li a { 
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 100;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
}

#nav_611765 ul#navsub_611765_327943 li a,
#nav_611765 ul#navsub_611765_327948 li a {
	color: #FFF;
	text-decoration: none;
	padding: 0;
	margin: 0;
	font-weight: 100;
	display: inline;
	width: auto;
	height: auto;
	line-height: normal;
}

#nav_611765 ul#navsub_611765_327943 li a:hover,
#nav_611765 ul#navsub_611765_327948 li a:hover {
	text-decoration: underline;
}

/* End: Footer Nav (Home) */

#enquireCorporateSponsorShip {
	width: 140px;
	height: 106px;
	position: relative;
}

#enquireCorporateSponsorShip div {
	background-color: #d72324;
	width: 138px;
	height: 104px;
	margin: -9px auto auto auto;
}

#enquireCorporateSponsorShip p {
	color: #ffffff;
	text-align: center;
	display: block;
	padding-top: 20px;
}