﻿/* CSS - Slider elements */

body{
	font-family: "Open Sans", helvetica, arial;
}

pre{
	font-family: "Source Code Pro", monospace;
	display: block;
	padding: 0px; /* 9.5px */
	margin: 0 0 0px; /* 0 0 10px  */
	font-size: 13px; /* 13px */
	line-height: 20px;/* 20px */
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: whiteSmoke;
	border: 1px solid #CCC;
	-webkit-border-radius: 0px; /* 4px */
	-moz-border-radius: 0px; /* 4px */
	border-radius: 0px; /* 4px */
}

h2{
	font-size: 48px; 
}

pre + h2{
	margin-top: 80px;
}

#container{
	max-width:100%; /*640px;*/
	margin:0 auto; 
	padding-bottom:0px; /* Define amount of padding below the main DIV container  */
	
}

#banner-fade,
#banner-slide{
      margin-left: 0px; /* 20px */
	margin-bottom: 50px; /* Define amount of margin below the slider  use -ve values to reduce further as necessary  */
}

#banner-sidebar{
      margin-left:0px; /* 35px */
	margin-bottom:-0px; /* Define amount of margin below the slider - use -ve values to reduce further as necessary  */
}

#banner-sidebar1{
      margin-left:0px; /* 35px */
	margin-bottom:-55px; /* Define amount of margin below the slider - use -ve values to reduce further as necessary  */
}

#banner-sidebar2{
      margin-left:0px; /* 35px */
	margin-bottom:-0px; /* Define amount of margin below the slider - use -ve values to reduce further as necessary  */
}

#banner-sidebar3{
      margin-left:0px; /* 35px */
	margin-bottom:-55px; /* Define amount of margin below the slider - use -ve values to reduce further as necessary  */
}


ul.bjqs-controls.v-centered li a{
	display:block;
	padding:0px; /* 10px */
	background: transparent; /*#fff; */ 
	color:#ffffff; /*#000; */
	text-decoration: none;
	visibility:visible; 
}

ul.bjqs-controls.v-centered li a:hover{
	background: transparent; 
	color:#27397a;
	
}




/* This style defines the background color for the active index number when not hovered */
ol.bjqs-markers li a{
	padding:1px 5px; /* 5px 10px Define the padding around each marker number - use to vary size of marker area */
	background:#999;
	color:#fd5001;/*#cd1463;/*#fff;*/
	/*margin:1px;  /* 5px  Margin between each marker and the slider - use to vary size of marker area */
	margin-top: 2px;
	margin-left:1px;
	margin-right:1px;
	width:79.5px; /*Define width of marker element */
	height:2px;	/*Define height of marker element */
	text-decoration: none;
	font-size: 0px;
}

	

/* This style defines the background color for the active index number on hover */
ol.bjqs-markers li.active-marker a,  
ol.bjqs-markers li a:hover{
	background:#fd5001;/* #cd1463; /*#27397a;*/
	color:#ffffff; /* ONLY USE TO REMOVE NUMBERS FROM DISPLAY - disable when the numbers are required */
	
}


#banner-slide:hover ul.bjqs-controls.v-centered li a {
	
	visibility:visible; 
}


/* This style defines the look of the caption area at the bottom of the slide */
p.bjqs-caption{ /*We are using this for possible photo credits to accompany image */
	/* background: rgba(255,255,255,0.5);*/
	text-align:left;	
	font-weight:normal;
	font-size:11px;
	padding-left:5px; /*override left padding */
	padding-bottom:5px;/*override bottom padding */
	line-height:100%;
	text-decoration:none;
	color:#000000; /*#27397a;*/
}


.imageClass {

	/* Use this to center an image in the slider (for images that have less widththan slider dimensions) */
	display: block;
    margin: auto;

}


/* This class to style text on the left hand side of the slider */
/* NB: Total height of both DIVS must come to 275px - height of slide image */
/*  Height will include padding also */
/* If using, use both DIVS below together. Do not use just textClass overlay */
.textHeaderClass {

	position:relative; 
	top: -280px;
	width:115px;   
	margin-left:-460px;
	margin-right:0px;
	padding-top:10px;
	height: 30px; /*90px;*/
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	/* Font attributes */
	font-size:19px;
	/*font-family:Arial; /*"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, serif;

	font-style:normal;
	font-weight:bold;
	
	color:#27397a; 
	background-color:rgba(0,0,0,0.2);/*rgba(204,204,204,0.0);*/

	
}


