body {
	background: url("/assets/images/background.jpg"); 
	font: 14px Georgia;
	color: #444;
}

#container {
	margin: 0 auto;
	width: 960px;
}


#slider {
	position:relative;
	//See the "style-pack" below for image
	background:url(images/loading.gif) no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

a.smallLink:link, a.smallLink:hover, a.smallLink:visited {
	font: 10px Arial;
	text-transform: uppercase;
	color: #762e04;
	font-weight: bold;
	text-decoration: none;
}

a.smallLink:hover {
	color: #f5f5e7;
	background-color: #762e04;
}

h1 {
	color: #762e04;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;	
}

h2 {
	color: #707070;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
}

h4 {
	color: #707070;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}


h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	padding-bottom: 6px;
	font-weight: 700;
}

p {
	line-height: 18px;
	padding-bottom: 10px;
}

#logo a {
	display: block;
	width: 473px;
	height: 125px;
	background: url("/assets/images/logo.jpg") no-repeat;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

#donate {
	margin-top: 55px;
	width: 140px;
	text-align: center;
	color: #c67f57;
}

#donate a {
	color: #c67f57;
}

ul#nav {
	margin-top: 37px;
	margin-bottom: 100px;
}

ul#nav li a:link, ul#nav li a:hover, ul#nav li a:visited {
	display: inline;
	float: left;
	padding-right: 20px;
	color: #acacac;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}

ul#nav li a:hover {
	color: #fff;
}

ul#nav li a#active {
	color: #fff;
}

#footercontainer {
	background: url("/assets/images/background_footer.jpg") repeat-x;
	height: 500px;
}

#footer {
	margin: 0 auto;
	width: 960px;
	padding-top: 110px;
	color: #c1c1c1;
}

#footer .date {
	font: 10px Arial;
	color: #707070;
}

#footerLeft {
	width: 450px;
	margin-right: 90px;
}

#footerSub {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial;
	color: #707070;
	margin-top: 40px;
}

#footerSub a {
	color: #707070;
}

#content ul li {
	list-style: circle;
	margin-left: 30px;
	padding-left: 5px;
}

#content .smalltext {
	font-size: 10px;
	text-transform: uppercase;
}

#twitter_update_list {
	font: 12px Arial;
	color: #888;
	width: 380px;
}

#twitter_update_list {
	list-style-position: outside;
	padding-left: 15px;
}

#twitter_update_list a {
	color: #e47000;
}


.colLeft {
	width: 450px;
	float: left;
}

.colRight {
	width: 450px;
	float: left;
	margin-left: 59px;
}

a {
	color: #e47000;
}

#flashcontentContainer {
	background: url(../images/background_photos.jpg) no-repeat;
	width: 950px;
	height: 500px;
	
}

#flashcontent {
	margin: 28px 0px 0px 241px;
}


/*************************
	Clear Fix
*************************/

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
	height: 1%;
}
.clear {
	display: block;
}
/* End hide from IE-mac */


