/* CSS Document */

/* standard tag styling */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: #496C00;
	margin: 0px;
	text-align: center;
	background-image: url(../images/tyb_body_backgrd.png);
	background-repeat: repeat;
}

p {
	font-size: small;
	margin-top: 2px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-right: 0px;
}

p.noMargin {
	margin: 0px 0px 2px 0px;
}	

p.center {
	text-align: center;
}

p.intro {
	font-size: medium;
}

p.right {
	text-align: right;
}

p.red {
	color: red;
}			

.maroon {
	color: #800000;
}		

h1 {
	margin: 0px 0px 5px 0px;
	color: #307287; /* steel-blue */
	font-size: 22px;
	text-align: left;
	font-weight: normal;
	line-height: 26px;
}		

h2 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	color: #307287; /* steel-blue */
	font-size: large;
	text-transform: none;
	text-align: left;
	font-weight: normal;
}	

h3 {
	margin: 0px;
	text-align: center;
	font-size: medium;
	color: #2047BC; /* dark-blue */
	font-weight: normal;
}

h4 { /* telephone number */
	text-align: center;
	margin: 0px;
	padding: 0px;	
}			

img {
	margin: 0px;
	border: none;
}							

td img {
	display: block;
}

ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: small;
}

li {
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 22px;
	margin-right: 0px;
	font-size: small;
	padding-bottom: 0px;
	padding-left: 5px;
}

hr {
	height: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

legend {
	color: #307287;
	font-size: 12px;
}		

/* This setting is important for the ASP.NET form to display correctly in Opera browser */
/* If not set, Opera displays the page out of line to that displayed in IE and FireFox */
form {
	margin: 0px;
}	
	
a:link {
	color: #307287;
	text-decoration: none;
}

a:active {
	color: #307287;
	text-decoration: none;
}

a:visited {
	color: #307287;
	text-decoration: none;
}

a:hover {
	color: #307287;
	text-decoration: underline;
}

/* text styling */
.p_right {
	margin-top: 10px;
	text-align: right;
}	

.arrow a:hover {
	text-decoration: none;
}		

/* Layer Definitions */

/* Mainwrapper displays the background layer and content which will alter the length of the page */
/* This wrapper centres the page */
/* It is important to set the margins, page width and position to relative */
#centralposition {
	position:relative;
	width: 968px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	background-color: white;
	border-top-width: 25px;
	border-top-style: solid;
	border-top-color: #698801;
}

/* This extra wrapper is required for the background slice to work in FireFox, etc */
/* Setting the background image in the centralposition layer does not work in FireFox when the position is set to relative */
#backgrdWrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 25px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #698801;
	border-right-color: #698801;
	border-bottom-color: #698801;
	border-left-color: #698801;
	background-image: url(../images/tyb_page_backgrd_slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: white;
}	

#backgrdWrapper img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none;
}

#topBanner {
	width: 960px;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 25px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #698801;
	border-right-color: #698801;
	border-bottom-color: #698801;
	border-left-color: #698801;
	background-color: white;
}

#topBanner img {
	margin: 0px;
	padding: 0px;
	display: block;
	border: none; 
}

/* the following is applied because of bug in IE8 with initial loading of images */
/* Note that the 'left' value is dependent on the border width of backgrdWrapper */
#topBannerFix {
	position:absolute;
	left:4px;
	top:359px;
	width:960px;
	height:1px;
	z-index:2;
	visibility: visible;
}

#mainPage {
	margin: 0px;
	padding: 0px;
	width: 960px;
	float: left;
	background-image: url(../images/tyb_page_backgrd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: none;
}

#mainPage h3 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#mainPage p strong {
	color: #307287;
	font-size: medium;
	font-weight: normal;
}

#mainPage a {
	font-weight: bold;
}	

#mainContentLeft {
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 15px;
	width: 320px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}		

#mainContentMiddle {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 260px;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
}

#mainContentRight {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	width: 255px;
	border: none;
	vertical-align: top;
	float: left;
	text-align: left;
	font-size: small;
}

#mainContentLeft img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#mainContentRight img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 0px;
}	


#mainContentMiddle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 10px;
}

#mainContentMiddle img.floatleft, #mainContentLeft img.floatleft {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
}				

#mainForm {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #496C00;
	width: 750px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: none;
	float:left;
	text-align: left;
}
	
#lowerNav {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #496C00;
	width: 800px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	border: none;
	float:left;
	text-align: left;
}

#lowerNav p strong {
	font-size: medium;
}	

#lowerNav p.left {
	float: left;
}

#lowerNav p.right {
	float: right;
}

#lowerNav a:link {
	color: #307287;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:active {
	color: #307287;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:visited {
	color: #307287;
	text-decoration: none;
	font-weight: normal;
}

#lowerNav a:hover {
	color: #307287;
	text-decoration: underline;
	font-weight: normal;
}

#footerWrapper {
	float: left;
	width: 960px;
	height: 79px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/tyb_page_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #8DB602;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #698801;
	border-right-color: #698801;
	border-bottom-color: #698801;
	border-left-color: #698801;
}	

#footer {
	position: relative;
	top: 55px;
	left: 20px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 956px;
}	
	
#footer p {
	color: white;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p strong {
	color: white
}	

#footer table {
	width: 100%;
	border: none;
}

#footer table td {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: top;
}

