/*****************
 GLOBAL
*****************/

* { margin: 0; padding: 0; }

p { margin: 0.5em 0 1.0em 0; }

img { border-width: 0; }

h1, h2, h3, h4, h5, h6 { margin:0.5em 0 0.2em 0; }

body {
	background: #def url(/images/bg-body.gif) no-repeat top left;
	margin:0;
	padding:0;
	color: #000;
}

body, table {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: 16px;
}

* html body, * html table  {
	font-family:  'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size: medium;
}


/**********
 LINKS
**********/

a {	color: #046;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/**********
 HEADERS
**********/

h1 {
    color: #3AD;
    font-size: 2em;
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
}

h2 {
    color: #3AD;
    font-size: 1.5em;
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
}  

h3 {
    color: #046;
    font-size: 1em;
	font-family: Georgia, Verdana, sans-serif;
	font-weight: normal;
}  

.flleft {
    float: left;
}

/*****************
 BREAKS
*****************/

br.breaker { clear: both; }
br.lbreaker { clear: left; }
br.rbreaker { clear: right; }


/**********
 FORMS
**********/

form { display: inline; }

/**********************
 OVERALL LAYOUT
***********************/

#containerborder {
    padding: 10px 0px 0px 0px;
    background-color: #FFF;
    width: 900px;
    margin: 0px auto;
}

	#container {
	    background-color: #FFF;
	    width: 880px;
	    padding: 0px 10px 0px 10px;
	    color: #333;

	}

		#topbar {
		    background-image: url(/images/bg-topbar.gif);
		    background-repeat: no-repeat;
		    width: 880px;
		    position: relative;
		}

		#topbar #date {
		    position: absolute;
		    right: 105px;
		    top: 12px;
		    font-size: 0.75em;
		    color: #666;
		    line-height: 14px;
		    text-align: right;
		}
		
		#topbar #date a {
		    padding-left: 15px;
		    font-size: 1.1em;
		    color: #000; 
		}

		#topbar #phoneno {
		    position: absolute;
		    right: 105px;
		    bottom: 20px;
		    font-size: 1em;
		    color: #444;
		    line-height: 30px;
		    text-align: right;
		}

		#topbar #phoneno img {
		    float: left;
		    margin-right: 5px;
		}
		
		#topbar #visitbritain {
		    position: absolute;
		    bottom: 10px;
		    right: 0px;
		}

		#navbar {
		    background-image: url(/images/bg-navbar.gif);
		    background-repeat: no-repeat;
		    width: 880px;
		    padding: 0 0 2px 0;
		    border-bottom: 2px solid #ccc;
		    font-size: 0.85em;
		}



		ul#navbar_nav {
			margin: 0px;
			list-style: none;
			width: 880px;
			height: 40px; /* needed for firefox */
		}

			ul#navbar_nav li {
				float: left;
				margin: 0px 9px 0px 9px;
				padding: 14px 0px 10px 0px;
				display: block;
				text-align: left;
			}

			/* APPLY HOME OVERRIDE */
			#navbar ul li.homelink {
				padding-left: 32px;
				background: url(/images/homeicon.gif) no-repeat 0px 11px;
			}


				ul#navbar_nav li a {
					display: block;
					color: #fff;
					text-decoration: none;
				}

				ul#navbar_nav li a:hover {
					display: block;
					color: #000;
					text-decoration: none;
				}



		#imagebar {
		    margin-bottom: -5px;
		    height: 300px;
		    width: 880px;
		    float: left;
		}

		#contentbar {
		    width: 880px;
		    float: left;
		    position: relative;
		    background-color: #FFF;
		    background-image: url(/images/bg-content.gif);
		    background-repeat: repeat-y;
		}



		#leftcol {
		    float: left;
		    width: 620px;
		    padding:  10px 30px 10px 10px;
		    line-height: 1.6em;
		    font-size: 0.8em;
		    letter-spacing: 0px;
		}

			#leftcol ul {padding: 5px 0 5px 25px;}

		#leftcol #textbar {
		    width: 620px;
		}


			#leftcol #cottagebar .cottage {
			    width: 190px;
			    float: left;
			    margin: 0px 5px;
			    padding: 5px;
			    text-align: center;
			}

			#leftcol #textbar  #cottageBig{
			    float: right;
			    margin: 0px 50px 0px 0px;
			}

			#leftcol #textbar  #cottageList {
			    margin: 20px 0px 0px 0px;
			}

			#leftcol #textbar  #cottageList li {
			    margin: 5px 0px;
			    line-height: 20px;
			    list-style-type: none;
			}

			#leftcol #textbar  #cottageList li img {
			    vertical-align: middle;
			    margin-right: 5px;
			}


			#leftcol #gmap {
			    height: 380px;
			}

			#leftcol .eventDate {
			    font-weight: bold;
			    margin-bottom: 10px;
			    margin-top: 2px;
			    display: block;
			}




		#rightcol {
		    float: left;
		    width: 210px;
		    padding-top: 10px;
		    padding-left: 10px;
		    padding-bottom: 180px;
		    font-size: 0.8em;
		}

        #rightcol #gmapsmall {
            width: 210px;
            height: 150px;
        }

		#rightcol #quotebar {
		    width: 210px;
		    margin: 20px 0 0 0px;
		}

		#rightcol #quotebar #quote {
		    width: 210px;
		    margin: 20px 0px 0px 0px;
		    font-size: 1.0em;
		    line-height: 1.5em;
		    text-align: left;
		}

		#rightcol #quotebar .lqm {
		    font-size: 100px;
		    color: #3AD;
		    font-family: Georgia, Arial, Sans-Serif;
		    float: left;
		    margin-top: -40px;
		    margin-bottom: -80px;
		}

		#rightcol #quotebar .rqm {
		    font-size: 100px;
		    color: #3AD;
		    font-family: Georgia, Arial, Sans-Serif;
		    margin-top: -30px;    
		    margin-left: 140px;
		    padding: 0px;
		    margin-bottom: -70px;
		}


		* html body #quotebar .rqm {     margin-left: 70px; }




	#footer {
	    clear: both;
	    width: 880px;
	    padding: 20px 10px;
	    background: #555 url(/images/bg-footer.gif) repeat-x left bottom;
	    color: #FFF;
	    font-size: 0.7em;
	    line-height: 1.5em;
	}


	#footer a {
	    color: #FFF;
	}


