html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	}

body { 
	font:13px/18px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #543225;
	background:#271811;
	}

	
p, table, th, tr, td, h1, h2, h3, img, a:link, a:visited, a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	border: none;
	}
	
h1 {
	font-weight: normal;
	color:#800000;
	font-size: 20px;
	padding: 0;
	margin: 0;
	/*text-transform: uppercase;  Optional */
	}

h2 {
	font-weight: normal;
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0;
	/*text-transform: uppercase;  Optional */
	}

h3 {
	font-weight: normal;
	font-size: 11px;
	color: #000;
	padding: 0;
	margin: 0;
	/*text-transform: uppercase;  Optional */
	}

p {
	margin: 0;
	padding: 0;
	}
	
a:link, a:visited {
	text-decoration: underline;
	color: #800000;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #800000;
	}

/* ----------------------- <genClasses> --------------------------- */

/* Home container rules*/

.homeMainContainer {
	width:100%;
	background:url(images/homeMainBG.jpg);
	min-height:400px;
	}

.homeContentContainer {
	width:1024px;
	background:url(images/homePageBG.jpg);
	/*height:700px;*/
	margin:0 auto;
	}

.content {
	width:889px;
	margin:0 auto;
	position: relative;
	}

/* End Home container rules */

/* Home content rules*/


.utilityNav {
	width:889px;
	height:34px;
	/*border:1px solid black;*/
	margin:0 auto;
	}
	

/* logo and nav rules*/	

.logoAndNav {
	width:889px;
	height:61px;
	margin:0 auto;
	}

.logoAndNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.logoAndNav li {
	float:left;
	margin: 0 ;
	}
	
/* //End logo and nav rules*/	

/* Welcome and Testimonials rules */

.welcomeAndTestimonials{
	width:889px;
	height:260px;
	/*border:1px solid black;*/
	margin:25px 0 0 0;
	line-height:18px;
	color:#828282;
	}

.welcomeArea {
	width:450px;
	height:260px;
	overflow:hidden;
	/*border:1px solid black;*/
	float:left;
	margin:0 0 0 25px;
	}
	


.welcomeArea h1{
	font-size:20px;
	color:#800000;
	padding:20px 0;
	}

.welcomeArea h2{
	font-size:20px;
	line-height:24px;
	padding:0 0 10px 0;
	color:#828282;
	}
	
.testimonialsArea {
	width:335px;
	height:260px;
	overflow:hidden;
	/*border:1px solid black;*/
	float:left;
	margin: 0 0 0 50px;
	}
	
/*ie6 conditional rules	*/
	
#explorerSix .welcomeAndTestimonials{
	width:889px;
	height:255px;
	/*border:1px solid black;*/
	margin:25px 0 0 0;
	line-height:18px;
	color:#828282;
	}

#explorerSix .welcomeArea {
	width:450px;
	height:255px;
	overflow:hidden;
/*	border:1px solid black;*/
	float:left;
	margin:0 0 0 10px;
	}	
	
#explorerSix .testimonialsArea {
	width:335px;
	height:255px;
	overflow:hidden;
	/*border:1px solid black;*/
	float:left;
	margin: 0 0 0 60px;
	}	

/*//End ie6 conditional rules	*/		
	
.testimonial {
	margin:40px 0 0 0;
	/*border:1px solid black;*/
	height:135px;
	width:335px;
	color:#543225;
	}

.testimonial img {
	float:left;
	padding:0 10px 10px 0;
	}

.testimonial h1{
	color:#543225;
	padding:5px 0 0 0;
	}

.testimonial h2{
	font-size:16px;
	line-height:20px;
	color:#f7e6be;
	}

.testimonial a:link, .testimonial a:visited{
	color:#543225;
	}

.testimonial a:hover{
	color:#e47600;
	}
	
.freeconsult {
	width:335px;
	height:60px;
	}	
.freeconsult div
{
	padding:10px 0 0 0;
	width:100%;
	font-size:17px;
	color:#E47600;
	text-align:center;
}
.freeconsult a
{
	line-height: 22px;
	font-size:14px;
	color:#543225;
	text-align:center;
	}


/* //End Welcome and Testimonials rules */	

/*tab rules*/

#wrap {
	margin:0 auto;
	margin-top:2px;
	width:849px;
	display:none;
	}

#threeTabs a, #threeTabs a:active, #threeTabs a:visited {
	display:block;
	float:left;
	text-align:center;
	color:#fce8a1;
	width:190px;
	text-decoration:none;
	outline:none;
	height:28px;
	line-height:25px;
	
	}
#threeTabs a.selected, #threeTabs a.selected:active, #threeTabs a.selected:visited {
	color:#321e16;
	text-decoration:none;
	outline:none;
	}
	
.hiddenContent {
	padding: 5px 20px 5px 20px;
	display:none;
	height:238px;
	overflow:hidden;
	/*border:1px solid black;*/
	margin:0;
	}

.hiddenContent h1{
	font-size:26px;
	padding:10px 0;
	}
	
.hiddenContent h2{
	font-size:20px;
	line-height:24px;
	padding:0 0 10px 0;
	color:#e47600;
	}	
	
	
#Feature img{
	float:left;
	padding:0 30px 0 0;
	}	


.clear {
	clear:both;
	height:18px;
	}

/*END tab rules*/

/*generic color ids*/

.lightGreen {
	color:#dbff60;
	}
	
.darkBrown {
	color:#543225;
	}	

