/* GLOBAL COMMON DIVS */
#container {
	width: 942px!important; /*996px minus 54px from padding*/
	width: 996px;
	background: #FFFFFF;
	border: solid 2px #f0c76e;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 30px 27px 20px 27px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#search {
	clear: right;
	float: right;
	height: 10px;
	width: 155px;
	margin-bottom: 25px;
	#margin-bottom: 0;
}
#header {
	background-color: #82987c;
	margin: 0;
	/*padding: 35px 44px 116px 25px;*/
} 
#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 5px 0;
}
#headerCornerTL {
	background-color: #a73108;
	width: 172px;
	padding-bottom:11px;
	/*float:left;*/
}
#headerCornerTR {
	background-color: #82987c;
	width: 770px;
	#width: 780px;
	padding-bottom:11px;
	text-align: right;
	/*float: right;*/
}

/*LEFT COLUMN*/
#leftCol {
	width: 172px;
	float: left;
}
#logoArea {
	padding: 0 0 10px 0;
	margin: 0;
}
#statistic {
	font:  bold 20px  Garamond, "Times New Roman", Times, serif;
	#font:  oblique bold 20px  Garamond, "Times New Roman", Times, serif;
	color: #867c6d;
	height: 180px;
	width: 155px;
	text-align: right;
	padding: 10px 0px 10px 0px;
	diplay: block;
	overflow: hidden;
	
}
#subNavBox {
	padding-top: 15px;
	margin: 0;
	width: 175px;
}
#textSize {
	padding: 0 16px 16px 0;
	margin: 0;
	text-align:right;
}
.linkBox{padding: 0 0 30px 1px;}
/*END LEFT COLUMN*/

/*RIGHT COLUMN*/
#rightCol {
	width: 770px;
	#width: 780px;
	float: right;
}
#helpingVictims{
	background-color: #82987c;
	width: 760px;
	#width: 770px;
	height: 17px;
	float: right;
	display: block;
	padding: 18px 0 16px 10px;
	margin-bottom:15px;
}
#heroShot{
	width:623px;
	float:left;
}
#secondaryBody{
	width:537px;
	float:left;
	margin: 0 20px 50px 30px;
}
#mainMenuContainer{
	width:146px;
	#width: 156px;
	float: right;
	
}
.mainMenuBlock {
	margin: 0;
	padding: 0;
	height: 28px;
	#position:relative; 
	#le3ft: -18px;
	overflow: hidden;
	
}
.mainMenu {
	margin: 0;
	padding: 0;
	height: 28px;
	#position:relative; 
	#left: -18px;
	
}
.mainMenuOn {
	margin: 0;
	padding: 0;
	height: 28px;
	#position:relative; 
	#left: -18px;
}
.mainMenuPad {
	margin: 0;
	padding: 0;
	height: 37px;
}
.menuRedSquare {
	width:36px;
	height:37px;
	background-color:#a73108;
	float: left;
	position:relative; 
	left:-36px; 
	top:0;
	z-index:1;
}
.featureGrayLine{border-left: 1px solid #ccc;}
#square1{
	z-index:10;
}
/*END RIGHT COLUMN*/
#secondaryMenu {
	background-color: #ffffff;
	width: 914px;
	margin: 0 25px;
	padding: 15px 0;
	text-align: center;
}
#footerMenu {
	margin: 30px 0 12px 0;
	padding: 0;
	text-align: center;
} 
#footer {
	margin: 0;
	padding: 0;
	text-align: center;
} 
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.footerDividers {
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #665b49; text-decoration: none; padding: 0 15px;
}
.fltrt {
	float: right;
	margin: 0 0 0 12px;
}
.fltlft {
	float: left;
	margin: 0 8px 0 0;
}
.clearRight {clear:left;}
.clearRight {clear:right;}
.clearBoth{clear:both;}
.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;
}
ol {
	margin: 10px 7px 5px 17px;
	padding: 0;
}
li {
	margin: 10px 7px 5px 17px;
	padding: 0;
}