body,div,ul,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {
	margin:0;
	padding:0;
	font-size:12px;
}

body,html {
	background:#B8B8B8;
	font-family:helvetica;
	font-size:12px;
	color:#545454;
	line-height:14pt;
	text-align:center;
	margin:0;
	padding:0;
}

body {
	min-width:800px;
	padding-top:10px;
	padding-bottom:10px;
	overflow-y: scroll;
}

#content_wrap {
	background:#FFFFFF none repeat scroll 0 0;
	margin:0 auto;
	min-height:700px;
	text-align:left;
	width:780px;
	position: relative;
	overflow:hidden;
	padding-bottom: 20px;
}

fieldset {
	border: 0;
}
#header {
	height:186px;
	padding-bottom:5px;
	padding-top:20px;
	text-align:center;
	width: 778px;
	background: url("../images/artswriters_logo.jpg") no-repeat scroll 18px 21px transparent;
}

#header img {
	width: 740px;
}

#main_content {
	padding-left:20px;
}

#footer {
	bottom: 0;
	padding-left: 10px;
	margin-top: 20px;
}

#navigation {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#7AA9DD none repeat scroll 0 0;
	padding-bottom:6px;
	padding-top:7px;
	text-align: center;
	padding-left: 22px;
}

#navigation ul {
	list-style: none;
	text-align: left;
}

#navigation ul li {
	display: inline;
	margin-right: 16px;
}

#navigation ul li.active a, #navigation ul li a:hover {
	color: #545454;
}

#navigation ul li a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 1px;
}

#sub_navigation {
	background:#E5EEF9 none repeat scroll 0 0;
	height:18px;
	margin-bottom:10px;
	padding:6px 21px 9px;
}

#sub_navigation ul {
	list-style: none;
}

#sub_navigation ul li{
	display: inline;
}

#sub_navigation ul li a{
	color:#545454;
	font-size:12px;
	letter-spacing:0.1em;
	margin:0;
	padding-left:0;
	margin-right:15px;
	text-decoration:underline;
}

#sub_navigation ul li.active a{
	text-decoration: none;
}

#sub_navigation ul li.small a {
  font-size: 10px;
}


#sub_navigation ul li.active a{
}


/* FORMS */

.form {
	display:block;
}


.form textarea {
	display: block;
	padding: 5px;
}

label {
	display:block;
}

.form_row {
	margin-bottom:17px;
}

.submit {
	float:right;
	margin-top:24px;
	position:relative;
}

.single_line {
	width: 200px;
}

/* GENERAL COLUMN LAYOUT */

.row {
	display:block;
	/* overflow:hidden; */
	clear: both;
	padding-bottom:5px;
}

.left_column {
	float:left;
	width:200px;
	color:#5D92B1;
}

.left_column h3 {
	color: #545454;
}

.left_column_content {
	border-top:1px solid #5D92B1;
	padding-top:10px;
}

.right_column {
	border-left:1px solid #5D92B1;
	float:left;
	margin-left:15px;
	padding-left:15px;
	width:500px;
}

.right_column_content {
	border-top:1px solid #5D92B1;
  	padding-top:10px;
  	padding-bottom:25px;
}

.right_column_content ul {
	margin-left: 15px;
}


h2 {
	color:#5D92B1;
	text-transform: uppercase;
}


h6 {
	color:#5D92B1;
	font-weight:normal;
}

#order_id {
	text-align:right;
	width:25px;
}

td, th {
	vertical-align: top;
}

td {
	padding: 10px;
}

#guidelines textarea {
	width: 95px;
}

table {
	margin-top: 50px;
	border-collapse: collapse;
	margin-bottom: 30px;
	clear: both;
}

th {
	background: #7AA9DD;
	padding: 10px;
}

textarea {
	font-family: Arial;
	padding: 5px;
}


#text {
	height:160px;
	width:100%;
	margin-bottom: 10px;
	padding: 5px;
	font-family: Arial;
}

table.radios {	
	margin-top: 0;
	margin-bottom: 0;
}

#grantee_category {
	list-style: none;
	margin-bottom:18px;
	padding-top:5px;	
	margin-left: 0;
}


#grantee_category li {
	display: inline;
	margin-right: 15px;
}

#grantee_category li a {
	text-decoration: underline;
	color:#545454;
}

