@charset "UTF-8";
/* CSS Document */


body {	
	border: none;
	padding: 0px;
	margin: 0px;
	background-color:#536195;
}


#Header {	
	height:124px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/HeaderBackground.png); 
	background-repeat:repeat-x
}

#FlowerBg {	
	width:860px;
	height:124px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/FlowerBackground_03.png);
	background-repeat:no-repeat
}

#HeaderLogo {	
	width:860px;
	margin-left:auto;
	margin-right:auto;
	clear:right
}

#Menu {	
	width:860px;
	margin-left:auto;
	margin-right:auto;
	clear:both
}

#ContentBackground {
	background-image:url(images/WoodBackground.png);
	background-repeat:repeat;
	background-position:0px 600px;
}

#PurpleRepeater {
	background-image:url(images/PurpleRepeater.png);
	background-repeat: repeat-x
}

#ContentSecondary {	
	width:840px;
	padding:10px;
	padding-bottom:20px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#Sidebar {	
	width:230px;
	padding-left:20px;
	float:right;
}

#SidebarContact {	
	width:260px;
	margin-right:13px;
	float:right;
}

#ContactForm {	
	padding-left:10px;
	margin-top:25px;
	line-height:1.5;
}


#PhotoBox {	
	width:818px;
	height:268px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

#Content {	
	width:840px;
	height:260px;
	margin-left:auto;
	margin-right:auto;
}

#ContentBox {	
	width:260px;
	height:240px;
	float:left;
	display: block;
	margin-top:15px;
	background-color:#ffffff;
}

#BoxText {	
	width:240px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-size:11px;
}


#SocialMedia {	
	height: 50px;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	float:right;
}

#FooterContent {	
	width:840px;
	height:74px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:2;
	font-size:10px;
	background-image:url(images/FlowerFooter.png);
	background-repeat:no-repeat;
	background-position:left;
}

#Footer {
	height:94px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-image:url(images/FooterBackground.png); 
	background-repeat:repeat-x;
}

a:link {
COLOR: #006;
border:none;
}
a:visited {
COLOR: #006;
border:none;
}
a:hover {
COLOR: #9FB8E4;
border:none;
}
a:active {
COLOR: #00FF00;
border:none;
}

a img { border: none; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  


#Thumbs {
	float:left;
	
}
.thumbs {
	float:left;	
}

#gallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
		margin-top:-50px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #000; }




	
	 /*For styling a post's title*/
 #BlogEntryTitle {
	 color:#07496c;
	 font-family: sans-serif;
	 font-size: 14pt;
	 text-decoration: none;
 }
 
 /*For styling a post's date*/
 #BlogEntryDate {
	 color: grey;
	 font-style: italic;
 }
 
 /*For styling the content text*/
 #BlogEntryContent p {
	 float: left;
	 font-family: sans-serif;
	 font-size: 11pt;
	 line-height: 1.5;
	 
 }
 
 /*For styling the content's image*/
 #BlogEntryContent img {
	 width: 200px;
	 height: 200px;
 }
 
 /*For styling a post's comments link*/
 #BlogEntryComments {
	 
 }
 
 #BlogSidebar {	
	width:230px;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	background-color:#e9f3f6;
	float:right;
}

 #BlogSidebarTitle {	
	padding-left:25px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:1.5;
	
}

#Divider {
	background-color:#6CC;
	width:820px;
	height: 3px;
}