/* CSS Document */
* { margin: 0; padding: 0;     font-size: 10pt; line-height: 1.5em;
 }
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
	    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
html { 
	height: 100%;
}


body {
	margin: 0 auto;
	background-color: #3f402f;
	height: 100%;
	text-align: center;
	font: normal 80%/1.5em Georgia, "Times New Roman", Times, serif;
	background: #3f402f url(../images/bg.gif) repeat-y 50% 0;

}

p {
	margin: 0; 
	padding: 6px 0 6px 0; 
}

ul {
	padding: 0 10px 0 0px;
	list-style: none;
}

ol {
	padding: 0 10px 0 25px;
}

ul li {
	list-style-type: none;
	margin-bottom: 8px;
}

ol li {
	padding-top: 15px;
}

h3 {
	padding: 10px 0 10px 0;
}
#container {
	margin: 0 auto;
	width: 775px;
	height: 100%;
	color: #3f402f;
}
#footer {
	width: 775px;
	height: 40px;
	color: #3f402f;
	float: left;
	font-size: 12px;
}
#header_ {
	width:775px;
	height:175px;
	background: transparent url(../images/header.gif) top left no-repeat;
}

#leftcol_ {
	float: left;
	width:171px;
	height:100%;
	background: #BEBF8C url(../images/leftcol.gif) top left no-repeat;
}

#centercol_ {
	float: left;
	width:440px;
	height: 100%;
	background: url(../images/centercol.gif) top left no-repeat;
	text-align: left;
}

#rightcol_ {
	float: left;
	width:164px;
	height:100%;
	background: #BEBF8C;
	text-align: left;
}

h1 span {
	display: none;
}

.padded {
	margin: 0;
	padding: 10px;
	height: auto;
}

.leftpad {
	padding: 10px 0 10px 10px;
	height: auto;
}

.bodyImage {
	padding: 10px; 
	margin: 0 0 3px 10px;
	border: 1px solid #FFFFCC;
	float: right;
}

h1 {
	border-bottom: 1px solid #FFFFFF;
}

a:link, a:visited {

	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: black;
}

a:hover {
	border-bottom: 1px dashed #3f402f;
}

.links a:link, .links a:visited {
	font-style: normal;
	font-weight: bold;
}

#welcome {
	background: transparent url(../images/welcome.gif) top left no-repeat;
	height: 29px;
	border-bottom: 1px solid #FFFFFF;
}

#hometips {
	background: transparent url(../images/home.gif) top left no-repeat;
	width: 149px;
	height: 22px;
	border-bottom: 1px solid #FFFFFF;
}

#featured {
	background: transparent url(../images/featured.gif) top left no-repeat;
	width: 149px;
	height: 40px;
	border-bottom: 1px solid #FFFFFF;
}

.thumbwrapper {styles.css (line 121)
background:#F0EEE0 none repeat scroll 0%;
border:1px solid #AFAB8E;
float:left;
height:150px;
margin:6px;
padding:4px;
text-align:center;
width:110px;
}

#navbar {
	width: 600px;
	float: right;
	text-align: right;
}

#nav {
	list-style: none;
	list-style-type: none;
	float: right;
	padding: 8px 20px 0 0;
}

#nav li {
	display: list-item;
	float: left;
}
#nav li .last{
	
	border-right: none;
}

#nav a:link, #nav a:visited {
	padding: 2px 9px 2px 9px;
	border-right: 1px solid #BEBF8C;
	text-decoration: none;
	font: bold 11px/normal Georgia, "Times New Roman", Times, serif;
	color: #3f402f;
	font-style: normal;
}


#nav a:hover {
	border-bottom: 1px dashed #6E6F6C;
	color: #6E6F6C;
}

/* Big and bigger quotes: */
	blockquote {
		margin: 1em 0;
		padding: 0;
		line-height: normal;
		position: relative;
		text-indent: 2em;
		background-color: #F0F1F6;
	}

	.bqstart,
	.bqend { font-size: 300%;}

	/* apply IE specific rules first */
	.bqstart {
		text-indent: 0;
		margin: -0.6em 0 -2em 0;
		float: left;
		color:#FFFFCC;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	blockquote > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;
				color:#FFFFCC;

	}

	.bqend {
		position: absolute;
		margin-top: -0.6em;
		margin-right:70px;
		right: 0;
		text-indent: 0;
		color:#FFFFCC;
	}

	blockquote > .bqend {
		margin-top: -0.2em;
				color:#FFFFCC;
	}



	/*
	 *	extra huge quote mark example
	 *****************************************************/
	.hugeQuotes {
		margin: 2em 0;
		padding: 0;
		position: relative;
		text-indent: 4em;
		background-color: transparent;
	}

	.hugeQuotes .bqstart,
	.hugeQuotes .bqend {
		font-size: 700%;
	}

	/* apply IE specific rules first */
	.hugeQuotes .bqstart {
		text-indent: 0;
		margin: -2.4em 0 -5em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	.hugeQuotes  > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.4em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

	.hugeQuotes .bqend {
		position: absolute;
		margin-top: -1.2em; /* notice this is 1/2 of the start quotation mark, there may be some exponential relationship there */
		right: 0;
		text-indent: 0;
	}

	.hugeQuotes  > .bqend {
		margin-top: -0.2em;
	}

	/*
	 * extra huge quote mark example
	 * with background colour, we have to account for the
	 * size of the quotation marks
	 *****************************************************/
	.hugeQuotesTwo {
		margin: 2em 0;
		padding: 1em 0;
		position: relative;
		text-indent: 4em;
		background-color: #F0F1F6;
	}

	.hugeQuotesTwo .bqstart,
	.hugeQuotesTwo .bqend {
		font-size: 700%;
	}

	/* apply IE specific rules first */
	.hugeQuotesTwo .bqstart {
		text-indent: 0;
		margin: -2.4em 0 -5em 0;
		float: left;
		position: relative; /* relative positioning to stop from disappearing in IE when the blockquote has a background color - probably peek-a-boo or something */
	}

	.hugeQuotesTwo  > .bqstart {
		/* add extra non-ie rules */
		position: absolute;
		top: -0.2em;
		left: 0;
		/* remove IE specific rules */
		float: none;
		margin: 0;

	}

	.hugeQuotesTwo .bqend {
		position: absolute;
		margin-top: -1.4em;
		right: 0;
		text-indent: 0;
	}

	.hugeQuotesTwo  > .bqend {
		margin-top: -0.2em;
	}
