/* general tag styles*/
body {
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#F7EFDA;
	font-size:12px;
}
h1 {
	color:#B8241A;
	font-size:24px;
	line-height:36px;
	margin-bottom:18px;
	font-weight:bold;
}
h2 {
	font-size:18px;
	line-height:18px;
	margin-top:18px;
	margin-bottom:18px;
	color:#A76400;
	font-weight:normal;
}
h3 {
	font-size:12px;
	line-height:18px;
}
ul, ol, dl {
	margin-bottom:18px;
}
dt {
	margin-top:18px;
}
p {
	color:#515149;
	margin-bottom: 18px;
}
a:link {
	
	color:#B8241A;
	font-weight:bold;
}
a:hover {
	color:#A76400;
}
a:visited {
	color:gray;
	font-weight:bold;
}
img {
	border:none;
}
/* IDa in order of appearance on the home page*/
div#container {
	background-color:#FFFCE9;
}
div#logo{
	Xbackground-image:url(../images/header_logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
div#promo{
	background-image:url(../images/promo_image.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
div#nav {
	background-image:url(../images/nav_bg.jpg);
	height:52px;
}
div#nav ul {
	margin-bottom:0;
}
div#nav ul li a {
	font-family:Times;
	font-weight:bold;
	font-size:12px;
	color:#F8F0DB;
	text-decoration:none;
	text-align:center;
	border:none; /*clears out border applied to all links*/
	border-right: solid 2px #E9CCAA;
	line-height:48px;
	overflow:hidden;
	
}
div#nav ul li a:hover {
	color:#A36200;
}
div#nav ul li a.last_link {
	border:none;
}
div#footer{
	font-size:10px;
	background-image:url(../images/footer_scroll.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-color:blue;
}
div#footer p {
	font-size:90%;
	padding-top:25px;
	text-align:center;
}
.red {
	color:red;
}
.bold {
	font-weight:bold;
}
#socialMedia {
	display: block;
	margin: 10px auto;
	padding: 0;
	width: 138px;
	list-style-type: none;
	overflow: hidden;
}
#socialMedia ul {
	margin: 0;
	padding: 0;
}

#socialMedia li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#socialMedia li+li {
	margin-left: 5px;
}

#socialMedia li a {
	margin: 0;
	padding: 0;
	background: none;
}

