body { 
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #646464;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align:center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #646464;
	text-decoration: none;
}
a:hover {
	color: #600;
	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: #646464;font-weight:normal; font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;}
h1  	{font-size:2.0em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #646464;
	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: 90%;
	max-width:900px;
	margin: 0px auto;
	text-align: left;
	padding: 0;
	background: #fff;
}
#extras1, #extras2 {  /* objects outside main page (powered by etc) */
	width:100% ;
	margin: 0 auto;
	padding:0;
}
#extras1, #extras2, #extras1 table {
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #5b5b5b;
}
#extras1 {
		background-color:#e5e5e5;
}
#extras2 {
		background-color:#CCC;
}
#banner {
	/*padding: 10px 20px 20px 20px;*/
	text-align: left;
	background: #FFF;
	font-weight: bold;
	border: 0px 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:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: right;
	width: 200px;
	margin-top:0px;
	margin-bottom:10px;
	clear: right;
}
#content { /* main content from the WYSIWYG goes in here */
	margin-right: 200px;
	margin-top:0px;
	padding: 4px 10px 14px 10px;
	text-align: left;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 680px;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	
}
#dnn_footer	{font-style:oblique;}  /*Pulls information from PAGE_FOOTER */
#site_map, #quick_links 	{text-align: left; width: 90%; max-width:900px; margin: auto; padding:2px;}
#site_map a, #quick_links a {color:#ddd; text-decoration:none;}
#site_map a:hover, #quick_links a:hover {color:#fff;}
#site_map ul {font-weight:bold;}
#site_map ul li {font-weight:normal; list-style:none;}
#site_map ul li a, #site_map a {color:#595959;}
#site_map table {width:100%; text-align:left;}
#site_map td {width:20%;}
#quick_links {font-weight:bold;}
#extras1_content {text-align:right; font-weight:bold; width: 90%; max-width:900px; margin: auto; padding:2px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
	/*background:url(images/search_BGD2.jpg) no-repeat;*/
	/*background-color: #81bfd6;*/
	height: 29px;
	padding: 5px 0px 5px 5px;
}
#search_table {
     background:url(images/search_BGD3.jpg) no-repeat;
     text-align:right;
     width:270px;
}
#login_table {
    background:url(images/login_BGD1.jpg) no-repeat;
    text-align:center;
    height:29px;
    width:80px;
}
#search_box {
	float: right;
	clear: right;
	width: 350px;
}
#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;
}

/*
===================================
Menu Based off the StLukes site
===================================
*/
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
	/*background-color: #55aac7;  added */
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:35px; /* was 16 */
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #fff; /* was black */
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; 
	font-size: 0.9em; /* was 9pt */ 
	font-weight: normal; /* was bold */ 
	font-style: normal; 
	text-transform: lowercase; /* added */
	border-left: white 0px solid; 
	border-bottom: white 0px solid; /* was 1px */ 
	border-top: white 0px solid;  /* was 1px */
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color:#112028; /*was #EEEEEE */ 
	border-left: #182e39 1px solid;  /*was #EEEEEE */
	border-bottom: #182e39 1px solid;  /*was #EEEEEE */
	border-top: #182e39 1px solid;  /*was #EEEEEE */
	text-align: center; 
	width: 15; 
	height: 35; /*was 21 */
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #112028; /* was #FFFFFF */ 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 0px solid; /* was 1px */ 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid; /* was 1px */  
	border-right: #EEEEEE 0px solid; 
	background-color: #182e39;  /*was #EEEEEE */
	height: 0px; /* was 1px */
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: #fff; /* was black */ 
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; 
	text-transform:lowercase; /* added */
	font-size: 0.9em; /* was 9pt */ 
	font-weight: normal; /* was bold */ 
	font-style: normal;
    height:35px; /* added */
	background-color: #182e39; /* was #C1D2EE */
	text-decoration:none; /* added */
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Menu-Styles */
/* Module Title Menu */

/*
___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	background-color: #55aac7; /* was #ffffff */ 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:35px; /* was 16 */
	background-color: #55aac7; /* added */
}
.MainMenu_MenuItem {
	border-left: #1E61AF 0px solid; 
	border-bottom: #ffffff 0px solid; /* was 1px */ 
	border-top: #ffffff 0px solid; /* was 1px */
	border-right: #1E61AF 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #fff; /* was #110076 */ 
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; /* was Tahoma, Arial, Helvetica */
	text-transform:lowercase; /* added */
	font-size: 0.9em; /* was 11px */ 
	font-weight: normal; /* was bold */ 
	font-style: normal; 
	background-color: Transparent;
	height: 35px; /* was 20px */
}

.MainMenu_MenuIcon {
	background-color: #112028; 
	border-left: #ffffff 0px solid; /* was 1px */
	border-bottom: #ffffff 0px solid; /* was 1px */
	border-top: #ffffff 0px solid; /* was 1px */
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0; /* was 15 */ 
	height: 35; /* was 20 */
}
.MainMenu_SubMenu {
	background-color: #112028; /* was #ffffff */ 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #110076 0px solid; /* was 1px */
	border-left: #110076 0px solid; /* was 1px */
	border-top: #110076 0px solid; /* was 1px */
	border-right: #110076 0px solid; /* was 1px */
}
.MainMenu_MenuBreak {
	background-color: #182e39; 
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
}
.MainMenu_MenuItemSel {
	background-color: #182e39; /* was #7A6BD2 */ 
	cursor: pointer; 
	cursor: hand; 
	color: #fff; /* was white */ 
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif; /* was Tahoma, Arial, Helvetica */
	text-transform:lowercase; /* added */
	font-size:0.9em; /* was 11px */ 
	font-weight: normal; /* was bold */ 
	/*text-decoration:underline;  added */
	font-style: normal;
	height:35; /* added */
}
.MainMenu_MenuArrow {
	border-right: #ffffff 0px solid; /* was 1px */ 
	border-bottom: #ffffff 0px solid; /* was 1px */
	border-top: #1E61AF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*___________________________________________________________________________________________*/
/*
================================================
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {display:block;clear:both;border-right:0px 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: 10px; height:35px; padding-left:0px; /*background:#55aac7;*/}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height:35px;
	/*height: 1.68em;*/
	background: #55aac7;
	border-top: 0;
	border-bottom: 0px solid #000;
	padding:0;
	/*background-image:url(images/menu_BGD.jpg);*/
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 5px; 
	font-size: 100%; 
	/*text-transform: lowercase;*/
	width: auto;
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	/*
	(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: #55aac7; padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; border-right: 0px solid #000; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #182e39; border-color: #fff; color: #fff;}
#nav li a:active, #nav ul li a.active {background: #55aac7; border-color: #fff; color: #fff; font-weight:bold;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #000; 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: 0px 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;}
/* ORIGINAL LINE #nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #182e39; color: #fff; border: 0;} */
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #182e39; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #4b4c4d; background: #666; border: 0; color:#fff;}

/* 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: 12em; padding: .6em .1em .6em .4em; background: #182e39; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the sideBoxes */
#sideBox { background: #f3f2ee; text-align: left; padding-left: 4px; padding-right:4px;	line-height: 140%; margin: 4px 0 0.3em 0px; border: 0px solid #ddd;}
#sideBox fieldset {border:0;text-align:center;}
#sideBox legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Arial Rounded MT Bold", Arial, Helvetica, sans-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;}


