* {
	margin:0;
	padding:0;
}
/*------------ basic setup ------------*/

html, body {
	text-align:-moz-center;	/* for firefox */
	#text-align:center;	/* for IE */
	width: 100%;
	background-color:#ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#383838;
	line-height:1.4em;
}
body#home {
	background-position:center 430px;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}

body#about, body#news, body#about, body#proactive, body#grants, body#resources, body#artslink, body#general {
	background-position:center 170px;
	background-image: url(../images/bg.jpg);
	background-repeat:no-repeat;
}

#main {
	width:990px;
	text-align:justify;
}

.logo {
	padding:15px;
	text-align:left;
	top:0;
}
ol {
	text-align:left;
}
ul {
	text-align:left;
}



/*------------ breadcrumb ------------*/
.breadcrumb {
	color:#595959;
	/*text-align:right;*/
	font-size:12px;
	padding-right:15px;
}

.breadcrumb .current_about {
	color:#672c66;
}

.breadcrumb .current_news {
	color:#85226c;
}

.breadcrumb .current_proactive {
	color:#cf4d0c;
}

.breadcrumb .current_grants {
	color:#9F2A01;
}

.breadcrumb .current_resources {
	color:#0b7777;
}

.breadcrumb .current_artslink {
	color:#3b7709;
}
.breadcrumb .current_general {
	color:#006cde;
}
.breadcrumb a {
	color:#595959;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#000000;
	text-decoration:none;
}

/*------------ right column -----------*/
.right {
	background-color:#faf8f4;
	text-align:center;
	border-left-width:2px;
	border-left-color:#d2ccc3;
	border-left-style:solid;
	border-right-width:2px;
	border-right-color:#d2ccc3;
	border-right-style:solid;
}
.right a .describe {
	text-align:left;
	padding:5px 7px;
	text-decoration:none;
	cursor: hand;
}
.right a .title {
	font-size:12px;
	color:#4d4d4d;
	font-weight:normal;
	text-decoration:none;
	cursor: hand;
}
.right a .clickhere {
	font-size:12px;
	color:#b20830;
	font-weight:normal;
	text-decoration:none;
	cursor: hand;
}
.right a .describe .date {
	font-size:11px;
	color:#b20830;
	font-weight:bold;
	padding-right:5px;
	text-decoration:none;
	cursor: hand;
}
.right a .detail {
	text-align:right;
	padding-right:7px;
	text-decoration:none;
	clear:both;
	cursor: hand;
}
.right a:hover .title, .right a:hover .detail, .right a:hover .float, .right a:hover .clickhere {
	text-decoration:underline;
}
.right a:hover .date {
	text-decoration:none;
}
.right a .gallery, .right a .large_thumb {
	background-image:url(../images/right_big_shadow.gif);
	background-repeat:no-repeat;
	padding:4px;
}
.right a:hover .large_thumb, .right a:hover .video, .right a:hover .small_thumb {
	opacity:0.8;	/* CSS3 standard */
	#filter:alpha(opacity=80);	/* for IE */
}

.right .small_thumb {
	background-image:url(../images/right_small_shadow.gif);
	background-repeat:no-repeat;
	padding:4px;
}

.right a .float {	
	float:right;
	width:90px;
	#width:94px;
	padding-right:7px;
	#padding-right:0px;
	text-align:justify;
	font-size:12px;
	color:#4d4d4d;
	font-weight:normal;
	text-decoration:none;
}
.right ul.link, .right ul.organization {
	text-align:left;
	list-style:none;
	list-style-position:outside;
	padding:10px 10px 15px 10px;
	margin-left:17px;
	#margin-left:7px;
}
.right ul.link li, .right ul.organization li {
	list-style:none;
	display:block;
	padding-bottom:5px;
}
.right ul.link li a, .right ul.organization li a {
	background:url(../images/list_bullet.gif);
	text-align:left;
	line-height:1em;
	margin-left:-17px;
	#margin-left:0px;
	padding:7px 0px 10px 17px;
	#padding:7px 0px 0px 10px;
	background-position: 7px 12px;
	#background-position: 0px 12px;
	background-repeat:no-repeat;
	font-size:12px;
	color:#4d4d4d;
	text-decoration:none;
}
.right ul.link li a:hover, .right ul.organization li a:hover {
	background:url(../images/list_bullet_on.gif);
	background-position: 7px 12px;
	#background-position: 0px 12px;
	background-repeat:no-repeat;
	color:#b5191a;
	text-decoration:underline;
}




/*------------ footer section ------------*/

#footer {
	width:100%;
	height:25px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#ebeeed;
	color:#959595;
	font-size:11px;	/* for firefox */
	padding-top:10px;
	background-color:#ffffff;
}
#footer a {
	color:#959595;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}
#footer img.sep {
	padding:0 10px;
}

/*------------ general ------------*/

img {
	border:0px;
}
p {
	display: block;
	text-align:justify;
}
/*------------ links ------------*/
a {
	color:#0b7777;
	text-decoration: none;
}
a:hover {
	color:#0b7777;
	
}

a:hover img.glow {
	opacity:0.8;	/* CSS3 standard */
	#filter:alpha(opacity=80);	/* for IE */
}
/*------------ top search ------------*/
.topsearchnav {
	vertical-align:middle;
	*vertical-align:text-bottom;
}
.topsearchbox {
	border:1px;
	border-style:solid;
	border-color:#cccccc;
	color:#333333;
	height:16px;
	font-size:12px;
	padding:2px;
}
.topsearch {
	vertical-align:-7px;
	#vertical-align:-2px;
}
/*------------ resources ------------*/
.news_bar, #general .color_resources {
	background-color:#0b7777;
}

