/*colors used
tan: #b38b33
green: #595003
red #6f1502, #b54831
*/

/***************************************************

GENERAL RULES

***************************************************/

body {
	/*background-color: #595003;*/
	border: 0;
	color: #333;
	margin: 10px 0px 25px 0px;
	padding: 0;
	text-align: center;
}
	
form { 
	margin: 0;
}

img { 
	border: 0; 
}

input, select, textarea {
	background-color: #f7f7f7 !important;
	border: 1px solid #999;
}

input:focus {
	border-color: #aedf9a #94da78 #6ab94b #94da78;
	background-color: #fff;
}

p, div { 
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

p.pdf a {
	background-image: url(../Images/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.ppt a {
	background-image: url(../Images/ppt.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.word a {
	background-image: url(../Images/word.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.miscdoc a {
	background-image: url(../Images/miscdoc.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.offsite a {
	background-image: url(../Images/offsite.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

p.xls a {
	background-image: url(../Images/xls.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 3px;
}

ul {
	margin-top: 0;
}

.footnote {
	font-size: 9px;
	vertical-align:super; 
}

/***************************************************

GENERAL LAYOUT

***************************************************/

#wrapper {
	/*background-color: #fcfbf7;*/
	background-color: #fff;
	background-image: url(../Images/rhino_bkg_2col.gif);
	background-repeat:repeat-y;
	/*border: 1px solid #000;*/
	margin: 0 auto;
	/*margin: 10px auto;*/
	padding: 0;
	position: relative;/* dil */
	text-align: left;
	width: 780px
}

body#section_home #wrapper,
body#section_news #wrapper {
	background-image: url(../Images/rhino_bkg_3col.gif);
}

#header {
	background-color: #bcb583;
	height: 135px;
	padding-left: 0px;
	text-align: left;
}

#headerimage{
	float: left;
	padding: 5px;
	width: 310px;
}

#headerimage img {
	border: 1px solid #444;
}

#headertagline {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	/*margin-left: 310px;*/
	float: left;
	padding-top: 20px;
	text-align: left;
	width: 315px;
}



#headerlinks {
	background-color: #2450A3;
	color: #fff;
	font-size: 11px;
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
}

#headerlinks a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

#headerlinks a:hover {
	background: transparent;
	text-decoration: underline;
}

#pagebody {
	background-color: transparent;
	border-top: 1px solid #afa76c;
	clear: left;
	color: #444;
	padding: 0;
	text-align: left;
}


/***************************************************

HORIZONTAL NAVIGATION

***************************************************/


#mainnav {
	background-color: #6f1502;
	border-bottom: 1px solid #afa76c;
	padding: 0;
	margin: 0;
	height: 25px;
}
	
#mainnav ul {
	border: 0;
	clear: left;
	list-style-type: none;
	margin: 0 0 0 45px;
	padding: 0;
}
	
#mainnav ul li 	{
	float: left;
	margin: 0;
	padding: 0;
}
		
#mainnav ul li a {
	background-color: #6f1502;
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;      
	font-weight: bold;
	line-height: 2em;
	margin: -1px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	voice-family: "\"}\"";   
	voice-family: inherit; 
}

*html #mainnav ul li a {
	margin: 0px 0px 0px 0px;
}

#mainnav ul li#nav_six a {
	border-right: none;
}
	
#mainnav ul li a:hover 	{
	background: #b54831;
	color: #fff;
}

#mainnav a:active {
	background: #fff;
	color: #645a08;
}
	
body#section_home #mainnav li#nav_one a, 
body#section_about #mainnav li#nav_two a,
body#section_membership #mainnav li#nav_three a,
body#section_news #mainnav li#nav_four a,
body#section_bibliography #mainnav li#nav_five a, 
body#section_resources #mainnav li#nav_six a {
	background: #fff;
	color: #6f1502;
	font-weight: bold;
}

