/*
-----------------------------------------------
Date:     March 10, 2009
Author:   Jane Ashley
Email:    jane@jahley.net   

----------------------------------------------- */

body {
	color:#333333;
	background-color:#000000;
	text-align: center;
	font: 11px/20px verdana, arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
    letter-spacing: 0.04cm;
	color: #A65100;

}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform:uppercase;
	color: #A65100;
}

img {
	
	float: right;
}



.nav1 {
	color: #fff;
	
	}
	
.special {

	color: #A65100;
	
	}	

.bold {

	font-weight: bold;
	
	}	
	

/*------------------ box ----------------*/

div.box
{
  margin: 8px;
  border: 1px solid #A65100;
  height: auto;
  width: 150px;
  float: left;
  padding: 3px;
  text-align: center;
}	
box.img
{
  display: inline;
  margin: 2px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #333333;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 150px;
  margin: 2px;
}


/*------------------ tooltip ----------------*/


a.tooltip {
  position: relative;
}

a.tooltip span {
  display: none;
}

a.tooltip:hover {
  font-size: 100%; /* Fixes bug in IE5.x/Win */
}

a.tooltip:hover span {
  display:block;
  position:absolute;
  top:1em;
  left:2em;
  padding: 0.2em 0.6em;
  border:1px solid #ba0201;
  background-color:#ebebc1;
  color:#000;
}



/*------------------ menu ----------------*/

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
a.one:hover {color: #A65100}



a.menu:link, a.menu:visited{
  display: block;
  width: 181px;
  height: 29px;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  background: url(images/menu1.gif) no-repeat left bottom;
  text-indent: 25px;
  text-transform: uppercase;
  letter-spacing: 0.01cm;
}

a.menu:hover, .selected a {
  background: url(images/menu2.gif) no-repeat left bottom;
  letter-spacing: 0.01cm;
  color: #CC0000;
}

.first a {
  height: 40px;
  line-height: 40px;
}

/*-------------------------------------*/

	
.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

.left {
	float: left;
}

/* LINKS */


a:link, a:visited {
  color:#333;
  text-decoration: none;
  border-bottom: 1px dotted #A65100;
}

a:hover {color:#e77612; text-decoration: none;}

a.nav1:link {color:#FFFFFF; text-decoration: none}
a.nav1:visited {color:#FFFFFF; text-decoration: none}
a.nav1:hover {color:#CC0000; text-decoration: none}


/* DIVS */

#container
{
	width:800px;
	margin: 0 auto; 
	text-align: left; 
	background-color: #FFFFFF;
	text-align:center;
	border:1px solid #e2e2e2;
}

#topnav {
	width: auto;
	background-image:url(images/dixon_logo.gif);
	text-align: right;
	height: 114px;
	padding: 4px;
     }
	 
	 
#menu {
	float: left;
	width:182px;
	height: 510px;
	text-align:left;
	letter-spacing: 0.01cm;
	margin-top: 1px;
	padding:0px;
	z-index:3;

     }
	 
#content {
	float: left;
	width: 560px;
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
	padding:2px;
     }
	 
	 
#footer {
	margin-top: 0px;
	clear: both;
	padding: 5px;
	border-top: 1px dotted #BF5B30;
	font: 10px/20px verdana, arial, helvetica, sans-serif;
     }

