@charset "utf-8";


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	min-height: 0; /* This is necessary to overcome the "haslayout" bug that is found in Windows 7 in conjuction with IE8.  For More information see: URL -- http://reference.sitepoint.com/css/haslayout.html */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align:center; /* This allows for the centering of the container and overcomes a bug inherent in IE 5 */
	color: #000000;
	list-style-image: none;
	background-color: #FCFCFC;
	
	
	
}

h1,h2,h3,h4,h5,h6 {

color:#000066;

}

.public_page_Main_Header H1 {

width: 800px;
padding-left: 30px;
color:#000066;

	
}



a:link {
	color: #151A96;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1B8DCD;
}
a:hover {
	text-decoration: none;
	color: #F30A0A;
}
a:active {
	text-decoration: underline;
	color: #151A96;
}



#container {
	width: 960px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:
	url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Midsection%20_960.png);
	background-repeat: repeat-y;
} 

#header {
		padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
		
		width:960px;
		height:332px;
		background-image:
		url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Header_960.png);
		background-repeat:no-repeat;
} 


#header h1 {
	
	margin-right: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;

}

#header img {
	display: none;
}

#Main_nav_contents {
	padding: 0;
	margin-top: 0px;
	height: 39px;
	width: 950px;		
	padding-top: 275px;  
	padding-left: 39px;
	z-index: 3;  
	
	
} 

#MenuBarVertical {
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom:200px;
	padding-left: 15px;
	padding-right: 15px;
	
}


.mainContent_left {
	margin: 0;/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:30px; 
	padding-right:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 600px;
	float: left;
	} 
	


	
.sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 30px;
	margin-left:0;
	margin-right:10px;
	font-size:90%;
	
	}
	
.mainContent_right {
	margin-left: 10px;
	padding-left:30px; 
	padding-right:20px;
	width: 600px;
	float: right;
	
	} 	
	
.sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 30px;
	margin-left:30px;
	margin-right:0;
	overflow: hidden;
	font-size:90%;
	
	}
	
.twoColumnEqual_left {
	margin: 0;/* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding-left:30px; 
	padding-right:30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 415px;
	float: left;
	
}

.twoColumnEqual_right {
	
	width: 415px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:0;
	padding-left:10px;
	margin-right:20px;
	padding-right:20px;
	float: right; /* since this element is floated, a width must be given */
	
	
}

.two_equal_column_section_header h2 {

width: 800px;
padding-left: 30px;
color:#000066;
	
}


.two_equal_column_textbox {
	
	width: 315px;
	margin-left: 50px;
	margin-right: 50px;
	
}

.two_equal_column_textbox_header {
	width: 315px;
	height: 38px;	
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/315%20px%20header.png);
	background-repeat:no-repeat;
	
}

.two_equal_column_textbox_middle {
	width:315px;
	padding-top:20px;
	padding-bottom:20px;
	margin:0px;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/315%20px%20middle.png);
	background-repeat:repeat-y;
	
}

.two_equal_column_textbox_content {
	
	padding-left: 20px;
	padding-right: 20px;
	
	
}
	


.two_equal_column_textbox_footer {
	
	width: 315px;
	height: 43px;
	background-image: url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/315%20px%20footer.png);
}


.main_content_centered {
	width: 650px;
	margin-left: 155px;
	
}



.main_content_centered_header  h1{
	/* -- This is for the one column fixed center Header footer template only -- */
	margin-left: 75px;
	width: 850px;
}

.sidebar_textbox {
	margin: 0px;	
	width: 260px;
	padding: 2px;
}


.sidebar_textbox_header {

	width:255px;
	height:58px;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Portrait%20Textbox%20Header.png);

}

.sidebar_textbox_background_middle {

 	width: 255px;	
	padding-top: 12px;	
	padding-bottom: 10px;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Portrait%20Textbox%20Middle.png);
	background-repeat: repeat-y;
}	



.sidebar_textbox_content {
	/* The width and padding are set as follows to accomodate quirks in browser rendering and to ensure that text is contained within the background of the text box */
	
	width: 230px;
	padding-left: 20px;
	padding-right: 40px;
}

