/*
---------------------------------------
Project: Mr Nicholas H Morris - Private Obstetrician and Gynaecologist London
Copyright 2008: bendesmond.com
Creation Date: 25 March 2008
---------------------------------------
*/

/* Page Setup */
body {
	background-color: #8c9d83;
}
#container {
	background: url(../images/nhm-bg-g.gif) repeat-y;
}
#header {
	background: url(../images/nhm-top-g.gif) no-repeat;
}


/* Main Navigation */

#mainmenu {
	background: url(../images/nhm-menu-bg-g.gif) #4e832a repeat-x;
}
#mainmenu li a {
	background: url(../images/nhm-menu-divider-g.gif) repeat-y right top;
}
#mainmenu li a:hover {
	background: #335a1d;
}


/* Content Area */
#contentarea a:link {
	color: #335a1d;
}
#contentarea a:visited {
	color: #335a1d;
}
#contentarea a:hover {
	color: #335a1d;
}
#content h1, h2, h3 {
	color: #335a1d;
}
#bottom {
	background: url(../images/nhm-bottom-g.gif) no-repeat;
}

.box {
	background: #bfddae;
}

/* Quotes */
.quote-open {
	background: url(../images/nhm-quote-open-g.gif) top left no-repeat;
}
.quote-close {
	color: #335a1d;
	background: url(../images/nhm-quote-close-g.gif) bottom right no-repeat;
}

/* Styles */
.green {
	color: #335a1d;
}
.green-bold {
	color: #335a1d;
	font-weight: bold;
}
