



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1200 ? "1200px" : "96%");  
  max-width: 1200px;
  margin: 0 auto;
}

#content[id],
#width[id] {
  width: 96%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 200px;
    background: #ccc url(../images/bg/header_bg.png) repeat-x 0 0;
  color: #EEE;
	
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 5px;
  padding: 5px;
  text-align: right;
}

#header h1 {
  margin: 0;
  padding: 0;
  letter-spacing: -2px;
  text-transform: lowercase;
  color: #FFF;
	font: 700 3.2em "trebuchet ms", serif;
}

#header h2 {
  position: absolute;
  top: 55px;
  left: 5px;

  margin: 0;
  padding: 0;

  font: 700 1.2em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #fff;
	text-decoration: none;
}


/* Sets where the header images will go */

#pageHeaderpic1  {
	position: absolute;
	top: 55px;
	left: 260px;
	width: 200px;
	height: 133px;
	overflow: hidden;
}

#pageHeaderpic2  {
	position: absolute;
	top: 26px;
	left: 450px;
	width: 200px;
	height: 133px;
	overflow: hidden;
}
#pageHeaderpic3  {
	position: absolute;
	top: 55px;
	left: 640px;
	width: 200px;
	height: 133px;
	overflow: hidden;
}

#pageHeaderpic4  {
	position: absolute;
	top: 26px;
	left: 830px;
	width: 200px;
	height: 133px;
	overflow: hidden;
}

#pageHeaderlogo img{
	position: absolute;
	top: 90px;
	left: 38px;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  float: left;
  width: 100%;
  clear: both;
	padding-bottom: 3em;
	background-color: #fff;
}



/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  background: #a5de94 left;
	margin-top: 3.0em;

}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 24.7%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}



/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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;
}


/* 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: 2.3em;
	padding:0;
}

#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	text-transform: lowercase;
	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; 
	color: blue; 
	text-align: center;
	
}
	
#nav ul li a {
	display: block; 
	padding: 5px 10px; 
	padding-bottom: 4px; 
	border-bottom: 4px solid #000;
	border-color: silver;
	color: blue; 
	font: 400 1.4em "trebuchet ms", serif;
	text-decoration: none;
	z-index: 11;

}

/* Root Level Link Formatting */

#nav ul li a:hover, #nav li a:focus {
	background: white; 
	color: green;
	z-index: 11;
	margin-bottom: -3px;
	padding: 5px 10px 3px;
	border: medium inset silver;
	margin-right: -6px;
}
	
#nav li a:active, #nav ul li a.active {
	background: white;  
	color: blue;
	z-index: 11;
		
}

/* Current page Customisations*/
#nav li.menu-current a		{
	background: transparent; 
	border-bottom: 4px solid #000;	
	border-color: green;	
	z-index: 81;
	color: green;
}

/* 2nd Child menu */
#nav .menu li ul {
	position: absolute; 
	width: 8em; 
	margin: 0; 
	display: none; 
	text-transform: lowercase; 
	font-size: 100%;
	z-index: 40;

}
#nav .menu li ul li {
	width: 12em; 
	text-align: left; 
	padding: .3em .1em .3em .4em; 
	font-weight: normal; 
	margin: 0; 
	padding: 0; 
	line-height: 1.1em;
	z-index: 40;
	color: blue;
}


#nav .menu li ul a {
	width: 8em; 
	padding: .3em .1em .3em .4em; 
	background: #eee; 

	border: 1px outset silver;
	z-index: 50;

}

/* 2nd Child link hover */
#nav .menu li ul a:hover {
	color: green; 
	background: white;
	border: 1px inset silver;
	z-index: 60;
	margin-top: 1px;
	margin-bottom: 1px;
}

/* 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: 8em; 
	 background: #eee; 
	 color: blue;
	z-index: 700;
	padding: .3em .1em .3em .4em;
}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
	z-index: 600;
}

/* end menu */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
	position: absolute;
	top: 163px;
	left: 15px;
}
#search_box {
	float: right;
	clear: right;
	width: 230px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 130px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 2px inset silver;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 95%;
	vertical-align: middle;
	padding: 0 0 2px;
	border: 2px outset silver;
}