#footer table td.text {
	width: 205px;
}

#tail {
	position: relative;
	width: 960px;
	height: 25px;
	background-color: #698801;
	float: left;
	border-top-width: 0px;
	border-right-width: 4px;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #698801;
	border-right-color: #698801;
	border-bottom-color: #698801;
	border-left-color: #698801;	
}	
							
/* top layers */
#telephone {
	position:absolute;
	left:285px;
	top: 210px;
	width:660px;
	z-index:1;
}

#telephone p {
	font-size: 24px;
	color: white;
	margin: 0px;
	text-align: right;
	font-weight: normal;
}

#telephone .highlight {
	color: #888500;
}		

#specialofferlnk {
	position:absolute;
	left:850px;
	top:-47px;
	width:143px;
	height:106px;
	z-index:1;
}

#subscribe {
	position:absolute;
	left:10px;
	top:-20px;
	width:800px;
	height:25px;
	z-index:1;
	text-align: left;
}

#subscribe a:link {
	color: yellow;
	text-decoration: none;
}

#subscribe a:active {
	color: yellow;
	text-decoration: none;
}

#subscribe a:visited {
	color: yellow;
	text-decoration: none;
}

#subscribe a:hover {
	color: yellow;
	text-decoration: underline;
}

#subscribe p {
	font-size: 10px;
	color: white;
}	

#mainheading {
	position:absolute;
	left:20px;
	top:20px;
	width:800px;
	z-index:2;
}

#mainheading h1 {
	color: white;
	font-size: 24px;
	margin: 0px;
	text-align: left;
}						
	
#menubtn1 {
	position:absolute;
	left:200px;
	top:320px;
	width:121px;
	height: 35px;
	z-index:1;
	vertical-align: middle;
	background-image: url(../images/buttons/tyb_btn1.png);
	background-repeat: no-repeat;	
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

#menubtn1_ptr {
	position:absolute;
	left:205px;
	top:345px;
	width:112px;
	height: 5px;
	z-index:2;
}	

#menubtn2 {
	position:absolute;
	left:350px;
	top:310px;
	width:121px;
	height: 35px;
	z-index:1;
	vertical-align: middle;
	background-image: url(../images/buttons/tyb_btn2.png);
	background-repeat: no-repeat;	
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

#menubtn2_ptr {
	position:absolute;
	left:355px;
	top:335px;
	width:112px;
	height: 5px;
	z-index:2;
}	

#menubtn3 {
	position:absolute;
	left:500px;
	top:290px;
	width:121px;
	height: 35px;
	z-index:1;
	vertical-align: middle;
	background-image: url(../images/buttons/tyb_btn3.png);
	background-repeat: no-repeat;	
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

#menubtn3_ptr {
	position:absolute;
	left:505px;
	top:315px;
	width:112px;
	height: 5px;
	z-index:2;
}

#menubtn4 {
	position:absolute;
	left:650px;
	top:280px;
	width:121px;
	height: 35px;
	z-index:1;
	vertical-align: middle;
	background-image: url(../images/buttons/tyb_btn4.png);
	background-repeat: no-repeat;	
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

#menubtn4_ptr {
	position:absolute;
	left:655px;
	top:305px;
	width:112px;
	height: 5px;
	z-index:2;
}

#menubtn5 {
	position:absolute;
	left:800px;
	top:300px;
	width:121px;
	height: 35px;
	z-index:1;
	vertical-align: middle;
	background-image: url(../images/buttons/tyb_btn5.png);
	background-repeat: no-repeat;	
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
}

#menubtn5_ptr {
	position:absolute;
	left:805px;
	top:325px;
	width:112px;
	height: 5px;
	z-index:2;
}

#menubtn1 a:link, #menubtn1 a:active, #menubtn1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}

#menubtn2 a:link, #menubtn2 a:active, #menubtn2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubtn3 a:link, #menubtn3 a:active, #menubtn3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubtn4 a:link, #menubtn4 a:active, #menubtn4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#menubtn5 a:link, #menubtn5 a:active, #menubtn5 a:visited {
	color: white;
	text-decoration: none;
}

#menubtn1 a:hover, #menubtn2 a:hover, #menubtn3 a:hover, #menubtn4 a:hover, #menubtn5 a:hover {
	color: black;
	text-decoration: underline;
}

#caravan {
	position:absolute;
	left:555px;
	top:-180px;
	width:377px;
	height:182px;
	z-index:1;
}

#textSize {
	position:absolute;
	left:575px;
	top:210px;
	width:360px;
	z-index:1;
	vertical-align: middle;
	text-align: right;
	color: white;
	font-size: small;
}

#textSize .textsmall {
	font-size: 11px;
	font-weight: normal;
}

#textSize .textmedium {
	font-size: 16px;
	font-weight: normal;
}

#textSize .textlarge {
	font-size: 22px;
	font-weight: normal;
}
			

/* Miscellaneous */
.asterisk {
	color: #FF0000;
}
.center {
	text-align: center;
}		

/* Contact form styling */
table.contactform {
	background-color: #FFFFE3;
	width: 100%;
	margin-top: 5px;
}

table.contactform td {
	width: 50%;
}
	
table.contactform p.title {
	text-align: right;
	margin: 2px;
}

table.contactform p.box {
	text-align: left;
	margin: 2px;
}			

