@charset "UTF-8";
/* CSS Document */

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dd,dt,blockquote,button,fieldset,legend,label,input,textarea,form { margin:0;padding:0;border:0; }
html,input,textarea,select { font-size: 100% } /*keep ie happy*/

html {
	margin: 0;
	padding: 0;
	}
	
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #333;
	/* background-color:#f9f9f9; */
	background-image:url(../images/pattern_BG_rp_sq.gif);
	background-position:top;
	background-repeat:repeat;
	}


/* structure */

#wrapper {
	position:relative;
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding: 0;
	background-color:#fff;
	}

#topnavsub {
	height: 1.8em;
	background: #fff;
	text-align:right;
	font-size:.8em;
	padding: 5px 0;
	}

#masthead {
	height: 130px;
	padding: 0;
	margin:0;
	line-height: 80px;
	background-color:#78a22f;
	font-size: 2.4em;
	line-height: 130px; /* must match box height to vertically center text */
	color:#fff;
	}

#topnav {
	padding: 4px 20px;
	background:#f5f5f5;
	text-align:center;
	}
	
#content {
	float:right;
	width:630px;
	padding:10px;
	margin:0;
	overflow:auto;
	min-height:520px;
	height:auto !important;
	height:520px;
	}
	
#content2 {
	width:780px;
	padding:10px;
	margin:0;
	overflow:auto;
	}

#lefttnav {
	float:left;
	width: 129px;
	padding: 10px;
	border-right: 1px solid #ccc;
	}
	
#lefttnav p {
	font-size:0.85em;
	
	}
	
#leftnav h3 { margin-top:0; }
	
#footer {
	clear: both;
	text-align: center;
	padding: 4px 0;
	background: #f5f5f5;
	}
	
#footer p {
	margin:0;
	font-size:0.85em;
	}



/* text */

p { font-size: 1.0em; line-height: 1.4em; margin: .5em 0 1.3em 0; }
	
h1, h2, h3, h4, h5, h6 { color:#999; font-weight: normal;  }

h1 { font-size: 1.8em; margin: .4em 0 0 0; }
h2 { font-size: 1.6em; margin: 1.2em 0 0 0; }
h3 { font-size: 1.4em; margin: 1.2em 0 0 0; }
h4 { font-size: 1.2em; margin: 1.2em 0 0 0; }
h5 { font-size: 1.0em; margin: 1.2em 0 0 0; text-transform:uppercase; }
h6 { font-size: 0.85em; margin: 1.2em 0 0 0; text-transform:uppercase; }

ol, ul, li {/*
	list-style: none;
	font-size: 1.0em;
	line-height: 1.6em; */
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}

strong, b { font-weight: bold; }

.smalltext { font-zsize:.85em; }
.introText { font-size: 1.1em; line-height: 1.6em; color: #666; }

.caption { font-size: .9em; color: #666; margin-bottom:0; }
.credit { font-size: 0.85em; color: #666; margin-bottom:0; }

.indexHead { font-weight: bold; margin: 1em 0 0 0 ; }
.indexLevel1 { font-weight: bold; margin: 1em 0 0 0; }
.indexLevel2 { font-size: .9em; margin: 0 0 0 1.2em; }
.indexLevel3 { font-size: .9em; margin: 0 0 0 1.8em; }
.indexLevel4 { font-size: .9em; margin: 0 0 0 2.4em; }
.indexLevel5 { font-size: .9em; margin: 0 0 0 3em; }


/* links */

a:link { color: #78a22f; text-decoration: none; }
a:visited { color: #78a22f; text-decoration: none; }
a:active { color: #666; text-decoration: none; }
a:hover { color: #666; text-decoration: none; }



/* forms */

/* form { margin:0; padding:0; display:inline; } before formatted forms */

form { position:relative; }
form.foot { margin:0; padding:0; display:inline; } /* for forms that need unaligned class */
label { display:block; float: left; width: 10em; margin-right: .5em; text-align:right; }
label input { position:absolute; left:11em; }

fieldset { background:#f5f5f5; border: 1px solid #78a22f; padding: 4px; width:75%; }
fieldset.sidebar { background:#f5f5f5; border: 1px solid #78a22f; padding: 4px; width:95%; }
legend { color: #fff; background: #78a22f; padding: 2px 6px; font-weight:bold; font-size: .9em; margin-top: 1em; }
 
input { font-size:1em; }

input.button {
	color:#fff;
	background-color:#78a22f;
	border:1px solid #ccc;
	-moz-border-radius:8px;
	border-radius:8px;
	}
   
input.button:hover, input.button:focus {
	color:#78a22f;
	background-color:#fff;
	border:1px solid #78a22f;
	-moz-border-radius:8px;
	border-radius:8px;
	}

input, text, textfield, textarea, password, checkbox {
	background-color:#fff;
	border: 1px solid #78a22f;
	}

input:focus, text:focus, textarea:focus, textfield:focus, password:focus, checkbox:focus {
	background-color:#ececec;
	border: 1px solid #78a22f;
	}

 
 
 /* other properties */
 
.floatleft { float: left; }
.floatright { float: right; }
.floatleftpad { float: left; margin: 0 8px 0 0;}
.floatrightpad { float: right; margin: 0 0 0 8px; }

.clearboth { clear: both; }