.frm-nixhier { display :none; }

body { 
font-family: 'Duru Sans', sans-serif;	font-size: 12px;
	color: #465355;

}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
p, ul, li { 
font-family: 'Duru Sans', sans-serif;font-size: 14px;
line-height: 160%;
}


a:link, a:visited, a:active {
	color: #3668c1;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #3668c1;
	border: 0;
	border-top: 1px solid #3668c1;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {font-weight:bolder; font-family: 'Duru Sans', sans-serif;margin: 0; padding:0; border:0}
h1  	{font-size:1.6em; color: #3668c1;}
h2  	{font-size:1.4em; color: #6B91D6;}
h3  	{font-size:1.2em; color: #AB2014;}

span#contact { color:#fff; padding:}
span#contact2 {color: #fff; font-size: 30px;}

/* del Media Blog */
.selected_group_title { font-weight:bold; color: #1f1715;}

form {margin: 0;}

blockquote 	{
font-family: 'Duru Sans', sans-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 */
	margin: 20px auto 0 auto;
	padding: 0;
}
#extras {  /* objects outside main page (powered by etc) */
	width:750px ;
	margin: 0 auto;
	padding-bottom:10px;
font-family: 'Duru Sans', sans-serif;	font-size: 80%;
	color: #666;
	padding:0;
	color:#eee;
}
#banner {
	padding: 10px 20px 20px 20px;
	text-align: left;
	background: #666;
	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: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: 'Duru Sans', 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: 200px;
	margin-top:20px;
	padding: 4px 10px 14px 10px;
	text-align: justify;
	clear: right;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

p.footer, .footer a{ 
	font-family:Arial;
	font-size: 100%;
	color: #fff;
	padding: 10px 5px 10px 5px;
	clear: both;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; 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: 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;padding-right: 60px; float:right}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* Header menu */	 
#header_menu {position: absolute; background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 2em;
	border-top: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul { }
#nav ul li {margin:0; float: left; color: #fff; text-align: center; font-weight: lighter; padding-left: 2px; padding-right: 2px; }
#nav ul li a {display: block;  padding: 12px 18px; color: #666; text-decoration: none; border: 0}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {border-color: #2525FF; color: #000;}
#nav ul li a.active {border-color: #2525FF; color: #fff;}

/* Current page Customisations*/
#nav .menu-current {border-bottom:1px dotted #04405D;}
#nav .menu-current a {color: #000;}

/* 2nd Child menu */
#nav .menu li ul {background: #065982; border: 1px solid #04405D; position: absolute; width: 15em; display: none; -moz-border-radius: 7px; border-radius: 7px;}
#nav .menu li ul li { float: left; width: 15em; text-align: left; line-height: 1.8em;}
#nav .menu li ul a {width: 15em; padding: .4em 1.4em .6em .8em;  color: #fff}

#nav .menu li ul li a { border-bottom: 1px dotted #04405D}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #A4A615}
#nav .menu li ul li.menu-current a{ color:#09c;}
/* 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;}

#nav .menu li ul li.menu-current {border:0}
#nav .menu li ul li.menu-current a {color: #32D6E2}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #E73728; color: #fff; }

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

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

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



/* Style del slider*/
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(/images/loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;    bottom: 45px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;

}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#dev7link {
	position:absolute;
	top:0;
	left:50px;
	background:url(images/dev7logo.png) no-repeat;
	width:371px;
	height:305px;
	border:0;
	display:block;
	text-indent:-9999px;
}

.theme-default #slider {
    margin:5px auto 0 auto;
    width:930px; /* Make sure your images are the same size */
    height:330px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

.menu {
	vertical-align: top;
	width: 240px;
	padding: 0;

}

.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
    padding-left: 4px

}

.menu ul {
	border-bottom: 0;
}

.menu ul ul {

	padding-left: 4px;

}

a.menu_current {
font-weight: bold;
}

.menu a:link, .menu a:visited, .menu a:active {
    font-size: 12px;
	padding: 2px 10px 2px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #D1D61D; 

}

.menu a:hover {
	color:#fff;
	text-decoration: none;

}

.menu-current {

	font-weight: bold;
	color: #fff896;

}