body {
	background-image: url(../images/bg11.jpg);
	text-align: center;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 80%;
}
* {
   padding:0;
   margin:0;
}
/* Mainwrapper is for the external entry page because it has a different background image */
#mainWrapper {
	
	text-align: left;

}
/* mainwrapper internal is for the internal index page so it has a graphic that goes all the way across the page - hence width 100% */
#mainWrapperInternal {
	width: 100%;
	text-align: center;
	background-image: url(../images/newbg_shorter.jpg);
	background-repeat: repeat-x;
}
/*main is the working block and the margin setting combined with center in the mainwrapper page is what centres the block*/
#main {
	text-align:left;
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px 5px 15px;
}
/*header1 is the header for the external site and logobar is where we have a jquery rotating image seq in the outer site*/

#header1 {
	height: 89px;
	vertical-align: baseline;
	background-image: url(../images/logonew.png);
	background-repeat: no-repeat;
	background-position: left 40px;
	margin: 0px;
	padding: 0px;
}

#logobar {
	margin: 0px;
	padding: 0px;

	
}
#logobarrhs {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 322px;
}
#logobarlhs {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 356px;
	height: 236px;
	overflow: hidden;

}
/*horizontal is the navigation bar area for the internal and external sites*/
#horizontal {
	height:22px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/*within the horizontal navigation area is a spry menu - menuhorizontal -both for the internal and external sites*/

/*Header div are headerinternal which wraps around headerrhs and dropform*/
#headerInternal {
	height: 60px;
	vertical-align: baseline;
	background-image: url(../images/logodoctor.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	margin: 0px;
	padding: 0px;
}
#headerrhs {
	height: 5px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
}
#headerrhs a{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#dropform {
	float: right;
	height: 15px;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	top: 80px;
	
}





.clearfloat {
	clear:both;
	height:0px;
}
.alertbox {
	padding: 10px;
	border: thin dashed #F00;
}
.thirdcolumn {
	float: left;
	width: 290px;
	margin: 10px;
}
.halfcolumn {
	float: left;
	width: 45%;
	margin: 10px;
}
.wholecolumn {
	float: left;
	width: 100%;
	background-color: #F8F8F8;
	display:block;
	
}
.tensize {
	font-size: 90%;
	
}
.smallsize {
	font-size: 80%;
	
}
.reviewed {
	
	font-weight: bold;
	color: #669;
	
}
.padded {

	padding-right: 10px;
	padding-left: 10px;	
}
.green {
	color: #066;

	font-weight: bold;
}
.greyed {
	color: #CCC;
	font-weight: bold;
}
.topic {
	color: #333;
	text-decoration: underline;
	background-color: #CCC;
}
.must {
	font-weight: bold;
	color: #F00;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;

}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.paperlook{
	margin: 15px;
	padding: 15px;
	border: 1px solid #eded;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0px 1px 10px 4px rgba(50, 50, 50, .8);
	box-shadow: 0px 1px 10px #333333;
	background-color: transparent;	
}
.practiceheading {
	font-size: 160%;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}
.superscript {  vertical-align:top; font-size: 80%; }

h1, h2, h3, h4, h5, h6, p, blockquote,
 label,  ol, dl, fieldset, address {
    margin-bottom: 0.5em;
}
img {
	border:none
}
ol {
	margin-left:25px;
	margin-bottom: 0.5em;
}
ul {
	margin-left:25px;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
li.new {
	margin-top:3px;
	list-style-position: outside;
	list-style-image: url(../images/arrow.gif);
}
li.dot {
	margin-top:3px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: disc;
	margin-left: 30px;
}
form {
	 margin-bottom: 0em;
}
h1 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
	line-height:24px;
}
h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
}
h3{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
	font-weight: bold;
}
h4{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 0.8em;
	font-weight: normal;
}
p ul li td table{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
blockquote {
	background-position: left top;
	font-style: italic;
	background-color: #DAECEC;
}

blockquote p{
	background-position: right bottom;
	display: block;
	padding-right: 25px;
	padding-left: 35px;
}
.clinicalhandoverbox{
	display: block;
	padding-right: 25px;
	padding-left: 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF9;
	margin-right: 20px;
	margin-left: 20px;
}
.find{
	font-size: 1.2em;
	color: #FFF;
	background-color: #333;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	display: block;
}
.img_l{
	position: relative;
	display: inline;
	float: left;
}
.img_r {
	position: relative;
	display: inline;
	float: right;
}
.photo_r {
	float: right;
	border: 1px outset #CCC;
	padding: 10px;
	margin: 15px;
}
.photo_l {
	float: left;
	border: 1px outset #CCC;
	padding: 10px;
	margin: 15px;
}
.photo_c{
	float: none;
	border: 1px outset #CCC;
	padding: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

HR {
	height:4px;
	width:500px;
	margin: 0px;
	background-color: #00847F;
	text-align: center;
   }
.full {
	height:4px;
	width:auto;
	margin: 0px;
	background-color: #00847F;
	text-align: center;
   }


/* SITE INDEX for rest of site*/



#maincontents {
	
	margin-top: 10px;
	width: 1000px;
	
	
}
#maincontentsInternal {
	width: 930px;
	margin: 15px;
	
}

#mainleft{
	float:left;
	width: 660px;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: 15px;
	padding-left: 15px;
	margin-right: 5px;
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #333;
}
#mainleftleftcolumn {
float:left;
width: 300px;	
}
#mainleftrightcolumn{
	float: left;
	width: 290px;
	margin-left: 30px;  
}
#wedo {

margin: 5px 0 0 0;
padding: 5px 0 0 0;
}

