@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: "Adobe Garamond Pro", Times New Roman, Times, serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #472a2b;		/* Brown */
	font-family: "Adobe Garamond Pro", Times New Roman, Times, serif;
	font-size: 19px;
	height: 100%;
	line-height: 130%;
}

h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #3688ba;			/* Dark Green */    /* all caps */
	font: "Adobe Garamond Pro", Times New Roman, Times, serif;
	font-size: 33px;
	font-style: italic;
	font-weight: lighter;
	line-height: 120%;
}

h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #5b5600;			/* Dark Green */    /* all caps */
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 120%;
}

h3 {
	color: #5b5600;			/* Dark Green */    /* initial caps */
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
}

h4 {
	color: #5b5600;			/* Dark Green */    /* initial caps */
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: strong;
}

.smallhead {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 3688ba;
}

.smallhead2 {
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 3688ba;
}

span.h3singlespace {
	/* Imitates the h3 styles on a heading within <p></p> tags */
	color: #5b5600;			/* Dark Green */
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: capitalize;
}

span.h3singlespace {
	/* Imitates the h3 styles on a heading within <p></p> tags */
	color: #5b5600;			/* Dark Green */
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal
}

/* Begin DIV containers */
div#container {
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 0px solid #FF0000;
}

div#header {
	width: 1024px;
	background: #F0F0E8;
	margin: 0;
	padding: 0;
}

div#quotes {
	width: 180px;
	background: #F0F0E8;
	margin: 0;
	padding: 0;
}
div#navbar {
	width: 1024px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/navbar/navbar.gif) no-repeat left top;
}

div#testimonial {
	clear: both;
	width: 1024px;
	margin: 0;
	padding: 0;
}

div#contentWrapper {
	margin: 0;
	padding: 0;
	background: url(../images/fixer.gif) repeat-y left top;
	width: 1024px;
	border: 0px solid #FF0000;
}

div#contentWrapper.subpage {
	background: url(../images/subpage_bg.gif) repeat-y left top;
}

div#boxTop {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px solid #FF0000;
}

div#boxLeft {
	float: left;
	margin: 0;
	padding: 0;
	width: 54px;
	border: 0px solid #FF0000;/* background: #5b5725; url(../images/navbar/landing_page/spacer.gif) repeat-y left top; */
}

div#boxLeft.subpage {
	width: 180px;
}

div#boxRight {
	float: right;
	margin: 0;
	padding: 0;
	width: 54px;
	border: 0px solid #FF0000;/* background: #5b5725; url(../images/navbar/landing_page/spacer.gif) repeat-y left top; */
}

div#boxRight.subpage {
	width: 54px;
}

div#boxBottom {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0px solid #FF00000
}

div#mainContent {
	float: left;
	margin: 0;
	padding: 0 26px; /* Padding number and width number are added together */
	width: 836px;
	border: 0px solid #FF0000;
}

div#mainContent.subpage {
	padding: 0 40px;  /* Padding number and width number are added together */
	width: 700px;
	border: 0px solid #FF0000;
}

div#mainContent.subpage p {
	color: #9c5708;
}

div#footer {
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 50px; /* Height of the background image */
	border: 0px solid #FF0000;
	background-repeat: no-repeat;
	background-image: url(../images/1footer.gif);
}
/* End DIV containers */

/* Begin special DIV element styles */
div#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 45px 180px 180px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: "Trebuchet MS", "Arial MT", Arial, sans serif;
	font-size: xx-small;
	font-style: normal;
	line-height: 125%;
	color: #ffffff;
}

div#footer a {
	color: #ffffff;		/* White */
	font-size: xx-small;
	font-weight: bold;
}

div#footer a:hover {
	color: #b8bc98;		/* Light Green */
	text-decoration: none;
}
/* End special DIV element styles */

/* Begin Image and Link styles */
img {
	border: none;
	margin: 0;
	padding: 0;
}

.style1 {
	font: bold small;
	font-size: small;
}

a:link {
	color: #5B5600;		/* Dk Green */
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #948d1c;    /*Yellow Green */
}

a:hover {
	text-decoration: none;
	color: #3688BA;		/* blue */
}

a:active {
	text-decoration: none;
	color: #676A6D;		/* Dk Gray */
}

.intro {
	color: #5b5600;		/* Blue */
	font-size: 19px;
	font-family: "Trebuchet MS", "Arial MT", sans serif;
	font-weight: lighter;
	line-height: 150%;
}
/* End Image and Link styles */

/****************************************************************/

.page_jump_link {
	color: #676a6d;		/* Dark Gray */
	font-family: "Trebuchet MS", "Arial MT", Arial, sans serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
}

.textlink {
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.q {
	color: #765422;			/* Dark Brown */
	font-family: "Adobe Garamond Pro Italic", Times New Roman, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}

.intextbold {
	color: #765422;		/* Dark Brown */
	font: bold normal x-small Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.terms2 {
	color: #765422;		/* Dark Brown */
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.intext {
	color: #765422;		/* Dark Brown */
	font: "Trebuchet MS", "Arial MT", sans serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 130%;
	font-style: italic;
}

.qname {
	color: #765422;		/* Dark Brown */
	font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Garamond Pro Italic", serif;
	font-size: 18px;
	font-style: italic;
	line-height: 2px;
	font-variant: normal;
	text-transform: none;
	font-weight: bold;
}

.em {
	color: b8bc9b;
	font-size: 24px;
	font-style: italic;
	font-family: "Adobe Garamond Pro Italic", "Adobe Jenson Italic", Times New Roman, serif;
	font-weight: normal;
}
.em_footer {
	color: b8bc9b;		/* Dark Brown */
	font: 18px "Adobe Garamond Pro Italic", "Adobe Jenson Italic", Times New Roman, serif;
	font-style: italic;
	line-height: 150%;
}

.smallhead_city {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 3688ba;
	line-height: normal;
}

.footertextlink {
	font: 7px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.terms {
	font: Verdana, Geneva, sans-serif;
	font-size: 9px;
	height: 100%;
	line-height: 125%;
	background: #ffffff;
	color: #472a2b;		/* Brown */
}
