/* Monterey Bay Nursery Home CSS */

/* ============================== Layout ============================== */

#wrapper {
    width: 802px;
    border: 1px solid #725724;
    margin: 0 auto;
    text-align: left;
}

#mainWrap {
	width: 802px;	
}

/* ============================== Side Bar ============================== */
#sideBar {
	width: 181px;
	float: left;
	background-color: #323f17;
	font-size: 1.0em;
}

#sideBarWrap {
	padding: 0 15px;
	background-color: #323f17;
}

#sideBarContent {
	height: 374px;
}

#sideBarContent h1 {
    font-size: 1.1em;
    padding-top: 20px;
}

#sideBarContent h2 {
    font-size: 1.1em;
    font-weight: normal;
}
#sideBarContent p.description{
	font-size: 1.1em;
	padding-top: 20px;
}

#sideBarContact {
	height: 40px;
}

/* ============================== Main Content ============================== */


#mainContent {
	width: 619px;
	float: right;
	background-color: #a6af80;
}

#siteNav ul {
	font-size: 0.8em;
	list-style-type: none;
}

#siteNav ul li {
    line-height: 40px;
    margin: 0 0 0 18px;
    display: inline;
}

#siteNav ul li a {
    color: #725724;
    text-decoration: none;
    font-weight: bold;
	text-transform: uppercase;
}

#siteNav ul li a:hover {
    color: #fff;
}

ul#photo {
    list-style-type: none;
}

/* ============================== New Items Content ============================== */
#newItemsWrap {
	clear: both;
	width: 802px;
	background-color: #a6af80;
}

#newItems {
	width: 620px;
	float: left;
	background-color: #a6af80;
}

#newItemsContent {
	padding: 20px 0 20px 181px;
}
#newItemsContent p {
    padding-bottom: 5px;
	color: #323f17;
}

#newItemsContent table {
    font-size: 0.9em;
}

#newItemsContent td {
    padding-left: 10px;
}

#newItemsContent a {
	text-decoration: none; 
}

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

#address {
	width: 180px;
	float: right;
	background-color: #a6af80;
}

#addressContent {
	padding: 22px 0 20px 20px;
	color: #323f17;
	font-size: 0.8em;
	font-weight: bold;
}

#addressContent p {
	padding-bottom: 5px;
}