/* HTML and Body Defaults */
html {
	background: url(../img/header-bg.png) repeat-x top #ececec;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
}

a: link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#bc2026;
}

a: visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#df1f26;
}

a: active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#df1f26;
}

a: hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#df1f26;
}

/* h1 <-- this is for the main header */
h1 {
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color:#df1f26;
	text-align:center;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:20px;
	color:#df1f26;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#333333;
}

/* Text for the testimonial */
.text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
}

.text_bold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
}

/* Header */
.header {
	background-image:url(../img/header-logo.png);
	width: 993px;
	height: 209px;
	margin-left: auto;
	margin-right: auto;
}

/* Content */
.content {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	width: 780px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -30px;
	background-color: #fff;
	border: #e5e5e5 1px solid;
	padding-right:50px;
	padding-left:50px;
}

.indent {
	text-indent:30px;
	line-height:40px;
	font-size:16px;
}

.indent_small {
	text-indent:30px;
	line-height:40px;
	font-size:13px;
}

.indentless {
	text-indent:25px;
	line-height:25px;
	font-size:16px;
	}

ul, li {
	list-style-type:disc;
	line-height:40px;
	font-size:16px;
	padding-left:80px;
}

#tablepadding {
	cellpadding:20;
	padding:20px;
}

.bold {	
	font-weight:bold;
}

.14point {
	font-size:14px;
}

.italic {
	font-style:italic;
}

/* Testimonial */
.testimonial {
	margin: 20px auto 20px auto;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: url(../img/testimonial-bg-top.png) repeat-x;
	width: 710px;
	padding: 45px 30px 25px 30px;
	border: #cecece 1px solid;
}

.testimonial-footer {
	background: url(../img/testimonial-bg-bot.png) repeat-x;
	-moz-border-radius-bottomright: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-webkit-border-bottom-left-radius: 30px;
	position: relative;
	left: -30px;
	top: 25px;
	width: 770px;
	height: 52px;
}

.testimonial img {
	float: left;
	padding-right: 10px;
}

.testimonial-headline {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:26px;
	color:#bc2026;
	text-align:left;
}
	

/* Footer */
.footer {
	background: url(../img/footer-bg.png) repeat-x;
	height: 128px;
	width: 100%;
	margin-top: 10px;
	position: relative;
	bottom: 0px;
	z-index: -1;
	color:#FFFFFF;
}