﻿/*
---------------------------------------------------------------------------------------------------
Top level styles. 
These styles are the highest level HTML hierachy; they can be overrided or modified by styles 
below, in-line styles, or HTML properties in your page markup.
---------------------------------------------------------------------------------------------------
*/

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

table {
	border: none;
}

p {
	margin: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

li {
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333
}

h3 {
	margin: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}

h4 {
	margin: 10px;
	background-color: inherit;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif; 
	color: #333
}

a { 
	background-color: inherit;
	/*color: #007D72; */
	color: #007D72; 
}

a:hover { 
	background-color: inherit;
	color: #6699CC; 
}

hr {
	height: 1px;
	margin-left: 5px; 
	margin-right: 5px;
	background-color: inherit;
	color: #b3b3b3; 
}

/*
---------------------------------------------------------------------------------------------------
Banner styles. 
These styles control the look of the banner region of your site, defined by the table
with id="banner"
---------------------------------------------------------------------------------------------------
*/

#banner {
	width: 780px;
	background-image: url(../images/HeadGrad.gif);
	background-repeat: no-repeat;
}

#banner #logo {
	width: 270px;
	height: 65px;
	background-image: url(../images/APICSLogo.gif);
	background-repeat: no-repeat;
}

#banner #chapterName {
	padding: 10px 20px 0 0;
	background-color: inherit;
	text-align: right;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #007d72;
}

#banner #tagline {
    height: 15px;
	padding: 1px 0 1px 15px;
	background-color: #336699;
    border-top:1px solid #336699;
	font: 11px/12px Arial, sans-serif; 
	font-weight: bold;
	color: #fff; 
}

#banner #bottom {
	height: 7px;
	margin: 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background-color: #efefef;
	font-size: 1px;
	color: inherit;
}

#homeBanner {
	width: 780px;
	background-color: #efefef;
}

#homeBanner .mainContentsHome h2 {
	margin: 0 0 -10px 10px;
	background-color: inherit;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e07000;
}

#homeBanner .mainContentsHome p {
	padding: 10px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #007d72;
}

/*
---------------------------------------------------------------------------------------------------
Main table styles. 
These styles control the look of the Main table region of your site, defined by the table
with id="mainTable"
---------------------------------------------------------------------------------------------------
*/

#mainTable {
	border-bottom: 1px solid #efefef
}

#mainTable img {
	margin: 0 0 5px 5px;
	border: none;
	/*float: right;*/
}

#mainTable table {
	margin: 10px;
	border: none;
	/*background-color: #ffefde;*/
	background-color: #fff;
	color: inherit;
}

#mainTable table td {
	padding: 10px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

#mainTable table td p {
	margin: 0;
}

	/*
	---------------------------------------------------------------------------------------------------
	Left menu navigation styles. 
	These styles control the look of the Left Menu region of your site, defined by the column/cell
	with id="leftMenu"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable #leftMenu {
	width: 159px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	color: inherit;
}

#mainTable #leftMenu ul {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 6px;
	padding-left: 10px;
}

#mainTable #leftMenu ul li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #999;
	background-color: inherit;
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif; 
	color: #007d72;
}

#mainTable #leftMenu ul ul {
	display: block;
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

#mainTable #leftMenu ul ul li {
	list-style-type: none;
	margin: 0 0 0 0;
	border-bottom: 0;
	font: normal 11px/14px Arial, Helvetica, Verdana, sans-serif; 
}

#mainTable #leftMenu a {
	background-color: inherit;
	color: #336699;
	text-decoration: none;
	white-space:normal;
}

#mainTable #leftMenu a:hover {
	background-color: inherit;
	color: #007d72;
}

	/*
	---------------------------------------------------------------------------------------------------
	Homepage Main table contents styles. 
	These styles control the look of the Homepage Main Contents region of your site, defined by the column/cell
	with id="mainContentsHome"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable .mainContentsHome {
	width: 310px;
	background-color: #fff;
	vertical-align: top;
	color: inherit
}

#mainTable .mainContentsHome h1 {
	margin: 10px; 
	padding: 0 0 2px 5px;
	border-left: solid #CC7033 1px;
	border-top: solid #CC7033 2px;
	background-color: #efefef;
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	color: #369;
}

#mainTable .mainContentsSub #iChapter h1 {
	margin: 0 0 3px 10px; 
	padding: 0 0 2px 5px;
	border-left: solid #CC7033 1px;
	border-top: solid #CC7033 2px;
	background-color: #efefef;
	font: 18px Verdana, Arial, Helvetica, sans-serif; 
	color: #369;
	width: 595px;
}

#mainTable .mainContentsHome h2 {
	margin: 0 0 -10px 10px;
	background-color: inherit;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e07000;
}

#mainTable .mainContentsHome table {
	width: 285px;
}

#mainTable .mainContentsSub #iChapter table {
	width: 100%;
}

	/*
	---------------------------------------------------------------------------------------------------
	Subpage Main table contents styles. 
	These styles control the look of the Subpage Main Contents region of your site, defined by the column/cell
	with id="mainContentsSub"
	---------------------------------------------------------------------------------------------------
	*/