#wedo ul li {
	font-size: 1.3em;
	padding-bottom: 10px;
}

#mainright {
	float: right;
	padding: 0px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainleft1{
	float:left;
	width: 230px;
	padding-top: 5px;
	margin: 15px;
	text-align: center;
}
#mainthin{
	float:left;
	width: 245px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	
}
#mainright2 {
	float: right;
	width: 630px;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 10px;
}
#mainright1 {
	width: 735px;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
}
/*#mainright1 {
	
	width: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 250px;

}*/
#dashed {
	border: 1px solid #999;
	padding-left: 5px;
	padding-top: 5px;
}
/* new home page styles */
#nav_home {
	float:left;
	width: 245px;
	margin-top: 20px;
	padding-top: 20px;
	
}
ul.nav_home
{
	list-style-type: none;
	font-size: 1em;
	float:left;
	width: 195px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	text-align: left;
}
ul.nav_home li
{
	list-style-type: none;
	font-size: 12px;
	width: 180px;
	color: #000;
	height: 32px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #797979;
	background-image: url(/images/dot_green.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 10;
	padding-right: 10;
	padding-bottom: 0;
	padding-left: 12;	
}
ul.nav_home a
{
	color: #000;
	
	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.nav_home a:hover, ul.nav_home a:focus
{
	color: #099;
	background-image: url(/images/dot_greenlte.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

/*    */
ul.MenuSop
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	text-align: left;
	width: 98%;
	background-color: #CCC;
	margin: 0px;
}
ul.MenuSop li
{
	list-style-type: none;
	font-size: 100%;
	color: #000;
	float: left;
	padding: 8px;
}
ul.MenuSop a
{
	/* if you dont have block as display then you only get text changing */
	display: block;
	color: #000;
	text-decoration: none;
	border-radius: 4px;
	background-color: #FFF;
	padding: 8px;
	border: 1px solid #999;
}

ul.MenuSop a:hover, ul.MenuHorizontal a:focus
{
	
	background-color: #999;
	color: #fff;
}
/*------*/
#contents_home {
	float:left;
	width: 715px;
	margin-top: 20px;
	padding-top: 20px;
	height: 205px;
	padding-right: 20px;
}
#lower_home {
	padding: 0;
	display: block;
	margin: 0 auto;
	background-color: #FF0;
}
#lowerbox1_home {
	width: 210px;
	float:left;
	font-size: 90%;
	margin-top: 0;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 10;
	padding-right: 5px;
}

.nav_sop  {
	font-size: 14px;
	text-align: center;
	background-image: url(/images/home_boxheader.png);
	width: 210px;
	height: 35px;
	padding-top: 8px;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}


/* end of new home page */
#footer {
	padding: 0px;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 80%;
	
}
/* this creates the tick boxed */
#aseptic ol ol li {
	list-style-position: outside;
	list-style-image: url(/images/square15.gif);
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	padding-left: 5px;
	line-height: 14px;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
}
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	float: right;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 160px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 180px;
	position: absolute;
	left: -1000em;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 180px;
	border: 1px solid #FFF;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #FFF;
	
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #186575;
	color: #FCF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #186575;
	color: #FCF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	f\loat: left;
	background-color: #186575;
	}
}
@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 180px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 180px;
	font-size: 90%;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 180px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 180px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{

}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
	border: 1px solid #666;
}
/* Menu items that have mouse over or focus have a blue background and white text */
  ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #000;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #666;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
/* coda slider2 */
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */
	.panel h2.title { margin-bottom: 10px; display:none }
	noscript div { background: #ccc; border: 1px solid #900; margin: 20px 0; padding: 15px }

/* Most common stuff you'll need to change */

	.coda-slider-wrapper { padding: 20px 0 }
	.coda-slider { background: #ebebeb }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width: 320px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width: 320px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background: #39c }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding: 20px }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

/* Don't change anything below here unless you know what you're doing */

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden }
	.coda-nav ul li { display: inline }
	.coda-nav ul li a { background: #000; color: #fff; display: block; float: left; margin-right: 1px; padding: 3px 6px; text-decoration: none }
	
	/* Miscellaneous */
	.coda-slider-wrapper { clear: both; overflow: auto }
	.coda-slider { float: left; overflow: hidden; position: relative }
	.coda-slider .panel { display: block; float: left }
	.coda-slider .panel-container { position: relative }
	.coda-nav-left, .coda-nav-right { float: left }
	.coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
	/* end of coda slider */
	.buttonstyle {
	
	color: #FFF;
	text-decoration: none;
	
	-webkit-border-radius: 10px;
	background-color:#333;

	border: 2px solid #000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

ul.MenuHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	
	font-size: 1em;
	float:left;
	

	
}
ul.MenuHorizontal li
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	width: 150px;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	background-color: #00847F;
	border: 1px solid #000;
	color: #FFF;
	float:left;
}
ul.MenuHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #00847F;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	width: 150px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuHorizontal a:hover, ul.MenuHorizontal a:focus
{
	background-color: #999;
	color: #000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
table.stafflist  {
	text-align: center;
	border: 1px solid #000;
}
table.stafflist th {
	background-color:#00847F;
	color:#FFF;
	font-weight: bold;
	text-align: center;	
}
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:686px;
	height:195px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:20px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:right;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
	float:left;
	height:20px;
	line-height:20px;
	border:1px solid #ccc;
	color:#999;
	padding:0 10px;
	text-decoration:none;
	background-color: #999;
		}
	ol#controls li.current a{
	color:#000;
	background-color:#98CCCC;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