.textHeaderClass_1 {

	position:relative; 
	top: -280px;
	width:115px;   
	margin-left:-460px;
	margin-right:0px;
	padding-top:10px;
	height: 60px; /*90px;*/
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	/* Font attributes */
	font-size:19px;
	/*font-family:Arial; /*"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, serif;

	font-style:normal;
	font-weight:bold;
	
	color:#27397a; 
	background-color:rgba(204,204,204,0.2);  
    
}


.textHeaderClass_2 {

	position:relative; 
	top: -280px;
	width:115px;   
	margin-left:-460px;
	margin-right:0px;
	padding-top:10px;
	height: 60px; /*90px;*/
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	/* Font attributes */
	font-size:19px;
	/*font-family:Arial; /*"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, serif;

	font-style:normal;
	font-weight:bold;
	
	color:#ffffff; /*#27397a;*/ 
	background-color:rgba(204,204,204,0.0);  
    
}

.textHeaderClass_3 {

	position:relative; 
	top: -280px;
	width:115px;   
	margin-left:-460px;
	margin-right:0px;
	padding-top:10px;
	height: 60px; /*90px;*/
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	/* Font attributes */
	font-size:19px;
	/*font-family:Arial; /*"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, serif;

	font-style:normal;
	font-weight:bold;
	
	color:#cd1463;/*#1f1f1f; /*#27397a;*/ 
	background-color:rgba(204,204,204,0.0);  
    
}

.textHeaderClass_4 {

	position:relative; 
	top: -280px;
	width:115px;   
	margin-left:-460px;
	margin-right:0px;
	padding-top:10px;
	height: 60px; /*90px;*/
	text-align:left;
	padding-left:15px;
	padding-right:10px;
	/* Font attributes */
	font-size:19px;
	/*font-family:Arial; /*"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;*/
	font-family: Georgia, serif;

	font-style:normal;
	font-weight:bold;
	
	color:#ffffff; /*#27397a;*/ 
	background-color:rgba(204,204,204,0.1);  
    
}


.textClass {

	position:relative; 
	top: -280px; 
	width:110px; /*110px; */  
	margin-left:-460px;
	margin-right:0px;
	height: 220px; /*175px;*/
	text-align:left;
	padding-left:25px;
	padding-right:5px;
	/* Font attributes */
	font-size:18px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#353535;/*#383838;*/
	background-color:#c0c0c0;  
	
    
		
}


.textClass_1 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:30px;
	padding-right:0px;
	/* Font attributes */
	font-size:18px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#ffffff;/*#27397a;; /*#27397a;/*#555555;/*#383838;*/
	background-color:rgba(204,204,204,0.0);   
    
    
		
}


.textClass_2 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:20px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#ffffff;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}

.textClass_3 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:20px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#ffffff;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}



.textClass_4 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:14px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#222222;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}

.textClass_5 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:24px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#ffffff;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}




.textClass_6 {

	position:relative; 
	top: -310px; /*-280px;*/ 
	padding-top:15px;/*15px;*/
	width:200px; /*110px; */
	margin-left:-0px; /*-460px;*/
	margin-right:0px;
	height: 100px; /*275px;/*220px; /*175px;*/
	text-align:left;
	padding-left:10px; /*25px;*/
	padding-right:390px;/*490px;
	/* Font attributes */
	font-size:18px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}

.textClass_7 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:30px;
	padding-right:0px;
	/* Font attributes */
	font-size:20px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#222222;/*#383838;*/
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}

.textClass_8 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:20px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#aaaaaa;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}

.textClass_9 {

	position:relative; 
	top: -300px; 
	width:200px; /*110px; */  
	margin-left:-400px;
	margin-right:0px;
	height: 250px; /*175px;*/
	text-align:left;
	padding-left:15px;
	padding-right:0px;
	/* Font attributes */
	font-size:20px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Georgia, serif; 
	font-style:italic;
	font-weight:bold;
	line-height: 1.25;	
	color:#aaaaaa;
	/*background-color:rgba(204,204,204,0.3);*/   
    background-color:rgba(0,0,0,0.0);
    
		
}


.photo_textClass{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-140px;/*-102px;*/
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	

}


.photo_linkClass{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-1px;
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}

.photo_textClass1{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-90px;
	margin-left:-445px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	

}


.photo_linkClass1{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:120px; /*110px; */
	padding-top:0px;  
	margin-top:-1px;
	margin-left:-475px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}




