@charset "utf-8";
body  {
	font: 100% 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; /* 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: #d9d8d8;
	background-image: url(nav-images/background.gif);
	background-repeat: repeat-x;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9.5pt;
	line-height: normal;
}

.clc #container {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(nav-images/main-cnt-background.gif);
	background-repeat: repeat-y;
} 
.clc #header {
	background-image: url(nav-images/header1.png);
	background-repeat: no-repeat;
	height: 324px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.clc #container #header .nav {
	height: 30px;
	float: right;
	margin-right: 20px;
	padding-top: 4px;
	color: #c16100;
	width: 900px;
	;
}
a {
	color: #c16100;
}

.clc #container #header .nav a:link{
	font-size: 10pt;
	color: #C16100;
	font-weight: bold;
	text-decoration:none;
	padding: 0 5px;
}
.clc #container #header .nav a:visited{
	font-size: 10pt;
	color: #c16100;
	font-weight: bold;
	text-decoration:none;
	padding: 0 5px;
}
.clc #container #header .nav a:hover{
	font-size: 10pt;
	color: #c16100;
	font-weight: bold;
	text-decoration:underline;
	padding: 10px;
}
.clc #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 */
display: none;
}


.clc #interiorheader {
	background-image: url(nav-images/interior-headerl.jpg);
	background-repeat: no-repeat;
	height: 172px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.clc #container #interiorheader .nav {
	height: 30px;
	margin-left: 336px;
	padding-top: 125px;
	color: #c16100;
}
a {
	color: #c16100;
}

.clc #container #interiorheader .nav a:link{
	font-size: 10pt;
	color: #C16100;
	font-weight: bold;
	text-decoration:none;
	padding: 0 5px;
}
.clc #container #interiorheader .nav a:visited{
	font-size: 10pt;
	color: #c16100;
	font-weight: bold;
	text-decoration:none;
	padding: 0 5px;
}
.clc #container #interiorheader .nav a:hover{
	font-size: 10pt;
	color: #c16100;
	font-weight: bold;
	text-decoration:underline;
	padding: 0 5px;
}
.clc #interiorheader 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 */
display: none;
}





.clc #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 41px;
	background-image: url(nav-images/left-sidebar-back.gif);
	background-repeat: repeat-y;
}

.clc #container #sidebar1 img {
	text-align: center;
}
.clc #sidebar1Int {
	float: left; /* since this element is floated, a width must be given */
	width: 258px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 42px;
	background-image: url(nav-images/left-sidebar-back.gif);
	background-repeat: repeat-y;
}
.clc #container #sidebar1Int .address p{
	text-align: center;
	font-size: 8.6pt;
	line-height: 11pt;
	padding-bottom: 0px;
}
 .clc #container #sidebar1Int #comLogo img{
	margin-bottom: 25px;

 }


 .clc #container #sidebar1Int .navSide p{
	display: block;
	background-color: #e6e6e6;
	border-bottom: solid 1px #fff;
	font-size: 13px;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
 }
.clc #container #sidebar1Int .navSide a:link {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.clc #container #sidebar1Int .navSide a:visited {

	text-decoration: none;
}
.clc #container #sidebar1Int .navSide a:hover {
	text-decoration: underline;
}




 .clc #container #sidebar1Int .navSideSub p{
		font-size: 10pt;
		display: block;
	background-color: #F0F0F0;
	border-bottom:solid 1px #fff;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
 }
.clc #container #sidebar1Int .navSideSub a:link {

	font-weight: normal;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 45px;
}

.clc #container #sidebar1Int .navSideSub a:visited {

	text-decoration: none;
}
.clc #container #sidebar1Int .navSideSub a:hover {

	text-decoration: underline;
}

.clc #container #sidebar1Int img {
	text-align: center;
}
.clc #container #mainContent .donate a{
	padding-bottom: 25px;
}
.clc #container #sidebar1 .sidebarBottom {
	padding-top: 25px;
}
.clc #container #sidebar2 h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #01386E;
}

.clc #container #sidebar1 p {
}

.clc #container #sidebar1 p {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-align: center;
	margin-bottom: -13px;
}
.clc #container #sidebar1 h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	line-height: 10pt;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.clc #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* padding keeps the content of the div away from the edges */
	margin-right: 60px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.clc #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* padding keeps the content of the div away from the edges */
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.clc #mainContent {
	margin-top: 0px;
	margin-right: 340px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 48px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.clc #mainContentInt {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
} 
.clc #mainContentInt p {
	font-size:10pt;
	line-height: 16pt;
}
.clc #container #mainContentInt img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.clc #container .clcBorder {
	background-image: url(nav-images/main-cnt-background.gif);
	background-repeat: repeat-y;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18pt;
	color: #01386e;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12pt;
	color: #01386e;
	position: absolute;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13.5pt;
	font-weight: bold;
	color: #01386e;
	line-height: normal;
	padding-top: 7px;
}

.clc #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 50px;
	font-size: 9px;
	background-color: #d9d8d8;
	margin-top: 30px;
} 
.clc #footer p {
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 50;
}
.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;
}
ul.slideshow {
	list-style:none;
	
	height:305px;
	overflow:hidden;
	position:relative;
	margin: 0px 0 0 330px;;
	padding: 5px 0 0 0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:566px;
	height:70px;
	position:absolute;
	bottom:0;
margin-bottom: 0;
	left:0px;	
	color:#000;
	background:#fff;
	z-index:500;
}

#slideshow-caption .slideshow-caption-container {
	padding:10px;		
	z-index:1000;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:23px;
line-height: 27px;
}

#slideshow-caption p {
	margin:8px 0 0 0;
	padding:0;
font-size:16px;

}
.astrick {
	color: #900;
}
.imgRight {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.clc #container #mainContentInt ul li {
	font-size: 10pt;
	padding-bottom: 5px;
}
.clc #container #mainContentInt ol li {
	font-size: 10pt;
	padding-bottom: 5px;
}
.rightImg {
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.leftImg {
	float: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.iconic img {
	margin-right: 3px;
	margin-left: 3px;
}
.social {margin: 0 auto;}
.clc table tr td {
	font-family: Verdana, Geneva, sans-serif;
}
.clc table tr td {
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
}
