/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #000000 url(images/bg-site.jpg) repeat-x;
	font: 12px Georgia, "Times New Roman", Times, serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "Goudy Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 10px;
	margin: 0px 25px -5px 20px;
}
h1 {
	border-bottom: 1px solid #e0e0e0;
	text-transform: uppercase;
	font-size: 36px;
	color: #7c925b;
}
h2, h3, h4 {
	color: #000000;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 25px 10px 20px;
}

td {
	line-height: 18px;
}

address {
	line-height: 18px;
	font-size: 18px;
	font-style: normal;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active, a.selected {
	text-decoration: none;
	color: #333333;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background: #ffffff url(images/bg-layoutintro.jpg) repeat-y; /* Faux column bg for page */
	width: 990px;
	margin: 0px auto;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	width: 990px;
	margin: 0px auto;
}

/* Creates DIV container for call to action */ 
div#cta {
	background: #161616 url(images/bg-ctaintro.jpg) no-repeat;
	height: 361px;
	width: 990px;
	z-index: 1;
	padding: 0;
	margin: 0;
	clear: both;
}

/* Creates DIV container for contact information */ 
div#contactinfo {
	background: #869e62 url(images/bg-contactinfo.jpg) no-repeat;
	color: #fff;
	width: 990px;
	float: left;
	padding: 0px;
}
div#contactinfo address {
	padding: 5px 25px;
	text-align: center;
}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	background: url(images/bg-sidebarintro.jpg) no-repeat;
	color: #424141;
	width: 305px;
	float: left;
	padding: 0px;
	height: 150px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #313131;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #242424;
}
div#sidebar address {
	padding: 15px 20px 10px 25px;
}

/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-contentintro.jpg) no-repeat;
	width: 685px;
	float: right;
	padding: 0px 0px 10px 0px;
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
}
div#content ul {
	margin: 5px 20px 10px;
}
div#content ol {
	line-height: 18px;
	margin: 5px 20px 10px 40px;
}
div#content ul li {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
div#content ol li {
	padding-left: 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 25px 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	border-right: 1px solid #d0cfcf;
	float: left;
	width: 340px;
	_width: 335px;
	margin: 10px 0px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 339px;
	_width: 334px;
	margin: 10px 5px 5px 0px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 675px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	background: #000000 url(images/bg-footerintro.jpg) no-repeat;
	color: #e5e4e4;
	font-size: 10px;
	width: 940px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px 25px;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #eeeded;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #ffffff;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 30px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
}
div#copyright img {
	margin-top: -25px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	background: #869e62 url(images/bg-mainnavintro.jpg) repeat-x;
	font: bold 10px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 100%;
	padding: 22px 0 12px;
	text-align: center;
	line-height: 11px;
	margin-top: 0px;
	margin-left: 0;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	/* matches link padding except for left and right */
	padding-top: 10px;
	margin-left: -3px;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	border: 1px solid #869e62;
	color: #fff;
	padding: 10px 20px;
	margin-left: 0;
	text-decoration: none;
	text-transform: uppercase;
}

/* Creates our hover status and current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #b1c19a url(images/bg-hovercurrent.jpg) repeat-x;
	border: 1px solid #b1c19a;
	color: #fff;
	width: auto;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */

img.rt {
	float: right;
	margin: 10px 25px 5px 20px;
}
img.rtborder {
	border: 1px solid #000;
	float: right;
	margin: 10px 25px 5px 20px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #000;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.mid {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.midborder {
	border: 1px solid #000;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	border: 1px solid #000;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text bold for the business name in the address */
.businessname {
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #000;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 18px "Goudy Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* Class to create the enter button */
.enterbtn {
	font: 18px "Goudy Old Style", Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: right;
}
