/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
html {
	overflow: -moz-scrollbars-vertical;
}
html, body {
	min-height: 100%;
	font-family: Arial,sans-serif;
	color:#000000;
	font-size: 12px;
}
body {
	margin: 0px;
	background-image: url('../images/bgd.gif'); background-repeat: repeat-x;
}
table {
	color:#000000;
	font-size: 12px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
		color:#5B8310;
}
a:hover {
	color:#678800;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainContainer {
	padding-top:0px !important;
	padding-top:15px;
}
#mainContent {
	width:770px;
	padding-top:0px;
	margin : 0 auto;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-color:#FFFFFF;
}
#submenu_mainContent {
	width:185px;
	padding-top:0px;
	margin : 0 auto;
	border-right: 3px solid #FFFFFF;
}
#submenu_mainContent table {
	width:185px;
	height:385px;
	padding-top:0px;
	margin : 0 auto;
	border: 3px solid #9CA9AF;
	background-color:#FFFFFF;
}
#pagecontent {
	width:385px;
	padding-top:0px;
	margin : 0 auto;
}
#pagecontent table {
	width:385px;
	height:385px;
	padding-top:0px;
	margin : 0 auto;
	border: 3px solid #9CA9AF;
	background-color:#FFFFFF;
}
#page_maincontent {
	width:100%;
	background-color:#FFFFFF;
}
#text_pagecontent{
	width:349px !important;
	width:404px;
	padding:20px 35px 23px 20px;
}
#text_plainpagecontent{
	width:518px !important;
	width:573px;
	padding:20px 35px 23px 20px;
}
#image_pagecontent{
	width:160px;
	padding:3px 3px 3px 3px;
}
#text_mainContent{
	width:194px;
	padding-top:0px;
	margin : 0 auto;
	border-right: 3px solid #FFFFFF;
	background-color:#9CA9AF;
}
#text_plainpagecontent2{
	width:518px !important;
	width:573px;
	padding:20px 35px 23px 20px;
}
/**************** PRINT THIS PAGE STYLES *****************/
#print_footer{
	width:auto;
	height:20px;
	background-color:#FFFFFF;
}

/************** MAIN NAV DIV STYLES ****************/
#nav{
	margin-top:3px  !important;
	margin-top:0px;
	border: 0px solid #ff0000;
}

/************** TABLE LEFT COL - CONTENT tag styles **************/
table#page_content {
    background-color:#FFFFFF;
    border-right: solid #FFFFFF 3px;
	border-left: solid #FFFFFF 3px;
    width: 770px;
}
table#page_content td {
    padding: 0px;
}
.data {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
}
.toprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFFF;
}
.leftcol {
    font-weight: bold;
    text-align: left;
    background-color: #DEE4E9;
	border: solid #9CA9AF 3px;
}
.innerleftcol {
	width: 404px;
    text-align: left;
	border-right: solid #9CA9AF 3px;
	border-bottom: solid #9CA9AF 3px;
}
.innerleftcol_noborder {
	width: 404px;
    text-align: left;
}
.innerleftcol_no_bottom_border {
	width: 404px;
    text-align: left;
	border-right: solid #9CA9AF 3px;
}
.innerleftcol_no_right_border {
	width: 404px;
    text-align: left;
	border-bottom: solid #9CA9AF 3px;
}
.innerrightcol_noborder  {
	width: 166px;
    text-align: left;
}
.innerrightcol_withborder  {
	width: 166px;
    text-align: left;
	border-bottom: solid #9CA9AF 3px;
}
.whitecol {
    font-weight: bold;
    text-align: left;
    width: 3px;
    background-color: #FFFFFF;
}
.innercol_plain_withBottom {
	width: 404px;
    text-align: left;
	border-bottom: solid #9CA9AF 3px;
}
.innercol_plain {
	width: 404px;
    text-align: left;
}
.innerleftcol_One {
	width: 404px;
    text-align: left;
	border-right: solid #9CA9AF 3px;
}

/************** TABLE RIGHT COL - SUBMENU tag styles **************/
table#right_page_content {
    background-color:#FFFFFF;
}
table#right_page_content td {
    padding: 0px;
}
.rightcol {
    text-align: left;
	width: 567px;
    background-color: #FFFFFF;
	border: solid #9CA9AF 3px;
}
.innerrightcol {
	width: 166px;
    text-align: left;
	border-bottom: solid #9CA9AF 3px;
}
.rdata {
    color: #000000;
    text-align: right;
    background-color: #CCCCCC;
}
.rtoprow {
    font-style: italic;
    text-align: center;
    background-color: #FFFFFF;
}
.rleftcol {
    font-weight: bold;
    text-align: left;
    width: 176px;
    background-color: #FFFFFF;
	border: solid #9CA9AF 3px;
}
.rrightcol {
    font-weight: bold;
    text-align: left;
    width: 182px;
    background-color: #FFFFFF;
	border: solid #9CA9AF 3px;
}

