@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;
	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 */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #8FBCF6;
	background-image: url(../images/chedabucto-background-fade.jpg);
	background-repeat: repeat-x;
	line-height: 18px;
}
.twoColFixLtHdr #container1 {
	width: 840px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/chedabucto-top-background-shadow.jpg);
	background-repeat: no-repeat;
} 

.twoColFixLtHdr #container2 {
	width: 840px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/body-background-shadow-repeat.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #010150;
	margin: 0 auto;
	text-align: left;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #083B6E;
	border-right-color: #083B6E;
	border-bottom-color: #083B6E;
	border-left-color: #083B6E;
} 
.small-text {
	font-size: 12px;
}
.twoColFixLtHdr #header {
	background-image: url(../images/header-background.jpg);
	background-repeat: no-repeat;
	height: 253px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
#home-slideshow {
	background-color: #88add4;
	height: 285px;
	width: 100%;
	padding-top: 20px;
}
#contact-box {
	background-color: #FFFFFF;
	height: 285px;
	width: 99%;
	padding-top: 20px;
	border: thin solid #CCCCCC;
}
  
#contenttext {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixLtHdr #mainContent {
	margin: 0;
	background-image: url(../images/curve-background.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 0;
} 
.Content_Headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #39589C;
}

.twoColFixLtHdr #mainContenthome {
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(../images/curve-background-home.jpg);
	background-repeat: no-repeat;
	float: left;
}

.twoColFixLtHdr #footer {
	background-image: url(../images/footers-part.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 780px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20;
	padding-left: 30;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30;
	font-weight: normal;
}

.twoColFixLtHdr #contactbox {
	border: thin solid #999999;
	padding: 10px;
	width: 342px;
	z-index: auto;
	background-color: #CCCCCC;
}

.Content_Text_Bold_LtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #B5D5FF;
	text-decoration: none;
}
.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: 15px;
	margin-bottom: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 0px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}

#spacer {
	height: 70px;
	width: 50px;
}
.spacerdiv {
	height: 70px;
	width: 50px;
	float: right;
}


/* pasted from schriver1 */

/* Elements */



h1 { 
 margin:10px 0 0 0;
 font-style:italic;
 font-weight:normal;
 font-size:200%; 
 font-family:georgia,serif;
 color:#ffffff;
 text-align:center;
}
h4 {
 margin:0;
 color:#ffffff;
}

h2, h3 {
	margin-top: 0px;
}



p, ol, ul, dl, blockquote {
}

a {
	colour: #FFFFFF;
	color: #0066FF;
}

a:hover {
	text-decoration: none;
	color: #66FF33;
}
a:visited {
	text-decoration: none;
	color: #6666CC;
}

/* Header */



#header a {
	text-decoration: none;
	color: #FFFFFF;
	margin: 0;
}

/* Menu */


#menu2 {
	margin: 0;
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 10px;
	background-image: url(../images/chedabucto-navbar-background.jpg);
	background-repeat: no-repeat;
	height: 51px;
}


#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
	margin: 0;
	
}

#menu2 a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #EDFFDF;
	font-size: 15px;
	margin: 0;
	line-height: 23px;
}

#menu2 a:hover {
	color: #010150;
	margin: 0;
}




/* FooterMenu */

#footermenu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 47px;
	padding-left: 15px;
	padding-right: 0px;
	background-image: none;
	background-repeat: repeat-x;
	font-size: 9.5px;
	font-family: Arial, Helvetica, sans-serif;
}

#footermenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footermenu li {
	display: inline;
	
}

#footermenu a {
	color: #225DA0
	display: block;
	float: none;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFFFFF;
}

#footermenu a:hover {
	color: #010150;
}

/* Content */


#content h3 {
	color: #2F73B8;
}
/* Footer */

#footer2 {
	width: 840px;
	height: 55px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(../images/footershadow3.jpg);
	background-repeat: no-repeat;
}

#footer2 p {
	margin: 0px;
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	color: #333333;
}

#footer2 a {
	color: #333333;
}

#footer2 a:hover {
	color: #FFFFFF;
}


.colorbox
{
  border: 1px solid #FFFFFF;
}


.Content_Footer_Links {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:active {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.Content_Footer_Links a:hover {
	color: #E4DAB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}




.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: 20px;
}
.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:0;
    font-size: 1px;
    line-height: 0px;
}
.blue-italic-quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #4A75D0;
}
.twoColFixLtHdr #container2 #container1 #container #mainContent #contenttext .Content_Text a {
	text-decoration: underline;
	color: #0033FF;
}
.twoColFixLtHdr #container2 #container1 #container #mainContent #contenttext .Content_Text a:hover {
	color: #666666;
}
.twoColFixLtHdr #footer2 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #010150;
	font-style: normal;
	line-height: 27px;
}
.highlight-text {
	font-weight: bold;
	color: #0099FF;
}
.photo-borders {
	border: thin solid #FFFFFF;	
}
.fltrtborder { /* 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: 15px;
	margin-bottom: 15px;
	border: thin solid #FFFFFF;	
}
.fltlftborder { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
	border: thin solid #FFFFFF;	
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.style1 {
	color: #333333
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}