@charset "utf-8";

body, html{
	margin: 0px;
	padding: 0px;
	background-color: #9e978d;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	width: 1012px;
	height:100px;
	background-image: url(../images/header_graphic.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#header ul {
	margin-right: 85px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 75px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header li {
	display: inline;
	padding-left: 10px;
}
#header a {
	color: #DACFCC;
	text-decoration: none;
	font-size: 13px;
	line-height: normal;
	letter-spacing: 1px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
#header a:hover {
	color: #FFFFFF;
	font-weight: bold;
}


#flashcontent {
	height: 307px;
	clear: right;
}
#flashcontent p {
	text-align: center;
	
}

#main {
	width: 1012px;
	margin-left: auto;
	margin-right: auto;
}
#homelogo li span {
	display: none;
}
#bodycopy a:link {
	color: #5f564e;
}
#bodycopy a:visited {
	color: #5f564e;
}
#bodycopy a:hover {
	color: #b4a793;
}
#bodycopy a:active {
	color: #5f564e;
}
   
#phone {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #DACFCC;
	display: block;
	margin-top: 75px;
	margin-left: 10px;
	font-weight: bold;
}  
#alert {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #54301a;
	display: block;
	margin-top: 75px;
	margin-left: 10px;
	font-weight: bold;
}  
.boldcase  {
	font-size: 15px;
	font-weight: bold;
}
.smalltype  {
	font-size: 11px;
	font-weight: normal;
}