@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#181818;
	font-size:14px;
}

body {
	background:url(images/pagebg.png) top center repeat-y #cacaca;
	background:#cacaca;
}

#page {
	background:url(images/pagebg.png) top center repeat-y #cacaca;
	width:1024px;
	margin:0 auto;
	height:100%;
}
#maintable {
	margin-left:112px;
	margin-top:33px;
}
.heading1 {
	color:#9E0B0F;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
.heading2 {
	color:#373737;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}

.heading3 {
	color:#000000;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.heading4 {
	color:#9E0B0F;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#topnav {
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-transform:uppercase;
	color:#181818;
	height:40px;
	line-height:40px;
}
#topnav a {
	text-decoration:none;
	color:#181818;
}
#topnav a:hover {
	text-decoration:underline;
}
#maintext .text {
	float:right;
	clear:both;
	width:390px;
	text-align:left;
	margin:0px 20px;
	color:#181818;
	font-size:12px;
}
#maintext h2 {
	width:600px;
	float:right;
	text-align:right;
	margin:24px 20px;
	color:#181818;
	font-size:18px;
}

.text2 {
	margin:0px 30px;
	font-weight:bold;
}
.text3 {
	margin:10px 30px 0px;
	font-weight:bold;
	font-family:"Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#252525;
}
.text4 {
	margin:0px 30px;
	font-weight:normal;
	color:#555555;
}
hr {
	margin:10px 30px;
}
#footertext1 {
	float:left;
	margin:7px 12px 0px 12px;
	font-size:12px;
	width:650px;
}
#footertext2 {
	float:right;
	font-size:12px;
	margin:7px 12px 0px 12px;
	width:100px;
	text-align:right;
}

#footer a {
	color:#9e0b0f;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
.style1 {
	font-size: 12px;
	font-style: italic;
}
#pagecontent {
	margin: 10px 22px 0px;
}
#pagecontent h3 {
	color:#2a3c5b;
}
.pageheaderimg {
	margin-top:20px;
}
h1 {
	margin:20px 20px 0px;
	text-align:left;
}
#videolist {
	text-align:center;
}
form#quote {
	margin:10px 20px 10px 0px;
	border: solid 1px black;
	background-color:#e3e9f1;
	padding:10px;
	line-height:20px;
}
form#quote h3{
	margin:5px;
	text-align:center;
}
form#quote p{
	margin:0px;
	text-align:center;
}
form#quote ul{
	margin:0px;
	text-align:left;
	list-style-type:none;
	padding:10px;
}
form#quote textarea{
	width:100%;
	height:100px;
}
form#quote label{
	width:100px;
	float:left;
}
