/*=========================== TAGS ============================*/

* { 
	margin:0; 
	padding:0;
}

body { 
	background:#303030; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:100%; 
	line-height:1em; 
	color:#b8b8b8; 
	min-width:955px;
	padding-bottom:31px;
}

object { 
	vertical-align:top; 
	outline:none;
}

input, 
textarea, 
select { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:1em; 
	vertical-align:middle; 
	font-weight:normal;
}

p { 
	margin:0; 
	padding:0;
}

img { 
	border:0; 
	vertical-align:top; 
	text-align:left;
}

/*========================== ALIGMENT =========================*/

.fleft { 
	float:left;
}

.fright { 
	float:right;
}

.clear { 
	clear:both;
}

.alignright { 
	text-align:right;
}

.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%; 
	overflow:hidden;
}

.container { 
	width:100%;
}

/*=========================== TAILING =========================*/

.tail-main {
	background:url(../../face-painting/images/tail-main.gif) repeat-y center top;
}
	
/*=========================== FORMS ===========================*/

#search-form .form {
	width:341px;
	height:44px;
	background:url(../../face-painting/images/form-bg.gif) no-repeat left top;
	position:absolute;
	right:0;
	top:148px;
}
#search-form label {
	color:#fff;
	font-size:1.5em;
	font-weight:bold;
	display:block;
	float:left;
	padding:13px 14px 0 32px;
}
#search-form span {
	display:block;
	padding-top:12px;
}
#search-form strong {
	display:block;
	float:left;
	width:159px;
	height:20px;
	font-weight:normal;
	background:url(../../face-painting/images/input-bg.gif) no-repeat left top;
	margin-right:5px;
}
#search-form input {
	background:none;
	border:0;
	color:#959595;
	margin-left:11px;
	vertical-align:top;
	line-height:1.08em;
	padding-top:2px;
}
#search-form a {
	color:#fff;
	display:block;
	float:left;
	text-decoration:none;
	line-height:1.08em;
	background:url(../../face-painting/images/link-tail.gif) repeat-x left top;
}
#search-form a em {
	display:block;
	background:url(../../face-painting/images/link-left.gif) no-repeat left top;
}
#search-form a b {
	display:block;
	font-style:normal;
	background:url(../../face-painting/images/link-right.gif) no-repeat right top;
	padding:3px 13px 4px 13px;
}
#search-form a:hover {
	color:#214709;
}

/*--------------------*/

#contacts-form {
	width:208px;
}
#contacts-form .form { 
	height:32px;
}
#contacts-form input {
	width:203px; 
	padding:2px 0 2px 3px; 
	background:#252525; 
	border:1px solid #a4a4a4; 
	vertical-align:top;	
	line-height:1.2em;
	color:#b8b8b8;
}
#contacts-form textarea { 
	width:203px; 
	height:190px; 
	overflow:auto;
	background:#252525; 
	border:1px solid #a4a4a4;
	color:#b8b8b8; 
	padding:2px 0 0 3px;
	margin-bottom:30px;
}
#contacts-form a {
	float:right;
	margin-left:10px;
}

/*========================== LISTS ============================*/

ul, ol { 
	list-style:none;
}

.site-nav {
	padding-top:18px;
}
.site-nav ul {
	width:100%;
	overflow:hidden;
	border-top:1px solid #313131;
	padding-top:9px;
}
.site-nav ul li {
	font-size:1.25em;
	float:left;
	margin-right:23px;
}
.site-nav ul li a {
	color:#a0a0a0;
	text-decoration:none;
	width:172px;
	display:block;
	border-top:4px solid #191919;
	border-bottom:1px solid #777674;
}
.site-nav ul li a span {
	display:block;
	padding:26px 0 12px 30px;
}
.site-nav ul li a:hover,
.site-nav ul li a.act {
	color:#f2f2f0;
	background:url(../../face-painting/images/nav-act.gif) repeat-x left top;
	border-top:4px solid #f8f8f8;
}
.site-nav ul li.last {
	margin-right:0;
}

.banner-list {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
}
.banner-list ul li {
	float:left;
	padding-right:1px;
}
.banner-list ul li.last {
	padding-right:0;
}

.list {
	margin-bottom:22px;
}
.list li {
	padding:0 0 7px 20px;
	background:url(../../face-painting/images/marker.gif) no-repeat left 7px;
}
.list li a {
	color:#a4a4a4;
}




.list li.last {
	margin-bottom:-22px;
}

.list1 {
	padding-bottom:10px;
}
.list1 li {
	padding-bottom:20px;
}
.list1 li cite {
	font-style:normal;
	line-height:1.5em;
}
.list1 li b {
	display:block;
	text-align:right;
}

.list2 {
	width:100%;
	overflow:hidden;
}
.list2 li {
	float:left;
	padding:0 20px 20px 0;
}
.list2 li a {
	text-decoration:none;
}
.list2 li.alt {
	padding-right:0;
	margin-bottom:0;
}

