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


/* Default Classes */
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#957291;
	}
		
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr,button,img { 
	margin:0px;
	padding:0px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	}
		
img {
	border:0px;
	}
	
em {
	color:#fff;
	}
	
label {
	font-size:12px;
	color:#000000;
}

a {
	color:#000;
	outline:none;
}
	
/* H1 tags */

h1 {
}

h2 {
}

h3 {
	}
	
h4 {
	}

#siteContainer {
	width:100%;
	padding:0;
	color:#fff;
	background:url(../images/headerBg.gif) repeat-x;
}
	
/* Wrappers */

/* Site Area Wrapper */
#siteWrapper {
	width:775px;
	}
	
#siteFooterWrapper {
	width:740px;
	padding:15px 10px;
}
	
#siteHeader {
}

.logoContainer {
	float:left;
}

/* Main Menu */
#siteMenu {
	float:left;
	width:210px;
	padding:15px;
}

.siteMenuContainer {
}


#siteMenu ul {
}

#siteMenu ul li {
	display:block;
	padding:8px 0;
	border-bottom:#8c5a8c 1px solid;
}

#siteMenu a {
	font-size:11pt;
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

#siteMenu a:link {

}

#siteMenu a:visited {
}

#siteMenu a:hover {
	color:#fff;
}

#siteMenu a:active {
}

#siteMenu ul li.linkOn a {
	color:#fff;
}
/* Main Menu Ends */


.headerImage {
	float:left;
}

#siteBodyContainer {
}

.mainPanel {
	float:left;
	width:500px;
	padding:20px 10px 10px 9px;
	border-left:#663300 1px dashed;
	margin-bottom:20px;
	min-height:360px;
}

.mainPanel p {
	padding:8px 0;
	font-size:11pt;
}

.testimonialsBlock {
	padding:20px;
}

.testimonialsBlock h1 {
	font-size:14pt;
}

.tBlock {
	background:#7d8a75;
	padding:0 20px 20px;
	margin:20px 0 0 0;
	border:#340235 1px solid;
	width:580px;
}

.tBlock p {
	border-bottom:#8c9a86 1px solid;
	padding:20px 0;
	color:#000;
	font-size:11pt;
}

.textBold {
	font-weight:bold;
	color:#000;
}

.mainPanel h1 {
	color:#660000;
	font-weight:bold;
	font-size:15pt;
}

.mainPanel h2 {
	color:#340235;
	font-weight:bold;
	font-size:13pt;
	padding-top:15px;
}

.mainPanel h3 {
	color:#fff;
	font-weight:bold;
	font-size:12pt;
	padding-top:15px;
}

.mainPanel p a {
	font-weight:bold;
	font-size:11pt;
	text-decoration:underline;
	color:#660000;
}

form.cntctForm {
	color:#FFF;
}

.cntctForm label {
	padding:4px 6px;
	width:100px;
	display:inline-block;
	color:#FFF;
	font-size:11pt;
}

.cntctForm input {
	padding:2px 4px;
}

#siteFooter {
	font-size:9pt;
	color:#000;
	background:url(../images/footerBg.gif) repeat-x;
}

#siteFooter a {
	color:#000;
	text-decoration:none;
}

#siteFooter a:hover {
	color:#FFF;
}


/* Floats */
.lftFloat {
	float:left;
	}
	
.rgtFloat {
	float:right;
	vertical-align:top;
	}
	
.clearFix:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	}