/*********************************************************************
STYLE RESET - removes browser defaults
**********************************************************************/
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;
}
.clearFix {
	clear: both;
}
.last {
	margin-right: 0px !important;
}
/*********************************************************************
GENERAL STYLES - top level appearance for entire site
**********************************************************************/
h1, h2, h3, h4, h5, h6, address {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #F83518;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
h2 {
	color: #555;
	font-size: 13px;
	font-weight: normal;
	line-height: 1em;
}
h3 {
	float:left;
	line-height:1em;
}
h4 {
	line-height: 1em;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #555;
}
h5 {
	line-height: 1em;
	font: 13px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	color: #444;
}
a {
	color: #F83518;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
/*********************************************************************
LAYOUT FRAMEWORK - main containers, structure that doesn't change
**********************************************************************/
body {
	background: #fff url(/images/bodyBG.jpg) 0 10px repeat-x;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}
#topBorderWrapper {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 50px;
}
#topThinBorderWrap {
	border-top: 1px solid #ccc;
	margin-top: 1px;
	border-bottom: 3px solid #ccc;
	margin-bottom: 1px;
}
 #topThinBorderWrap2 {
	border-top:1px solid #CCCCCC;
	margin-top:29px;
}
#topThinBorderWrap3 {
	border-top: 1px solid #ccc;
}
#topThickBorderWrap2 {
	border-top: 3px solid #ccc;
	margin-top: 1px;
}
.container {
	margin: 0 auto;
	width: 960px;
}
#header {
	background:transparent url(/images/headerBg.jpg) no-repeat scroll left top;
	height:110px;
	position:relative;
}
#footer {
	margin-top: 10px;
	padding-bottom: 30px;
}
/*********************************************************************
Header Area
**********************************************************************/
span.tagLine {
	color: #F83518;
	display:block;
	margin:10px 0;
	position:relative;
	top:58px;
	width:180px;
}
#header a {
	border:0 solid;
	height:96px;
	left:296px;
	position:absolute;
	text-indent:-10000px;
	top:0;
	width:366px;
}
/*********************************************************************
Primary Navigation
**********************************************************************/
#primNav {
	margin-bottom: 10px;
	position:relative;
	z-index:100
}
#primNav ul {
	left:-6px;
	list-style-type:none;
	margin:0 auto;
	position:relative;
	width:388px;
}
#primNav ul li {
	display:inline;
	float:left;
	margin-right:41px;
}
#primNav ul li {
	display:block;
	font-size:15px;
}
#primNav ul li a {
	text-decoration: none;
	color: #111;
}
#primNav ul li a:hover, #primNav ul li a.active, #primNav ul li.artLink ul li.active a, #primNav ul li.artLink a.currentLink {
	color: #F83715;
}
#primNav ul li.artLink {
	margin-right: 31px;
	}
#primNav ul li.artLink a {
	background:transparent url(/images/dropArrow.jpg) no-repeat scroll 41px 4px;
	border: 1px solid white;
	border-bottom: none;
	display:block;
	padding:0 27px 9px 11px;
	}
#primNav ul li.artLink a:hover, #primNav ul li.artLink a:hover, #primNav ul li.artLink.sfHover a {
	background-position:  41px -26px;
	}
#primNav ul li.artLink a.active, #primNav ul li.artLink a.currentLink	{
	border:1px solid #DDDDDD;
	border-bottom: none;
	}

	#primNav ul li.artLink ul {
		background:transparent url(/images/primNavSubBG.png) no-repeat scroll left top;
		height:26px;
		margin-left:6px;
		margin-top:-1px;
		padding:10px 0 10px 10px;
		position:absolute;
		width:391px;
		z-index:1;
	}
	#primNav ul li.artLink ul li {
		margin-right:15px;
		font-size: 12px;
	}
	#primNav ul li.artLink ul li a {
		border: none !important;
		padding: 0px;
		background: none;
		}
	#primNav .subNavShad {
		background: transparent url(/images/primNavSubShad.png) top left no-repeat;
		display: block;
		}
/*********************************************************************
Art Page
**********************************************************************/
#artCol {
	margin-top: 40px;
    }
	.artPost {
		width: 265px;
		float: left;
		display: inline;
		margin: 10px 27px 20px 27px;
		position: relative;
		}
	.artPost .artZoom {
		position: absolute;
		top: -10px;
		left: -15px;
		height: 28px;
		width: 28px;
		display: block;
	}
	.artPost .artZoom.hilite {
		background:transparent url(/images/artPlusSign.png) top left no-repeat;
	}
	.artPost small {
		display: block;
		font-size: 11px;
		margin-top: 10px;
		color: #F83518;
	}

#paginator {
	padding: 20px 0;
    text-align: center;
    }
/*********************************************************************
About Page
**********************************************************************/
#aboutCols {
	position: relative;
    top: -15px;
    margin-bottom: -15px;
}
#aboutLCol, #aboutMCol, #aboutRCol {
	background: transparent url(/images/about_03.jpg) top left no-repeat;
	height:395px;
	float: left;
	position: relative;
	width: 335px;
}
	#aboutLCol p {
		color:#333333;
		font-size:12px;
		line-height:1.4em;
		margin:0 31px 0 53px;
		padding-top:44px;	
	}
