@charset "UTF-8";
body  {
	font: Georgia, "Times New Roman", Times, serif;
	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: #333;
}

ul {padding:0; margin:0;} /* ensures the thumbnails and left nav text are ranged left */
/* li {padding:0;} */

.twoColFixLt #container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 30px 0px 15px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	text-align: left;
	font-size:10px;
	color: #333;
}

/* .twoColFixLt #sidebar1 p {padding:0; margin:0;} over-ruled by master p setting */

.navList {list-style:none; list-style-type:none; padding-bottom:0px; line-height:14px;}
/* this is the ul styling in the left nav (sidebar1) */ 

.twoColFixLt #mainContent {
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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: 8px;
}
.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;
}

/* h3	{font: Georgia, "Times New Roman", Times, serif;font-size:14px;color:#633;padding:0px;} */

/* .twoColFixLt #container #sidebar1 LftNav {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#630;text-align:right;padding-bottom:5px;} */
	
p	{padding:0; margin:0; font-family: Georgia, "Times New Roman", Times, serif;}

.home_img {margin:20px 0 0 0;}

/* .twoColFixLt #sidebar1 #tim_title a:href {color:#000;text-decoration:none;outline:none;} trying but not succeding to change the Timothy Simmons link colour...*/ 


/* the following was originally linked as a default styling for the galleria thumbnails etc */
.galleria{list-style:none;width:700px}
/* .galleria li{display:block;width:30px;height:20px;overflow:hidden;float:left;margin:0 10px 10px 0} */
.galleria li a{display:none}
/* .galleria li div{position:absolute;display:none;top:0;left:0} */
.galleria li div img{cursor:pointer} /* indicates that displayed images are clickable */
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


/* the folllowing was embedded in the html file in order to overide the linked galleria styling */
/*	<style media="screen,projection" type="text/css"> */
	
	h1,h2{font:Georgia, "Times New Roman", Times, serif; font-size:12px; font-weight:normal; margin:0;}
	/* affects links for some reason */
	
	a{color:#348;text-decoration:none;outline:none;}
	a:hover{color:#67a;}
	.caption{font:Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size:12px;}
	.demo{position:left;margin:0 0 0 200px; float:left;}
	
	.gallery_demo{width:715px;margin:0 auto;}
/*	.gallery_demo li{width:30px;height:20px;border:0px double #111;margin: 0 2 2 0;background:#000;} original styling replaced by a hybrid of the .galleria li and .gallery_demo li below*/
	.gallery_demo li{display:block; width:30px; height:20px; overflow:hidden; float:left; border: solid 1px #111; margin: 0 7px 7px 0; background:#666;} */
	.gallery_demo li div{left:0}
	.gallery_demo li div .caption{font:Georgia, "Times New Roman", Times, serif; font-size:14px;}
	
	
	#main_image{
	margin:0 0 60px 0;
/*	height:438px; this worked for individual images but am trying the auto height to account for other image dimensions */
	height:auto; /* not sure if this will work, was set individually as above */
	width:700px;
	float:right;
	padding-top:10px;
	}
	
	#main_image_text{
	margin:0 0 60px 0;
/*	height:438px; this worked for individual images but am trying the auto height to account for other image dimensions */
	height:auto; /* not sure if this will work, was set individually as above */
	width:350px;
	float:left;
	padding:30px 0 0 20px;
}
	#main_image img{margin-bottom:10px;}
	/* space between image and image title*/
	
	
	
	.nav{padding:0 0 7px 0;clear:both;font:Georgia, "Times New Roman", Times, serif; font-size:12px; text-align:left;}
	/* previous | next styling*/
	
	/* .info{text-align:left;width:700px;margin:20px auto; padding-top:20px; padding-bottom:20px;}	*/
	/* .info p{margin-top:1.6em; margin-bottom:1.6em;}	*/
		
 /*   </style> */
 
 
 .twoColFixLt #container_splash {
	width: 2100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
	#splash_text {margin:0 0 0px 0; padding-top:20px; float:right; width:1910px; height:auto; font:Arial, Helvetica, sans-serif; font-size:36px; color:#333; text-transform:uppercase; font-style:italic;}
	#splash_text p {font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
	#splash_text a {color:#F39;}
	#splash_text a:hover {color:#0F0}
	.splash_text_italic {font-style:italic; color:#F33; text-transform:uppercase;}
	.splash_text_italic a {font-style:italic; color:#F33; text-transform:uppercase;}