.photo_textClass2{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-25px;
	margin-left:-475px;0px;/*-495px;*/
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	

}


.photo_linkClass2{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-2px;
	margin-left:-475px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}





.photo_textClass3{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:105px;
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	

}


.photo_linkClass3{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-2px;
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}


.photo_textClass4{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:115px;
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	

}


.photo_linkClass4{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-2px;
	margin-left:-465px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#ffffff;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}


.photo_textClass5{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -250px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:180px;
	margin-left:-445px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#000000;/*#383838;*/
	

}


.photo_linkClass5{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:150px; /*110px; */
	padding-top:0px;  
	margin-top:-2px;
	margin-left:-445px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#000000;/*#383838;*/
	background-color:rgba(0,0,0,0.0);/*rgba(204,204,204,0.0);*/
	

}






.photo_textClass_blog{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:165px; /*110px; */
	padding-top:0px;
	margin-top:200px;
	margin-left:-430px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:italic;
	font-weight:normal;
	line-height: 1.25;	
	color:#000000;/*#383838;*/
	background-color:rgba(204,204,204,0.3);
	

}


.photo_linkClass_blog{   /* Style for the photo credit for the image */
	
	position:relative; 
	top: -280px; 
	width:165px; /*110px; */
	margin-top:0px;/*-2px;*/
	margin-left:-430px;
	margin-right:0px;
	/*height: 50px; /*175px;*/
	text-align:left;
	padding-left:5px;
	padding-right:0px;
	/* Font attributes */
	font-size:11px;
	/*font-family:arial; /*Times New Roman; /*Arial, Helvetica, sans-serif;*/
	font-family: Arial; 
	font-style:normal;
	font-weight:normal;
	line-height: 1.25;	
	color:#000000;/*#383838;*/
	background-color:rgba(204,204,204,0.3);/*rgba(204,204,204,0.0);*/
	

}


.citationClass {   /* To append the name of the person supplying the quote - if above text is a quote */
	
	font-size: 15px;
	font-family: Georgia, serif;
	font-style:italic;
	display: block; 
	position:relative;
	width:300px;
	font-weight:bold;
	margin-top: -20px;
	margin-left: 5px;
	color: #ffffff;/*#dddddd;/*#ffff00;*/

}


.citationClass1 {   /* To append the name of the person supplying the quote - if above text is a quote */
	
	font-size: 14px;
	font-family: Georgia, serif;
	font-style: italic;
	display: block; 
	position:relative;
	width:250px;
	margin-top: 25px;
	margin-left: -5px;
	color: #cd1463; /*#5a5a5a;*/

}



.listStyle {   /* To append the name of the person supplying the quote - if above text is a quote */
 	list-style-type: disc;
 	padding:7px;
 	margin:7px; 
 	


}

/* Styles for creating quotation marks */
blockquote {
font-family: Georgia, serif;
font-size: 14px;
font-style: italic;
margin-top:-5px;
margin-left:4px;
width:120px;
line-height: 1.25;
position: relative;
color: #383838;
}

blockquote:before {
display: block;
content: "\201C";
font-size: 30px;
position: absolute;
left: -20px;
top: -9px;
color: #ffffff; /*#7a7a7a;*/
}


blockquote:after {
display: block;
content: "\201D";
font-size: 30px;
position: relative;
/*margin-left: 90px;*/
/*margin-top: -4px; */
/*right: 0px; */
color: #ffffff/*#7a7a7a;*/
}

blockquote cite {
color: #444444;
font-size: 10px;
display: block; 
position:relative;
width:110px;
margin-top: 10px;
margin-left: -20px;
}





blockquote1 {
font-family: Georgia, serif;
font-size: 16px;
font-style: italic;
margin-top:-5px;
margin-left:4px;
width:275px;
line-height: 1.25;
position: relative;
color: #383838;
}

blockquote1:before {
display: block;
content: "\201C";
font-size: 30px;
position: absolute;
left: -20px;
top: -9px;
color: #ffffff; /*#7a7a7a;*/
}


blockquote1:after {
display: block;
content: "\201D";
font-size: 30px;
position: relative;
/*margin-left: 90px;*/
/*margin-top: -4px; */
/*right: 0px; */
color: #ffffff/*#7a7a7a;*/
}


blockquote1 cite {
color: #444444;
font-size: 10px;
display: block; 
position:relative;
width:110px;
margin-top: 10px;
margin-left: -20px;
}









