/* CSS Document */

body {margin:0px; 
	font:13px Verdana, Arial, Helvetica, sans-serif; 
	width:100%;
	height:100%;
	font-size:8pt;
}

div#navContainer {			position:relative;
							width: 438px;
							margin-top: 0px;
							padding-top: 0px;
							padding-left:0px;
							z-index:1;
							
							}

div#content 	{text-align: center;
				margin-top:149;
				width:800px;
				margin-left:18px;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto; display:block; clear:both; border-right: #000;}


/* 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  {clear: both;}

#nav {
	border-top: 1;
	border-bottom: #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 0.8em;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; text-align: center; font-weight: bold;}
#nav ul li a {display: block; padding: 3px 8px; color: #000; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { border-color: #b63343; color: #b63343;}
#nav li a:active, #nav ul li a.active { border-color: #b63343; color: #b63343;}

/* Current page Customisations*/
#nav li.menu-current a		{color: #b63343; border-color: #000;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 16em; margin-left: 0px; margin-top:0px; display: none; text-transform: none; border: 0px solid #000; border-top: 0; font-size: 0.8em; background-color:#fff; padding:0px; -moz-border-radius: 5px;
border-radius: 5px; list-style-position: inside; z-index:1; behavior: url(border-radius.htc);}

#nav .menu li ul li {width: 16em; text-align: left; font-weight: normal; margin: 0; padding: 4; line-height: 1.2em; list-style-position:inside;color:white; z-index:1;}
#nav .menu li ul a {width: 16em; color: #000; z-index:1;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #b63343;  border-color: #000; color:#b63343;}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 16em; padding: .6em .2em .6em .8em; color: #fff;font-size: 1.5em;  }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 97%;
}



/* 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;}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* // Easy Slider */
#slider1 {
    width: 668px; /* important to be same as image width */
    height: 204px; /* important to be same as image height */
    position: left; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 668px; /* important to be same as image width or wider */
    position: left;
	top: 0;
	margin-left: -80;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 668px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}

ul { list-style-type: none;}

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:668px;
		height:204px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:38px;
		height:75px;
		position:absolute;
		left: 14px;
		top:63px;
		}	
	#nextBtn{ 
		left:644px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:38px;
		height:75px;
		background:url(prev.png) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(next.png) no-repeat 0 0;	
		}								
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* end menu */
