@charset "utf-8";

/*Global - Sets the font type  and size for the entire site unless specified differently by another specific value below*/
body td {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

/*Global - Sets the margins and padding for all paragraphs. Items in paragraphs can be text, image or any other HTML*/
p{margin-top:0; padding-top:0; margin-bottom:5px; padding-bottom:5px;}

/*Global - Sets the values for all items wrapped in heading tags */
h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

/*The three Paragraph Titles below are styles for the various types of textual Titles used in the site*/
/*Dark Green Title 1 point larger than the copy used for the site content*/
.ParagraphTitle2 {font-size:13px; font-weight:bold; color:#009933; margin-top:10px; margin-bottom:5px;}
.ParagraphTitle2 a:link {color:#009933;}
.ParagraphTitle2 a:visited {color:#009933;}
.ParagraphTitle2 a:hover {color:#009933;}

/*Dark Blue Title same size as the copy used for the site content*/
.ParagraphTitle3 {font-size:12px; font-weight:bold; color: #006699;}
.ParagraphTitle3 a:link {text-decoration:none; color:#006699;}
.ParagraphTitle3 a:visited {text-decoration:none;color:#006699;}
.ParagraphTitle3 a:hover {text-decoration:none;color:#006699;}

/*Lighter Blue Title one size smaller than the copy used for the site content*/
.ParagraphTitle4 {font-size:11px; font-weight:bold; color:#4184B4;}
.ParagraphTitle4 a:link {text-decoration:none; color:#4184B4;}
.ParagraphTitle4 a:visited {text-decoration:none;color:#4184B4;}
.ParagraphTitle4 a:hover {text-decoration:none;color:#4184B4;}

/*These are styles for the Side Navigation.*/
/*The style below sets the width and background color of that entire object*/
#Sidenav {width:170px; background-color:#62A333;}
/*The style below is empty and can be utilized in the future if needed. It creates a green column fill below the Side nav to fill the empty space. Just uncomment the values to activate it*/
#SidenavContainer {/*background-image:url(../images/HCCA_sidenav_lower_bottom_fill.jpg); background-repeat:repeat-y;*/}

/*The two items below are for the HCCA logo that appears in the Side Navigation*/				
#HCCALogoContainer {width:170px; background-color:#ffffff;}
#HCCALogo {margin-left:7px; margin-top:10px; margin-bottom:10px;}

/*The three styles below are for the search function that appears in the Side Navigation*/
#SiteSearch {margin-bottom:7px;}
form { margin-top:0; padding-top:0; margin-bottom:0; padding-bottom:0;}
.searchinput {margin-right:5px; width:120px; height:15px; font-size:11px; font-weight:bold; color:#0484BD; letter-spacing:1px;}

/*The two styles below are for the main nav section of the side column*/
#SideNavSection1 {background-image:url(../images/HCCA_sidenav_mid.gif); background-repeat:repeat-y;}
#SideNavObject {padding-left:10px;}

/*The four styles below are for the botton light green section of the side column*/
#SideNavSection2 {background-image:url(../images/HCCA_sidenav_lower_mid.gif); background-repeat:repeat-y; margin-left:-10px; margin-right:-11px;}
#SideNavObject2 a:link {font-size:12px; color:#006699; text-decoration:none;}
#SideNavObject2 a:visited {font-size:12px; color:#006699; text-decoration:none;}
#SideNavObject2 a:hover {font-size:12px; color:#274114; text-decoration:none;}

/*Global - Style for the main container on all pages. It has been left empty on purpose to be utilized in the future as needed*/
#maincontainer {}

/*The style below is for the content section of all pages except the home page*/
#ContentCell {
			background-image:url(../images/ContentCellFill.gif); 
			background-repeat:repeat-y;
			}

/*The style below is for the content section of only the home page -  It is empty as a place holder for future use*/
#ContentContainerHome {}

/*The style below is for the content section of all pages except the home page*/
#ContentContainerLevel2 {
						background-image:url(../images/HCCA_level2_content_bkgd.jpg); 
						background-repeat:no-repeat; 
						background-color:#E9EEF4;
						padding-top:20px;
						padding-left:10px;
						padding-right:10px;
						padding-bottom:10px;
						width:556px;
						height:100%;
						}

/*The styles below is for the results page of the Resource Library Search. Width is increased to full 751px*/
#ContentContainerLevel-Wide {
						background-image:url(../images/HCCA_level2_content_bkgd-Wide.jpg); 
						background-repeat:no-repeat; 
						background-color:#E9EEF4;
						padding-top:20px;
						padding-left:10px;
						padding-right:10px;
						padding-bottom:10px;
						width:745px;
						height:100%;
						}

#Level2Table-Wide {
			width:745px;
			margin-top:10px;
			}
			
#PageTitleGraphic-Wide {
			clear:both;
			width:744;
			height:27px;
			background-image:url(../images/HCCA_level2_content_heading_bkgd-Wide.gif); 
			background-repeat:no-repeat;
			font-size:15px; 
			font-weight:bold;
			letter-spacing:1px; 
			color:#F4E469;
			padding-top:5px;
			margin-top:3px;
			}			

/*The two styles below are for the breadcrumb navigation that appears on all pages except the home page*/
#BreadcrumbContainer {width:549px;}
#Breadcrumb {
			margin-top:5px; 
			margin-bottom:5px; 
			font-size:12px; 
			color:#555555; 
			float:left;
			}

/*The two styles below are for the page titles of all pages except the home page*/
/*The style belo sets the font attributes for the page titles*/
#PageTitle {
			font-size:14px; 
			font-weight:bold; 
			color:#006699;			
			}
/*The style below sets the attributes for the page title background container*/			
#PageTitleGraphic {
			clear:both;
			width:549px;
			height:27px;
			background-image:url(../images/HCCA_level2_content_heading_bkgd.gif); 
			background-repeat:no-repeat;
			font-size:15px; 
			font-weight:bold;
			letter-spacing:1px; 
			color:#F4E469;
			padding-top:5px;
			margin-top:3px;
			}

/*The style below sets the attributes for the nested table that contains the content on most pages - positioned below the Page Titles*/
#Level2Table {
			width:549px;
			margin-top:10px;
			}

/*ZAIN TO EXAMINE DUPLICATES*/
.ParagraphTitle1 {font-size:14px; font-weight:bold; color:#62A333;}

.ParagraphTitle2 {font-size:12px; font-weight:bold; color:#62A333;}
.ParagraphTitle2 a:link {color:#62A333;}
.ParagraphTitle2 a:visited {color:#62A333;}
.ParagraphTitle2 a:hover {color:#62A333;}

.ParagraphTitle3 {font-size:12px; font-weight:bold; color:#62A333;}
.ParagraphTitle3 a:link {text-decoration:none; color:#62A333;}
.ParagraphTitle3 a:visited {text-decoration:none;color:#62A333;}
.ParagraphTitle3 a:hover {text-decoration:none;color:#62A333;}

.ParagraphTitle4 {font-size:12px; font-weight:bold; color:#4184B4;}
.ParagraphTitle4 a:link {text-decoration:none; color:#4184B4;}
.ParagraphTitle4 a:visited {text-decoration:none;color:#4184B4;}
.ParagraphTitle4 a:hover {text-decoration:none;color:#4184B4;}

/*Style for the green horizontal rule that appears on some pages*/
#Level2FullDividerGreen {width:549px; border-top:thin #62A333 solid; width:auto; margin-top:20px; margin-bottom:20px;}

/*Styles for the Home Page Specifically*/
/*Style for the Home Page image*/
#HomeImageContainer {background-image:url(../images/HCCA_homepageArt.jpg); background-repeat:no-repeat; width:560px; height:506px;}
/*The style below is for the system text that appears on the home page image*/
#HomePageBlockquote {margin-left:30px; padding-top:210px; width:250px;}
/*Styles for the system text that appears on the home page image*/
.HomeList {color:#FFFFFF;}
.HomeList ul {}
.HomeList li {font-size:13px; list-style-type:disc; list-style-image: url(../images/yellowarrow.gif); list-style-position: outside; margin-bottom:8px;}
.HomeList a:link {color:#FFFFFF; text-decoration:none;}
.HomeList a:visited {color:#FFFFFF; text-decoration:none;}

/*SIDs logo transparent layer that appears on the home page */
#sidshomelogo{
		display:block;
		width:134px;
		height:53px;
		float:right;
		} 

/*Style for SIDS logo aon all pages*/
#sidslogo2 {float:right; margin-bottom:5px;}

/* List Style for the non-numbered lists throughout the site */
.ListBlackArrow {margin-top:5px; margin-bottom:5px;}
.ListBlackArrow li {list-style-image: url(../images/black_arrow_right.gif); margin-bottom:8px; color:#333333;}
.ListBlackArrow li a:link {color:#006699;}
.ListBlackArrow li a:visited {color:#006699;}
.ListBlackArrow li a:hover {color: #CC3300;}

/*Styles for numbered lists throughout the site*/
ol {margin-top:5px; margin-bottom:5px;}
ol li {margin-bottom:5px;}

/*Style used for headings of lists NOTE: some list headings dont use this style*/
.listheading {color:#006699; font-size:11px; font-weight:bold; letter-spacing:1px; }

/*ZAIN TO EXAMINE FOR CONFLICTS ON THE HOME PAGE*/
blockquote {margin-left:0; margin-top:5px; margin-bottom:5px; /*color:#003366;*/}
			
/*AAP Masthead styles*/
.rightcol-search-box {
/* -- Input box for search. Sets width of box to 150px -- */
		background-color: #fff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 150px;
		height:15px;
}
