body {
	background-color: #c3d5f2;
	margin: 0;
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}
#container {
	background-image: url(/images/acapma/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 932px;
	margin: 0;
	margin: auto;
}
#collapsing_container {
	width: 181px;
	float: left;
}
#header {
	background-image: url(/images/acapma/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 103px;
}
#header form {
	float: right;
	padding: 25px 30px 0 0 ;
}
#header form input {
	background-color: #fff;
	border: 1px solid #645b5b;
}
#warning {
	margin: 30px;
	padding: 30px;
	border: 2px solid #cc0000;
	color: #cc0000;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.big{
	font-size: 16px;
	font-weight: bold;
}
.normal{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1px;
	padding: 2px 0 1px 0;
}
#feature {
	height: 176px;
}
#feature img {
	z-index: 1;
}
a:link, a:visited {
	color: #00539b;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #696969;
	text-decoration: underline;
}
#contentContainer {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
/* NAVIGATION SECTION */
.collapsing_menu {
	margin: 0;
	margin-top: -2px;
	width: 181px;
	padding: 0;
	float: left;
	list-style: none;
	margin-bottom: 5px;
}
.collapsing_menu li {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #e8ecf1;
	border-bottom: 1px solid #696969;
}
.collapsing_menu li a:link, .collapsing_menu li a:visited {
	margin: 0;
	display: block;
	width: 168px;
	padding: 7px 0 7px 13px;
	color: #404642;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
.collapsing_menu li a:hover, .collapsing_menu li a:active {
	margin: 0;
	padding: 7px 0 7px 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #00539b;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

.collapsing_menu .child_list {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #696969;
	/*border-bottom: 1px solid #dfdede;*/
	list-style: none;	
}

.collapsing_menu .child_list li {
	background: #696969;
	border-bottom: none;
}

.collapsing_menu .child_list .level_1 a:link, .collapsing_menu .child_list .level_1 a:visited {
	margin: 0;
	display: block;
	width: 147px;
	padding: 2px 0 5px 33px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
.collapsing_menu .child_list .level_1 a:hover, .collapsing_menu .child_list .level_1 a:active {
	margin: 0;
	padding: 2px 0 5px 33px;
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
}
.collapsing_menu .child_list .level_2 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #696969;
	/*border-bottom: 1px solid #dfdede;*/
}
.collapsing_menu .child_list .level_2 a:link, .collapsing_menu .child_list .level_2 a:visited {
	margin: 0;
	display: block;
	width: 137px;
	padding: 2px 0 5px 43px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 25px 4px;
}
.collapsing_menu .child_list .level_2 a:hover, .collapsing_menu .child_list .level_2 a:active {
	margin: 0;
	padding: 2px 0 5px 43px;
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 25px 4px;
}

/* 
.collapsing_menu .level_3 {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #696969;
	border-bottom: 1px solid #dfdede;
}
.collapsing_menu .level_3 a:link, .collapsing_menu .level_3 a:visited {
	margin: 0;
	display: block;
	width: 127px;
	padding: 2px 0 5px 53px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 35px 4px;
}
.collapsing_menu .level_3 a:hover, .collapsing_menu .level_3 a:active {
	margin: 0;
	padding: 2px 0 5px 53px;
	color: #fff;
	text-decoration: none;
	background-color: #cc0000;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 35px 4px;
}
*/

/* CONTENT SECTION */
#content {
	width: 525px;
	padding: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: -20px 6px 0 6px;
	float: left;
	min-height: 600px;
	z-index: 100;
}
#content .prop {
	clear: right;
	float: left;
	width: 1px;
	height: 800px;
}
#content .clear {
    clear:left;
    height:1px;
    overflow:hidden;
}
#content h1, #content h2, #content h3, #content h4, #content h5 #content h6 {
	width: 515px;
	margin: 0;
	padding: 0;
}
#content h1 {
    font-size: 20px;
    margin: 0;
	padding: 0;
	color: #00539b;
}
.event {
width: 500px;
	float: left;
}
.event h1 {
    font-size: 20px;
    margin: 0;
	padding: 0;
	color: #00539b;
}
#content h2 {
    font-size: 18px;
    margin: 0;
	padding: 0;
}
#content h3 {
    font-size: 14px;
    margin: 0;
	padding: 0;
}
#content h4 {
    font-size: 12px;
    margin: 0;
	padding: 0;
}
#content h5 {
    font-size: 12px;
    margin: 0;
	padding: 0;
}
#content h6 {
    font-size: 12px;
    margin: 0;
	padding: 0;
}
.NormalText {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
.NormalTextBold {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
}
#content form {
    margin: 0;
    padding: 0;
}
#content form fieldset {
    border: none;
    padding: 10px 0 10px 0;
    margin: 0;
}
#content form fieldset.hidden {
    border: 0;
}
#content form fieldset legend {
    font-weight: bold;
    font-size: 16px;
    color: #00539b;
}
#content form label {
    margin: 0 0 0 5px;
}
#content form label.qflabel {
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: right;
}
#content form input, #content form textarea, #content form select {
    border: 1px solid #000;
    width: auto;
    text-align: left;
    font-family: arial, verdana, helvetica;
    font-size: 12px;
    color:#000;
}
#content form textarea {
    overflow: auto;
    width: 300px;
    margin: 0;
    padding: 0;
    float: left;
}
#content form br {
    clear: left;
}
#content form div.qfelement {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
#content form span.error, #content form span.required {
    color: red;
}
#content form div.error {
    width: 320px;
    border: 1px solid red;
    padding: 5px;
}
#content form #submit {
    border: none;
}
#content form .form_submit {
    border: none;
}
#contactdetails {
	border: 1px solid #696969;
	background: #dfdede;
	padding: 15px;
	margin: 15px;
	font-size: 12px;
}
#columnOne {
	width: 45%;
	float: right;
}
#columnTwo {
	width: 45%;
	float: right;
}
#Login_Form fieldset {
    border: none;
}
#searchResults ul h1, #searchResults ul h2, #searchResults ul h3, #searchResults ul h4, #searchResults ul h5, #searchResults ul h6 {
	width: 400px;
}
#searchResults ul li {
	list-style: none;
}
/* NEWS SECTION */
#news {
	margin: 0;
	margin-top: -2px;
	width: 185px;
	padding: 0;
	float: left;
	list-style: none;
	margin-bottom: 5px;
}
#news .topNav {
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/images/acapma/bg_menu_header.jpg);
	background-repeat: repeat-x;
	border-right: none;
}
#news li {
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0;
	background: #e8ecf1;
	border-bottom: 1px solid #696969;
}
#news li a:link, #news li a:visited {
	margin: 0;
	display: block;
	width: 172px;
	padding: 7px 0 7px 13px;
	color: #404642;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/arrow-grey.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