/************** BREADCRUMB TAG styles **************/
#crumb_content{
	width:760px;
	margin-bottom:3px;
}
a.crumbsTxt:link, a.crumbsTxt:visited {
    color: #000000;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	text-decoration: none;
	padding: 0px 8px 10px 0px;
	line-height:12px;
	text-transform:uppercase;
}
a.crumbsTxt:hover {
 color:#678800;
}
.crumbs_greenArrow {
    color: #9ECA12;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	text-decoration: none;
	padding: 0px 3px 10px 0px;
	line-height:12px;
}

/************** HEADING TAG styles **************/
h1{ /* PAGE HEADING STYLES */
	width:770px;
	color: #FFFFFF;
	font: normal 140% Verdana, Arial, sans-serif;
	padding:32px 0px 9px 21px  !important;
	padding:34px 0px 9px 21px;
	float:left;
}

h2 { /* SECTION HEADING STYLES */
	margin:0px 0px 8px 0px;
	font: bold 110% Verdana, Arial, sans-serif;
	color: #5B8310;
	line-height: 16px;
	text-align: left;
}
h3 { /* INTERNAL SECTION HEADING STYLES */
	margin:0px 0px 0px 0px;
	font: bold 120% Verdana, Arial, sans-serif;
	color: #5B8310;
	line-height: 16px;
	text-align: left;
}
h4 { /* QUOTE LINE STYLES */
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	font: normal 120% Verdana, Arial, sans-serif;
	color: #101618;
	line-height: 20px;
	text-align: left;
	font-style: italic;
}

