/* CSS Document */
html {
	min-height: 100%;
	height: auto;
}
body{
background-color:#ffffff;
padding-top:0;
padding-bottom:0;


}

h1.h1{
color:#dbdada;
font-size: 12px;

padding:0;
margin: 0;
padding-bottom: 2px;
border-bottom:  1px dashed #dbdada;

}



body#blog{
background-color:#f3e9ea;
padding-top:0;
padding-bottom:0;
	background-position:center;
background-image:url(../images/elements/layout/blog_background.jpg);
background-repeat: repeat-y;
}


.siteWrap{
padding-top: 20px;
width:827px;
margin-left:auto;
margin-right:auto;
}



#blog .siteWrapper{

/*width: 939px;
margin-left:auto;
margin-right:auto;
background-image:url(../images/elements/layout/blog_background.jpg);
background-repeat: repeat-y;*/
}

/*#blog .siteWrap #stripBrand{
padding-top: 90px;
}*/



.siteWrapper .topQuote{
padding-top: 20px;
margin: 0px auto;
width: 888px; 
height:69px;
}

/*#blog .siteWrapper .topQuote{
display:none;
}*/



.stripBrand{
/*margin-bottom: 10px;*/
}


.homeImage{
width:827px;
height: 461px;
overflow:hidden;
}

.galleryImages{
height: 250px;
}
	
.galImage{
width: 770px;
height: 461px;
overflow:hidden;
text-align:center;
background-color:#f3e9ea;
}

.galImage img{
text-align:center;
display:block;
margin: 0px auto;
}

.galleryImages li{
margin-top: 4px;

}

.sc01{width: 770px;}
.sc02{width: 50px;}
.sc03{width: 413px;}
.sc04{width: 400px;}
.sc05{width: 375px;}
.sc06{width: 640px;}
.sc07{width: 135px;}
.sc08{width: 300px;}
.sc09{width: 379px;}


.fh01{min-height:461px;}
* html .fh01{height:461px;}

#stripFoot {
margin-top: 10px;
font-size: 80%;
}

#stripFoot a{
color: #9D9A9A;
}

.bigimg{
	text-align:center;
}


.contactBox{

background-color: #f3e9ea;
border: 1px solid #dcd8d7;

}

a.blogLink {
color:#9d9a9a;
}


a.readMore{

color:#5e2e84;
text-decoration: underline;
}

.blogDate{
font-style:italic;
}
#contactTable .textField, #contactTable textarea{
width: 200px;
}


#contactTable input, #contactTable textarea{
padding:2px;
}
#contactTable td.formFields{
margin-top: 4px;
padding-top: 6px;
padding-right: 1em;

}	
#contactTable td{
padding-top: 3px;
}

.required{
color: #5e2e84;
}

.submitButtonSmall{
font-size: 90%;
margin-right: 11px;
color: #5e2e84;
}

.blogImage{
/*height: 303px;*/
/*width: 650px;
overflow:hidden;*/
}

.nextBtn{
margin-top: 4px;
}

.archiveList{
list-style-type:none;
margin:0;
padding:0;
text-decoration:none;
}

.archiveList li a{
color: #9d9a9a;
}

.quote {
 color:#5e2e84;
 font-size: 120%;
}

.archiveList .current a{
font-weight: bold;
color: #5e2e84;
}

.smallThumb{
width: 50px;
height: 50px;
overflow:hidden;
}






.jcarousel-container {
	position: relative;
	float: right;
	width:50px;
	height: 461px;
	
	/*margin:10px auto 0 auto;
	padding:0 40px;*/
}
.jcarousel-clip {
	z-index: 2;
	top: 12px;
	height: 437px;
	width:50px;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
 height: 50px;
  width:50px;
}/**
 *  Horizontal Buttons
 */


ul#feature_gallery_pager {
	
	display:block;
	margin:auto;
	overflow:hidden;
	width: 50px;
}
/*#feature_gallery{
height: 461px;
overflow:hidden;
}*/

#feature_gallery .galleryContent{
width: 770px;
height: 461px;
overflow:hidden;
}

#feature_gallery ul.menu li a:hover {
}
ul#feature_gallery_pager li a {
	overflow:hidden;
	width:50px;
	height:50px;
	float:left;
	display:block;
}
ul#feature_gallery_pager li {
	margin:0 0px;
	padding:0 0 5px 0;
}
#feature_gallery ul.menu a.activeSlide {
	
}



#feature_gallery .bigimgs {
	text-align:center;
	overflow:hidden;
	height:461px;
	width:770px;
	
}

#feature_gallery .bigimgs .bigimg .centreImage {

	
	display:block; text-align:center; width: 770px; height:461px;
	background-color: #f3e9ea;
	
}


.homeImage .centerHomeImage{
display:block; text-align:center; width: 827px; height:461px;
	background-color: #f3e9ea;

}








/**
 *  Vertical Buttons
 */
 .jcarousel-next-vertical {
    position: absolute;
    bottom: 0px;
   
    width: 50px;
    height: 12px;
    cursor: pointer;
    background-image:url(../images/elements/buttons/next.jpg);
	background-repeat:no-repeat;

}

.jcarousel-next-vertical:hover {
   /* background-position: 0 -32px;*/
}

.jcarousel-next-vertical:active {
    /*background-position: 0 -64px;*/
}

.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
  /*  cursor: default;
    background-position: 0 -96px;*/
}

 .jcarousel-prev-vertical{
 top: 0px;

    position: absolute;
     width: 50px;
    height: 12px;
    cursor: pointer;

    background-image:url(../images/elements/buttons/previous.jpg);
	background-repeat:no-repeat;
}

.jcarousel-prev-vertical:hover {
   /*background-position: 0 -32px;
	 background-image:url(../images/elements/buttons/previous.jpg);
	background-repeat:no-repeat;*/
}

.jcarousel-prev-vertical:active {
    /*background-position: 0 -64px;
	 background-image:url(../images/elements/buttons/previous.jpg);
	background-repeat:no-repeat;*/
}

jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
   /* cursor: default;
    background-position: 0 -96px;*/
}

