/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#fffffc;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* SETUP BASIC TYPE */


a {
	text-decoration:none;
	color:#996633;
}
a:hover {
	text-decoration:none;
	border-bottom:1px solid;
	color:#775511;
}
h2 {
	
	font-family:Georgia,Times New Roman, serif;
	
	/*font-family:Verdana, Arial, sans-serif;*/
	font-size:36px;
	font-weight:normal;
	color:#2f2f2f;
	
	margin-bottom:20px;
	padding-bottom:5px;
	
}
h3 {
	color:#2f2f2f;
	
	font-family: Georgia, serif;
	
	/*font-family:Verdana, Arial, sans-serif;*/
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-bottom:10px;
	
}
h6 {
	color:#996633;
font-family: Verdana, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: normal;
line-height: 1.6em;
padding-bottom:20px;
}
p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#2f2f2f;
	padding-bottom:10px;
}
.indent {
	text-indent:20px;
}

/* BEGIN SETUP MAIN STYLES */


#container {
	width:960px;
	margin:0 auto;
	padding-top:50px;
	min-height:100%;
	margin-bottom:-200px;
	background-image:url(../elements/contBack.gif);
	background-color:#fffffc;
}
/* HEADER SETUP */
#header {
	height:96px;
}
#header a{
	color:#2f2f2f;
}
#header a:hover {
	text-decoration:none;
	border:0;
}
	#header a #header-logo {
		text-decoration:none;
	}
	#header a #header-logo:hover {
	text-decoration:none;
	}
		#header h1 {
			font:normal 48px "Courier New";
			padding-bottom:15px;
			display:none;
		}
#header ul {
	float:right;
}
	#header ul li {
		list-style-type:none;
		display:block;
		float:left;
		margin-left:10px;
		padding-top:7px;
	}
		#header ul li a {
			opacity:.6;
		}
		#header ul li a:hover {
			opacity:1;
		}
		#header ul li.current a {
			opacity:1;
		}





/* NAV SETUP */

#nav {
	border-top:1px solid #5f5f5f;
overflow:hidden;
width:100%;
padding-top:10px;
padding-bottom:5px;
}
	#nav li {
		display:block;
		float:left;
		margin-left:0;
		margin-right:50px;
		list-style-type:none;
	}
		#nav li a {
			font-family:Georgia, Arial, sans-serif;
			font-weight:normal;
			font-style:normal;
			font-size:14px;
			text-transform:uppercase;
			color:#5f5f5f;
			border-bottom:0px solid #2f2f2f;
		}
		#nav li a:hover {
			color:#996633;
			text-decoration:none;
			border-bottom:2px solid;
		}
		#nav li.current a {
			color:#2f2f2f;
		}


/* CONTENT SETUP */
#content {
	padding-top:50px;
	border-top:3px solid #5f5f5f;
}

#welcome-image {
	overflow:hidden;
	width: 960px;
	height:411px;
}

blockquote {
	margin-top:20px;
	padding-bottom:30px;
	background:url(../elements/quote.png) no-repeat;
  font:20px Georgia;
  color:#656565;
}
blockquote p {
font-family: Verdana, sans-serif;
font-size: 13px;
font-style: italic;
font-weight: normal;
text-transform: normal;
letter-spacing: normal;
line-height: 1.5em;
padding-left:45px;
color:#996633;
}
.col {
	float:left;
	padding-top:50px;
	margin-right:80px;
	width:400px;
}
.col-wide {
	float:left;
	width:500px;
	margin-right:160px;
}
.col-small {
	margin-top:18px;
	float:left;
	width:300px;
}
ul {
	
	padding-bottom:20px;
}
li {
	color:#2f2f2f;
	font:normal 11px Verdana, Arial, sans-serif;
	letter-spacing:1px;
	list-style-type:disc;
	margin-left:15px;
	padding-bottom:10px;
}


/* THUMB BOX SETUP  */
 
.thumb-box {
	width: 170px;
	height: 520px;
	float:left;
	overflow:hidden;
}
	.thumb-box ul li {
		list-style-type:none;
		display:block;
		float:left;
		width:36px;
		height:36px;
		overflow:hidden;
		cursor:pointer;
		padding:1px;
		opacity:0.6;
		filter:alpha(opacity=60);
	}
	.thumb-box ul li:hover {
		opacity:1;
		filter:alpha(opacity=100);
		padding:0;
		border:1px solid #996633;
	}
	
	.thumb-box ul li.active {
		opacity:1;
		filter:alpha(opacity=100);
		padding:0;
		border:1px solid #1f1f1f;
	}
	
		.thumb-box ul li img {
			margin:0;
			top:auto;
			left:auto;
			
			width:auto;
			height:auto
		}


/* IMAGE BOX SETUP */
.image-box {
	width:700px;
	height:520px;
	margin-left:50px;
	float:right;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
	.image-box .heading, .image-box .caption {
		height:50px;
		opacity:0.6;
		filter:alpha(opacity=60);
		width:700px;
		position:absolute;
		background-color:#ffffff;
		
	}
	
	.image-box .heading {
		top:-70px;
		
	}
		.image-box .heading span {
			
			
			
			color:#000000;
			font-family:Georgia, serif;
			text-transform:uppercase;
			font-weight:normal;
			font-size:14px;
			
			padding-left:20px;
			
		}
		.image-box .heading span p.head {
			font-family:Georgia, serif;
			font-size:14px;
			font-weight:normal;
			font-style:italic;
			text-transform:uppercase;
			line-height:0px;
			padding-top:0;
		}
		.image-box .heading span p {
			position:relative;
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			text-transform:none;
			font-size:11px;
			line-height:10px;
			padding-top:0;
			padding-left:20px;
		}
	
	.image-box .caption {
		bottom:-70px;padding-top:10px;
	}
		.image-box .caption span {
			color:#000000;
			font-family:Verdana, Arial, sans-serif;
			font-size:11px;
			line-height:10px;
			padding:20px;
			
		}
			.image-box .caption span p {
				padding-left:20px;
				font-size:11px;
				line-height:5px;
				padding-top:0;
				
			}





.clear-footer {
	height:200px;
	clear:both;
}

/* FOOTER SETUP */
#footer {
	
	height:200px;
}
#footer-content {
	text-align:right;
	position:relative;
	padding-top:20px;
	border-top:1px solid #5f5f5f;
	width:960px;
	margin:50px auto;
}
#footer-content p {
	margin:0;
	padding:0;
}



