/*--------------------------------------------------*/
/*	Ringwalt & Liesche Co. Website Stylesheet		*/
/*		Designed By John Arthur						*/
/*		Copyright 2005 National Indemnity Company	*/
/*--------------------------------------------------*/

/*	Sitewide Styles	*/
body {
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
	background-color: #BDB663;
}

p {
	margin-top: 0px;
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-family: Casablanca, Georgia, "Times New Roman", Times, serif;
	color: #84795A;
	margin-top: 0px;
}
h1,
h2,
h3 {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: .5em;
}
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: .1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #BDB663;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDB663;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	border-bottom-style: solid;
	border-bottom-color: #BDB663;
	color: #BDB663;
	text-decoration: none;
	border-bottom-width: 0.1em;
}
a:active,
a:focus {
	color: #84795A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84795A;
}

hr {
	height: 2px;
	width: 66%;
	color: #BDB663;
}

	/*	Container	*/
#Container {
	position: relative;
	width: 350px;
	background-repeat: repeat-y;
	top: 0px;
	border: none;
	display: block;
	bottom: 0px;
}

		/*	Content	*/
#Content {
	width: 350px;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	padding-top: 85px;
	padding-bottom: 0px;
	z-index: 0;
	bottom: 0px;
}

		/*	Title Bar	*/
			/*	Logo	*/
#Logo {
	overflow: hidden;
	position: absolute;
	z-index: 3;
	height: 0px;
	width: 350px;
	left: 0px;
	top: 0px;
	display: block;
	background-image:     url("../images/popup/popuplogo.png");
	padding-top: 85px;
	visibility: visible;
}
label {
	display: block;
	padding-top: 30px;
	height: 0px;
	width: 150px;
	overflow: hidden;
	background-image:    url("../images/popup/mailsprites.png");
}
#ToLabel {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 0px;
	width: 150px;
	padding-top: 30px;
	overflow: hidden;
	visibility: visible;
	display: block;
	background-image:    url("../images/popup/mailsprites.png");
}
#FromLabel {
	background-position: 0px -30px;
	background-image:    url("../images/popup/mailsprites.png");
	display: block;
}
#EMailLabel {
	background-position: 0px -60px;
	background-image:    url("../images/popup/mailsprites.png");
	display: block;
}
#SubjectLabel {
	background-position: 0px -90px;
}
#MessageLabel {
	background-position: 0px -120px;
}
input {
	margin-left: 15px;
	width: 320px;
	margin-right: 15px;
	border: 2px outset #84795A;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	vertical-align: middle;
}
textarea {
	width: 320px;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	border: 2px outset #010000;
}
#FormButtons {
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
fieldset {
	border: none;
	display: block;
}
#Send {
	background-image:    url("../images/popup/mailsprites.png");
	background-repeat: no-repeat;
	background-position: -150px 0px;
	height: 30px;
	width: 80px;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	border: none;
	float: left;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	cursor: pointer;
}
#Send:hover {
	background-position: -150px -30px;
}
#Clear {
	background-image:    url("../images/popup/mailsprites.png");
	background-repeat: no-repeat;
	background-position: -150px -90px;
	display: block;
	float: right;
	padding-top: 30px;
	overflow: hidden;
	height: 30px;
	width: 80px;
	border: none;
	position: relative;
	top: 0px;
	right: 0px;
	margin-right: 0px;
	cursor: pointer;
}
