/***********************************************/
/* Filename: janette.css     */
/*  External Style Sheet for New Mexico Healer Website  */

/* 20080214  */

/*  created by http://www.whirlwindwebdesigns.com         */

/***********************************************/

body {
	width:100%;
	height:600px;
	padding:0px;
	border:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #ffff99;
}

#topbar {
top: 0px;
width: 85%;
margin-left: auto;
margin-right: auto;
height:50px;
text-align:left;
padding-left: 0px;
padding-bottom: 2px;
border-bottom: 1px solid #ffff99;
background-color: #003366;
}

.nav1 {
top: 0px;
width: 85%;
margin-left: auto;
margin-right: auto;
height:25px;
text-align:left;
padding-left: 0px;
border: 0px;
background-color: #000000;
}

.navbar1 ul {
float:left;
white-space: nowrap;
padding-left: 0px;
margin-left: 0px;
list-style-type: none;
padding-left: 0px;
display: inline;
margin:0;
}

.nav1 li {
float:left;
list-style-type: none;
display: inline;
padding-left: 18px;
margin:0;
}

#bodydiv {
width: 85%;
margin: 0 auto;
top: 0px;
margin-top: 0px;
padding-top: 0px;
border-top: 0px;
height:85%;
background-color: #ffff99;
background-image: url(../images/janette3.jpg);
background-position: top center;
background-repeat:no-repeat;
}

/*   two col format      */

#wrapper { 
 margin: 0 auto;
 width: 85%;
 border-right: 1px solid #003366;
 border-left: 1px solid #003366;
 background: #ffffcc;
 padding-bottom: 5px;
}

#leftcolumn { 
 color: #003366;
 background: #ffffcc;
 margin: 5px 0px 5px 0px;
 padding: 5px;
 height: 100%;
 width: 45%;
 float: left;
}

#rightcolumn { 
 color: #003366;
 float: right;
 background: #ffffcc;
 margin: 5px 0px 5px 0px;
 padding: 5px;
 height: 100%;
 width: 45%;
 display: inline;
 position: relative;
}

/*   image placement for getting_here.html      */

#jsimage {
 margin: 0 auto;
 width: 85%;
 background: #ffffcc;
 border-right: 1px solid #003366;
 border-left: 1px solid #003366;
 padding-top: 180px;
 background-image:url(../images/janette_gila.jpg);
 background-position: center;
 background-repeat:no-repeat;
}

/*  text wrap for image on greetings page     */

#janetteleft {
  float:left;
  padding-right:7px;
  padding-bottom:7px;
}

/*  placement of signature image on greetings page     */

#signature {
  float:left;
  padding-left:230px;
}


/*  contact page    */

#contactdiv {
text-align:center;
padding-left: 100px;
padding-right: 100px;
font-family: Verdana, Arial, Helvetica, sans-serif;
 padding-bottom: 5px;
 font-size:14px;
}


.head1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 25px;
padding-top: 2px;
padding-left: 5px;
font-weight:500;
line-height:25px;
letter-spacing: 2px;
color:#ffffcc;
}

.head2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
line-height:25px;
font-weight: 500;
font-variant:normal;
letter-spacing: 2px;
color: #ffffcc;
}

.head3
{
font-weight: 600;
text-align:center;
 background: #ffff99;

}

.head4
{
color:#003366;
font-weight: 600;
text-align:center;
font-size:18px;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.text1  /*  body text on contact page     */
{
color:#003366;
font-weight: 500;
text-align:left;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;

}

.currlink
{
	background-color: #003366;
	text-decoration:underline;
}

.bold
{
font-weight:600;
}

.indent
{
padding-left: 20px;
}


a {
	font-size: 18px;
	color:#ffffcc;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffcc;
}
a:hover {
	text-decoration: none;
	background-color: #003366;
}
a:active {
	text-decoration: none;
	color: #ffffcc;
	}
	
	/*   links for "Getting There" page      */
	
	a.inline:LINK, a.inline:VISITED, a.inline:ACTIVE   /* all links same color after visit */
{
   color:#003366;
  text-decoration:underline;
  font-family:Verdana,Arial, Helvetica, sans-serif;
 font-size:14px;
 font-weight: 600;
 font-style:normal;
  }
  
  a.inline:HOVER {    /* on mouseover */
color:#ffff99;
font-weight: 600;
	background-color: #003366;

}  