/* <!-- */
	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#737792;
	/*	min-width:600px;    	 Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	}
	
	#main { /* Holds the page items in place */
	width: 940px;
	margin: 10px auto 0 auto;
	background: #ede9dc;
	}

	a {
		color: #0000ff; /*#369;*/
		text-decoration:none;
	}
/*	p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	margin-left: 8px;
	margin-right: 8px;
	} */
	a:hover {
		color:#891C55;
	/*	background: #369; */
		text-decoration:underline;
	}
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	/* img {
		margin:5px 0 5px 5px;
	} */
	/* Header styles 
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	} */
	/* 'widths' sub menu */

	#banner {
	height: 190px;
	padding: 10px 15px 20px 15px; 
	text-align: left;
	background: #666;  
        background: transparent url(blankHeaderColor.jpg) top left no-repeat; 
	font-weight: bold;
	border: 1px solid #000;
	/*
	put a nice background in here
	background: transparent url('my-image.jpg') top left no-repeat;
	*/
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:170px;} /* ie6 misbehaves again */
#banner h1	{font-size: 2em; margin-top:-1px; padding-top:1px;} /* 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;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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:1px solid #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;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}
#nav {
	height: 1.18em;
	background: #636479;
	border-top: 0;
	border-bottom: 1px solid #000;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	text-transform: uppercase;
	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: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #737792; padding: 5px 10px; padding-bottom: 4px; border-left: 1px solid #636479; border-right: 1px solid #636479; color: #eeeeee; text-decoration: none; font-weight: bold; line-height: 0.8em;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #dfd7d9; border-color: #fff; color: #000;}
#nav li a:active, #nav ul li a.active {background: #dfd7d9; border-color: #fff; color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #5a072a; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-parent a 		{background: #5a072a; color: #fff; border-bottom: 1px solid #000;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #000; border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #737792; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #dfd7d9; border: 0; color:#000;}

/* 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: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

			#subnav { margin:0; padding:0; }
			#subnav ul { padding:0; margin:0 0 15px 0; background:url(bg_subnav_sep.gif) repeat-x bottom left;}
			#subnav li ul { padding:0; margin:0; background:url(bg_subnav_sep.gif) repeat-x bottom left; text-decoration: none;}
			
			#subnav li { padding:0; margin:0; line-height:0; background:none; }
			#subnav li a { color:#000; padding:7px 7px 9px 7px; height:12px; line-height:12px; display:block; background:url(bg_subnav_sep.gif) repeat-x bottom left; width:186px; font-weight:bold; }
			#subnav li ul a { padding:7px 7px 9px 7px; width:186px; font-weight:normal; }
			#subnav li ul a {padding-left:18px; }
			
			#subnav li a:hover, #subnav li.menu-current ul li a:hover { background-color:#737792; color: #fff; text-decoration: none;}
			#subnav li.menu-current ul li a { background-color:#bfc2d2; color: #000; text-decoration: none;}
			#subnav li.menu-current a, #subnav li.menu-current a:hover { background-color:#636479; color: #fff; text-decoration: none;}
/* end sub-menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Search Box in banner */
#dirlink {
	color: #ff0000;
        float: left;
        margin-left: 590px;
        margin-top: 2px;
}
#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: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
/* End Search Box Styling */
#holder { /* right side content block content from the WYSIWYG goes in here */
        float: right;
        width: 240px;
	margin-left: 1px; 
        background: #ede9dc;
	color:#000;
/*	border:5px solid #000000; */
	margin-right: 1px; 
	padding-top: 0px;
	padding-bottom: 10px; 
	text-align: left;
}
#rightside { /* right side content block content from the WYSIWYG goes in here */
        float: right;
        width: 200px;
	margin-left: 10px; 
        background: #DFD7D9; /* #c3b89a; edeef0 */
	color: #000;
	margin-top: 10px;  
	margin-right: 10px; 
	padding: 2px 10px 10px 10px; 
	text-align: left;
/*	clear: left; */
}

#gallery {
	width: 940px;
	margin-top: 7px;
	margin-left: 0px;
}
#homevideo {
	float: right;
        clear: right;
        marging-top: 80px;
        margin-right: 10px;
}
.line_a {
	background: #e7e2d5;
}
.line_b {
	background: #f3f0e3;
}

	#layoutdims {
		clear:both;
	/*	background:#eee; */
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}

	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;	 /* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#ede9dc;		/* right column background colour */
	}
	.leftmenu .colleft {
		right:80%;			/* right column width */
		background:#bfc2d2;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:75%;			/* right column content width */
		left:103%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:17%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:930px;
		border-top:1px solid #000;
	}
	#footer	{ 
	font-size: 0.6em;
	text-transform:uppercase;
	letter-spacing:2px;
	color: #fff;
	text-align: center;
	border-top: 2px solid #555;
	background: #636479;
	padding: 4px 5px 4px 5px;
	font-family:Arial, Helvetica, sans-serif;

/*		font-family:"Times New Roman", Times, serif;
		font-size: 90%;
		color: #fff;
		text-align: center;
		border-top: 2px solid #555;
		padding: 4px 5px 4px 5px;
		background: #636479;  */
	}

/* ToolTip CSS */

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
.thinborder { border:#666666; border-style:solid; border-width:1px; cursor: pointer; }
#dhtmltooltip{
position: absolute;
width: 250px;
border: 2px solid black;
padding: 2px;
background: lightyellow;
visibility: hidden;
z-index: 200;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */
/* --> */

