body  {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #803c12;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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 */
}
td {
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(shared_images/torn_mid.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-repeat: repeat-y;
	padding: 0;
} 
#wholeContent {
	width: 100%;
	margin: 0 auto;
	padding:0;
	position: relative;	
} 
#header {
	width:935px;
	height: 155px;
	background-image: url(shared_images/torn_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0 auto;
	padding:0;
	position: relative;	
} 
#header br {
	padding: 0;
	margin: 0;
	height: 1px;
}

#sidebar1 {
	float:left;
	padding:145px 0 0 30px;
	width:235px;
}
#sidebar1 a {
	text-transform:uppercase;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;
}
#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	padding: 0 0 0 275px;
	min-height: 750px;
} 

#mainContent .banner {
	padding:0 0 0 10px;
}

#footer {
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
	background-position: center bottom;
	background-image: url(shared_images/torn_bottom2.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 11px;
	height: 50px;
	padding: 0px;
} 
#footer a {
	color: white;
}
#copyright {
	height:90px;
	margin:10px auto 0;
	color: white;
	font-size: 11px;
	width:960px;
}
#copyright .fltlft {
	float: right;
	text-align: left;
	padding-left: 0;
	margin-bottom: 25px;
	width: 420px;
	color: white !important;
}
#copyright .fltlft td {
	color: white !important;
	font-size: 11px;
}
#copyright .fltlft td a {
	color: white !important;
	text-transform: none !important;
	font-size: 11px;
}

#copyright .fltrt {
	float: right;
	text-align: left;
	padding-right: 25px;
	margin-bottom: 25px;
	width: 215px;
	color: white;
}
#copyright a:link {
	color: white;
}
.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:1px;
    font-size: 1px;
    line-height: 0px;
	padding: 0;
	margin: 0;
}
#header .tabContent {
	float: right;
	font-size: 11px;
	color: white;
	font-weight: bold;
	background-image: url(shared_images/search_bar_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 419px;
	height: 60px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#header .tabContent a:link {
	color: white;
	text-decoration:none;
}
#header .tabContent a:hover {
	color: #F68428;
	text-decoration:none;
}
#header .tabContent a:active {
	color: #F68428;
	text-decoration:none;
}
#header .tabContent a:visited {
	color: white;
	text-decoration:none;
}
#header .helpline {
	float: right;
	width: 420px;
	text-align: center;
	color: white;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header .helplineHead {
	color: white;
	padding-top: 8px;
	font-size: 28px;
	font-weight: bold;
	font-family: "Myriad Web Pro", Arial, Helvetica, sans-serif;
}
form {
	padding: 0;
	margin: 5px 0 0 0;
	float: left;
}
.input {
	font-size: 11px;
	background-color: #408b39;
	border: 1px solid white;
	color: white;
	font-weight: bold;
	padding: 1px;
	margin: 0 0 0 3px;
}
.field {
	background-image: url(shared_images/field.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 141px;
	height: 20px;
	padding: 3px;
	margin-left: 15px;
	font-size: 11px;
}
.field2 {
	background-image: url(shared_images/field2.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	width: 161px;
	height: 20px;
	padding: 3px;
	margin-left: 15px;
	font-size: 11px;
}
#logo {
	position: absolute;
	top: 5px;
	width: 268px;
	height: 245px;
	z-index: 1;
	float: left;
	left: 0px;
}
#images {
	position: absolute;
	z-index: 1;
	top: 95px;
	padding-left:200px;
	width: 631px;
	height: 283px;
}
#button {
	background-image: url(shared_images/left_nav_button.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding: 5px 0 0 10px;
	color: #F68428;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 200px;
	margin: 0 0 5px 0;
}
#buttonSub {
	padding: 0 0 5px 10px;
	color: #F68428;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	width: 200px;
	margin: 0 0 5px 0;
	line-height: 18px;
}
#buttonSub a {
	text-transform: none !important;
	background-color: #FFFFFF;
	padding: 3px;
}
#bookButton {
	background-image: url(shared_images/book_left_nav_button.gif);
	background-repeat: no-repeat;
	height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 0 10px;
	width: 200px;
	margin: 0 0 5px 0;
}
#bookButton a:link {
	color: white;
}
#bookButton a:visited {
	color: white;
}
#bookButton a:hover {
	color: white;
}
#bookButton a:active {
	color: white;
}
a:link {
	text-decoration: none;
	color: #803c12;
}
a:visited {
	text-decoration: none;
	color: #803c12;
}
a:hover {
	text-decoration: none;
	color: #408b39;
}
a:active {
	text-decoration: none;
	color: #408b39;
}
#splodge {
	width: 226px;
	height: 206px;
	background-image: url(shared_images/orange_splodge.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
}
#splodge td a {
	color:white;
	font-size:18px;
	font-weight: bold;
}
#splodge2 {
	width: 240px;
	height: 267px;
	background-image: url(home/images/left_leaves.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 30px 0 0 0;
}
#splodge2 td a:link, #splodge2 td a:visited {
	color:white;
	font-size:13px;
	font-weight: bold;
	text-transform: none !important;
}
#splodge2 td a:hover, #splodge2 td a:active {
	color:white;
	font-size:13px;
	font-weight: bold;
	text-transform: none !important;
	text-decoration: underline;
}
#blueSplodgeRgt {
	width: 241px;
	height: 235px;
	background-image: url(home/images/right_leaves.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	margin: 25px 0 0 0;
}
#blueSplodgeRgt .table01 {
	float: left;
	width: 180px;
	height: 80px;
	padding: 0 20px 0 25px;
}
#blueSplodgeRgt .table02 {
	float: right;
	width: 185px;
	height: 105px;
}
#blueSplodgeRgt .table01 a:link, #blueSplodgeRgt .table02 a:link, #blueSplodgeRgt .table01 a:visited, #blueSplodgeRgt .table02 a:visited {
	color: white;
	font-weight: bold;
	text-transform: none;
}
#blueSplodgeRgt .table01 a:hover, #blueSplodgeRgt .table02 a:hover, #blueSplodgeRgt .table01 a:active, #blueSplodgeRgt .table02 a:active {
	color: white;
	font-weight: bold;
	text-transform: none;
	text-decoration: underline;
}

#splodge2 .table01 {
	float:left;
	height:134px;
	padding:0 20px 0 55px;
	width:170px;
}
#splodge2 .table02 {
	float: right;
	width: 185px;
	height: 70px;
}
#splodge2 .table01 a:link, #splodge2 .table02 a:link {
	color: white;
	font-weight: bold;
	text-transform: none !important;
}
#splodge2 .table01 a:hover, #splodge2 .table02 a:hover {
	color: white;
	font-weight: bold;
	text-transform: none !important;
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	color: #408b39;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #803c12;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #408b39;
}

#TICKER {
	overflow:hidden;
	width:410px;
	margin-top: 15px;
}

#TICKER a:link, #TICKER a:visted {
	text-decoration: none;
	color: #0c3a84;
}

#TICKER a:hover, #TICKER a:active {
	text-decoration: underline;
	color: #0c3a84;
}

#supercamps_group img {
	padding-right: 10px;
}

#wholeContent .leaves {
	background-image: url(shared_images/leaves_left.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -50px;
	bottom: 0;
	height: 320px;
	width: 379px;
}
#wholeContent .leavesRgt {
	background-image: url(shared_images/leaves_right.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	height: 381px;
	width: 476px;
}
 
#bodyContent {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#supercamps_group {
	margin: 0;
	padding: 0;
}

.breadcrumbtrail {
	padding: 10px 0;
}
.breadcrumbtrail a {
	color: #408b39;
}