@charset "UTF-8";
/* CSS Document */


h3 {
	color: #1076bc;
	font-size: 0.9em;
	padding-left: 30px;
	font-family: Helvetica, sans-serif, arial;
	padding-bottom: 12px;
	}

.footer {
	width: 900px;
	border: 1px solid #CCC;
	font-size: 0.7em;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	background-color: #FFFFFF;
	}

	
.footer p {
	padding: 9px;
	}

.footer .footnav {
	border-bottom: 1px solid #CCC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 8px;
	}

.footnav a {
	text-decoration: none;
	padding-right: 15px;
	}

.footnav a.first {
	font-size: 1.5em;
	font-weight: 800;
	}

.linksleft {
	float: left;
	margin-right: 2px;
	width: 215px;
	list-style-type: none;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.linksleftquote {
	float: left;
	margin-right: 5px;
	width: 250px;
	list-style-type: none;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.linksleft ul {
	list-style-type: none;
	}

.linksleft li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}

.linksleft li a {
	display: block;
	margin:  0;
	text-decoration:none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #ECECEC;
	background-image: url(bigbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header  {
	height: 225px;
	background-color: #FFF;
	background-image: url(../images_pub_license_restaurant_training/origionals/test_header6.jpg);
} 
#header_menu {
	float: left;
	height: 205px;
	width: 340px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#header_menu_top {
	float: left;
	height: 100px;
	width: 340px;
}
#header_menu_bottom {
	float: left;
	height: 100px;
	width: 339px;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-color: #FFFFFF;
	margin-left: 5px;
}
#mainContent  {
	margin-left: 240px;
	margin-bottom: 500;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
} 
#logos {
	height: 100px;
	width: 100%;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#copyright  {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1076bc;
	background-color: #ECECEC;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 9px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 2px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #03C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1076bc;
}
a:hover {
	text-decoration: none;
	color: #393;
}
a:active {
	text-decoration: none;
}
body,td,th {
	font-family: Helvetica, sans-serif, arial;
	color: #333;
}
#navigation {
	background-color: #FFFFFF;
	height: 40px;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/images_pub_license_restaurant_training/css_images_run_a_pub_mike_connell/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align: center;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(/images_pub_license_restaurant_training/css_images_run_a_pub_mike_connell/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images_pub_license_restaurant_training/css_images_run_a_pub_mike_connell/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}
.menu_bar_text {
	color: #CCCCCC;
	font-size: 10pt;
	padding-top: 8px;
	padding-right: 8px;
}
.justify {
	text-align: justify;
}
.italic_justify {
	font-style: italic;
	text-align: justify;
}
