@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #6f6764;
	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;
}

#topBG {
	height: 122px;
	width: 100%;
	background: #FFFFFF url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}

#middleBG {
	width: 100%;
	background: #ffffff;
}

.oneColElsCtr #container {
	width: 781px;
	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. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

h1 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 20px;
	color: #d4713b; 
}

h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 15px;
	color: #d4713b; 
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #d4713b; 
}

p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

table {
	padding: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

.tablePad {
	padding: 0 0 15px 0;
}


#container ul {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	line-height: 18px;
}

#container ul li {
	margin: 0 0 8px 30px;
	padding: 0 0 0 0;

}

#container a:link {color: #d4713b; text-decoration: none}
#container a:visited {color: #d4713b; text-decoration: none}
#container a:hover {color: #d4713b; text-decoration: underline}

#menu {
	width: 781px;
	height: 122px;
	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. */
}

#topMenu {
	width: 510px;
	height: 51px;
	float: left;
	padding: 0 0 0 0;
	margin: 20px 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menuItems {
	width: 527px;
}

#donate {
	float: right;
	width: 125px;
	height: 45px;
	background: url(../images/donate_home.gif);
	margin: 22px 0 0 0;
	text-align: center;
}

#donate p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 35px;
}

#donate a:link {color: #ffffff; text-decoration: none}
#donate a:visited {color: #ffffff; text-decoration: none}
#donate a:hover {color: #ffffff; text-decoration: underline}

#donateInside {
	float: right;
	width: 125px;
	height: 45px;
	background: url(../images/donate_inside.gif);
	margin: 22px 0 0 0;
	text-align: center;
}

#donateInside p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 35px;
}

#donateInside a:link {color: #ffffff; text-decoration: none}
#donateInside a:visited {color: #ffffff; text-decoration: none}
#donateInside a:hover {color: #ffffff; text-decoration: underline}



#logo {
	width: 129px;
	height: 122px;
	float: left;
}

#logo img {
	border: none;
}

.clrFlt {
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#separator {
	width: 100%;
	border-bottom: #d4713b double;
	margin: 5px 0 5px 0;
}

.borderDivider {
	width: 100%;
	border-bottom: #d4713b double;
	margin: 5px 0 5px 0;
}

#img {
	width:230px;
	height: 230px;
	background: #FFF;
	float:right;
	margin: 0;
	padding: 0 0 20px 20px;
}

#imgQuote {
	width:230px;
	float:right;
	background: #FFF;
	margin: 0;
	padding: 0 0 20px 20px;
}

#imgQuoteBlock {
	padding: 10px;
	background: #eae3e3;
}

#imgQuoteBlock p{
	font-size: 14px;
	padding: 5px;
	margin: 0;
}

#homePic {
	float: right;
	width: 405px;
	height: 253px;
	margin: -71px -24px 0 0;
	padding: 0 0 0 20px;
	position: relative;
	display: inline;
}

.borderBottom {
	border-bottom: #666666 dashed 1px;
	margin: 6px 0 8px 0;
}

table.tableLayout {
	width: 741px;
	border:none;
	padding: 5px;
}

td.box1 {
 	width: 222px;
}

td.box2 {
	width: 230px;
}

td.box3 {
	width: 288px;
}

#news {
	width: 265px; /* 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: #eae3e3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 15px 0;
}

.homeContentBox {
	padding: 0 0 0 25px;
}

.homeContentBox p {
	padding: 0 0 8px 0;
}


#threeBox {
	width: 741px;
	margin: 10px 0 0 0;
}

.thrColFix #sidebar1 h3{
	padding: 0 0 0 25px;	
}

#threeBox h3{
	padding: 0 0 0 25px;	
}

.thrColFix #sidebar1 {
	float: left; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.thrColFix #sidebar1 p{
	padding: 0 0 8px 25px;
}

.thrColFix #sidebar2 h3{
	padding: 0;
}

.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* 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: #eae3e3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	margin: 0 0 15px 0;
}

.thrColFix #threeBoxContent p{
	padding: 0 0 8px 25px;
}

.thrColFix #threeBoxContent { 
	margin: 0 290px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#inside {
	width: 751px;
	margin: 0 0 0 0;
}

.twoColFix #sidebar1 {
	float: left; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
}

.twoColFix #sidebar1 p{
	padding: 0 0 8px 0;
	margin: 0 15px 8px 0;
}

.twoColFix #sidebar1 h3{
	padding: 0;
	margin: 0;
}

.twoColFix #sidebar1 a:link {color: #333333; text-decoration: none}
.twoColFix #sidebar1 a:visited {color: #333333; text-decoration: none}
.twoColFix #sidebar1 a:hover {color: #333333; text-decoration: underline}


.twoColFix #insideContent p{
	padding: 0 0 12px 0;
}

.twoColFix #insideContent { 
	margin: 0 0 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


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

#footer {
	margin: 10px auto;
	width: 400px;
	color: #FFFFFF;
	text-align: center;
}

#footer a:link {color: #FFF; text-decoration: none}
#footer a:visited {color: #FFF; text-decoration: none}
#footer a:hover {color: #FFF; text-decoration: underline}

#footer h3 {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	border-bottom: #ada5a2 solid 1px;
}

#employmentLinks {
	width: 200px;
	float: right;
	background: #eae3e3;
	padding: 15px;
	margin: 0 0 10px 15px;
}

#footer p {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

