/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: trebuchet ms, Lucida Sans Unicode, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: transparent;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   background: #E2E4D6 url(images/bk.jpg) repeat-x;
   color: #333333;
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   border: none;
   margin: 0 auto;       /* this centers wrapper */
   width: 932px;  
   background: transparent url(images/shadow-mid.png) repeat-y;
   color: #333333;
}

div#shadow-top {
   background: transparent url(images/shadow-top.png) no-repeat;
   width: 932px;
   height: 22px;
   margin: 0 auto;

}

div#shadow-bottom {
   background: transparent url(images/shadow-bottom.png) no-repeat;
   width: 932px;
   height: 24px;
   margin: 0 auto;

}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/


div#header {
   height: 288px;    /* adjust according your image size */
   width: 900px;
   margin: 0 auto;
   z-index: 10;  
   margin-top: -4px;    
}

div#header-details {
   height: 85px;
   width: 200px;
   margin-left: 10px;
   border: 5px solid #8FB2C7;
   z-index: 100;
   background-color: #729DB8;    
   float: left;
   margin-top: 10px;
}

div#header-details p{
   font-size: 1em;
   color: #ffffff;
   padding-right: 5px;
   text-align: right;
   font-weight: bold;

}

div#header-bottom {
   height: 23px;
   width: 550px;
   background-color: #4B6574;    
   float: left;
   margin-left: 26px;
}

div#header-bottom img {
   margin-right: -10px;
   margin-top: -2px;
   position: relative;
   z-index: 90
}

div#header-bottom-right {
   height: 23px;
   width: 331px;
   background-color: #849FB0;    
   float: left;
   z-index: 1
}

div#header-bottom-right p{
   color: #ffffff;
   font-size: 1.3em;
   margin-left: 50px;
   font-style: italic;
}

div#logo {
   height: 132px;
   width: 216px;
   float: left;
   margin-left: 6px;
   margin-top: 30px;
   margin-bottom: 13px;
   z-index: 100;
   background: #ffffff url(images/logo.jpg);  
   background-repeat: no-repeat;  
}


div#h1{
/* you can set your own image here */
   background: #ffffff; 
   width: 663px;
   margin-right: 10px;
   height: 180px;           /* adjust according your image size */
   float: right;
}




 div#content {
   margin: 32px auto 0px auto;   /* some air above and under menu and content */
   width: 900px;
   padding-right: 20px;
}

div#main-header {
   width: 660px;
   height: 190px;
   margin-left: 10px;
   float:left;
   background-color: #ffffff;



}


.marginleft {
   margin-left: 10px;

}


div#main-title {
   width: 560px;
   height: 27px;
   margin-left: 10px;
   margin-bottom: 10px;
   float:right;
   background-color: #595433;
   border-bottom: 10px solid white;
}

div#main-title p{
   color: white;
   font-size: 1.2em;
   padding-left: 10px;
   padding-top: 3px;
   
}


div#main {
   margin-left: 240px;
   padding: 10px;
   margin-right: 0 ;
   background: #ffffff url(images/main-bk.jpg) repeat-x;
   min-height: 800px;
}


div#main-narrow {
   margin-left: 240px;
   padding: 10px;
   margin-right: 0 ;
   background: #ffffff url(images/main-bk.jpg) repeat-x;

   min-height: 800px;
}

div#main-narrow p {
	width: 500px;
}

div#main-narrow p.wider {
	width: 620px;
}


div#gallery ul.picturelist li.thumb {
   background-image: none;

}

div#main2 {
   margin-left: 240px;
   padding: 10px;
   margin-right: 0 ;
   background: #ffffff url(images/main-bk.jpg) repeat-x;
   background-position: 0px 0px;
   min-height: 900px;
}


div#main-contact {
   margin-left: 240px;
   padding: 10px;
   margin-right: 0 ;
   background-color: #E6E2D2;
}


.mainimage {
   margin-top: -10px;
   margin-left: -10px;
   margin-bottom: -10px;

}
.accomimage {
   margin-top: -10px;
   margin-bottom: -10px;

}

div#sidebar {
   float: left;        
   width: 210px;    
   display: inline;  
   margin-left: 20px;
   border: none;
   
}

div#sidebar-images {
   background-color: #ffffff;

}

div#sidebar-images p{
   margin-bottom: 0px;

}

div#sidebar-images img{
   border: 5px solid #4B6574;
   margin-top: 10px;

}

div#sidebar-images img.noborder{
   border: none;

}

div#footer {
   clear: both; 
   color: #333333;
   background-color: transparent; 
   width: 900px;
   margin: 0 auto;
}

div#footer p {
   font-size: 1em;
   padding: 1em;       /* some air for footer */
   margin: 0;
}

div#footer p.rightalign {
   text-align: right; 
   margin-top: -58px;

}

div#footer p a {
   color: #333333; /* needed becouse footer link would be same color as background otherwise */
}


