/* Providence Insurance CSS Styles Jon Espenlaub */
/* HTML tags */
body {
	background-image: url(i/bg.jpg);
	background-attachment: fixed;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
}

a {
	color: #715E2D;
	text-decoration: underline;
}

a:hover {
	color: #B5A376;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	vertical-align: middle;
}

/* IDs */
#container {
	width: 780px;
	padding: 0px;
	margin: 0px auto;
	border-left: 0px;
	border-right: 0px;
}

#menu {
	width: 100%;
	text-align: center;
}

#menu a {
	line-height: 25px;
	font-size: 11px;
	font-weight: bold;
	color: #b8bbc3;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
}

.menuactive {
	color: #fff;
}

.maincontent {
	background: url(i/body_bg.gif) repeat-y;
	padding: 0px 20px 20px 30px;
	font-size: .7em;
	color: #564416;
	line-height: 16px;
}

.maincontent p {

}
	

/* CLASSES */
.menucell td {
	background-color: #022b7d;
	padding: 0px 7px 0px 7px;
	margin: 0px;
	text-align: center;
}

.indication td {
	background: url(i/body_bg.gif) repeat-y;
	padding-bottom: 15px;
	text-align: center;
}

.content {
	padding: 0px 20px 20px 30px;
	font-size: .7em;
	color: #564416;
	line-height: 20px;
}

.contentpic {
}

.quicklinks {
	float: right;
	padding-left: 20px;
}

.lowerfinial {
	padding: 10px;
}

.redfont {
	color: #660000;
}

.sitemap {
	list-style-image: url(i/bullet_pristx.gif);
}

.formlabel {
	padding-top: 10px;
	padding-bottom: 2px;
	font-weight: bold;
	margin: 0px;
}

.formfield {
	padding: 0px;
	margin: 0px;
}
