@charset "utf-8";
/* CSS for CAA */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	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 centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #D1CBB6;
}
.twoColFixRtHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E4D0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bkgrd_logo_lg.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
} 
.twoColFixRtHdr #header { 
	padding: 0 10px 0 20px;  /* 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. */
	height: 120px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px;
}

.twoColFixRtHdr #newssidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px;
	height: 570px;
	margin-top: 0px;
	margin-bottom: 27px;
}

.twoColFixRtHdr #extranewssidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0 0px;
}

.twoColFixRtHdr #mainContent {
	margin: 0 250px 200px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
} 

.twoColFixRtHdr #privateContent {
	margin: 0 250px 40px 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
} 


.twoColFixRtHdr #mainContentnotice {
	margin: 12px 290px 150px 60px; /* 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: 1px 20px 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
	background-color:white;
	border: thin solid black;
} 
.twoColFixRtHdr #mainContentnotice2 {
	margin: 100px 290px 10px 180px; /* 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: 1px 20px 1px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
	background-color:white;
	border: thin solid black;
} 
.twoColFixRtHdr #mainContent ul {
	list-style: none;
	border: none;
}


.twoColFixRtHdr #mainContent li a:link, #mainContent li a:visited  {
	color: #000000;
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #999;
    text-decoration: none;
	margin-left: -25px;
}

.twoColFixRtHdr #mainContent li a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

.twoColFixRtHdr #mainContent a:link, #mainContent a:visited  {
	text-decoration: none;
	color: #666600;
}

.twoColFixRtHdr #mainContent a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#accessContent a:link, #mainContent a:visited  {
	text-decoration: none;
	color: #666600;
}

#accessContent a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#accessContent a:visited {
	text-decoration: none;
	color: #666600;
}

#footer a:link, #mainContent a:visited  {
	text-decoration: none;
	color: #666600;
}

#footer a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#footer a:visited {
	text-decoration: none;
	color: #666600;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#B1A5B1;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

	.twoColFixRtHdr #mainsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px 15px 0px;
	height: 700px;
}
.twoColFixRtHdr #mainsidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px 15px 0px;
	height: 605px;
}
.twoColFixRtHdr #mainsidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px 15px 0px;
	height: 660px;
}
.twoColFixRtHdr #mainsidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 10px 15px 0px;
	height: 670px;
}



.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;
}

#navigation {
	width: 143px;
	padding-left: 4px;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}

#navigation li {
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #000000;
    background-color: transparent;
    display: block;
    border-bottom: 1px solid #999;
    padding: 1em 0 0.2em 0;
    text-decoration: none;
}

#navigation a:hover {
	color: #B1A5B1;
	text-decoration: none;
}

#footernav a:link, #footernav a:visited {
	font: normal 100% Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#footernav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: none;
}

#footernav {
	border-top: #333333 1px dotted;
	padding-bottom: 5px;
	}

#copyright {
	margin-left: 5px;
	font-size: xx-small;
	padding-bottom: -30px;
	background-color: #d1cbb6;
  }
  
#tmwdm a:link {
	font-size: xx-small;
	color: #333333;
	text-decoration: none;
	}

#tmwdm a:visited {
	font-size: xx-small;
	color: #333333;
	}

#tmwdm a:hover {
	color: #FFFFFF;
	font-size: xx-small;
	text-decoration: none;
	}

#copyright a:active {
	font-size: xx-small;
	color: #333333;
	}
	
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	float: left;
	width: 300px;
	background-color: #BAB090;
}

#navigation {
	width: 230px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  border-bottom: 1px solid #000000;
}

#navigation li a:link, #navigation li a:visited  {
	font-size: 110%;
	display: block;
	padding: 0.4em 0 0.4em 1em;
	border-left: 10px solid #BAB090;
	background-color: #666600;
	color: #FFFFFF;
	text-decoration: none;
	border-right-color: #BAB090;
}

* html #navigation li a {
  width: 100%;
}

#navigation li a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#navigation ul ul {
  margin-left: 12px;
}

#navigation ul ul li {
	padding-top: 1px;
	border-bottom: 1px solid #ffffff;
}

#navigation ul li {
	border-bottom: 1px solid #ffffff;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #878347;
	color: #FFFFFF;
}

#navigation ul ul a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#navigation ul ul ul a:link, #navigation ul ul ul a:visited {
	background-color: #ACA560;
	color: #FFFFFF;
}

#navigation ul ul ul a:hover {
	background-color: #3D1F3D;
	color: #FFFFFF;
}

#contact {
  	width: 240px;
  	float: left;
  	margin-left: 15px;
  	margin-top: -155px; padding: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	}
#contact address  {
 	padding-left: 2px;
	font-size: 14px;
	}

#contact h2 h3 {
	margin-bottom: 0;
	}
	
#mission {
	width: 450px;
	float: right;
	margin-top: -155px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 250px;
  	}

#mission h2 h3 {
	margin-bottom: 0px;
	}
.twoColFixRtHdr #copycontainer {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d1cbb6;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 2px;
}
.twoColFixRtHdr #tmwdm {
	padding: 0 10px 0 20px;
	float: right;
	margin-top: -45px;
	text-decoration: none;
	color: #000000;
}
.twoColFixRtHdr #accessContent {
	margin: 0 260px 0 0 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: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	list-style: none;
	width: 700px;
}
.twoColFixRtHdr #accesscontainer {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E4D0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 25px;
}
.twoColFixRtHdr #memberlogin {
	width: 150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 7px;
	padding: 5px;
}

.twoColFixRtHdr #springflyin {
	width: 150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding: 5px;
}

.twoColFixRtHdr #memberlogin1 {
	width: 150px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 5px;
	float: right;
	margin-bottom: 15px;
}

.twoColFixRtHdr #memberlogin2 {
	width: 450px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 5px;
}
.twoColFixRtHdr #memberlogin3 {
	width: 300px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin dotted #CCCCCC;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 5px;
	height: 75px;
}

#formcontainer {
	width: 455px;
	background-color: white;
	padding: 10px;
}
.twoColFixRtHdr #newsletterlogin {
	width: 75px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 5px;
}
.twoColFixRtHdr #newsletter2login {
	width: 125px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 5px;
}
#tooltip1 {
	width: 115px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E4D0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding: 2px;
}
.twoColFixRtHdr #timedate {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 10px;
	margin-top: 16px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #timedateprio {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 10px;
	margin-top: 88px;
	margin-bottom: -167px;
}
.twoColFixRtHdr #container #mainContent #p7TP1 .p7TPheader h3 {
	background-color: #3D1F3D;
}

#announce_wrapper {
	background-color: white;
	padding: 10px;
	border: 1px solid black;
}

#privateContent ul {
	list-style: none;
	margin: 5px 0 5px 20px;
	padding: 0;
}