/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}


/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}


div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/


div#content {

}


/* HEADINGS */

#oldh1 {
   font-size: 1.4em; /* font size for h1 */
   padding-left: 5px;
   line-height: 2.2em;
   margin: 0;
   color: #007952;

}


div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #34321E; 
   font-size: 1.1em;
   line-height: 1.3em;
   padding-left: 15px;
   margin: 0 0 0.5em 0;
   background-image: url(images/h3image.png);
   background-repeat: no-repeat;

}

div#content h4 {
   color: #528519; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #ffffff; 
   font-size: 1em;
   text-align: right;
}
/* END HEADINGS */


/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}

strong, b {
/* explicit setting for these */
   font-weight: bold;
}

em, i {
/* explicit setting for these */
   font-style:italic;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}


/* END TEXT */



/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.1em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
   list-style: none;
   
}


div#main-narrow ul,
div#main-narrow ol,
div#main-narrow dl {
   font-size: 1.1em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
   list-style: none;
}

div#main-narrow ul {
	width: 350px;
}



div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 2em;
   background:  url(images/bullet.jpg) 0px 8px no-repeat; 
   padding-left: 0.7em;
}


div#main-narrow ul li,
div#main-narrow ol li {
   margin: 0 0 0.25em 2em;
   background:  url(images/bullet.jpg) 0px 8px no-repeat; 
   padding-left: 0.7em;
}


div#main2 ul,
div#main2 ol,
div#main2 dl {
   font-size: 1.1em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
   list-style: none;
   
}

div#main2 ul li,
div#main2 ol li {
   margin: 0 0 0.25em 2em;
   background:  url(images/bullet.jpg) 0px 8px no-repeat; 
   padding-left: 0.7em;

}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}




div#main-narrow dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main-narrow dl dd {
   margin: 0 0 1em 1em;
}

div#main-narrow dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */




/***Form styles***/							


/* form elements */


div.formbuilderform p{
   color:#244D79;
   margin-top:15px;
   margin-bottom:-5px;
   font-weight:bold;

}

.contactform {
   background-color:transparent;

}

div.contactform fieldset {
   border:none;

}

form {
   margin: 15px 10px 0px 15px; 
   padding: 5px 10px 0px 10px;

}

legend {
   color:#696969;
   font-weight:bold;

}

label {

   display: block;
   font-weight: bold;
   margin: 8px 0px 5px 0px;
   color:#333;
   font-family:Helvetica,Arial, sans-serif;

}

/*input, select {

   padding: 3px;
   font: normal 1em Verdana, sans-serif;
   color: #666666;
   background: #fff;  	

}*/

textarea {

   width: 400px;
   padding: 4px;
   font-family:Helvetica,Arial, sans-serif;
   height: 100px;
   display: block;
   color: #666666;

}

/*input, textarea, select {

   background: #fff;
   border-width: 1px;
   border-style: solid;
   border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 

}*/

input.button { 

   font: bold 12px Arial, Sans-serif; 
   height: 30px;
   margin: 0;
   padding: 2px 3px; 
   color: #555;
   background: #E6E6E6;
   border-width: 1px;
   border-style: solid;
   border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;

}

.form_indent {
   margin-left:40px;

}

.form_margintop {
   margin-top:35px;

}


.submit {


}


/***end***/




/*** table styles ***/
table {
	border-spacing: 3px;
}

td {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left: 3px;
   padding-right: 3px;
   border: 1px solid #D9D2BB;
   font-size: 1.1em;
   text-align: center;
}

td p{
    padding: 0px;
    margin: 0px;
}

div#cottagetable td {
   padding: 3px;
   border: none;
}


/*** end ***/




/* End of 'Layout: Left sidebar + 1 column' */


#theaders {
	   	width: 850px;  
		position: absolute;
		top: 1425px;
		left: 0px;
		margin-left: 60px;
	   	z-index: -100;  
}


h1 {
	font-size: 1em;
	   line-height: 1.5em;
}

#h1p {
	font-size: 1em;
}

#awards1 {
		position: absolute;
		top: 570px;
		left: 810px;
	   	z-index: 300;  
}

#awards2 {
		position: absolute;
		top: 770px;
		left: 810px;
	   	z-index: 300;  
}







/*** conatct table styles ***/
table.formbuilderform {
border-spacing: 0px;
color: black;
width: 500px;
text-align: left;
}


table.formbuilderform textarea{
width: 200px;
}

table.formbuilderform td {
   padding: 5px;
   padding-left: 10px;
   padding-right: 10px;
   border: 1px solid #ffffff;
background-color: #CC9966;
   color: black;
text-align: left;
}

table.formbuilderform p {
   font-size: 1.2em;
}

table.formbuilderform tr{
   width: 500px;
}

table.formbuilderform td table td{
   border: none;
   color: black;
}

/*** end ***/




