body { 
	font-family: Lucida Sans Unicode, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	/*background: transparent url('images/heart.jpg') top left repeat;*/ /*Valentine's Day*/
	/*background: transparent url('images/shamrock.jpg') top left repeat; /*St. Patrick's Day*/	
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:"Lucida Sans Unicode"/*"Times New Roman"*/, Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;	
}

#block2 {
	float: left;
	width: 440px;
}

#block3 {
	float: right;
	width: 440px;
}

#block4 {
	display: inline-block;
	width: 900px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;
}

#block5 {
	float: left;
	width: 440px;
}

#block6 {
	float: right;
	width: 440px;
}
/*
#block4 {
	display: inline-block;
	float: left;
	width: 200px;
	margin-left: -60px;
	margin-top: -30px;
	background: #666;
}

#block5 {
	display: inline-block;
	background: #009;
	width: auto;
}
*/

#extras {  /* objects outside main page (powered by etc) */
	width:900px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-family:Tahoma, "Lucida Sans", sans-serif;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	height: 190px;
	padding: 10px 0 0 0;
	text-align: left;
	background: #666;
	font-weight: bold;

	/*
	put a nice background in here*/
	background: transparent url('images/banner.jpg') top left no-repeat;/*Usual Banner*/
        /*background: transparent url('images/banner-christmas.jpg') top left no-repeat;/*Christmas*/	
	/*background: transparent url('images/banner-stpats.jpg') top left no-repeat;/*St- Pats Day*/
}
#banner a, #banner h1, #banner h2	{color: #000; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
#content { /* main content from the WYSIWYG goes in here */
	/*margin-left: 150px;*/
	margin-top:-30px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;;	
}
* html #contentContainer #content {text-align:left; z-index:2} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	height: 30px;
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	color: #000;
	clear: both;
	background: transparent url('images/footer.png') top left no-repeat;/*#FFFF00;#1ba549;*/
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right; color: #000;}
#powered_by a, #coding a {color:#000; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#000; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 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: 60px;
	height: 25px;
	font-size: 110%;
	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: 300; 
	display:block; 
	clear:both; 
	margin-left:2px;
	z-index: -1;
}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* Admin menu */	 


#nav {
	display: inline-block;
	height: 104px/*1.68em*/;
	width: 290px;
	background: #fff;
	border-top: 0;

}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 250%;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li { height:104px; width:298px; background: url('./images/button1.jpg') no-repeat; float: left; color: #fff; text-align: center; }
#nav ul li a {display: block; padding: 60px 10px; padding-bottom: 4px; color: #fff;Visibility: Hidden}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus { color: #fff;}
#nav li a:active, #nav ul li a.active {color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{ color: #fff;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {top:105px;  position: absolute; margin-top: -1px; display: none; text-transform: none;  font-size: 80%;}
#nav .menu li ul li {background: #000;font-size:80%; height:35px; width: 205px; text-align: left; font-weight: normal; padding: 0; }
#nav .menu li ul a {font-size:80%;height:20px;  width: 205px; padding: .6em .1em .6em .4em;  color: #fff; visibility:visible;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d;  border: 0; color:#000;background:#EAFEEA; width:200px; height:19px;  }

/* 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; border:0;}

/*3rd menu hover*/
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none; margin-top:-101px; height: 36px;}
#nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block; margin-left: 0px;}
#nav .menu li:hover ul { background:#EAFEEA; height:40px; width:200px; margin-left: 45px;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{width: 150px; font-size:100%; color: #fff;  border-left: 1px solid #fff;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}


/* Industry menu */	 


#nav1 {
	display: inline-block;
	height: 104px/*1.68em*/;
	width: 290px;
	background: #fff;
	border-top: 0;
	padding-left: 5px;
}
#nav1 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 250%;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav1 ul li { height:104px; width:298px; background: url('./images/button2.jpg') no-repeat; float: left; color: #fff; text-align: center;}
#nav1 ul li a {display: block; padding: 60px 10px; padding-bottom: 4px; color: #fff;Visibility: Hidden}

/* Root Level Link Formatting */
#nav1 ul li a:hover, #nav1 li a:focus { color: #fff;}
#nav1 li a:active, #nav1 ul li a.active {color: #fff;}

