/* CSS Document */

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */


.brclear { /* Use a break with this class to clear float containers */
   clear:both;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearright { /* Use a break with this class to clear right float containers */
   clear:right;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}
.brclearleft { /* Use a break with this class to clear left float containers */
   clear:left;
   height:0px;
   margin:0px;
   font-size: 1px;
   line-height: 0px;
}

.clearfix:after {
     content: ".";
     display: block;
     height: 0;
     clear: both;
     visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	border: 0px;
}

img.floatleft {
	float:left;
	margin-right:10px;
}

img.floatright {
	float:right;
	margin-left:10px;
}

a {
	text-decoration:none;
}

p {
	line-height:19px;
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	padding:0px;
	margin:0px;
	border:0px;
  background-color:#511c74;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
}

.topheader {
	width:100%;
	background:url(../images/topbkshadow.gif) repeat-x;
}

.mainbody {
	width:914px;
	margin:0 auto;
}

.bodypadding {
	padding-left:54px;
	padding-right:48px;
	font-family: Arial, Helvetica, sans-serif;
}

.leftshadow {
	background:url(../images/leftshadow.gif) repeat-y;
}

.rightshadow {
	background:url(../images/rightshadow.gif) repeat-y;
}

.bodycolor {
	background-color:#ffffff;
}

.footercolor {
	background-color:#624f2f;
}

.footertextposition {
	width:386px;
	float:left;
}

.footertext {
	padding:25px 0px 25px 43px;
	color:white;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footerlink {
	color:white;
	text-decoration:underline;
}

.footerimageposition {
	width:508px;
	float:left;
}

.footerimage {
	padding:18px;
	text-align:center;
}

.contactbox {
	width:167px;
	float:right;
	margin-top:20px;
	text-align:center;
}

.contactboxbg {
	border:1px solid #c7c7c7;
	background-color:#f4f4f4;
}

.contactboxheader {
	color:#a10e24;
	font-size:16px;
	font-weight:bold;
	padding-top:10px;
}

.contactboxtext {
	font-size:12px;
	padding-top:10px;
	vertical-align:bottom;
	font-family: Arial, Helvetica, sans-serif;
}

.leftimage {
	margin:0px 0px 0px 54px;
	text-align:left;
}

.contactform {
	border:1px solid #aaaaaa;
	color:#aaaaaa;
}

h1 {
	font-size:30px;
	font-weight:normal;
	color:#a50827;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 34px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size:24px;
	font-weight:normal;
	color:#511c74;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 27px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #624f2f;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #511c74;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: 624f2f;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #511c74;
}
.purple {
	color: #511c74;
}
.brown {
	color: #624f2f;
}
.red {
	color: #a50827;
}

.testimonials {
	border:2px solid #c7c7c7;
	width:530px;
	text-align:center;
	background-color:#f4f4f4;
}

.testimonialsignature {
	color:#624f2f;
}