/*********** CONTENT TEXT STYLES ***********/
.content_txt {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 17px;
	text-align: left;
}
.content_txtRed {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #FF0000;
	line-height: 17px;
	text-align: left;
}
.content_txtBold {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #3E3F41;
	line-height: 17px;
	text-align: left;
}
.content_txtBoldGreen {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #5B8310;
	line-height: 17px;
	text-align: left;
}
.content_txtSmall {
	margin: 0px;
	padding: 5px 10px 5px 20px;
	font-size: 10px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 15px;
	text-align: left;
}
.content_txtSmall2 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-size: 9px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 15px;
	text-align: left;
}
.content_txt9 {
	margin: 0px;
	padding: 5px 23px 5px 15px;
	font-size: 9px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 15px;
	text-align: right;
}
.content_txtImages {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
	color: #3E3F41;
	line-height: 14px;
	text-align: left;
}
.contentLinks{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #5B8310;
	text-align:left;
	line-height: 15px;
	border: 0px solid #FFF;
}
.contentLinks a:link {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks a:visited {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks a:hover {
	color:#5B8310;
	font-size: 11px;
    text-decoration: underline;
}
.contentLinks2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #5B8310;
	line-height: 15px;
	border: 0px solid #FFF;
}
.contentLinks2 a:link {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks2 a:visited {
	color:#5B8310;
	font-size: 11px;
    text-decoration: none;
}
.contentLinks2 a:hover {
	color:#5B8310;
	font-size: 11px;
    text-decoration: underline;
}
.contactUsTable {
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
}
.table_style {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;	
	vertical-align: top;
}
.table_style td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}
.calTxt {
	margin: 0px;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	line-height: 17px;
	text-align: left;
}
/********************* CONTACT FORMS *************/
.contactUsTable {
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
}
.schoolBookings{
	width:480px;
	margin: 0px;
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
}
/************** BULLET TAG styles **************/
.date_bullet {
    margin: 0px;
	padding: 0px;
    list-style: none;
}
.date_bullet li {	
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
	background-image:url(../images/date_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 -2px;
}
.date_txt{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #101618;
	line-height: 15px;
	text-align: left;
}
.bullets {
    margin: 0px;
	padding: 0px;
    list-style: none;
}
.bullets li {	
	margin: 0px 0px 0px 10px;
	padding: 3px 10px 3px 16px;
    background-image: url(../images/bullet_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
.bulletsTxt{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #101618;
	font-weight: normal;
}
.bulletsTxtLink a:link, a:visited  {
	font-size: 11px;
	color:#5B8310;
    text-decoration: none;
	font-weight: normal;
}
.bulletsTxtLink a:hover {
	font-size: 11px;
	color:#5B8310;
    text-decoration: underline;
	font-weight: normal;
}

/************** CLICK TO ENLARGE tag styles **************/
a.cssbutton:link, a.cssbutton:visited {   
	margin-top: 3px;
	border: solid 0px;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 4px;
	text-decoration: none;
    width: 160px;
	display: block;
	height: 25px;
	background-image: url('../images/submenu_bgd3.gif'); background-repeat: no-repeat;
}
a.cssbutton:hover {   
	background-image: url('../images/submenu_bgd3.gif'); background-repeat: no-repeat;
	color: #ffffff;
}
a.cssbutton:active, a.cssbutton:focus {   
    letter-spacing: 1px;
}

/************** SUB MENU TAG styles **************/
#submenuTitle{
	color: #FFFFFF;
	font: bold 100% Verdana, Arial,sans-serif;
	padding:3px 0px 4px 10px;
	border-bottom: 3px solid #9CA9AF;
}
#submenuTxt{
	color: #101618;
	width:171px !important;
	width:182px;
	font: normal 80% Verdana, Arial,sans-serif;
	padding:12px 0px 36px 11px !important;
	padding:15px 0px 36px 11px;
	border-bottom: 3px solid #9CA9AF;
	line-height:28px;
}
#submenuTxt2{
	color: #101618;
	width:161px !important;
	width:172px;
	font: normal 80% Verdana, Arial,sans-serif;
	padding:12px 10px 36px 11px !important;
	padding:15px 0px 36px 11px;
	line-height:19px;
}
a.plainblackarrow:link, a.plainblackarrow:visited {
    color: #000000;
	text-align: right;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	margin: 10px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	display: block;
	line-height:11px;
	background-image: url('../images/submenu_bgd2.gif'); background-repeat: no-repeat;
}
a.plainblackarrow:hover {
	color:#678800;
}
.greycol {
    font-weight: bold;
    text-align: left;
    background-color: #DEE4E9;
	border-bottom: solid 9CA9AF 3px;
}
.greycol_noborder {
    font-weight: bold;
    text-align: left;
    background-color: #DEE4E9;
}
.greencol {
    font-weight: bold;
    text-align: left;
    background-color: #9ECA12;
}
ul.q {
	list-style-image:url(../images/lightgrey_pixel.gif);
	margin-left:0px;
	padding:0px 0px;
}
.lid {
 margin-bottom: 12px;
 margin-top: 0px;
}
.lid a:link, .lid a:visited {
    color: #000000;
	font-size:10px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	width: 170px;
	display: block;
	line-height:12px;
	background-image: url('../images/submenu_bgd.gif'); background-repeat: no-repeat;
}
.lid a:hover {
 color:#678800;
}



/**************************/
/**************************/
/**************************/
/*HEADER FILE styles*/
/*//////////////////////////////////////////////*/
#header {
	margin-left: 15px  !important;
	margin-left: 28px;
	margin-top:19px  !important;
	margin-top:4px;
	padding-bottom:15px!important;
	padding-bottom:15px;
	border:0px solid #ff0000;
}
#headerTitle{
	width:385px;
	float:left;
}
.headerTitle{
	text-align:left;
	border:0px solid #ff0000;
	padding:10px 0px 0px 10px;
	font-size:13px;
	font-family: Arial, sans-serif, Verdana, Helvetica, ;
	color:#6A6D77;
}
#headerNav{
	border:0px solid #ff0000;
	padding:0px 0px 0px 0px;
	font-size:10px;
	font-family: Arial, sans-serif, Verdana, Helvetica, ;
	color:#C4A66F;
}
#headerNav a:link, #headerNav a:visited{
	font-size:10px;
	font: normal 100% Arial, sans-serif, Verdana, Helvetica, ;
	color:#9DA8AF;
	text-decoration: none;
}
#headerNav a:hover{
	color:#000000;
}

#cafe_menu table {
	font-size: 11px;
	font-family: Verdana, Arial,sans-serif;
	color: #101618;
	margin-top: 30px;
	width: 300px;
	vertical-align:text-top;
	
}
#cafe_menu table td{
	padding-bottom: 20px;
}
#cafe_menu table a {
	color:#5B8310;
}