#mainTable .mainContentsSub {
	width: 610px;
	padding-top: 12px;
	vertical-align: top;
	background: #fff;
	color: inherit;
}

#mainTable .mainContentsSub h1 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: -3px;
	margin-top: 0;
	background-color: inherit;
	font: bold 20px Verdana, Arial, Helvetica, sans-serif; 
	color: #e07000;
}

#mainTable .mainContentsSub h2 {
	margin: 10px 0 -10px 10px;
	background-color: inherit;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color: #e07000;
}

#mainTable .mainContentsSub table {
	width: 590px;
}

/*
---------------------------------------------------------------------------------------------------
Footer table styles. 
These styles control the look of the Footer table region of your site, defined by the table
with id="footerTable"
---------------------------------------------------------------------------------------------------
*/

#footer {
	width: 780px;
}

#footer #margin {
	height: 10px;
	margin: 0;
	border-top: 1px solid #b3b3b3;
	border-bottom: 1px solid #b3b3b3;
	background-color: #efefef;
	font-size: 1px;
	color: inherit;
}

#footer #footerMenu {
	text-align: center;
	background-color: inherit;
	font: 12px/24px Arial, sans-serif;
	color: #333;
}

#footer-sub {
	text-align: right;
	color: #777;
	margin-right: 5px;
}

/*
---------------------------------------------------------------------------------------------------
iChapter style overrides. 
These styles control the look of the iChapter elements
---------------------------------------------------------------------------------------------------
*/

#mainTable .mainContentsSub #iChapter table {
	margin: 10px;
	border: none;
	background-color: #fff;
	color: inherit;
}

#mainTable .mainContentsSub #iChapter table td {
	padding: 2px;
	background-color: inherit;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter table .table_header td,  #mainTable .mainContentsSub #iChapter table .table_header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #fff;
	/*background-color: #007d72;*/
	background-color: #369;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .table_first_row td, #mainTable .mainContentsSub #iChapter .table_first_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .table_second_row td, #mainTable .mainContentsSub #iChapter .table_second_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background-color: #EBF2F8;
	vertical-align: top;
}

.page_real_time_date {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -20px;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666;
}

#mainTable .mainContentsSub #iChapter img {
	margin: 0;
	border: none;
	float: left;
}

#mainTable .mainContentsSub #iChapter table td table td table td {
	padding: 0;
	background-color: inherit;
	color: #333;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter table td table td table {
	width: 0;
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	color: inherit;
	vertical-align: top;
}

#mainTable .mainContentsSub #iChapter .late_fees_apply {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}

#mainTable .mainContentsSub #iChapter .resv_ended {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #000000;
}

#mainTable .mainContentsSub #iChapter .event_pricing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

#mainTable .mainContentsSub #iChapter .page_rev_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #666666;
}

#mainTable .mainContentsSub #iChapter #mapTable {
	width: 0;
	padding: 0;
	margin: 10px 0 0 10px;
	border: none;
	background-color: #fff;
	color: inherit;
}

#mainTable .mainContentsSub #iChapter #mapTable td {
	padding: 0;
	margin: 0;
	border: none;
	background-color: #fff;
	color: inherit;
}
#mainTable .mainContentsSub #iChapter #mapTable td img {
	margin: 0;
	border: none;
	float: left;
}