<!--

/***********SITE COLOURS*******************
 	
Dark Red: 		#961B1E
Dark Blue:		#08173C
Middle Blue:	#066E98
Light Blue:		#71CAE7
Dark Red: 		#961B1E
Green:			#A1C93A
*/

/***********HTML TAGS****************/
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

p {
	font-size:1em;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align:justify;
}

table {
	font-size:1em;
}

ul, ol, dl {
	padding: 0;
	margin:0px;
	list-style-image:url(../images/bullet.jpg);
}

ol {
	padding: 0;
	margin:0px;
	list-style:decimal;
}

h1, h2, h3, h4, h5, h6 {
	color: #08173C;
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1 {
	font-size:22px;
}

h1 {
	font-size:18px;
}

blockquote {
	color:#961B1E;
	font-size:0.9em;
	font-style:italic;
	padding: 10px 20px;
}

/* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
a img { 
	border: none;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#08173C;
	text-decoration: none;
	font-style:normal;
}

a:visited {
	color: #08173C;
	text-decoration: none;
	font-style:normal;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #961B1E;
}


/***********MISCELLANEOUS CLASSES****************/

.fltrt {
	float: right;
	margin-left: 20px;
	margin-right:20px;
}
.fltlft { 
	float: left;
	margin-left: 20px;
	margin-right:20px;
}
.clearFloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.indent { 
	margin-left: 20px;
}

.logo {
	margin-left:20px;
	float:left;
	width:300px;
}

.names {
	font-size:18px;
	padding-right:40px;
	padding-top:10px;
	color:#961B1E;
	width:auto;
	height:30px;
	float:right;
	font-style:italic;
	text-align:left;
}

.sub_names {
	font-size:14px;
	color:#42413C;
	width:auto;
	height:20px;
	font-style:italic;
	text-align:left;
	
}

.red {
	color:#961B1E;
	font-style:italic;
}

.days {
	width:140px;
	text-align:left;
	display:inline-block;
}
.hours {
	width:200px;
	text-align:left;
	display:inline-block;
}

.form {
	font-size:12px; margin-top:10px; display:block;
}

.white {
	color:#fff; 
	font-size:14px; 
	line-height:30px;
	font-weight:bold;
}

.white a {
	color:#fff; 
	font-size:14px;
	text-decoration:none;	
}

.white a:hover, .white a:active, .white a:focus {
	color:#A1C93A; 
	text-decoration:underline;	
}

/*************PAGE CONTAINER*****************/

.container {
	width: 1000px;
	background: #FFF;
	margin: 10px auto;
	border:1px solid #08173C;
}

.video {
	border:2px solid #961B1E;
	margin:20px 50px;
}


/*************HEADER*****************/

.header {
	height:140px;
	padding:20px 0px;
}

/*************NAVIGATION BAR*****************/

.nav {
	height:40px;
}
/*See bottom for specific nav css relating to jquery drop down menus*/

/*************CONTENT*****************/

.content {
	border-right:0px solid #08173C;
	padding: 10px 0;
	width: 696px;
	float: right;
	/*min-height:700px;*/
}

.content a {
	font-weight:bold;
}

.content_col1 {
	padding: 0;
	width: 346px;
	float: left;
	text-align:center;
}
.content_col2 {
	padding: 0;
	width: 346px;
	float: right;
	text-align:center;
}

.content ul, .content ol { 
	padding: 0 15px 15px 50px;
}

.content h1 {
	line-height:60px;
	display:block;
	background: url(../images/underline.jpg) bottom left no-repeat;	
}

.content h2 {
	line-height:30px;
	display:block;
}


/*************SIDEBAR*****************/
.sidebar1 {
	float: right;
	width: 280px;
	padding: 10px 10px;
}


.sidebar1 h1 {
	line-height:60px;
	display:block;
	background: url(../images/underlineShort.jpg) bottom left no-repeat;	
}

/*************FOOTER*****************/

.footer {
	padding: 10px 0;
	background: #A1C93A;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	border-top:1px solid #08173C;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	width:998px;
	text-align:center;
}

.footer ul { 
clear: left;
float:left;
position:relative;
left:50%;
list-style:none;
}

.footer ul li{ 
display:block;
float:left;
list-style:none;
margin:0;
padding:0;
position:relative;
right:50%;
line-height:24px;
}

.footer ul li a{
	font-size:12px;
	color:#08173C;
	padding-right: 20px;
	text-decoration:none;
	font-weight:bold;
}

.footer ul li a:hover, #footer ul li a:focus{
	color:#961B1E;
}

.smyl {
text-align:center; 
float:left; 
width:998px; 
background-color:#066E98; 
border-left:1px solid #fff;	
border-right:1px solid #fff;	
border-bottom:1px solid #fff;	
}

/***** FORMS ********/

form {
margin:10px 20px 10px 20px;
color:#08173C;
position:relative;
}

input {
color:#08173C;
border:1px solid #08173C;
background:#FFFFFF;
width:150px;
margin:0px 0px 10px 0px;
}

.submit input
{
color: #F5E9C6;
background: #08173C;
border: 1px outset #F5E9C6;
width:80px;
margin:10px 20px 10px 0px;
}

.submit input:hover, .submit input:focus
{
color: #08173C;
background: #F5E9C6;
border: 2px outset #08173C;
}

input:focus
{
background: #F5E9C6;
outline:1px solid #08173C;
}


textarea {
color:#08173C;
border:1px solid #08173C;
background:#FFFFFF;
width:500px;
height:200px;
margin-bottom:10px;
}

textarea:focus
{
background: #F5E9C6;
outline:1px solid #800517;
}

.checkbox {
border:none;
outline:none;
width:10px;
background:transparent;
position:relative;
top:5px;
}