body#section_home #subnav_about, body#section_home #subnav_resources, body#section_home #subnav_member, 
body#section_membership #subnav_about, body#section_membership #subnav_resources, 
body#section_news #subnav_about, body#section_news #subnav_resources, body#section_news #subnav_member,
body#section_bibliography #subnav_about, body#section_bibliography #subnav_resources, body#section_bibliography #subnav_member,
body#section_resources #subnav_about, body#section_resources #subnav_member,
body#section_about #subnav_resources, body#section_about #subnav_member {
	display: none;
}

#subnav, 
body#section_about #subnav_about,
body#section_resources #subnav_resources,
body#section_membership #subnav_member  {
	border: 0;
	margin: 0;
	padding: 0;
}

#homepage-tagline {
	background-color: #1E4197;
	font-size: 12px;
	border-left: 1px solid #CCCCCC;
	margin-left: 185px;
	padding: 0;
}

#maincontent {
	/*font: .7em verdana, arial,lucida, helvetica, sans-serif;*/
	line-height: 140%;
	margin-left: 210px;
	padding: 10px 20px 25px 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	/*font: .85em verdana, arial,lucida, helvetica, sans-serif;*/
	line-height: 16px;
}

#maincontent p { 
	margin-top: 4px;
}

#maincontent ul { 
	margin-bottom: 7px;
	margin-left: 20px;
	padding-left: 0;
	padding-bottom: 0;
}

#maincontent ul li { 
	padding-bottom: 7px;
}

#maincontent ol li { 
	padding-bottom: 10px;
}



#rhino_footer {
	color: #fff; /* dil */
	font-size: xx-small;
	margin: 5px auto;
	padding: 0px 0px 10px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

#rhino_footer a {
	background: transparent;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#rhino_footer a:hover, #rhino_footer a:active {
	background: transparent;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

#rightcontent {
	position: relative;
	margin-top: 0;
	margin-right: 0;
	float: right;
	padding: 0;
	width: 190px;
}

#rightcontent h2 {
	border: none;
	margin: 0;
	padding: 0 0 5px 0;
}

#rightcontent div {
	background-color:#fcfbf7;
	border: 1px solid #444; 
	margin: 10px 0px 0px 10px; 
	padding: 3px; 
	width: 180px; 
}

#rightcontent div#join {
	margin-top: 0px;
	padding-top: 0; 
}

/***************************************************

LINKS

***************************************************/

a:link, a:visited {
	background: transparent;
	color: #6f1502;
	font-weight: normal;
	text-decoration: underline;
}

a:hover, a:active {
	background: transparent;
	color: #595003;
	font-weight: normal;
	text-decoration: underline;
}

/***************************************************

FORMS

***************************************************/


/***************************************************

HEADLINE STYLES

***************************************************/

h2 {
	color: #595003;
	font-family: verdana, arial, lucida, helvetica, sans-serif, helvetica;
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	padding-bottom: 15px;
	padding-top: 0px;
}

h3 {
	color: #595003;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0 0 12px 0;
	/*border-top: 1px solid #595003;*/
}

h4 {
	color: #595003;
	font-size: 13px;
	font-weight: bold;
}

h5 {
	color: #595003;
	font-size: 12px;
	font-style:italic;
	font-weight: bold;
}

h6{
	color: #444;
	font-size: 12px;
	font-style:italic;
	font-weight: normal;
}

.textSm {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/***************************************************

TABLE STYLES

***************************************************/

table#bod td, table#tac td, table#secretariat td {
	padding: 3px;
	vertical-align:top;
}

table#bod th, table#tac th, table#secretariat th {
	padding: 3px;
	text-align:center;
	vertical-align:top;
}

/*redefine refbase styles*/

td {
	font: .75em Verdana, Arial, Helvetica, sans-serif;
}

th {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}


#includerefs {
	margin-left: -27px;
}

.even, otherfieldsbg {
	background: transparent;
	background-color: none;
} 

.otherfieldsbg {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#queryrefs {
	text-align: right;
	height: 60px;
	margin: 5px -3px 5px 0;
	padding: 0;
	width: 275px;
}

#queryrefs legend {
	color: #000;
	display: inline;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 5px 5px;
	text-align:left;
	text-decoration: none;
}

#queryrefs #queryField {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}
