/* Layout Style Sheet :: ahrco */
/* Author :: ahrco */
/* Copyright :: ahrco */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #fff;
	text-align: center;
    font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #848484;
	height: 100%;
}
//////////////////////////////////////////////
#load {
	display: none;
//	position: absolute;
	right: 10px;
	top: 10px;
	background: url(images/ajax-loader.gif);
	width: 43px;
	height: 11px;
	text-indent: -9999em;
}
#wrapper {
	position:relative;
}
//////////////////////////////////////////////
/* Formatting Styles */

img {
	border: none;
}

div.right_image {
	float: right;
	width: auto;
	height: auto;
}

br.clear {
	clear: both;
	height: 0.01em;
}

.left {
	float: left;
}

.right {
	float: right;
	text-align: right;
}

/* Container Styles */

#container {
	position: relative;
	width: 760px;
	margin: 15px auto;
	text-align: left;
	background: #fff;
}

/* Header Styles */

#masthead {
	position: relative;
	width: 760px;
	background: #fff;
	margin-bottom: 10px;
}

#logo {
	float: left;
	width: 245px;
	height: 30px;
	margin: 0 0 15px 0;
//	background: url(./_img/chichester_caterers_logo.gif) top left no-repeat;
}

#logo a {	
	position: absolute;
	top: 0;
	left: 0;
	width: 245px;
	height: 30px; 
}

#logo a span {
//	display:none;
}

#contact {
	float: right;
}

#image {
	clear: both;
	width: 760px;
	height: 170px;
}

/* Navigation Styles */

#navigation {
	height: 33px;
	background: #fff url(/_img/bg_shadow.jpg) 0px 25px no-repeat;	
}

#navigation ul {
	width: 760px;			
}

#navigation li {
	float: left;
	display: block;
}

#navigation li a {
	display: block;
	padding: 5px 12px 6px 12px;
	font-size: 1.2em;
	color: #222;
	text-decoration: none;
}

#navigation li a:hover, #navigation li a.current {
	background: #bfbfbf;
	color: #fff;
}

/* Content Styles */

#info {
	clear: both;
	margin-top: 15px;
	font-size: 1.1em;
	color: #444;
	font-weight: bold;
}

#breadcrumbs {
	float: left;
	width: 400px;
}

#date {
	float: right;
	text-align: right;
}

#sidebar, #content_main, #content_main_full {
	margin-top: 20px;
}

#sidebar {
	clear: both;
	float: left;
	height: 100%;
	width: 248px;
	margin-bottom: 20px;
}

#content_main {
	float: left;
	width: 720px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content_main_full {
	clear: both;
	float: left;
	width: 760px;
	margin-bottom: 20px;
}

/* Footer Styles */

#footer {
	clear: both;
	margin: 20px 0;
	height: 100%;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	border-bottom: 3px solid #ccc;
}

#footer_links {
	width: 760px;
	margin: 0 0 10px 0;
	padding: 7.5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#links {
	float: left;
}

#credit {
	float: right;
	text-align: right;
}

/* Text Styles */

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e4e4e;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

h2 {
	clear: both;
	font-size: 1.6em;
	font-weight: normal;
	margin: 15px 0;
}

h2.left {
	margin: 0 0 15px 0 !important;
	float: left !important;
}

p, address {
	font-size: 1.2em;
	line-height: 1.8em;
}

#content_main p {
	margin: 0 0 10px 0;
}

#content_main_full p.right {
	padding: 0 28px 0 15px;
	background: url(./_img/bullet-arrow-back.gif) 0% 50% no-repeat;
}

p.forward {
	background: url(/_img/bullet_arrow_sml.gif) 0% 50% no-repeat !important; 
}

p.warning {
	font-weight: bold;
	color: #ff0000;
}

/* List Styles */

li {
	list-style-type: none;
}

dl {
	font-size: 1.2em;
}

#breadcrumbs ul {
	display: inline !important;
}

#breadcrumbs li {
	display: inline;
	padding: 0 0 0 12px;
	background: url(./_img/bullet_arrow_sml.gif) 0% 50% no-repeat;
}

ul#services {
	background: url(./_img/services.jpg) top left no-repeat;					
	width: 235px;		
	height: 367px;
}

#services_1 { 
	height: 88px;
}

#services_2 { 
	height: 94px;
}

#services_3 { 
	height: 94px;
}

#services_4 { 
	height: 90px;
}

ul#services li span { 
	display: none;
}

ul#services li a { 
	width: 235px;
	height: 90px;
	display: block;
}

#services_1 a { background:url(./_img/services.jpg) 0px -367px no-repeat; }
#services_2 a { background:url(./_img/services.jpg) 0px -367px no-repeat; }
#services_3 a { background:url(./_img/services.jpg) 0px -367px no-repeat; }
#services_4 a { background:url(./_img/services.jpg) 0px -367px no-repeat; }