.headline {
	font-size:18px;
	color:#0b7777;
	font-weight:bold;
	text-align:left;
	line-height:22px;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:20px;
}
.middle .subhead {
	font-size:15px;
	color:#085c5c;
	font-weight:bold;
	text-align:left;
	padding-top:20px;
}
.middle .subhead2 {
	font-size:13px;
	color:#085c5c;
	font-weight:normal;
	text-align:left;
	padding-top:20px;
	padding-bottom:5px;
	padding-left:10px;
	background-image:url(../images/resources_bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 24px;
	#background-position: 2px 22px;
}
.middle .row_odd {
	background-color:#f2f2f2;
}

.middle .row_even {
	background-color:#ffffff;
}

.middle .date_txt {
	font-weight:normal;
	padding:10px;
	text-align:center;
	color:#6c6c6c;
}

.middle .table_head {
	font-weight:normal;
	padding:5px 10px;
	text-align:justify;
	color:#085c5c;
}
.middle .row_odd {
	background-color:#f2f2f2;
	text-align: left;
}

.middle .row_even {
	background-color:#ffffff;
	text-align: left;
}
.middle a .item, .middle .item {
	font-weight:normal;
	padding:5px 25px;
	text-align:justify;
	color:#6c6c6c;
	text-decoration:none;
}

.middle .date_item {
	font-weight:normal;
	padding:5px 10px;
	text-align:center;
	color:#6c6c6c;
}

.middle a:hover .intro, #resources .middle a:hover .item {
	text-decoration:underline;
}

p.education, table.education {
	padding-left:10px;
	padding-bottom:15px;
	line-height:1.6em;
	color:#6c6c6c;
	text-align:justify;
}

.title_bar {
	background-image:url(../images/resources_title_bg.gif);
}

.title_txt {
	color:#ffffff;
}
.edu_title_txt {
	color:#ffffff;
	padding-left:22px;
}
.middle .latest_annualreport .date, #resources .middle .artnews_list .date {
	color:#085c5c;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
}

.middle .latest_annualreport .title, #resources .middle .artnews_list .title {
	color:#6c6c6c;
	text-align:left;
	font-weight:normal;
	font-size:13px;
	padding-bottom:10px;
}
.middle .latest_annualreport .subtitle, #resources .middle .artnews_list .subtitle {
	color:#6c6c6c;
	text-align:left;
	font-weight:normal;
	padding-bottom:10px;
}
.middle .artnews_list .intro a {
	color:#6c6c6c;
	text-align:justify;
	font-weight:normal;
	padding-bottom:10px;
	display:block;
	text-decoration:none;
}

.middle .artnews_list .intro a:hover {
	text-decoration:underline;
}
.middle .latest_annualreport {
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#085c5c;
}
.middle .artnews_list {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ebeeed;
}

.middle .latest_annualreport .publication_thumb, #resources .middle .artnews_list .publication_thumb {
	/*background-image:url(../images/publication_shadow.gif);
	background-repeat:no-repeat;
	background-position:0 16px;*/
	padding:20px 15px 20px 4px;
}

.middle .latest_annualreport .detail, #resources .middle .artnews_list .detail {
	padding-bottom:20px;
}

/* -- news listing -- */
.middle .date, .middle .latest .date{
	color:#0b7777;
}
.tab_line {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0b7777;
}
.more .date {
	color:#0b7777;
	font-size:12px;
	font-weight:bold;
	padding-right:30px;
}
 
.more .intro {
	padding:10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ebeeed;	
}

.more .intro a {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:none;
}

.more .intro a:hover {
	color:#6c6c6c;
	font-size:12px;
	font-weight:normal;	
	text-decoration:underline;
}
.pages .current {
	font-weight:bold;
	font-size:12px;
	color:#0b7777;
	letter-spacing: normal;
	padding:3px;
}
.content{
    font-family:Verdana, Arial, Helvetica, sans-serif
/*	font-size:12px;*/
	color:#6c6c6c;
	text-align:justify;
	padding-left:20px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	 }
.tabletitle{
	font-family:Verdana, Arial, Helvetica, sans-serif
	font-size:12px;
	font-weight:bold;	
	color:#ffffff;
	padding-left:20px;	
	padding-right:5px;	
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0px;
	text-align:left;
}
.tablecontent{
	font-family:Verdana, Arial, Helvetica, sans-serif
/*	font-size:12px;	*/
	color:#6c6c6c;
	padding-left:20px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align: left;
}
.tablecontent a{
 color:#6c6c6c;
}
.tablecontent a:hover{
color:#0b7777;
text-decoration:none;
}
.tableimg{
	font-size:12px;
	padding-left:30px;	
	padding-right:30px;	
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:0px;
}
.tabletopspace{	 
	padding-top:20px;
	padding-bottom:0px;
	margin-bottom:0px;
}
/*-----------------new add style---------------------*/
.artDes{
	padding-left:20px;
	text-align:left;
}
.artTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	color:#6c6c6c;	
	margin-bottom:0px;
	text-align:left;
}
.artTablecontent{
	font-family:Verdana, Arial, Helvetica, sans-serif;
/*	font-size:12px; */	
	color:#6c6c6c;
	padding-left:20px;	
	padding-right:5px;	
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
	text-align: left;
}
.artTablecontent a{
	color:#0b7777;
	text-decoration: none;
}
