body {
	background-color: #e6e5da;
	background-image: url('../images/Background.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	color: #3f3e38;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	line-height: normal;
	margin: 0;
}


h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin-bottom: 1em;
	margin-top: 5px;
}

h2 span {
	background: #101010 url('../images/HeadingStar.jpg') no-repeat 9px center;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	padding: 5px 10px;
	padding-left: 35px;
}

#Footer h2 {
	background-color: #bab79e;	
	color: #737162;
	font-weight: bold;
	padding: 10px;
}

#Footer h2 a {
	border: none;
	color: #737162;
}

#Footer h2 a:hover {
	border-bottom: 1px dotted #737162;	
}

p {
	line-height: 1.7em;	
	margin-bottom: 1em;
}

a {
	border-bottom: 1px dotted #557d00;
	color: #557d00;	
	text-decoration: none;
}

a:visited {
	color: #807e6c;	
}

a:hover {
	color: #000000;
	border-color: #000000;
}

a.NoBorder {
	border: none;	
}

#Footer a {
	color: #222;	
}

#Footer a:visited {
	color: #666;	
}

#Footer a:hover {
	border-color: #fff;
	color: #fff;
}


.Clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.Hidden {
	display: none;	
}

.Disabled {
	background-color: #ccc;	
}

.MinHeight {
	height: 350px;	
}

.FirstPara {
	font-weight: bold;	
}

#OuterBox {
	margin: auto;
	width: 980px;
}

#Logo {
	border: none;
	background-image: url('../images/Background.jpg');
	background-position: -40px 0;
	display: block;
	margin: 0;
	margin-bottom: 100px;
	overflow: hidden;
	padding-top: 300px;
	height: 0;
}

#ContentBox {
	padding: 0 20px;
	
	/* IE Bugfixes */
	postion: relative;
	min-height: 0;

}

#ContentBox .Col1 {
	display: inline;
	float: left;
	padding-right: 20px;
	width: 563px;
}

#ContentBox .Col2 {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 317px;
}

#Footer {
	background: #d4d0b4 url('../images/FooterBackground.jpg') no-repeat;
	margin-bottom: 20px;
	padding-top: 120px;
	padding-bottom: 40px;
}

.FootCol {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 300px;
}

.FeedCol h2 {
	margin-bottom: 2px;	
}

.FeedCol ul {
	margin-bottom: 1em;	
}

.FeedCol li {
	background-color: #ede8ca;		
	margin-bottom: 2px;
	padding: 10px;
}

.FeedCol li a {
	border: none;	
}

.FeedCol li a:hover {
	color: #d4d0b3 !important;	
}

.TweetMeta {
	font-size: 0.8em;	
}


/* Contact List */
#ContactList {
	margin-bottom: 1em;	
}

#ContactList li {
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 50px;
	padding-left: 55px;
}

#Contact_Email {
	background-image: url('../images/Icon_Email.png');
}

#Contact_Facebook {
	background-image: url('../images/Icon_Facebook.png');
}

#Contact_Phone {
	background-image: url('../images/Icon_Phone.png');
	font-weight: bold;
}

#Contact_Twitter {
	background-image: url('../images/Icon_Twitter.png');	
}
