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

body  {
	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: #4b4520;
	background-color: #071425;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bodyback.jpg);
}

#wrapper {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	background-image: url(images/pagebackground4.jpg);
	
}
#pagecontainer {
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#toplinkscontainer {
	width: 960px;
	height: 32px;
	background-image: url(images/edgesheephorn.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#toplinks {
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#toplinks a:link, #toplinks a:visited, #toplinks a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#toplinks a:hover {
	color: #336600;
}


#masthead {
	margin: 0px;
	padding: 0px;
	height: 122px;
	width: 960px;
}
#banner {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height: 292px;
	text-align: right;
	background-image: url(images/leftsidebanner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar {
	background-image: url(images/navbarback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 35px;
}

/* start of list style navigation */
#nav {
	margin: 0;
	height: 30px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 30px;
	}
#nav li {
	float: left;
	display: inline;
	text-align: center;
	margin: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	
	}
#nav a {
	font-size: 13px;
	font-weight: bold;
	color: #49351f;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	letter-spacing: 1px;
	
	}
	
#nav a:hover {
	color: #970000;
	background-image: url(images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	}

#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ced4db;
	border-left-color: #ced4db;
	background-color: #FFFFFF;
	background-image: url(images/maincontentback.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 950px;
	
}

#designbottomcontainer {
	background-image: url(images/designbottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 231px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#mainContent {
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	margin: 0;
	float: right;
	width: 695px;
} 
.textcontainer {
	border: 1px solid #d3cea9;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

h1 {
	background-image: url(images/headericon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 18px;
	color: #5a6835;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5a6835;
	margin-top: 5px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a:link, a:visited, a:active {
	color: #336600;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #970000;
}
.imgborders {
	border: 1px solid #c7c093;
	padding: 7px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #c7c093;
	background-image: url(images/pictback2.jpg);
	background-repeat: repeat-x;
	background-position: left center;
}
.smalltext {
	font-size: 12px;
	color: #19170b;
}
.browntext {
	color: #663300;
}
.sidebartext {
	color: #FFFFCC;
	margin: 0px;
	padding: 10px;
	font-size: 12px;
}
.sidebartext ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.sidebartext li {
	color: #CCCC99;
}
.pricingtable td {
	border: 1px solid #999966;
	border-collapse:collapse;
	font-size: 12px;
}
.tableextranotes {
	font-size: 12px;
	color: #19170b;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #c7c093;
	font-style: italic;
}
#homeadboxescontainer {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#homeadsleft {
	float: left;
	width: 370px;
}
.homevideoright {
	float: right;
	width: 315px;
}
.homeads1 {
	background-image: url(images/homeads1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 80px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.homeads2 {
	background-image: url(images/homeads2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 80px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.homeads3 {
	background-image: url(images/homeads3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 82px;
	width: 370px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.homeadstext {
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	font-size: 12px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #5a6835;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer {
	background-color: #283c17;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 950px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ced4db;
	border-left-color: #ced4db;
	color: #CCCC99;
}
.photodiv {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
}
.photodivimg {
	border: 2px solid #666633;
	padding: 4px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
