@charset "utf-8";
/* CSS Document */
/*Edited from style*/
.artmenu ul a {
	/*Remove Width Constraint width:180px; */
	padding-right:5px;
}

.a_left_col {
	diplay: block;
	width: 65%;
	float: left;
	margin-left:1%;
	margin-top:10px;
}

.a_right_col {
	diplay: block;
	width: 32%;
	float: left;
	margin-left:1%;
	margin-top:10px;
}

.a_left_block{
	display: block;
	margin: 0px 6px 10px 0px;
	padding: 10px;
	border: #CCC 1px solid;
}

.a_right_block{
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: #CCC 1px solid;
}

.two_col{
	display:block;
	width: 275px;
	padding:10px;
	float:left;
	margin: 0px 5px 10px 0;
	border: #CCC 1px solid;
}

.three_col{
	display:block;
	width: 174px;
	padding:10px;
	float:left;
	margin: 0px 5px 10px 0;
	border: #CCC 1px solid;
}

.two_col ul{
	list-style:none;
}
.two_col li a{
	display:block;
	border-bottom:dotted 1px #999;
	padding: 5px;
}

.three_col ul{
	list-style:none;
}
.three_col li a{
	display:block;
	border-bottom:dotted 1px #999;
	padding: 5px;
}

.two_col img {
	border: #CCC 1px solid;
	padding: 5px;
	background:#FFF;
}

.bg_gray{
	background:#F7F7F7;
}

.bg_blue{
	background: #CCC;
}

.bg_red{
	background: #9CF;
}

.three_col h1,.three_col h2,.three_col h3,.three_col h4{
	padding: 0;
	margin: 0;
}
.two_col h1,.two_col h2,.two_col h3,.two_col h4{
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4{
	padding: 0;
	margin: 0;
}


.horizontal-bar {
	border-bottom:#CCC 1px dotted;
}

.h300{ 	height:300px; }
.h350{ 	height:350px; }
.h400{ 	height:400px; }
.h420{ 	height:420px; }
.h450{ 	height:450px; }
.h500{ 	height:500px; }

.center{ text-align:center;}
.imgpad img{ padding:10px;}

.gblue{
	background-color: #FFF;
	background-image: url(img/gradient_blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.gred{
	background-color: #C00;
	background-image: url(img/gradient_red.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
}
.ggray{ 
	background-color: #F7F7F7;
	background-image: url(img/gradient_gray.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.gyellow{
	background-color: #FFF;
	background-image: url(img/gradient_yellow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.ulist ul{
	list-style:none;
}
.ulist li{
	display:block;
	border-bottom:dotted 1px #999;
	padding: 5px;
}

.olist ol{
	list-style:none;
}
.olist li{
	display:block;
	border-bottom:dotted 1px #999;
	padding: 5px;
}


.tab_list_content{
	font-size: 11px;
}

.cat_title a.morelink {
	font-weight:bold;
	color:#036;
}

.gred a{
	color:#FFF;
}

.signature{
	padding-top:25px;
	background-image:url(img/sig.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 180px;
	text-align:center;
}

/*----------------- TAB A----------------*/

ul.tabNav_a {
	list-style:none;
	height: 35px;
	background: #F2F2F2;
}

.tabNav_a li {
	display: inline;
	float:left;

}

ul.tabNav_a li a:link{
	display: inline;
	float:left;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333;

}
ul.tabNav_a li a.selected, ul.tabNav_a li a:hover{
	display: block;
	float:left;
	padding:10px;
	color:#FFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(img/tab_gradient_red.jpg);
}

/*----------------- TAB http://jqueryfordesigners.com/jquery-tabs/ ----------------*/

.a_tab_block{
	background-color: #900;
	border: #CCC 1px solid;
	background-image: url(img/red_block_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;		

}

/* ------------ TAB A Content ---------------*/
#featured_items {
	background-image: url(img/masked_sun.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}

.featured_items_cat{
	font-size: 12px;
	font: Verdana, Geneva, sans-serif bold;
	color: #CCC;
	padding: 10px 0;
}

#featured_items a{
	color: #FFC;
	text-decoration: none;
	font-weight: bold;
}
#featured_items li{
	color: #F2F2F2;
}

#featured_items h1{
	color: #FFF;
}


a.tab_list_title{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;		
}


/* ------------ TAB B ---------------*/


ul.tabNav_b {
	list-style:none;
	height: 35px;
	background: #666;
}

.tabNav_b li {
	display: inline;
	float:left;

}

ul.tabNav_b li a:link{
	display: inline;
	float:left;
	padding:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;

}
ul.tabNav_b li a.selected, ul.tabNav_a a:hover{
	display: block;
	float:left;
	padding:10px;
	background: #F7F7F7;
	color: #333;
}

/* ------------ TAB B Content---------------*/
.content_b {
	background: #F7F7F7;
}

.gallery_front img{
	border: #CCC 1px solid;
	padding: 4px;
	background:#FFF;
}

.video_front img{
	border: #CCC 1px solid;
	padding: 7px;
	background: #FFF;
}

.gallery_bills_page img{
	border: #CCC 1px solid;
	padding: 5px;
	background: #FFF;
}

/* begin PostHeader */
.PostHead a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  color: #516A7B;
}

.PostHead a:visited, .PostHead a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  color: #668B99;
}

.PostHead a:hover, .PostHead a.hovered
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  color: #47616B;
}
/* end PostHeader */

/* ------------ Single Page Content ---------------*/
.single_content{
}

/* ------------ Single Page Content ---------------*/
.hrow{
	border-bottom: solid 1px #999;
}

/* ------------ Comment Page Content ---------------*/
#comments{
	font-size:12px;
	font-style:italic;
}

.list_time_posted{
	color: #333;
	font-style:italic;
	font-size:smaller;
}


/* ------------ Widget Styles ---------------*/
.widget{
	display:block;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: #CCC 1px solid;
	
	background-color: #F3F3F3;
	background-image: url(img/gradient_gray.jpg);
	background-repeat: repeat-x;
	background-position: bottom;


}

.widget_title{
	font-size:18px;
	font-weight: bold;
}

.widget_content{
}

/* ------------ Widget Styles ---------------*/
.category_list{
	padding:10px;
	background:#FFF;
	border: solid 1px #CCC;
}

.category_list .item_title{
	font-size:14px;
	font-weight:bold;
}
.category_list .description{
	font-style:italic;
}


/* ------------ Widget Styles ---------------*/
.search_list_title{
	font-size: 16px;
	font-weight: bold;	
}
.search_list_content{
	font-size:12px;
}

.Footer{
	margin: 0 auto;
}


.artmenu ul a {
	min-width:150px;
}