body {
	margin:0;
	padding:0;
	text-align:center;
	background-color:#316932;
	background-image:url(/inc/html/parkhill/pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	font:0.75em Georgia, "Times New Roman", Times, serif;
}
a, a:link, a:visited {
	color:#278537;

}
 
#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-100px;
	margin-bottom:20px;
	text-align:left;
	background-color:#fff;
	padding-top:5px;
	/*background-image:url(/inc/html/learni/pix/wrapper_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
}

.clear {
	clear:both;
}
 
#header {
	width:930px;
	height:302px;
	background-image:url(pix/header_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	margin:20px 0 0 10px;
}

img {
	border:none;
}

/*----------- LEFT CONTENT ----------*/

#left-content {
	float:left;
	width:180px;
	margin-right:10px;
	background-color:#fff;
	padding:10px;	
}


#left-content ul {
	margin:0 0 0 0;
	padding:0;
	list-style:none;
}

#left-content ul ul {
	margin:0 0 0 0;
	padding:0;
}

#left-content ul li {
	border-bottom:1px solid #fff;
}

#left-content ul li:last-child {
	border-bottom:none;
}

#left-content ul ul li {
	border-bottom:none;
	padding:1px 0px 0px 25px;
	background-image:url(pix/menu_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
}

#left-content ul a, #left-content ul a:visited {
	text-decoration:none;
	color:#fff;
	background-color:#278537;
	padding:7px 5px 7px 10px;
	display:block;
}

#left-content ul a:hover {
	background-image:url(/inc/html/parkhill/pix/leftcontent_li_hover.gif);
	background-position:center right;
	background-repeat:no-repeat;
	font-weight:bold;

}

#left-content ul ul a:hover {
	text-decoration:underline;
	background-image:none;
	color:#FFFF00;
}

#scm-sidebar-restaurant {
	text-decoration:none;
	background-image:none;
	color:#646565;
}

#left-content a {
	color:#278537;
	font-weight:700;
}

/*---------- CENTER CONTENT ----------*/

#center-content {
	width:440px;
	float:left;
	line-height:1.5em;
	color:#646565;
	background-color:#fff;
	padding:10px 10px 10px 0px;
}

#center-content p {
	margin:10px 0 10px 0;
	padding:0;
}

#center-content h1 {
	font-size:1.8em;
	color:#006600;
	font-weight:100;
	margin-top:0;
	line-height:1.1em;
	font-family:Cambria, Georgia, Verdana;
}

#center-content h2 {
	font-family:Cambria, Georgia, Verdana;
	font-size: 1.3em;
	font-style: normal;
	font-weight:100;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
	color:#676767;
}

#center-content h3 {
	font-size:1em;
	font-weight:bold;
}

#center-content a, #center-content a:visited {
	color:#006600;
}

.homepage-welcome-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#666666;
	font-style:italic;
}

/*--------- RIGHT CONTENT ----------*/

#right-content {
	float:right;
	width:160px;
	background-color:#fff;
	padding:10px;	
	color:#666;
}

#right-content h2 {
	font-size:1em;
	color:#fff;
	background-color:#278537;
	padding:8px;
	margin-top:0;
	margin-bottom:8px;
	font-weight:100;
}

#right-content h3 {
	font-size:1em;
	margin-top:0;
	margin-bottom:0px;
	font-weight:bold;
}

#right-content h3 span.strong {
	font-size:1.4em;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content ul li {
	 margin-bottom:8px;
	 background-color:#efefef;
	 padding:10px;
}

#right-content ul a, #right-content ul a:visited {
	color:#333;
	display:block;
}

#right-content ul a:hover {
	color:#427eac;
}

/*---------- FOOTER ----------*/

#footer {
	margin-top:10px;
	background-color:#316932;
	color:#fff;
	padding:10px;
	height:40px;
}

#footer a, #footer a:visited {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#fff;
}

.footer-left {
	float:left;
	line-height:1.5em;
}

.footer-right {
	float:right;
}
 
/*--------- MISC ----------*/

.news-byline {
	border-bottom:1px dashed #ccc;
	width:100%;
	padding-bottom:5px;
	margin-top:-8px;
	margin-bottom:10px;
}

pre {
	padding:10px;
	background-color:#efefef;
	color:#000;
	font-family:"Courier New", Courier, mono;
	font-size:1em;
	border:1px solid #ccc;
}

.comment {
	padding:10px;
	background-color:#efefef;
	border-bottom:2px solid #427eac;
	margin-bottom:10px;
}

div.capitalise {
	text-transform:lowercase;
}

div.capitalise div {
	/*text-transform:capitalize;*/
}
