/*Page template created by Octogen Design 2008 for Ashton Tech*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	General Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body{
background: url(green.png) repeat;
font-family: arial,sans-serif;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Content Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container { /* Holds the page items in place */
	width:830px;
	height:630px;
	margin:0 auto 15px auto;
	background: url(bigbackground.png) top center no-repeat;
}

#main { /* Holds the CMS content*/
	width:750px;
	height:415px;	
	margin-top:10px;
	margin-left:40px;
	overflow:hidden;
}

#bottom{/*holds pawprints*/
	clear: both;
	height: 60px;
	margin-top:0px;
	z-index: 20;
	background: url(pawprints4.gif) center no-repeat;
}

#footer{ /*holds page info*/
	clear: both;
	height: 40px;
	text-align: center;
}

.credits{ /*controls footer text style*/
	margin-bottom:0;
	font-size:0.8em;
	background-color:inherit;
	color:#898989;
}

/* ------------------------------------------------------------ 
	
	Horizontal Drop-Down Menu created using -
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
--------------------------------------------------------------- */

#navContainer {
	width:798px;
	height:27px;
	clear:both;
	padding-top:90px;
	padding-left:16px;
}


/* Remove List Formattings
-----------------------------  */

 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* ----------Header menu---------- */	
 
#header_menu {
	position: absolute; 
	margin-left: 20px;
}

#header_menu li {
	line-height: normal;
}

ul#header_menu  {
	z-index: 10; clear: both;
}

#nav {
	height: 25px;
	background: #adbfa1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left:35px;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 85%; 
	letter-spacing:2px;
	text-transform: uppercase;
	width: 750px;
	position: relative; /* ----------Fixes IE6 Bug---------- */
}

#nav ul li {
	float: left; 
	color: #fff; 
	text-align: center; 
	font-weight: bold;
}

#nav ul li a {
	display: block; 
	background: #004b18;
	width: 160px; 
	padding: 0 10px;
	line-height:25px;	 
	border-left: 1px solid #000; 
	border-right: 1px solid #000; 	color: #fff; 
	text-decoration: none;
}

/* ----------Root Level Link Formatting---------- */

#nav ul li a:hover, #nav li a:focus {
	background: #adbfa1; 
	border-color: #fff; 	color: #ffffff;
}

#nav li a:active, #nav ul li a.active {
	background: #adbfa1; 
	border-color: #fff; 	color: #ffffff;
}

/* ----------2nd Child menu---------- */

#nav .menu li ul {
	position: absolute; 
	width: 12em; 
	margin: 0; 
	display: none; 	text-transform: none; 
	font-size: 100%;
}

#nav .menu li ul li {
	width: 12em; 
	text-align: center; 
	font-weight: normal; 
	letter-spacing:0px;
	margin: 0; 
	padding: 0; 
	line-height: 1.2em;
}

#nav .menu li ul a {
	width: 176px; 
	padding: 0 .1em 0 .4em; 
	background: #004b18; 
	color: #fff; 
	border: 0;}

/* ----------2nd Child link hover---------- */

#nav .menu li ul a:hover {
	color: #006a25; 
	background: #adbfa1; 
	border: 0; 
	color:#ffffff;
}

/* ----------Show and hide---------- */

#nav .menu li:hover ul, 
/*#nav .menu li a:focus ul,*/ 
#nav .menu li.subMenu ul {display: block;}

#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, 
#nav .menu li.subMenu ul ul {display: none;}

#nav .menu li:hover ul, 
#nav .menu li li:hover ul, 
#nav .menu li.subMenu ul, 
#nav .menu li li.subMenu ul {display: block;}


/* ----------3rd Child Menu Appreances---------- */

#nav .menu li ul li ul li a 	{ 
	width: 11.5em; 
	padding: 0 .1em 0 .4em; 	
	background: #006a25; 
	color: #fff; 
}

/* ----------Positioning the Pop-out Drops---------- */

#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* ----------end nav menu---------- */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Float containers fix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

html #clearfix {
	height: 1%;
}

.stealth {visibility:hidden; display:none;} /* ~~~~~~~hides from normal css enabled browsers~~~~~~~~ */

