@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center; /*For IE */
	background-image:url(elements/bgnd.jpg);
	background-repeat:repeat-x;
	background-color:#231f20;
	margin:0;
}

#wrapper {
	position:relative;
	width: 100%;
	min-height: 600px; height:auto !important; /*this line for firefox (and IE7) etc */
	height:600px; /* this line for IE6 */
	background-image:url(elements/horizontal-white.gif);
	background-repeat:repeat-y;
}


#container {
	
	position: relative;
	text-align:left;
	margin: 0 auto; /* to centre container in browser */
	min-height: 600px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 600px; /* this line for IE6 */
	width: 1110px;
	background-image: url(elements/container-bgnd.jpg);
	background-repeat:repeat-y;
}

#header {
	position: relative;
	height: 45px;
	width: 1110px;
	background-image:url(elements/header.jpg);
	background-repeat:no-repeat;
}



#content {
	position: relative;
	min-height: 421px; height:auto !important; /*this line for firefox (and IE7) etc */
	height: 421px; /* this line for IE6 */
	width: 1110px;
	position: relative;
}

#detail-1 {
	position:relative;
	float:left;
	width: 604px;
	min-height: 389px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 169px; /* this line for IE6 */
	padding-left:182px;
	padding-right: 39px;
	padding-top: 33px;
	padding-bottom: 17px;
}

#home-detail-1 {
	position:relative;
	float:left;
	width: 250px;
	min-height: 169px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 169px; /* this line for IE6 */
	padding-left:182px;
	padding-top: 33px;
	padding-bottom: 17px;
}

#home-detail-2 {
	position:relative;
	float:left;
	width: 314px;
	min-height: 169px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 169px; /* this line for IE6 */
	padding-right: 39px;
	padding-left: 40px;
	padding-top: 33px;
	padding-bottom: 17px;
}

#donate {
	position:relative;
	float:left;
	width: 285px;
	min-height: 197px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 197px; /* this line for IE6 */
	padding-bottom: 17px;
}

#front-image {
	position:relative;
	float:left;
	height: 202px;
	width: 1070px;

	padding-left:40px;
	background-image:url(elements/image-bgnd.jpg);
	background-repeat:repeat-x;
}

#footer {
	position: static;
	height: 36px;
	width: 950px;
	padding-right:160px;
	background-color:#FFF;
	text-align:right;
	padding-top: 5px;
}

.clear { clear:both}

.heading-1 { width:100%;
margin-left: -100px;
padding-left:100px;
border-bottom:#DAD7C5;
border-bottom-style:solid;
border-bottom-width:1px;
}

.donate {
	background-color: #5e5e5e;
	height: 186px;
	width: 125px;
	border: 1px solid #d6d6ca;
	text-align:center;
}

.highlight {
	text-align:right;
	font-size:9px;
	background-color:#FFF;
	margin-top:20px;
	padding-top:6px;
	padding-bottom:6px;
	padding-right:160px;
}

.highlight2 {
	text-align:left;
	font-size:9px;
	background-color:#FFF;
	margin-top:20px;
	padding:6px;
	
}

.break-out
	{
		background-color:#4D4D4D;
		padding: 5px;
		margin-bottom:10px;
	}

/*------------------ Typography -----------------------*/

p {

font-size:11px;
color: #DAD7C5;
}

ul {

font-size:11px;
color: #DAD7C5;
margin-top: -10px;
margin-bottom: -10px;
}

a {
color: #DAD7C5;
}

a:hover {
color:#4b4b49;
}

h1 {
font-size: 15px;
color: #DAD7C5;
font-weight:normal;
margin:0;
}

h4 {
font-size: 15px;
color: #DAD7C5;
font-weight:normal;
border-bottom:#DAD7C5;
border-bottom-style:solid;
border-bottom-width:1px;
}

h5 {
font-size: 13px;
color: #DAD7C5;
font-weight:normal;
}

#footer p, #footer a:link, #footer a:active, #footer a{
font-size: 10px;
color: #66644E;
text-decoration: none;
margin:0;
}

#footer a:hover {
text-decoration: underline;
margin:0;
}
