/* master css
   updated: ab 06/13/07
----------------------------------------*/

#pagetop {
	display: none;
	text-indent: -9000px;
	}
BODY
{
	font-family: Arial, sans-serif;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/APA-body-bg.gif);
	padding-bottom: 0px;
	margin: 0px;
	color: #666;
	padding-top: 0px;
	background-repeat: repeat-x;
	height: 100%;
	background-color: #6699cc;
}
#auxMenu {
	background-color: #fff;
	}
#auxMenu a 
{
}
.mainMenu {
	background-image: url(../images/APA-nav-bg.gif);
	background-repeat: repeat-x;
	padding-left:6px;
	}
.mainMenu a 
{
	font-weight: bold;
}


/* Primary Content
----------------------------------------*/

#section1 li {
	list-style: disc url(../images/bullet-blue.gif) outside;
	display: list-item;
	margin-bottom: 6px;
	margin-left: -22px;
	}
#section1 ol li {
	list-style: disc url(../images/bullet-green.gif) outside;
	display: list-item;
	margin-bottom: 6px;
	}
#cmsContent1 {
	line-height: 16px;
	}
#section1 #cmsContent1 {
	color: #333;
	font-size: 12px;
	text-align:left;
	padding-left:8px;
	padding-right:10px;
	}
#section1 .introParagraph {
	color: #000;
	font-size: 14px;
	}
#section1 .introParagraph {
	font-size: 14px;
	line-height: 20px;
	}

/* Secondary Content
----------------------------------------*/

#section2 {
	padding:8px;
	margin-bottom:8px;
	}
#cmsContent2 {
	line-height: 14px;
	}
#section2 #cmsContent2 {
	color: #666;
	font-size: 11px;
	text-align:left;
	}
#cmsContent2 .search-border {
	color:#fff;
	width: 190px;
	background: #fff;
	margin: 0 auto;
	border-bottom: solid 1px #ccc;
	padding-top: 0px;
	padding-bottom: 8px;
	}

/* footer
----------------------------------------*/

.footer {
	font-size: 11px;
	text-align: left;
	text-indent:60px;
	font-weight: normal;
	color: #669933;
	padding:20px;
	}
#footer-wrapper {
	background-image: url(../images/APA-footer-bg.gif);
	background-repeat: no-repeat;
	background-color: #99cc66;
	margin-bottom: 0;
	}
		
/* general
----------------------------------------*/

h1, h2, h3, h4, h5 {
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
	word-spacing: normal; 
	letter-spacing: normal; 
	text-transform: none;
	}
h2 {font-size:16px;}
h3 {font-size:14px;}			
h4 {font-size:12px;}			
h5 {font-size:10px;}			

TEXTAREA {
	behavior: url(../ClientSideScripts/maxlength.htc)
	}
TEXTAREA, INPUT, SELECT {
	font-size: 12px;
	color: #333; 
	}
#cmsContent2 h2 {
	color: #99CC67;
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-weight: bold;
	font-style: normal;
	font-size:12px;
	}
.tableHeader {
	height:28px;
	font-size: 12px;
	color: #336600;
	background-color: #99cc66;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-left: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	}
.tableSubHeader {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	border: #ffffff 1px solid;
	}
.tableBorder {
	border: solid 1px #666;
	width: 100%;
	}
.alert, .loginalert, .confirm, .alert2 {
	font-size: 12px;
	color: #ff9933;
	font-style:italic;
	font-weight: bold;
	}
.EnabledControl, DisabledControl {
	font-size: 12px;
	color: #000;
	font-weight: normal;
	}
.DisabledControl {
	color: #999;
	}
	
/* links & buttons
----------------------------------------*/

.button, .searchButton {
	height: 18px;
	margin-top: 0px;
	padding: 0px 2px 2px 2px;
	font-size: 11px;
	font-weight: normal;
	color: #6699cc;
	border-top: #ccc 1px solid;
	border-right: #666 1px solid;
	border-bottom: #333 1px solid;
	border-left: #999 1px solid;
	background-color: #fff;
	}
.searchButton {
	color: #6699cc;
	border-top: #ccc 1px solid;
	border-right: #666 1px solid;
	border-bottom: #333 1px solid;
	border-left: #999 1px solid;
	background-color: transparent;
	}	
a:link, a:visited, a:hover {
	font-weight: normal;
	color: #6699cc;
	text-decoration: underline;
	}
a:hover {
	color: #333;
	}
a.footerLink:link, a.footerLink:visited, a.footerLink:hover {
	font-size: 11px;
	color: #669933;
	text-decoration: underline;
	}
a.footerLink:hover {
	color: #fff;
	}
a.pageLink:link, a.pageLink:visited, a.pageLink:hover {
	font-size: 11px;
	color: #6699cc; 
	text-indent: 0px;
	text-decoration: underline;
	padding-right: 10px;
	margin-top: -40px;
	}
a.pageLink:hover {
	color: #999; 
	}
#cmsContent2 a:link, #cmsContent2 a:visited, #cmsContent2 a:hover {
	color: #ff9933;
	text-decoration: underline;
	}