/* Current page Customisations*/
#nav1 li.menu-current a		{ color: #fff;}
#nav1 li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav1 .menu li ul {top:105px;  position: absolute; margin: -1px; display: none; text-transform: none;  font-size: 80%;}
#nav1 .menu li ul li {background: #000;font-size:80%; height:35px; width: 205px; text-align: left; font-weight: normal; margin-left: 45px; padding: 0; }
#nav1 .menu li ul a {font-size:80%;height:20px;  width: 205px; padding: .6em .1em .6em .4em;  color: #fff; visibility:visible;}

/* 2nd Child link hover */
#nav1 .menu li ul a:hover {color: #4b4c4d;  border: 0; color:#000;background:#EAFEEA; width:200px; height:19px; }

/* Show and hide */
#nav1 .menu li:hover ul, #nav1 .menu li a:focus ul, #nav1 .menu li.subMenu ul {display: block;}
#nav1 .menu li ul ul {display: none; border:0;}

/*3rd menu hover*/
#nav1 .menu li:hover ul ul, #nav1 .menu li.subMenu ul ul {display: none; margin-top:-100px; height: 36px;}
#nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block; margin-left: 0px;}
#nav .menu li:hover ul { background:#EAFEEA; height:40px; width:200px; margin-left: 45px;}


/* 3rd Child Menu Appreances */
#nav1 .menu li ul li ul li a 	{width: 205px; font-size:100%; color: #fff;  border-left: 1px solid #fff;}

/* Positioning the Pop-out Drops */
#nav1 li {position: relative;}

#nav1 ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}





/* water cooler menu */	 


#nav2 {
	display: inline-block;
	height: 104px/*1.68em*/;
	width: 290px;
	background: #fff;
	border-top: 0;
	padding-left: 5px;
}
#nav2 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 250%;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav2 ul li {height:104px; width:298px; background: url('./images/button3.jpg') no-repeat; float: left; color: #fff; text-align: center;}
#nav2 ul li a {display: block; padding: 60px 10px; padding-bottom: 4px; color: #fff; Visibility: Hidden}

/* Root Level Link Formatting */
#nav2 ul li a:hover, #nav2 li a:focus { color: #fff;}
#nav2 li a:active, #nav2 ul li a.active {color: #fff;}

/* Current page Customisations*/
#nav2 li.menu-current a		{ color: #fff;}
#nav2 li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav2 .menu li ul {top:105px;  position: absolute; margin: -1px; display: none; text-transform: none;  font-size: 80%;}
#nav2 .menu li ul li {background: #000;font-size:80%; height:35px; width: 205px; text-align: left; font-weight: normal; margin-left: 50px; padding: 0; }
#nav2 .menu li ul a {font-size:80%;height:20px;  width: 205px; padding: .6em .1em .6em .4em;  color: #fff; visibility:visible;}

/* 2nd Child link hover */
#nav2 .menu li ul a:hover {color: #4b4c4d;  border: 0; color:#000;background:#EAFEEA; width:200px; height:19px; }

/* Show and hide */
#nav2 .menu li:hover ul, #nav2 .menu li a:focus ul, #nav2 .menu li.subMenu ul {display: block;}
#nav2 .menu li ul ul {display: none; border:0;}

/*3rd menu hover*/
#nav2 .menu li:hover ul ul, #nav2 .menu li.subMenu ul ul {display: none; margin-top:-100px; height: 36px;}
#nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block; margin-left: 0px;}
#nav .menu li:hover ul { background:#EAFEEA; height:40px; width:200px; margin-left: 45px;}


/* 3rd Child Menu Appreances */
#nav2 .menu li ul li ul li a 	{width: 205px; font-size:100%; color: #fff;  border-left: 1px solid #fff;}

/* Positioning the Pop-out Drops */
#nav2 li {position: relative;}

#nav2 ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
/*#login-box {margin-left: 100px; text-align: center; width: 120px; line-height: 120%; margin-top: 19px;}*/
#login-box fieldset {border:0;text-align:center; }
#login-box legend		{
	font-size: 70%;
	font-family:"Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em; color:#000; visibility:visible;}

#login-box input {
	font-size: 10px;
	width: 90px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  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 */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
