/**
 * Project:     
 * File: heyjojo.css        
 * @author: Michael D. Wailes   mwailes@holonyx.com 
 * Version:     
 * Description: 
 *
 */

/*body { behavior:url("../scripts/csshover.htc"); }*/
/* ____________________Table Row Formater _______________________ */
tr.row1{
    background-color: #CCCCCC;
}

tr.row2{
    background-color: #FFFF99;
}

/* ____________________Font appearance controls _______________________ */

/*Need to track this down and rename it*/
.style5 {
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

/*Need to track this down and rename it*/
.style6 {
	font-size: 9px;
	font-style: italic;
}

.contact_form_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.contact_form_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.contact_form_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.email_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}
.output_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.sub_menu_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}



/* ____________________ menu _______________________ */
/*Taken from the original css file*/

#menu {
	position:absolute;
	top:88px;
	left: 550px; /*Might need to fix this*/
	/*padding: 88px 0px 0px 60px;
	*padding: 88px 0px 0px 60px; /*Top,?,?,Left*/
	z-index: 500;
	margin-left: 0px;
	width: 100%;
        *left: 400px; /*For IE*/
}

#menu img {
	border: none;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li {
	float: left;
	position: relative;
	width: auto;
	/*padding: 0px 40px 0px 0px;*/
	padding: 60px 22px 0px 0px; /* have to open the top of li to reveal exclamation mark--Controls spacing of menu heads */
	margin-top: -60px; /* but then the whole nav bar is too low on the screen, so we move it up with a negative margin */
}

li ul {
	display: none;
        position: absolute;
	top: 1em;
	left: 0px;
       	width: 12em; /*Controls width of pop menu box--original was 15*/
        /*
        *display: block;
        *position: absolute;
        *left: 0px;
        *width: 12em;
        *top: 90px;
       */
}
/*This controls the popup menu box*/

li:hover ul, li.over ul {
	display: block;
	position: absolute;
	top: 90px;
	background-color: #fff;
        z-index: 1500;
        
}


	
#nav li a {
	padding-top: 75px;
	padding-top: 60px;
}
	
#nav li a:hover{
	background: url(../images/!.gif) top no-repeat;

}

#nav li a:hover ul{
	*display: block;
	*position: absolute;
	*top: 90px;
	*background-color: #fff;

}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	margin-top: -3px; /* overcome 3 pixel bug in IE */
}

#nav li li	{
	width: 100%;
	padding: 0px 0px 0px 0px;
}
	
#nav li li a {
	background: #EAD8B6;
	display: block;
	color: #000;
	padding: 13px 20px;
	line-height: 12px;
	margin-right: -22px;
	height: auto;
	font-size: 14px;
}

#nav li li a.top {
	border-width: 0;
}
	
#nav li li a:hover {
	color: #fff;
	background: #B35639 url(../images/!_small.gif) top left no-repeat;
	text-decoration: none;
}
/*End of Menu*/



/*_____________Layout Controls_____________*/

/*pageWrapper surrounds all elements on the page*/
#pageWrapper{
      width: 900px;
      margin-left: auto;
      margin-right: auto;

}

/*holds the menu and large logo*/
#menu_header {
	/*position: fixed;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 150px;
}


/*contentWrapper holds the leftPanel and MaincontentArea*/
#contentWrapper {
	position: relative;
	clear: both;
	width: 100%;
}

#leftPanel {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
        /*height: 110%;*/
	/*background-color:#F4EAB9;*/
        padding: 10px 10px 60px 10px; /*Top Right Bottom Left*/
        
}
/*Used to hold submenus and action messages*/
#ReminderPane {
	margin-left: 235px;
	margin-right: 205px;
        padding: 0px 0px 15px 0px;
}


/*Used to hold submenus and action messages*/
#messageSubmenuArea {
	margin-left: 235px;
	margin-right: 205px;
}

/*This is where all the magic happens*/
#MaincontentArea {
	margin-left: 235px;
	margin-right: 205px;
        
}

/* This sits outside of the contentWrapper, but inside the pageWrapper*/
#footer {
	/*position: relative;*/
	bottom: 0;
	left: 0;
        margin-top: 20px;
        margin-left: 235px;
	margin-right: 205px;
	width: 720px;
	/*background-color:#EAD8B6;*/
}

.style9 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16px;
} 