#grantee_category li.active a {
	color:#545454;
	text-decoration: none;
}

#no_results {
	border: 0px solid;
	height: 200px;
}

.grantee_image img {
	margin-bottom:3px;
	margin-top:3px;
	width:100%;
}

/* HOMEPAGE ANNOUNCEMENTS */

.homepage_annoucement {
	background: #E3E4E5 none repeat scroll 0 0;
  	margin-bottom: 10px;
  	padding: 10px;
  	font-size: 1px;
  	width: 180px;
  	position: relative;
  	float: left;
  	overflow: hidden;
}

.homepage_annoucement_image {
	float:right;
}

.homepage_annoucement a
{
  color:#828282;
}

.urgent {
  background: #F3E88E;
}

#email_list_link {
	background:transparent url(../images/mail.gif) no-repeat scroll 0 5px;
	left:674px;
	padding-left:24px;
	padding-right:10px;
	position:absolute;
	top:8px;
}

#email_list_link a {
	color:#828282;
}

a {
	color:#5D92B1;
}

a.internal:link, a.internal:visited, a.internal:active {
	color:#5D92B1;
	font-size:12px;
	text-decoration:underline;
}

a.internal:hover {
	background:#E0EEEE none repeat scroll 0 0;
}

a.external:link, a.external:visited, a.external:active {
	color:#5D92B1;
	font-size:12px;
	text-decoration:underline;
}

a.external:hover {
	background:#FFF9B8 none repeat scroll 0 0;
	color:#828282;
	font-size:12px;
	text-decoration:underline;
}

.first_item {
	border: 0;
	padding-bottom: 0;
}

#content_right_1 {
	min-height:30px;
	height:auto !important;
	height:30px;
}

.light_blue {
	color:#7EBBE6;
}

.dark_blue {
	color:#5D92B1;
}

.right_column_content .sub_sub_navigation {
	list-style: none;
	margin-left: 0;
}

.right_column_content .sub_sub_navigation li {
	display: inline;
	margin-right: 15px;
}

.right_column_content .sub_sub_navigation li a {
	color:#7EBBE6;
}

.sub_sub_navigation li.active a {
	color:#545454;
}

#grantee_list {
	list-style: none;
	margin: 0;
}

#grantee_list li {
	margin-bottom:17px;
}

#grantee_list li a {
	color:#5D92B1;
}

.grantee_work {
	font-style: italic;
}

.grantee_detail_header {
	background:#F0F5FC none repeat scroll 0 0;
	padding: 5px;
	overflow: hidden;
	color:#5D92B1;
	margin-bottom:15px;
}

.what_is_contemporary_visual_art {
	background:#FFF9B8 none repeat scroll 0 0;
	color:#828282;
	left:350px;
	padding:10px;
	position:absolute;
	top:213px;
	width:400px;
}

#what_is_contemporary_visual_art {
	text-decoration: underline;
    color:#5D92B1;
    cursor: pointer;
}

.reg_blue {
	font-size:12px;
	color:#5D92B1;
}

.bold {
	font-weight: bold;
}

#splash {
	background:none repeat scroll 0 0 #FFFFFF;
	cursor:pointer;
	height:647px;
	left:0;
	padding:19px 58px 300px 21px;
	position:absolute;
	top:0;
	width:701px;
	z-index:10000;
}

#splash_wrap a img {
	left:-2px;
	position:relative;
	top:2px;
}


#splash_wrap {
	_height: 500px;
	height:600px;
	overflow:hidden;
}

a img {
	border: 0;
}

#search {
	left:577px;
	position:absolute;
	top:250px;
}

#search input {
	color: gray;
	font-size: 10px;
}


.search_result_list
{
  list-style: none;
}


.search_result_list li
{
  margin-bottom: 12px;
}

.type_section {
  font-style: italic;
}


.grantee_image_text {
  color: #000;
  font-size: 11px;
}

.grantee_preview {
	clear:both;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}

.grantee_preview_image {
	float: left;
	margin-right: 10px;
}


.grantee_preview_image img {
	width: 155px;
}

.grantee_preview_text {
	float: left;
}

.left_column h3 {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.hr {
	border-top:1px solid #5D92B1;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
	width:100%;
}

.smaller {
/* 	font-size:11px; */
}