.list3 li {
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding-bottom:28px;
}
.list3 li img {
	float:left;
	margin-right:19px;
}
.list3 li p {
	margin-bottom:0;
}

/*========================== OTHER ============================*/

.img-indent { 
	padding-bottom:25px; 
}

.img-box1 { 
	width:100%; 
	overflow:hidden;
	font-size:26px;
	line-height:1.2em;
	color:#cbcbcb;
	border-bottom:1px solid #4a4a48;
	padding-bottom:46px;
	margin-bottom:11px;
}
.img-box1 img { 
	float:left; 
	margin:0 20px 0 0;
}
.img-box1 a {
	color:#70b034;
	text-decoration:none;
	border-bottom:2px solid #70b034;
}
.img-box1 a:hover {
	border:0;
}

p { 
	margin-bottom:20px;
	line-height:1.42em;
}
.p0 {
	margin-bottom:0;
}

.address span,
.address a {
	float:right;
	margin-right:20px;
}

dl {
	line-height:1.42em;
	margin-bottom:-20px;
}
dl dt {
	font-weight:bold;
	margin-bottom:14px;
	color:#dedede;
}
dl dd {
	margin-bottom:20px;
}

/*================= TXT, LINKS, LINES, TITLES =================*/

a {	
	color:#dcdad7; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h3 {
	font-size:30px;
	line-height:1.2em;
	color:#fffefe;
	border-bottom:1px solid #2a2929;
	padding:0 0 26px 18px;
	margin:0 0 26px -18px;
}
h4 {
	font-size:1em;
	color:#dedede;
	margin-bottom:15px;
}

.txt1 {
	line-height:1.58em;
}

.link1 { 
	display:block; 
	float:left; 
	background:url(../../face-painting/images/link1-tail.gif) repeat-x left top; 
	color:#fff; 
	text-decoration:none; 
	line-height:.92em;
}
.link1.fright {
	float:right;
}
.link1 em { 
	display:block; 
	background:url(../../face-painting/images/link1-left.gif) no-repeat left top;
}
.link1 b { 
	display:block; 
	background:url(../../face-painting/images/link1-right.gif) no-repeat right top; 
	padding:5px 12px 6px 21px; 
	font-style:normal; 
}
.link1:hover { 
	text-decoration:underline;
}

.line-hor { 
	border-bottom:1px solid #4a4a48; 
	margin-bottom:10px; 
	overflow:hidden; 
	font-size:0; 
	line-height:0;
}

/*============================ BOXES ==========================*/

.box { 
	background:#202020; 
	width:100%;
}
.box .inner { 
	padding:18px 25px 33px 74px;
}
.box h3 {
	margin:0 0 21px -49px;
	border-bottom:1px solid #3e3e3d;
	padding-top:8px;
	background:url(../../face-painting/images/icon.gif) no-repeat right top;
}

/*========================== HEADER ===========================*/

#header .logo {
	position:absolute;
	left:5px;
	top:139px;
}

/*========================= CONTENT ===========================*/

#content {
	position:relative;
	/*padding:303px 0 40px 0;*/
	padding:0 0 40px 0;
}
#content .indent {
	padding:26px 0 0 18px;
}
#content .indent1 {
	padding-left:30px;
}

/*========================= FOOTER ============================*/

#footer p {
	background:#1c1c1c;
	margin-top:11px;
	padding:22px 0 22px 29px;
	color:#535353;
}
#footer p a {
	color:#8b8b8b;
}

/*=============================================================*/


/*Phil added*/
.newsDate
{
	font-size:80%;
	color: #c35129;
}

.listNews li {
	margin:0 0 0 -25px;
	padding:0 0 7px 20px;
	background:url(../../face-painting/images/marker.gif) no-repeat left 7px;
}
.listNews li a {
	color:#a4a4a4;
}

.extra-wrap { 
	overflow:hidden;
}

td.gallery 
{
	background-color:  #788;
	font-size: 15px;
	vertical-align: top; 
}

td.gallerybg 
{
	background-color: #fff;
	font-size: 11px;
	vertical-align: bottom; 
	text-align: center;
	width: 128px; 
	height: 168px;
}

.galleryImg
{

	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;

}

#content-gallery { float: right; width: 690px; }

a.thumb { width: 150px; height: 190px; margin: 0 0 10px 10px; float: left; display: block; background: #000; border: 1px solid #251c17; text-align: center; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; color: #74665F; text-decoration: none; }
a.thumb span.thumb-image { height: 140px; width: 150px; display: block; text-align: center; margin: 9px auto 0 auto; overflow: hidden; }
a.thumb span.thumb-title { font-size: 13px; display: block; text-align: center; padding: 2px 0 0 0; overflow: hidden; width: 130px; margin: 0 auto; }
a.thumb:hover, a.thumb:focus { background: #14100c; border-color: #31251e; color: #A6754B; outline: none; }
a.thumb:active { background: #1f1812; border-color: #463328; color: #fff; }

#gallery-message { float: right; width: 690px; }

