@charset "utf-8";

/*this is for the whole page, sets default font attributes and centers page in browser.*/
body {
	line-height: 23px;
	margin: 5px;
	text-align: left;
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
.footer {
	font-size: 11px;
	color: #333333;
}
/*attributes for default links, no underlines, */
a:link, a:active, a:visited {
	text-decoration: none;
	color:#333333;
}

/*attributes for hovering over default links, no underlines & changes color */
a:hover {
	text-decoration:none;
	color:#990000;
}

/*white and red classes for different colored text and link behavior  #d2232a */
.white, .white a:link, .white a:visited {
	COLOR: #FFFFFF;
    TEXT-DECORATION: none;
}
.red, .red a:link, .red a:visited {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
.red a:hover {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight:bold;
	font-size:20px;
}
/*these are for the main header tags, customize these for headers over creating new style*/
h1 {
	margin-top:10px;
	margin-bottom:20px;
	font-size: 34px;
	font-weight: normal;
	color: #990000;
}
h2 {

	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
	color: #990000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:1px;
	margin-top:15px;
	color: #990000;
}

/*if need to change space above or below all paragraphs*/
p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/*Unordered List, if you're making a bulleted list, this changes indent and such.*/
ul {
	margin-top:0px;
	padding-left:20px
}

/*this is the main content box, giving it a border around the edge and the background image.*/
.content {
	background:#FFFFFF;
	margin: 0 auto;
	border-color:#000000;
	border: 1px solid;
	vertical-align: top;
	text-align: left;
}

/*padding can be applied to a td (cell) tag or to image if placing it within a box*/
.padded {
	padding-left: 20px;
	padding-right: 20px;
}

/*this is for the top menu*/
.menu {
	font-size:18px;
	text-align:left;
	vertical-align:top;
	padding-left:25px;
	padding-top: 16px;
	background-image:url(images/menubkg.png);
	background-repeat:repeat-x;
}

.yellowbox {
	background-color:#FFFFCC;
	font-size:30px;
	line-height:34px;
	padding-left:20px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-color:#666666;
	border-left: 1px solid;
	border-top: 1px solid;
}
.greenbox {
	background-image: url(images/greenbkg.jpg);
	font-size:16px;
	padding-bottom:2px;
	padding-top:5px;
	border-color:#666666;
	border: solid 1px;
}
.proud {
	color: #990000;
	font-size:11px;
	padding-bottom:0px;
	text-transform: uppercase;
	line-height:12px;
}
.front {
	padding-top:10px;
	font-size: 20px;
	line-height:24px;
	color: #990000;
}
.testimonialTitle {
	background-color:#d2232a;
	font-size: 18px;
	font-weight: bold;
	border:solid 1px;
	border-color:#000000;
	color:#FFFFFF;
	
}
.testimonialTitle2 {
	background-color:#d2232a;
	font-size: 18px;
	font-weight: bold;
	border:solid 1px;
	border-left:none;
	border-color:#333333;
	color:#FFFFFF;
	padding-left:20px;
}
.testimonial {
	font-size:18px;
	border-color:#666666;
	border-left: solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	padding-top:5px;
	margin-bottom:5px;
}
.testimonial2 {
	font-size:18px;
	border-color:#333333;
	border-right:solid 1px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 20px;
}
.smaller {
 font-size:13px;
 }
