/*
//Jaxsearch.net
// Designed: Phil and Walter
// Date Created:  April 24, 2009
// Date Modified: 
*/

/*    DEFINE HTML TAGS     */

body {
	background-color: #ECE4D5;
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: center; /* this hack centers the wrapper for IE 5.X pc */
	font-size: 80%;
	color:#444444;
	margin: 0;
	padding:0;
}
	
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11 px;
	color: #333333;
}

/* styles for the nav menu - remove padding, margin and bullets */

#nav{
	margin: 0;
	padding: 0;
	background-color: #C1EA6F;
	width: 100%;

  }
  
  
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
/* float each list element inline */

#nav li {
  float: right;
  display: inline;
  }
/* style the links in the nav list */
#nav a {
  display:block;
  margin: 0;
  height: 1em;
  padding: 7px 0 7px 22px;
  width: 150px;
  text-decoration: none;
  font-variant:small-caps;
  font-weight:bold;
  font-size: 100%;
  }
#nav a:link, #nav a:visited {
	background-color: #C1EA6F;
	color: #006699;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
  }
#nav a:hover, #nav a:active {
  background-color: #709A16;
  color: #006699;
  border-left: #EBF3E7 solid 2px;
  border-top: #EBF3E7 solid 2px;
  border-right: #777E74 solid 2px;
  border-bottom: #777E74 solid 2px;
  }
/* special style for link to identify current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
  background-color: #DCF3AB;
  color: #999999;
  border-left: #5B6058 solid 2px;
  border-top: #5B6058 solid 2px;
  border-right: #B1B7AE solid 2px;
  border-bottom: #B1B7AE solid 2px;
  }


#nav li a:hover, #nav li a:focus{
	color: #006699;
	text-decoration: none;
	background-color: #9EDB20;
}

	






h1, h2, h3, h4, h5 {
	text-transform: uppercase;
	color: #8C2240;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 6px;
	}
	
	
/* design containers */
#wrapper {
	width: 100%;/* sets the width for IE 5.X browsers */
	text-align: left; /* centers the wrapper left and right, drops the wrapper 10px adjusts top and bottom */
	padding: 0;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #DFDBC6;
	}



#wrapper #banner{
	margin: 0px;
	background-image: url(../images/kichawa_hana.jpg);
	height: 150px;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 11px;
	background-repeat: no-repeat;
}


#wrapper #LeftColumn {
	width: 25%;
	margin: 0px;
	float: left;
	background-color: #D1CCAB;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


#wrapper #mainColumn{
	background-color: #FFFFFF;
	border-left: 1px solid #333333;
	width: 70%;
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 12px;
	padding-left: 5px;
}

#wrapper #rightColumn{
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width: 250px;
	text-align: left;
	background-color: #FFFFFF;
	top: 0px;
	float: none;
}


#wrapper #footer {
	padding: 7px 5px;
	margin: 0px;
	clear: both;
	background-color: #D1CCAB;
	text-align: center;
	font-size: 85%;
	color: #000000;
	}
table {
	border: thin solid #055E70;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 25px;
	background-color: #FEE9EC;
	padding: 5px;
}
td {
	background-color: #F991A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*    IZQUIERDA     */

#wrapper #LeftColumn #vertnav {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	width: 225px;
	text-align: left;
	background-color: #F2FBE1;
}

#wrapper #LeftColumn #vertnav ul{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	list-style-type: none;	
}

#wrapper #LeftColumn #vertnav li{
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #616945;
}

#wrapper #LeftColumn #vertnav li a{
	margin: 0px;
	padding: 3px 3px 3px 10px;
	display: block;
	/*background-color: #C0CC95;*/
	color: #464B32;
	text-decoration: none;
}

#wrapper #LeftColumn #vertnav li a:hover, #wrapper #LeftColumn #vertnav li a:focus{
	color: #333333;
	text-decoration: none;
	background-color: #D1CCAB;
}

#wrapper #LeftColumn #vertnav li.subnav{
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background-color: #F6F6E8;
	/*color: #616945;*/
	text-decoration: none;
	border-bottom:solid 1px #F6F6E8
}
#wrapper #LeftColumn #vertnav li.subnav a, #wrapper #LeftColumn #vertnav li.subnav a:visited{
	text-decoration: none;
	color: #333333;
}
#wrapper #LeftColumn #vertnav li.subnav a:hover, #wrapper #LeftColumn #vertnav li.subnav a:focus{
	text-decoration: underline;
	background-color: #F6F6E8;
}