/*End generic color ids*/

/*sub page rules*/

.mainSubContainer {
	width:100%;
	background:url(images/compsMainBG.jpg);
	min-height:500px;
	}

.subContentContainer {
	width:1024px;
	background:url(images/compsContainerBG.jpg);
	min-height:500px;
	margin:0 auto;
	}

.subTagLine {
	width:889px;
	height:82px;
	/*border:1px solid black;*/
	margin:0 auto;
	margin-top:25px;
	line-height:82px;
	}

.subTagLine h1{
	margin:0 0 0 120px;
	font-size:26px;
	color:#800000;
	}


.subMainFooterContainer {
	width:100%;
	background:url(images/FooterMainBG.jpg) repeat-x;
	}

.subFooterContainer {
	width:1024px;
	background:url(images/footerContainerBG.jpg) no-repeat;
	margin:0 auto;
	height:200px;
	color:#faf7db;
}
.subContent	{
	width:839px;
	margin:0 auto;
	/*border:1px solid black;*/
}
.subNav {
    float:left;
    width:195px;
    border:1px solid #f5c176;
    background-color: #f6ddaf;
    margin: 52px 0 0 25px;
    padding: 12px 0 25px 0;
 }
 .subNav a:link, .subNav a:visited {
	display: block;
	font:15px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #543225;
	padding: 6px 8px;
	margin: 0;
	border-bottom: 1px dashed #f5c176;
	}
.subNav a:hover, .subNav a:active {
	display: block;
	font:  15px Georgia, "Times New Roman", Times, serif;
	color: #e68214;
	text-decoration: none;
	padding: 6px 8px;
	margin: 0;
	border-bottom: 1px dashed #3a2621;
	background-color: #4c322b;
	}
.subContentRight {
    width:580px;
    /*border:1px solid black;*/
    float:left;
    margin:70px 0 0 20px;
    color: #754c1e;
}	

.subContentRight h1{
    font-size:18px;
    color: #800000;
    padding-bottom:16px;
}	

.subContentRight h2{
    font-size:13px;
    color:#754C1E;
    padding-bottom:16px;
    font-style:italic;
}
	

/* End sub page rules*/


/* footer rules*/

.homeMainFooterContainer {
	width:100%;
	background:url(images/homeFooterMainBG.jpg) repeat-x;
	}

.homefooterContainer {
	width:1024px;
	background:url(images/homefooterContainerBG.jpg) no-repeat;
	margin:0 auto;
	height:200px
	}
	
.homefooterContainer a:link, .homefooterContainer a:visited {
	color:#f7e6be;
	text-decoration:none;
	}	
	
.homefooterContainer a:hover {
	color:#f7e6be;
	text-decoration:underline;
	}		
	
.subFooterContainer a:link, .subFooterContainer a:visited {
	color:#f7e6be;
	text-decoration:none;
	}	
	
.subFooterContainer a:hover {
	color:#f7e6be;
	text-decoration:underline;
	}	
	
.footerLeft {
	float:left;
	width:420px;
	margin:25px 0 0 90px;
	color:#f7e6be;
	font-size:10px;
	/*border:1px solid black;*/
	}	

.footerRight {
	float:left;
	width:420px;
	margin:25px 0 0 0px;
	color:#f7e6be;
	font-size:10px;
	/*border:1px solid black;*/
	text-align:right;
	}

/* ie6 footer rules */

#footerExplorerSix .footerLeft {
	float:left;
	width:420px;
	margin:25px 0 0 45px;
	color:#f7e6be;
	font-size:10px;
	/*border:1px solid black;*/
	}	

#footerExplorerSix .footerRight {
	float:left;
	width:420px;
	margin:25px 0 0 0px;
	color:#f7e6be;
	font-size:10px;
	/*border:1px solid black;*/
	text-align:right;
	}
	
.footerBottomText {
width:850px;
margin:0 auto;
text-align:center;
color:#f7e6be;
font-size:10px;
}	

/* //End ie6 footer rules */



/* End footer rules */

/*added this Daniel may need to fix*/
.stickySubNav span
{
	font-weight:bold;
}	
.stickySubNavTertiary span
{
	margin-left:15px;
}
.subNav a.TertiaryOn 
{
	
	font-weight:bold;
}
.subNav a.TertiaryOn span
{
	margin-left:15px;
	
}
.requiredLabel
{
	font-size:11px;
	color:Red;
	font-weight:bold;
}
.quoteBug {
    position: fixed; 
    top: 220px; 
    right: 0; 
    width: 30px; 
    height: 194px; 
    z-index: 300; 
    background-image: url(/App_Themes/ParableSoft/images/quoteBug.png);
}
a.quote {
    width: 30px; 
    height: 194px; 
    display: block;
}



/* landing page */

.landing_page_subNav {
    float:left;
    width:220px;
    padding:80px 0 0 0;
}
	
.landing_page_subNav span {
	display: block;
	padding: 8px 3px 3px 50px;
	margin: 0;
	/*border:1px solid black;*/
	}	
	
.landing_page_subNav a:link, 
.landing_page_subNav a:visited {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #543225;
	text-decoration: none;
	height: 30px;
	margin: 0;
	padding: 0;
	}

.landing_page_subNav a:hover, 
.landing_page_subNav a:active {
	font:  14px Georgia, "Times New Roman", Times, serif;
	color: #e68214;
	text-decoration: none;
	height: 30px;
	margin: 0;
	padding: 0;
	}
	



