@charset "utf-8";
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; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(caravans-kent-images/kent.gif);
	text-align: center;
}

.kent #wrapper {
	width: 800px;  /* this width will create a wrapper that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF url(caravans-kent-images/textBG.gif) no-repeat;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 2px solid #FF99CC;
} 
.imgRight {
	float: right;
	margin-left: 10px;
}
.kent #wrapper #sidebar1 a:link {
	color: #666666;
	text-decoration: none;
}
.kent #wrapper #sidebar1 a:visited {
	color: #666666;
	text-decoration: none;
}
.kent #wrapper #sidebar1 a:hover {
	color: #FF99CC;
	text-decoration: none;
}
.kent #wrapper #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 60px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: left;
	height: 170px;
} 



.kent #wrapper #header h1 {
	padding: 0px;
	font-size: 50px;
	margin: 18px 0px 0px;
}
.kent #wrapper #header h2 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 29px;
	margin: -10px 0px 0px;
	font-style: italic;
}
.kentword {
	color: #FF99CC;
	font-style: italic;
	margin: 0px;
}
.kent #wrapper #mainContent #joal {
	border: 2px solid #FF99CC;
	padding: 5px;
	margin-bottom: 10px;
	background: #CCCCCC;
}



.kent  #wrapper #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 273px;
	width: 478px;
	padding: 20px 0px 0px;
} 
.kent #wrapper #mainContent h2 {
	margin: 0px 25px 0px 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 20px;
}
.kent #wrapper #mainContent p {
	font-size: 14px;
	line-height: 21px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 12px;
}

.kent #wrapper #sidebar1 {
	width: 212px;
	padding: 20px 0px 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
}
.kent #wrapper #sidebar1 #joallogo {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.kent #wrapper #sidebar1 p {
	padding: 4px 10px 3px 40px;
	margin: 0px;
	line-height: 16px;

}
.kent #wrapper #sidebar1 ul {
	padding: 0px;
	margin-left: 58px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;

}
.kent #wrapper #mainContent #mainImage {
	float: right;
	border: 2px solid #FF99CC;
	margin-left: 16px;
}

.kent #wrapper #sidebar1 #places {
	background-color: #CCCCCC;
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 16px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF99CC;
	border-bottom-color: #FF99CC;
	padding: 0px;
	margin-top: 10px;
}
#accreditation {
	font-size: 11px;
	padding-top: 3px;
	margin-bottom: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
}



.kent #wrapper #sidebar1 hr {
	color: #FF99CC;
	width: 190px;
	float: right;
	margin: 12px 0px;
	padding: 0px;
}

.kent #wrapper #sidebar1 li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 1px;
	padding-right: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.kent  #wrapper #sidebar1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 8px;
	margin: 0px;
}

.kent #wrapper #footer {
	padding: 0 25px 0 0px;
	text-align: right;
	background-color: #666666;
	clear: both;
} 
.kent #wrapper #mainContent .pinkBorder {
	border: 3px solid #FF99CC;
}

.kent #wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Miscellaneous classes for reuse */
.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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	clear: right;
	font-size: 1px;
	line-height: 0px;
}
.kent #wrapper #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	padding: 14px 0px 14px 14px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(caravans-kent-images/roundCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.kent #wrapper #sidebar1 #cheap {
	background-color: #CCCCCC;
	margin-left: 24px;
	margin-right: 0px;
	margin-bottom: 16px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF99CC;
	border-bottom-color: #FF99CC;
	padding: 0px;
	margin-top: 14px;
}
.kent #wrapper #sidebar1 #cheap p{
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

.kent #wrapper #sidebar1 #places p {
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