#cmsContent2 a:hover {
	color: #999;
	}	
.homeLink {
	height:17px;
	background: url(../images/icon-home.gif) no-repeat;
	}
.siteMapLink {
	height:17px;
	background: url(../images/icon-site-map.gif) no-repeat;
	}
.contactUsLink {
	height:17px;
	background: url(../images/icon-contact-us.gif) no-repeat;
	}
.loginLink {
	height:17px;
	background: url(../images/icon-login-logout.gif) no-repeat;
	}
.profileLink {
	height:17px;
	background: url(../images/icon-profile.gif) no-repeat;
	}
.privacyLink {
	height:17px;
	background: url(../images/icon-privacy-policy.gif) no-repeat;
	}
#auxMenu a:link, #auxMenu a:visited, #auxMenu a:hover {
	font-size: 12px;
	color: #666; 
	text-decoration: none;
	padding-right:10px;
	padding-left:21px;
	}
#auxMenu a:hover {
	text-decoration: underline;
	}
a.auxLink:link, a.auxLink:visited, a.auxLink:hover {
	font-size: 10px;
	color: #999; 
	text-decoration: none;
	padding-right:6px;
	}
a.auxLink:hover {
	text-decoration: underline;
	}
#cmsContent2 a.searchLink:link, #cmsContent2 a.searchLink:visited, #cmsContent2 a.searchLink:hover {
	font-size: 10px;
	color: #6699cc; 
	text-decoration: underline;
	padding-right:6px;
	}
#cmsContent2 a.searchLink:hover {
	color: #999; 
	}
#section1 a.adminLink:link, #section1 a.adminLink:visited, #section1 a.adminLink:hover {
	font-size: 10px;
	font-weight: normal;
	color: #6699cc;
	text-decoration: underline;
	}
#section1 a.adminLink:hover {
	color: #999;
	}

a.ParentLinks:link, a.ParentLinks:visited, a.ParentLinks:hover {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
	color: #6699cc;
	padding-right: 4px;
	padding-bottom: 10px;
	text-decoration: underline;
	}
a.ParentLinks:hover {
	color: #666; 
	}
.parentLinks {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;	
	color: #6699cc;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 10px;
	/*position: relative;
	float: left;
	clear: both;
	width: 100%;*/
	margin-top: -30px;
	}
a.MenuLinks:link, a.MenuLinks:visited, a.MenuLinks:hover,
a.pagelink2:link, a.pagelink2:visited, a.pagelink2:hover {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;	
	color: #669933;
	padding-right: 8px;
	padding-left: 7px;
	padding-bottom: 0px;
	text-decoration: underline;
	background: url(../images/bullet-green2.gif) no-repeat left;
	}
a.MenuLinks:hover,
a.pagelink2:hover {
	color: #666; 
	}
.menuLinks {
	clear: both;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	color: #669933;
	}

/* preload items for content admin
----------------------------------------*/

#cmsContent1 h1
{
	padding-left: 36px;
	font-size: 18px;
	background: url(../images/cat-silhouette.gif) no-repeat;
	color: #333;
	font-style: normal;
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	height:21px;
}
#section1 h2 {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	color: #ff9933;
	font-size: 14px;
	font-weight: bold;	
	line-height: 18px;
	margin-bottom: 4px;
	margin-top: 16px;
	}
#section1 h3 {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	color: #6699cc;
	font-size: 14px;
	font-weight: bold;	
	line-height: 18px;
	margin-bottom: 4px;
	margin-top: 16px;
	}
#callout {
	width: 190px;
	float: right;
	padding: 6px;
	border: solid 1px #999;
	color: #666;
	margin-left: 12px;
	}
#callout h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #99CC66;
	margin-top:0;
	margin-bottom: 10px;
	}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
.label {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	}
.label2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	}
.label3 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}
.label4 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	}
.label5 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	}
.smallLabel {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
	}
.boldLabel, .boldlabel {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight:bold;
	}
.serif-large {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 26px;
	line-height: 28px;
	font-weight:normal;
	}
.serif-large-bold {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 26px;
	line-height: 28px;
	font-weight:bold;
	}
.serif-large-bold-italic {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	}
.serif-medium {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 20px;
	line-height: 22px;
	font-weight:normal;
	}
.serif-medium-bold {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 20px;
	line-height: 22px;
	font-weight:bold;
	}
.serif-medium-bold-italic {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 20px;
	line-height: 22px;
	font-weight:bold;
	font-style: italic;
	}
.serif-small {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 16px;
	line-height: 18px;
	font-weight:normal;
	}
.serif-small-bold {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	}
.serif-small-bold-italic {
	font-family: Georgia, 'Palatino Linotype' , 'Times New Roman' , Serif;
	font-size: 16px;
	line-height: 18px;
	font-weight:bold;
	font-style: italic;
	}