#aboutMCol {
	background-image: none;
	width: 271px !important;
}
#aboutRCol {
	background-image: none;
	width: 300px !important;
}
#aboutSubLCol {
	float: left;
	position: relative;
	width: 190px;
	margin-bottom: -10px;
}
#aboutSubRCol {
	float: left;
	position: relative;
	width: 770px;
	margin-bottom: -10px;
}
	.onCallout {
		border-left:1px solid #DEDEDE;
		float:left;
		height:52px;
		margin-top:10px;
		padding:0 20px 20px;
		position:relative;
		width:150px;
	}
		.onCallout p {
			color:#777777;
			font-size:11px;
			line-height:1.3em;
			padding:5px 0;
		}
		.onCallout h2 a {
			color: #000;
			text-decoration: none;
		}
		.onCallout.over {
			cursor: pointer;
		}
		.onCallout.over p {
			color: #333;
		}
	.onCallout.over h2 a {
			color: #000;
			text-decoration: none;
		}
/*********************************************************************
News
**********************************************************************/
#newsCol {
	width: 620px;
	margin: 0px auto;
	}
	.newsPost {
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 20px;
	}
	.newsPost img {
	padding: 4px;
	border: 1px solid #ddd;
    margin: 10px 0;
	}
	.newsPost span {
	float: right;
	}
	.newsPost p {
	padding: 10px 0 0;
	width: 500px;
    clear: both;
	}
/*********************************************************************
Contact
**********************************************************************/
#contactCol {
	width: 640px;
	margin: 0px auto;
	}
	#contactLCol {
	width: 287px;
	float: left;
	position: relative;
	}
	#contactLCol img {
	margin-bottom: 20px;
	}
	.netLink {
	color:#555555;
	display:block;
	float:left;
	font-size:11px;
	font-weight:normal;
	height:20px;
	line-height:18px;
	margin-right:24px;
	padding-left:26px;
	text-decoration:none;
	}
	a#facebook {
	background: #fff url(/images/facebookLink.jpg) bottom left no-repeat;
	}
	a#tumblr {
	background: #fff url(/images/tumblrLink.jpg) bottom left no-repeat;
	margin-right: 0px;
	}
	a#facebook:hover, a#tumblr:hover {
	background-position: top left;
	color:#111;
	}
	#contactRCol {
	float:left;
	left:36px;
	position:relative;
	width:310px;
	}
	#commentForm input, #commentForm textarea {
	border: 1px solid #ddd;
	padding: 3px;
	margin-bottom: 15px;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555;
	}
	#commentForm textarea {
	height: 133px;
	}
	#commentForm input#submitbut {
	margin-top: 3px;
	cursor: pointer;
	background-color: #4C6FB1;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	}
	#commentForm input#submitbut:hover {background-color:#234A8F;}
	.loader img {
	top:3px;
	visibility:hidden;
	}
    .contactImageText {
    color:#555555;
    font-size:11px;
    font-weight:normal;
    line-height:1.35em;
    margin-bottom:50px;
    margin-top:5px;
    position:relative;
    text-align:center;
    z-index:1000;
    }
/*********************************************************************
Slideshow
**********************************************************************/
#slideShow {
	clear: both;
}
#ssCardHolder {
	height:327px;
	width: 606px;
	margin: 40px auto 80px;
}
.ssCard {
	width: 435px;
	margin: 0 auto;
}
.cardCaption {
	color:#F93618;
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-top:5px;
}
/*********************************************************************
Callouts
**********************************************************************/
#callOuts {
	background: transparent url(/images/calloutBG.jpg) top left no-repeat;
	height: 160px;
}
.callout {
	width: 150px;
	margin-right: 120px;
	float: left;
	text-align: center;
}
.callout a {
	display: block;
	color: #999;
	text-decoration: none;
}
.callout a:hover, .callout.over {
	color: #333;
}
.callout span {
	font-size: 11px;
}
.callout img {
	margin: 0 auto;
	text-align: center;
}
/*********************************************************************
Footer SEO
**********************************************************************/
#footer {
	background: #fff url(/images/footerBG.jpg) top left repeat-x;
	}
#footer ul {
	left:10px;
    list-style-type:none;
    margin:0 auto;
    padding:10px 0 30px;
    position:relative;
    width:500px;
}
#footer ul li {
	float: left;
	display: inline;
	position: relative;
	margin: 0 10px;
}	
#footer ul li a {
	font-size: 11px;
	color: #111;
	text-decoration: none;
}
#footer ul li a:hover, #footer ul li.active a {
	text-decoration: underline;
	color: #F83518;
}


.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
}
.highslide img {
}
.highslide:hover img {
	border-color: #A0A0A0;
}
.highslide-dimming {
	background: #ffffff;
}
.highslide-image {
	border: 10px solid #FFFFFF;
}
.highslide-heading {
	display: none;
	margin: 0;
	font-size: 10pt !important;
	padding: 2px;
	cursor: move;
}
.highslide-caption {
	color: #F83518;
	font-weight: bold;
	font-size: 10pt !important;
	padding: 0px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.highslide-loading {
	display: block;
	padding: 3px 0 3px 22px;
	width: 0;
	height: 16px;
	overflow: hidden;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-image: url(graphics/loader.white.gif);
}