/*****************
 IMAGE FLOATS
 *****************/

img.floatleft {
	float: left;
	margin: 0px 10px 0px 0px;
}

img.floatright {
	float: right;
	margin: 0px 0px 0px 0px;
}


/*****************
 ICON LINK
*****************/


a.iconlink { 
	padding-left:10px; 
	background: url(/images/icon.gif) no-repeat top left;
}

/*****************
CONTACT FORM
*****************/

#textbar .visitorComment {
    float: left;
    margin: 0px 5px 0px 5px;
    padding-right: 20px;
    background: #fff url(/images/sqright.gif) no-repeat right top;
}

#contactleft {
    float: left;
    width: 250px;
    padding: 0px 20px 0px 0px;
}

#contactright {
    float: right;
    width: 350px;
    padding: 0px 0px 0px 0px;
}

#contactright label {
	display: block;
	float: left;
	width: 100px;
	padding-right: 10px;
	margin-top: 5px;
}

#contactright input.contform {
	display: block;
	float: left;
	width: 200px;
	border: 1px solid #3ad;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

#contactright textarea.contform {
	display: block;
	float: left;
	width: 200px;
	height: 50px;
	overflow: auto;
	border: 1px solid #3ad;
	font-family: verdana, arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 1.0em;
	margin-top: 5px;
}

#contactright .btn {
	margin-top: 5px;
	margin-left: 110px;
	color: #ffffff;
	font-weight: bold;
	background-color: #3ae;
	border: 1px solid #07a;
	padding: 2px 5px;
}

#contactright #lblError {
    background-color: #F99;
    color: #600;
    border: 2px solid #600;
    padding: 5px;
    margin: 10px 0px;
}