@charset "UTF-8";
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}*/

body  {
/*height:100%;*/
	margin: 0;
	padding: 0;
	background: white;
/*background: url("../../images/kerry-1x200.jpg");*/
/*background-repeat: no-repeat;*/
/*background-attachment:fixed;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
}
h2 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #354158;
}

h3 {
	font-size: 1.8em;
	margin-top: 30px;
	border-bottom: 1px solid #797979;
	margin-bottom: 10px;
	color: #607293;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#3E5463;
}
h5 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #99af76;
}
h6 {
	font-size: 2.2em;
	margin: 0;
	border-bottom: 1px solid #797979;
	margin-bottom: 5px;
	color: #99af76;
}

#footer {
font-family:Verdana;
font-size:10px;
text-align: left;
color:#CC0000;
background: white;
height: 35px;
width:100%;
padding-top: 10px;
position:fixed; bottom:0px;
} 

#copyright:after {
	content: "© 2015 - Kerry Tudor";
}

#container { 
	width:600px;
	margin-left:15%;
	height:100%;
	background: white;
/*margin: 0 auto;*/
/*	border: 1px solid #000000;*/
/*	text-align: left;*/
}

#imagesContainer { /* slideShow image container */
	width: 600px;
	height:100%;
	background: white;
	margin: 0 auto;
}

#mainContent {
	position:absolute;
	margin-top: 220px;
	width:560px;
	float:left;
	padding:0 20px 30px 20px;
	background: white;
	visibility: visible;
}
 
/*
p {
   text-indent:1em;
   margin-top:0;
}
*/   

/*************** SlideShow ****************/

.slideshowContainer {
	float: left;
	margin:200px 0 0 75px;
	border: 1px solid #ccc;
	width: 450px;
	height: 300px;
	margin-bottom: 5px;	
}

.loading {
	background: url(../../images/slideshow/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	outline: none;
}

.slideshowThumbnail img {
	border: 1px solid white;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 3px;
}

.current img {
	border: 1px solid red;
	padding: 2px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}

#thumbnails {
	width: 600px;
	margin: 0 0 0 0;
	float: left;
}
/**************************** LINK COLORS **************************/
a:link {color:green; font-size:14px;text-decoration:none; border-bottom: none;}
a:visited {color: purple;font-size:14px; text-decoration:none; border-bottom: none;}
a:hover {color: yellow; font-size:14px;text-decoration:none; border-bottom: none;}
a:active {color: gray; font-size:14px;text-decoration:none; border-bottom: none;}
/*******************************************************************/
.testimonialPage{ 
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom:.3em;
/*	color: #885466;*/
	color:#885466;
	text-align: justify;
	vertical-align: baseline;
}

/************ Large first capital letter **********/
/*p:first-letter {
/*	font-size: 3em;
/*	float: left;
/*}
/* ********** Bold first line of text *************/
/*p:first-line {
/*	font-weight: bold;
/*}
*/

.testimonialPageSignature {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	margin-bottom:3em;
	color: #885466;
	text-align: right;
	vertical-align: baseline;
}
.mainText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #556168;
	text-align: justify;
}
.mainText2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #333;
}
#container #mainContent h1 {
	color: #C400EB;
}