/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #F6F3EE;
}
body {
  font: 0.9em/1.25 Arial, Helvetica, sans-serif;
  color: #333333;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #663300;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
	padding-top: 9px;
}
h3 {
	font-size: 1.2em;
}
/* Text Styles , th, td, li, dd, dt, blockquote, q, acronym, abbr, a, input, select, textarea  */
p, li, ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 1.35;
	font-weight: normal;
	font-variant: normal;
}
q {
  font-style: italic;
}
acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed;
}
small {
  font-size:.8em;
}
big {
  font-size:1.2em;
}

/* Links and Images */

a:link, a:visited {
	color: #339900;
	text-decoration: none;
} 
a:hover {
	color: #663300;
	text-decoration: none;
} 
a:active {
	color: #336600;
} 
a.bottomnav:link, a.bottomnav:active, a.bottomnav:visited  {
	color: #666600;
	font-size: .9em;
	text-decoration: none;
}
a.bottomnav:hover  {
	color: #339900;
	text-decoration: none;
}
img {
	border: none;
	background: none;
}

/* Tables */
table {
	margin: 0;
	padding: 0;
	border: none;
}

/* Forms */
form {
	margin: 0;
	padding: 0;
	display: inline;
}
label {
	cursor: pointer;
}

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { 
	list-style: none; 
	list-style-image: none; 
	text-indent: -2em;
	line-height: 2em;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*The ID selector allows you to give a name to a specific style without associating it with a tag or other HTML element. You write an ID code like this:<style type="text/css">
#indent1 { text-indent: 10px; }
</style>You associate an ID tag the same way you associate classes, within the element that should have that style:<H3 id="indent1">You can give your ID tags any grouping of letters and numbers that you would like. It's a good idea to give your ID tags names that you will remember and understand a few weeks or months later.*/
#indent1 {
	text-indent: 10px; 
}
.bg {
	background-image: url(../images/bg_tree.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.logo {
	font: Arial, Helvetica, sans-serif;
	font-size: 2.3em;
	color:#FFFFFF;
}
.Tel {
	font: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color:#FFFFFF;
}
.topquote {
	color: #FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	background: url(../images/header_b_r2_c1.jpg);
	line-height: 16px;
}
.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.foot_bg {
	background-image: url(../images/footer_bg.jpg);
	background-color: #E2DDBF;
	background-repeat: repeat-x;
	background-position: top;
}
.logobox {
	background-image: url(../images/header_b_r2_c4.jpg);
}
.bg_box_rh {
	background-image: url(../images/box_rh_r2_c1.jpg);
}