#news li a:hover, #news li a:active {
	margin: 0;
	padding: 7px 0 7px 13px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background-color: #00539b;
	background-image: url(/images/arrow-white.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
/* ABC NEWS SECTION */
#abc-news {
	margin: 0;
	margin-top: -2px;
	width: 185px;
	padding: 0;
	float: left;
	list-style: none;
	margin-bottom: 5px;
}
#abc-news li.topNav {
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background-image: url(/images/acapma/bg_menu_header.jpg);
	background-repeat: repeat-x;
	border-right: none;
}
/* LINKS SECTION */
#links {
	text-align: center;
}
#links img {
	padding: 15px;
	border: none;
}
/* PRODUCT LAUNCH FORMATTING */
#product_launch_list {
    list-style: none;
    margin: 0;
    margin-top: 15px;
    padding: 0;
}
#product_launch_list li {
    height: 50px;
}
#product_launch_list li img {
    border: none;
    vertical-align: middle;
}
#product_launch_list li .flashLogo {
    float: left;
}
#product_launch_list li p {
    margin: 0;
}
#product_launch_list li p span {
    font-size: 10px;
    font-weight: normal;
}
#product_launch_list li .productHeading {
    font-weight: bold;
    font-size: 14px;
}
/* MESSAGE FORMATTING */
.message {
	border: 1px solid #696969;
	margin: 30px;
	padding: 30px;
	background-color: #dfdede;
	color: #333;
}
.message h1, .message h2, .message h3, .message h4, .message h5, .message h6{
	width: 200px;
}
/* MEMBER SECTION */
#member {
	width: 181px;
	padding: 0px;
	float: left;
	background: #fff;
}
#member h1 {
	visibility: visible;
	background-image: url(/images/acapma/bg_menu_header.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	padding: 5px;
}
#member form {
	margin: 0;
	padding: 0;
	width: 181px;
	padding-bottom: 10px;
	background: #e8ecf1;
	border-bottom: 1px solid #696969;
}
#member form input {
	border: 1px solid #645b5b;
	background: #e8e4e4;
	width: 90px;
}
#member form p {
	clear: left;
	margin: 0;
	padding: 5px 0 0 3px;
}
#member form p label {
	float: left;
	width: 60px;
	padding-top: 3px;
}
#member form .submit {
	background-color: #645b5b;
	color: #fff;
	width: 60px;
}
#memberBox {
    padding: 10px;
	background: #e8e4e4;
    border-bottom: 1px solid #696969;
}
#bannerAdvertisement {
	text-align: center;
	margin-top: 10px;
	width: 185px;
	padding: 0px;
	padding-bottom: 10px;
	float: left;
	background: #fff;
}
#bannerAdvertisement img {
	border: none;
}
/* CALENDAR STYLES */
.clmonth {
	width: 510px;
	border: 1px solid #808078;
	border-collapse: collapse;
	color: #808078;
}
.clmonth td {
	height: 60px;
	width: 95px;
	border: 1px solid #808078;
	font-size: 24px;
}
.clmonth td ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.clmonth tr {
	height: 30px;
	width: 95px;
	border: 1px solid #808078;
}
.clheader {
	width: 510px;
	color: #808078;
}
.clheader td {
	width: 33%;
}
#cal_nav_previous {
	font-size: 16px;
}
#cal_nav_center {
	font-size: 20px;
	text-align: center;
}
#cal_nav_next {
	font-size: 16px;
	text-align: right;
}
.clmonth .cal_week {
	font-size: 12px;
	height: 30px;
	background: #808078;
	color: #fff;
}
/* MEMBER LISTING */
.member_companyname img {
    vertical-align: middle;
    border: none;
}
/* EVENT LISTING */
.event {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #696969;
}
.event h1 {
	visibility: visible;
	color: #00539b;
	font-size: 20px;
}
.event p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.event p span {
	float: left;
	width: 30%;
	font-weight: bold;
}
#eventStatus {
	text-align: center;
	margin-bottom: 10px;
}
#eventStatusLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#eventStatusLinks li {
	display: inline;
}
.registrationLink a img {
        border: none;
}
.eventMoreInfo {
    text-align: center;
}
.eventMoreInfo a img {
    border: none;
}
/* FOOTER SECTION */
#footer {
	clear: left;
	height: 82px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-x;
	margin: 0 14px 0 15px;
}
#address {
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	color: #878a87;
	font-size: 12px;
}
#designer {
	border: none;
	padding: 20px 0 0 10px;
}