@charset "utf-8";

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {
	margin: 0;
	padding:0;
} 

/*===============
 STICKY FOOTER
 ==============*/
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {
	height: 100%; 
	margin: 0 auto;
}
#wrap{
	background: url(../images/bg_top_new.jpg) no-repeat top center;
	width: 100%;
}
body > #wrap {
	height: auto; 
	min-height: 100%;
}

#container {
	padding-bottom: 40px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

* {
	margin: 0;
	padding: 0;
  }
body {
	font: 90% Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #FFFFFF url(../images/bg_repeat_x.jpg) repeat-x;
	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: #4e4e4e;
}
#container {
	width: 996px; 
	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. */
}
/*Menu Bar*/
#nav_header {
	width: 996px;
}
#MenuBar1 {
	margin-top: 33px;
	text-align: center;
	float: right;
}
#MenuBar1 li ul {
	text-align: left;
	padding: 0;
}

#header {
	height: 153px;
}
#header_title {
	display: none;
}
#header h1, h2, h3, h4, h5, h6 {
	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 */
}
#MenuBar2 {
	float: left;
	clear: both;
	margin-left: 4px;
}
#container ul li.dotted_none a {
	border-bottom: none;
}
#content { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 69px 30px 30px;
	float: left;
	width: 758px;	
/*}
#content a {
	color: #0B3B24;
	text-decoration: none;*/
}
#content a {
	color: #0000FF;
	text-decoration: none;
}
#content a:hover {
	color: #0B3B24;
	text-decoration: underline;
}
#content ul {
	padding-left: 40px;
	padding-top: 10px;
}
#paragraph_title {
	font-size: 15px;
	font-weight: bold;
}
#content ol {
	padding-left: 20px;
}
#content ol ul li {
	list-style-type: disc;
}
#address {
	text-align: center;
	font-weight: bold;
}
#phone_numbers {
	text-align: center;
}
#staff_pic {
	background: url(../images/CCWJC_Group.jpg) no-repeat;
	/*background: url(../images/teampic1.jpg) no-repeat;*/
	border: solid 5px #0B3B24;
	margin: 15px auto;
	width: 493px;
	height: 250px;
}
#table_staff {
	text-align: center;
	width: 757px;
	margin: 0 auto;
}
#table_staff td {
	border: solid 1px #0B3B24;
	width: 245px;
	padding: 5px;
}
#announce {
	width: 630px;
	margin: 0 auto;
}
#announce_top {
	background-image: url(../images/announce_top.png);
	height: 16px;
	margin-top: 30px;
}
#announce_top_hcc {
	background-image: url(../images/announce_top.png);
	height: 16px;
	margin-top: 15px;
}
#announce_content h2{
	padding-top: 0px;
}
#announce_content {
	background-color: #fff;
	border-left: solid 1px #817778;
	border-right: solid 1px #817778;
	padding-left: 20px;
	padding-right: 20px;
}
#announce_content ul {
	padding-left: 15px;
}
#announce_bottom {
	background-image: url(../images/announce_bottom.png);
	height: 16px;
}
#footer {
	background: url(../images/footerline.png) repeat-x; 
	height: 40px;
	font-size: 10px;
	color: #FFFFFF;
}
#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-top: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
