/* CSS Document */

/* 1st Tier nav */

#nav ul li a.resources {
	color: #FFFFFF;
	background: #8D181C;
	border-bottom: 1px solid #333333;}

/* Open up 2nd Tier nav */

#resources #nav ul ul.resources { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#resources #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 125px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#resources #nav ul ul a:link, #resources #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background: #F8F3F4;}
	
#resources #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F9DBDF; }
	
/* Second Tier nav Links */

#resources.books #nav ul ul li a.books {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#resources.newsletter #nav ul ul li a.newsletter {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#resources.articles #nav ul ul li a.articles {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#resources.links #nav ul ul li a.links {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#resources.video #nav ul ul li a.video {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }	
	
#resources.regional #nav ul ul li a.regional {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }		
	
#resources.poems #nav ul ul li a.poems {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }		
	
#resources.contacts #nav ul ul li a.contacts {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }			
		
/* Form */

   *html form br { clear: left; }

/*.left input { float: left;
  clear: left; }

.left label { float: left;
        text-align: left; }

.comment label { float: left;
  clear: left; 
   text-align: left; }

.comment textarea { float: left;
  clear: left; } */

form {
}
p.required {
	padding-left: 170px;
	padding-bottom: 10px;
}

   
p.credit {
	font-size: .8em;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 100px;
}

fieldset {
	border: 1px solid #000066;
	padding: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
	
legend {
	font-weight: bold;
	color: #3E4A7D;}

label {
	float: left;
	clear: left;
	width: 130px;
	padding: 0.2em 0.5em 0.2em 0em;
	margin: 0px 0px 0px 10px;
	text-align: left;}

input {
	margin: 0.1em 0.5em;
	padding: .1em 0px;}
	
input.radio, input.box {
	width: 1em;
	margin:0px 0px 0px 20px;
	padding: 0px;}
	
input.submit {
	width: 5em;
	margin:30px 0px 0px 100px;
	padding: 0px;}	
	
label.radio, label.box	{
	float:none;
	margin: 0px;
	padding: 0px;
	display:inline;
	text-align: left;
	width: auto;}
	
#resources.newsletter #content_main {
	padding-right: 5px;
	width: 570px;}

#resources.newsletter h4 {
	clear: right;}
	
#resources.newsletter #right_sidebar {
	width: 160px;}

#resources #right_sidebar ul {
	text-align: left;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;}

#resources #right_sidebar li {
	padding-left: 8px;}
