/* Cascading Style Sheet by Martin Lambert, &copy; Copyright 2010 */
/* for 'Mid West Funerals' */

body
{
	background-color: #FFCCFF;
	color: #9933CC;
	font-family: "Georgia";
	overflow-x:hidden;
	overflow-y:scroll;
}

a:link
{
	color: #9933CC;
	text-decoration: none;
}

a:visited
{
	color: #9933CC;
	text-decoration: none;
}

a:hover
{
	color: #9933CC;
	text-decoration: underline;
}

a:active
{
	color: #9933CC;
	text-decoration: underline;
}

a img
{
	border: 0px;
}

.title
{
	text-align: center;
	font-size: 2.75em;
	font-weight: bold;
}

.subtitle
{
	text-align: center;
	font-size: 1.2em;
	font-style: italic;
}

hr
{
	width: 80%;
}

.navbar
{
	height: 40px;
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.navbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navbar li
{
	float: left;
	margin: 2px;
}

.navbar li a
{
	background-color: #F8F8F8;
	height: 32px;
	line-height: 32px;
	width: 180px;
	display: block;
	border: 2px solid #9933CC;
	color: #9933CC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.navbar li a:hover
{
	background-color: #FFCCFF;
	height: 32px;
	line-height: 32px;
	width: 180px;
	display: block;
	border: 2px solid #9933CC;
	color: #9933CC;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

td.contentbox
{
	border: 2px solid #9933CC;
}

.content
{
	width: 840px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-color: #F8F8F8;
	padding: 20px;
	border: 2px solid #9933CC;
}


.caption
{
	color:#9933CC;
	font-size:0.75em;
	text-align:center;
}

.caption a
{
	color:#9933CC;
	text-decoration:none;
	font-weight:normal;
	font-size:1em;
	text-align:center;
}

.map
{
	border:2px solid #9933CC;
}

.contact_sub
{
	font-weight:bold;
	font-size:1.2em;
}