ul#menus {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul#menus li {
	background: none !important;
	text-align: center;
}

ul#menus li.course {
	margin-top: 40px !important;
}

ul#info_errors {
	margin: 0 0 20px 0;
	padding: 5px 10px 0 10px;
	border: 1px solid #ccc;
	background: #eee url(./_img/bg_info_errors.gif) bottom left repeat-x;
}

#testimonials ul {
	margin-top: 10px;
	width: 235px;
}

#testimonials li {
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #fff /* Required for IE6 */;
}

#testimonials li div {
	margin-top: 5px;
	font-size: 0.95em !important;
	text-align: right;
}

#content_main ul li {
	font-size: 1.2em;
	margin: 15px 0;
	padding: 0 0 0 15px;
	background: url(./_img/bullet_arrow_sml.gif) 0% 50% no-repeat;
}

ul#sitemap li {
	font-size: 1.2em;
	background: url(./_img/bullet_arrow_sml.gif) left 1px no-repeat;
	padding: 0 0 0 15px;
	margin: 10px 0;
}

ul#sitemap li ul li, ul#sitemap li ul li ul li {
	font-size: 1em;
	list-style-type: none;
	background: url(./_img/bullet_arrow_sml.gif) left 1px no-repeat;
	padding: 0 0 2px 15px;
	margin-left: 0;
	margin-bottom: 0px;
}

#content_main dl {
	margin: 20px 0 0 0;
}

#content_main dt {
	width: 95%;
	line-height: 1.6em !important;
	margin-bottom: 10px;
}

#content_main dd {
	text-align: right;
	margin-bottom: 25px;
	font-style: italic;
}

dl#signature {
	margin: 0 !important;
}

dl#signature dt {
	margin-bottom: 0 !important;
}

dl#signature dd {
	text-align: left !important;
	font-style: normal !important;
}

#info_errors li {
	font-size: 1.1em;
	margin: 0 !important;
	list-style-type: none;
	padding: 5px 0px 10px 30px !important;
	background: transparent url(./_img/bullet_cross.gif) top left no-repeat !important;
	color: #ff0000;
	font-weight: bold;
}

ol li {
	font-size: 1.2em;
	line-height: 1.7em;
	margin: 0 0 10px 30px;
	list-style-type: decimal !important;
}

ul.gallery {
	clear: both;
	width: 760px;
}

ul.gallery li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	padding-bottom: 8px;
	background: url(./_img/bg_gallery.gif) bottom right no-repeat;
}

ul.gallery li img {
	border: 1px solid #ccc;
	padding: 4px;
}

#links li {
	float: left;
	display: inline;
	padding: 0 15px 0 0;
}

#credit li {
	float: left;
	display: inline;
}

/* Link Styles */

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
	border: none !important;
}

#breadcrumbs a:hover {
	color: #222 !important;
	text-decoration: none;
	background: none !important;
	border: none !important;
}

#testimonials a {
	padding: 0 0 0 12px;
	background: url(./_img/bullet_arrow_sml.gif) 0% 50% no-repeat;
}

#testimonials a:link, #testimonials a:visited {
	color: #588e03;
	text-decoration: none;
}

#testimonials a:hover {
	color: #222;
	text-decoration: none;
}

#content_main a:link, #content_main a:visited, #content_main_full a:link, #content_main_full a:visited {
	text-decoration: none;
	color: #588e03;
}

#content_main a:hover, #content_main_full a:hover {
	text-decoration: none;
	color: #222;
}

#footer a:link, #footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

/* Form Element Styles */

form {
	margin: 20px 0 10px 0;
}

fieldset {
	border: none;
}

form br {
	clear: both;
	height: 0.01em;
}

label {
	float: left;
	width: 100px;
	padding: 8px 0;
	font-size: 1.2em;
	font-weight: bold;
}

.input {
	float: left;
	width: 280px;
	margin: 5px 0;
	padding: 3px 0;
	background: #eee url(./_img/bg_input.gif) bottom left repeat-x;
	border: 2px solid #ccc;
	padding: 2px;
}

.select_wide {
	float: left;
	width: 280px;
	margin: 5px 0;
	font-size: 1.3em;
	background-color: #eee;
	border: 2px solid #ccc;
	padding: 2px;
}

textarea {
	width: 280px;
	padding: 3px 0;
	background: #fff url(./_img/bg_input_lg.gif) bottom left repeat-x !important;
	border: 2px solid #ccc;
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 1.3em;
	padding: 2px;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.1em;
	padding-left: 5px;
}

.main_submit, .main_submit_pad {
	margin-top: 10px;
	padding: 0 5px !important;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 29px;
	background: #fff url(./_img/bg_submit.gif) top left repeat-x;
	color: #333;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.01em;
}