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

* {
     margin: 0;
}
body { margin:0; padding:0; height:100%;background-attachment: scroll;background-repeat : no-repeat;margin:0px;  color:#433f3f; font-family:"Century Gothic"; font-size:12px; } 
html>body { min-height:100%; height:auto; } 

#wrapper {  text-align:left; width: 380px;margin-left: auto;margin-right: auto;min-height: 100%;height: auto !important; height: 90%; margin: 0 auto -5.5em; position: relative; }
* html #wrapper {	height: 100%; }
p { margin:0px;padding:10px 0px 0px 10px;}
.title { color:#6c9d31; font-size:16px; font-weight:bold; }
.headertxt { color:#8cc63f; font-size:14px; font-weight:bold; }
.subtitle { color:#6c9d31; font-size:12px; font-weight:bold; font-style:italic; }
.caption { color:#a480ae; font-size:15px; font-weight:bold; }
#sep { background:url(../images/sep.gif) no-repeat top center; height:1px; width:331px; margin-top:5px; margin-bottom:5px; margin-left:10px;}
/* Scroll bar styles */

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	font-size: 160%;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 360px;
height: 460px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
padding: 15px;
margin-left:-15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:10px;
background-color: white;

}
.vscrollerbar {
background-image: url(../images/scrollbar.png);
width: 10px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../images/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
background:#c7eafb;
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='../images/scrollbar.png');
background-image: none;
}

.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

/* End Custom Scroll bar Styles */
.caption { color:#a480ae; font-size:15px; font-weight:bold; }
#sep { background:url(../images/sep.gif) no-repeat top center; height:1px; width:331px; margin-top:5px; margin-bottom:5px; margin-left:10px;}
.services { padding-top:10px; padding-left:15px; padding-right:15px; text-align:left; }
.servicetxt {color:#6c9d31; font-size:12px; font-weight:bold; }
.subtitle { color:#6c9d31; font-size:12px; font-weight:bold; font-style:italic; }
.Q {color:#6c9d31; font-size:14px; font-weight:bold; }
.A {color:#a480ae; font-size:14px; font-weight:bold; }

.testimonial { color:#6c9d31; font-size:12px; }


.articleDate { color:#666666; }
a.r:link,a.r:visited {
	color: #6c9d31;
	text-decoration:none;
}

a.r:hover {
	color:#6c9d31;
	text-decoration:underline;
}