.sidebar_textbox_footer {

	width:255px;
	height:64px;
background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Portrait%20Textbox%20Footer.png);

}

#issues_menu a:link {
	color: #151A96;
	text-decoration: none;
	font-weight:bold;
	
}


#issues_menu a:visited {
	color: #151A96; 
	font-weight:bold;
	text-decoration: none;
	

}

#issues_menu a:hover {	
	color: #F30A0A;
	font-weight:bold;
	font-style: oblique;
	text-decoration: none;
	
}

#issues_menu a:active {
	color: #151A96;
	font-weight:bold;
	text-decoration: none;
	
}

#archives {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 25px;

}

#archives a {
	width:150px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
 	padding:16px 19px 18px 0px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/archives-active-150.png);
	background-repeat:no-repeat;
	
	
}
	
	

#archives a:visited {
	
	width:150px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
 	padding:16px 19px 18px 0px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/archives-active-150.png);
	background-repeat:no-repeat;
	
}


#archives a:hover { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	
	width:150px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
 	padding:16px 19px 18px 0px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/archive-visited-150.png);
	background-repeat:no-repeat;
	
}


#archives a:active { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	
	width:150px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
 	padding:16px 19px 18px 0px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/archives-active-150.png);
	background-repeat:no-repeat;
	
}
	
#archives a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	
	width:150px;
	font-size:16px;
	font-weight:bold;
	display:block;
	text-align:center;
	vertical-align:middle;
	position:relative;
 	padding:16px 19px 18px 0px;
	color:#FFF;
	text-decoration:none;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/archive-visited-150.png);
	background-repeat:no-repeat;
	
}

.one-column-centered-textbox  {
	width:500px;
	margin:auto;
	
}

.landscape_textbox {
	width: 500px;
	margin-right: 0px;
	margin-left: 30px;
	padding-top:35px;
	padding-bottom: 25px;
	font-style: normal;
	font-weight: normal;

}

.landscape_textbox_hdr {

	width:500px;
	height:38px;
	margin:auto;
	padding:0;
	background-image:
url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Landscape%20Textbox%20Header.png);
	
}

.landscape_textbox_middle {

	width:auto;
	margin:auto;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/landscapte%20Textbox%20Middle.png);
	background-repeat:repeat-y;
	
}

.landscape_textbox_content {

	width:450px;
	padding:25px;
}

.landscape_textbox_content-Updates {

	width:480px;
	padding:10px;
}

.landscape_textbox_ftr {

	width:500px;
	height:44px;
	margin:auto;
	padding:0;
	background-image:url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Landscape%20Textbox%20Footer.png);

}


#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 960px;
	height: 222px;
	background-image:
	url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Website%20Footer%20_960.png);
	background-repeat:no-repeat;
		
	
} 

#footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding:0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px;
	font-size: small;
	}
	
#footer h5 {

text-align:center;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.dropcap {
	display: block;
	float: left;
	line-height: 80%;
	font-size: 250%;
	font-weight: bolder;
	color: #000066;	
	padding: .03em .1em 0 0;
}

.red_arrows {
	list-style-position: outside;
	list-style-image: url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Arrow%20Large.png);	
}

.blue_bullets {
	list-style-position: outside;
	list-style-image: url(../ACLCO%20Graphics%20-%20Web%20site%20Parts/Bullet%20Medium%20Full.png);	
}

.attention {
	color: #F30A0A;
	font-size:x-large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}
	
.attention_small {
	color: #F30A0A;
	font-size:large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}
.attention h2 {
	color: #F30A0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}	

.attention h3 {
	color: #F30A0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}	

.attention h4 {
	color: #F30A0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}	

.attention h5 {
	color: #F30A0A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:900;
}


.table {
	table-layout:fixed;	
	
}


tr {
	vertical-align:text-top;
	overflow:auto;
	
}



.blue {
	color: #00F;
}
#container .mainContent_left p .blue {
	color: #0303A0;
}


#container .discussion_forum_frame {
	height: 825px;
	width: 730px;
	margin-top: 50px;
	margin-right: 95px;
	margin-bottom: 50px;
	margin-left: 95px;
}

