﻿/* Nine9 Standard CSS Page Styles by Darren Street, Nine9 Ltd */
/* Copyright Nine9 Ltd 2006-2009  */

/* This CSS style may be used for your own website, but please  */
/* give me a credit in the footer and link to http://www.nine9design.co.uk.  */
/* Thank you.   */

/* Version 2.0  */
/* Last Updated: 29/06/09  */
/* ------------------------------------------------------------ */

/* This rule resets a core set of elements so that they will appear
consistent across browsers. Without this rule, content styled with an h1
tag, for example, would appear in different places in Firefox and Internet
Explorer because each browser has a different top margin default value. By
resetting these values to 0, the elements will initially be rendered in an
identical fashion and their properties can be easily defined by the designer
in any subsequent rule. */
/* ------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-image:url(../Images/bkgnd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #4A4A4A;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	}

h1, h2, h3, h4, h5, h6, p {letter-spacing:-1px;}


h1 {font-size: 1.7em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;height: 20px;}
h6 {font-size: 0.75em; margin-top: -4px;}


p, ol, ul, li {
	font-size:1em;
	line-height: 1.8em;
	list-style-type:square;
	padding-bottom: 8px;
	}

ol, ul, li {
	font-size:0.85em;
	}	
	

a {text-decoration:none; color:#333333;}
a:hover {text-decoration:underline;}
img {border:0;}

.aspcontrol {font-size:0.8em;}


/* ------------------------------------------------------------ */
#wrap_outer {
    position:relative;
	margin: 0px auto 0px auto;
	width: 900px;
	
}

#body-nav, #body-nav a {
	color:#ffffff;
	position:relative;
	z-index: 20;
	
}

#body-nav-left {
	position:absolute;
	top:0px;
	left:10px;
	padding-top: 5px;
}

#body-nav-right {
	position:absolute;
	top:0px;
	left:49%;
	text-align:right;
	width:50%;
	height:50px;
	padding-top: 5px;
}

#masthead {
	height: 153px;
	width: 900px;
	background-image:url(../Images/masthead.jpg);
	background-repeat:no-repeat;
	z-index: 10;
	position:relative;
}

#nav {
	width: 900px;
	font-size: 1.5em;
	text-transform:uppercase;
	height: 57px;
}

#wrap_inner {}

.column {
	float:left;
	width: 269px;
	padding-right: 31px;
}


.column300 {
	float:left;
	width: 250px;
	padding: 0px 10px 0 10px;
	line-height: 2em;
}


.column301 {
	float:left;
	width: 250px;
	padding: 0px 10px 0 105px;
	line-height: 2em;
	text-align:left;
}

#panel {
	background-image:url(../Images/panel.png);
	background-repeat:repeat-y;
}

#panellogo {

}

.contentdiv {
	padding: 10px 20px 0px 18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.contentdiv p{color:#663333;}
.contentdiv em{color:#333333;}
.contentdiv p img, {
	margin: 0 0px 50px 50px;
	border: 1px solid #999999;
}

.contentdiv ul li{color:#663333;
font-size: 1.1em;}


*+html #movie {margin-bottom:-4px;}

.column a, #footer p {color:#ffffff;}


.clearfloat { 	
	clear: both;
	line-height: 0.0;
	font-size: 0;
}


#footer {
	width: 100%;
	background-color:#333333;
	height: 240px;
	background-image:url(../Images/footerbkgnd.png);
	background-repeat:repeat-x;

}


#footer_outer {
	background-image:url(../Images/footer.jpg);
	background-repeat:no-repeat;
    position:relative;
	margin: 0px auto 0px auto;
	width: 900px;
	color:#FFFFFF;
	font-size: 0.9em;
}

#footer_outer h5 {color:#ffffff; padding-top: 25px;letter-spacing:0px;}

#footer p, #footer a {color:#ffffff; }



.floatleft {float:left;}
.floatright {float:right;}

#thanks {height: 300px;}

#accordion p a {border-top: 1px solid #CCCCCC;}
#accordion img{border: 0; padding: 0; margin:0;} 

.gallerytext {
	font-family:"Times New Roman", Times, serif;
	font-size:0.80em;
	color:#333333;
	letter-spacing: 0.5px;
	line-height: 1.1em;
}


.pictures {
float:right;
padding: 10px;}

.pictures p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
color:#000000;}  