/*******************GOOGLE MAPS*********************/
#gmap {
width: 300px;
height: 300px;
float:left;
margin: 20px;
border: 1px solid #08173C;
float:left;
}

/*************SPRY JQUERY DROP DOWN MENUS****************
	
COLOURS

Dark Red: 		#961B1E
Dark Blue:		#08173C
Middle Blue:	#066E98
Light Blue:		#A1C93A
*/


#MenuBar  {
	background-color:#066E98;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
												MenuItem, and MenuItemLabel
												at a given level all use same definition for ems.
												Note that this means the size is also inherited to child submenus, 
												so use caution in using relative sizes other than
												100% on submenu fonts. */
	font-weight: normal;
	font-size: 18px;
	font-style: normal;
	padding:0;	
	border-color: #fff; 
	border-width:1px;
	border-style: solid;
	width:998px;
}
/* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar 
in this section. These have very low specificity, so be careful not to accidentally override them. */

.MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
	display:none;
}
.MenuBarLeftShrink {
	float: left; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarRightShrink {
	float: right; /* shrink to content, as well as float the MenuBar */
	width: auto;
}
.MenuBarFixedLeft {
	float: left;
	width: 80em;
}
.MenuBarFixedCentered {
	float: none;
	width: 80em;
	margin-left:auto;
	margin-right:auto;
}
.MenuBarFixedCentered br {
	clear:both;
	display:block;
}
.MenuBarFixedCentered .SubMenu br {
	display:none;
}
.MenuBarFullwidth {
	width: 600px;
}

/* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
#MenuBar  .MenuItemContainer {
	padding: 0px 0px 0px 0px; 
	margin: 0; 	/* Zero out margin  on the item containers. The MenuItem is the active hover area.
				For most items, we have to do top or bottom padding or borders only on the MenuItem 
				or a child so we keep the entire submenu tiled with items.
				Setting this to 0 avoids "dead spots" for hovering. */
}
#MenuBar  .MenuItem {
	padding: 0px 22px 0px 0px; 
	background-color:#066E98;	
	border-width:0px 1px;
	border-color: #fff; 
	border-style: solid;
}
#MenuBar  .MenuItemFirst {
	border-style: solid;
}
#MenuBar .MenuItemLast {
	border-style: solid;
}

#MenuBar  .MenuItem  .MenuItemLabel{
	text-align:center;
	line-height:1.4em;
	color:#fff;
	background-color:#066E98;
	padding: 6px 20px 6px 20px;
	width: 10em;
	width:auto; 
}
.SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
	width:1em; /* Equivalent to min-width in modern browsers */
}

/* First level submenu items */
#MenuBar .SubMenu  .MenuItem {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	font-style: normal;
	background-color:#ffffff;
	padding:0px 2px 0px 0px;
	border-width:1px;
	border-color: #08173C; 
	/* Border styles are overriden by first and last items */
	border-style: solid;
}
#MenuBar  .SubMenu .MenuItemFirst {
	border-style: solid;
}
#MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
	padding-top: 6px; 
}
#MenuBar .SubMenu .MenuItemLast {
	border-style: solid;
}
#MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
	padding-bottom: 6px; 
}
#MenuBar .SubMenu .MenuItem .MenuItemLabel{
	text-align:left;
	line-height:1em;	
	background-color:#ffffff;
	color:#000000;
	padding: 6px 12px 6px 5px; 
	width: 7em;
	width:auto; 
}

/* Hover states for containers, items and labels */
#MenuBar .MenuItemHover {
	background-color: #08173C;
	border-color: #fff; 
}

#MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
	background-color: #08173C; /* consider exposing this prop separately*/
	color: #ffffff;
}
#MenuBar .MenuItemHover .MenuItemLabel{
	background-color: #08173C;
	color: #ffffff;
}
#MenuBar .SubMenu .MenuItemHover {
	background-color: #A1C93A; 
	border-color: #08173C; 
}

#MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
	background-color: #A1C93A; 
	color: #000000;
}
/* Submenu properties -- First level of submenus */
#MenuBar .SubMenuVisible {
	background-color: #ffffff;
	min-width:100%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
	border-color: #08173C; 
	border-width:1px;
	border-style: solid;
}
#MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
	top: 100%;	/* 100% is at the bottom of parent menuItemContainer */
	left:1px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem, 
					and your personal taste.
					0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0 
					on MenuItemContainer and MenuItem on the parent
					menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align 
					the dropdown with the left of the menu item label.*/
	z-index:10;
}
#MenuBar.MenuBarVertical .SubMenuVisible {
	top: 0px;	
	left:100%;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
}
/* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
#MenuBar .MenuLevel1 .SubMenuVisible {
	background-color: #fff;
	min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
	top: -1px;	/* If desired, you can move this down a smidge to separate top item''s submenu from menubar - 
				that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
				vertically 'centered' on its invoking item */
	left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a 
				negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
				to use px or ems to get the offset you want. */
	margin-left:-1px;
}
/* IE6 rules - you can delete these if you do not want to support IE6 */

/* A note about multiple classes in IE6.
 * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
 * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
 * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
 * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this 
 * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'. 
 * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
 * syntax for that. Since IE6 both applies rules where 
 * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden. 
 * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would 
 * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins. 
 * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
 * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the 
 * css style block to make it easy to delete if you want to drop IE6 support.
 * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
 * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
 */
.SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
	background-color: #08173C; /* consider exposing this prop separately*/
	color: #ffffff;
}
.SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
	background-color: #066E98; /* consider exposing this prop separately*/
	color: #000000;
}
.SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
	margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
}

	
/* EndOAWidget_Instance_2141544 */

-->

