/****************************************************************************/
/* Page Layout Styles														*/
/****************************************************************************/
html {
	overflow: -moz-scrollbars-vertical !important;
}
body {
	
	background-color: #dfd3b4;
	background-repeat: repeat-x;
	margin: 4px;
	text-align: center;
}

#page {
	width: 750px;
	padding:5px 10px 5px 16px;
	
	/**background-color:#FFFFFF;
	background: url("images/left-border.jpg") left top repeat-y;	**/

}

#banner {
	border-bottom: 1px solid white;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #633132;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	text-align: center;
}
#logo {
	border: 0px;
	margin: 0px;
	float: left;
	clear: none;
}
#city_of_ipswich {
	border: 0px;
	margin: 0px;
	margin-left: 100px;
	float: left;
	clear: none;
}

#navigation {
	height: 23px;
	background-color: #653434;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid white;
}

#search {
	float: right;
	clear: right;
	padding: 2px;
	padding-right: 6px;
	border-right: 0px;
}

#search .searchTerms,
#search .button {
	vertical-align: middle;
	margin-bottom:1px;
	margin-top:1px;
	/* additional conditional IE styles in page header */
}

#search .searchTerms {
	width: 100px;
	font-weight: normal;
	padding: 1px;
	border: 1px solid black;
}
#search .button {
	background-color: #e4e3e3;
	border: 1px solid black;
	border-left: 1px solid #e4e3e3;
	height: 16px;
	width: 22px;
	padding:0px; /* required for Safari */
}

#contentArea {
	text-align: left;
	width: 100%;
	background: #ffc266;
	padding: 0px;
	clear: both;
}

#content {
	background-image: url("images/gradient_bottom.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	vertical-align: top;
	padding: 10px;
	text-align: left;
	width: 730px; /* Required for opera BUT MUST BE OVERRIDEN FOR IE */
}

/****************************************************************************/
/* Drop down menu styles													*/
/****************************************************************************/

#menu,
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#menu .root {
	border: 0px;
	border-right: 1px solid white;
}
#menu a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 5px 12px 5px 12px;
}
#menu a:hover {
	background-color: #bf6565;
}
#menu li {
	float: left;
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
	margin-left: 0px;
	background-image: none;
	z-index:100;
}
#menu .root ul {
	display: none;
	position: absolute;
	top: 23px;
	left: -1px;
	background-color: #653434;
	border: 1px solid white;
	border-bottom: 0px;
	width: 160px;
}
#menu .root ul li {
	border-bottom: 1px solid white;
	width: 100%;
	text-align: left;
}
#menu .root ul li a {
	width: 136px;
}

#menu li:hover ul,
#menu .selected ul {
	display: block;
}
#menu .active {
	background-color:#974047;
}

/****************************************************************************/
/* Side menu styles														*/
/****************************************************************************/

#sideMenu {
	width: 140px;
	background-color: #653434;
	vertical-align: top;
}

#sideMenu .level2,
#sideMenu .level2active {
	border-bottom: 1px solid #7b4745;
	width: 140px;
}
#sideMenu .level2 a,
#sideMenu .level2active a {
	display: block;
	padding: 6px;
	padding-left: 8px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	clear: both;
	width:122px;
}
#sideMenu .level2active {
	background-color: #784644;
}

#sideMenu .level2active a{
	color: white;
}

#sideMenu .level2 a:hover {
	background-color: #471d1b;
	width: 126px;
}
#sideMenu .level3active {
	background-color: white;
}
#sideMenu .level3 a,
#sideMenu .level3active a {
	padding: 4px;
	padding-left: 10px;
	color: black;
}
#sideMenu .level3 a:hover {
	background-color: #9f6767;
}
#sideMenu .level3,
#sideMenu .level3active {
	background-color: #ebc1c0;
	border-left: 3px solid #875594;
	border-bottom: 1px dotted #e4e3e3;
}
#sideMenu .level3active {
	background-color: #a57676;
}


#breadcrumbTrail {
	color: #909090;
	font-size: 9px;
	margin-bottom: 0px;
}
#breadcrumbTrail a {
	color: #909090;
	text-decoration: none;
}
#breadcrumbTrail a:hover {
	text-decoration: underline;
}

#lastUpdated {
	clear: both;
	color: #666666;
	text-align: right;
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px dashed #666666;
	width: 100%;
}
#accessibility {
	color: #666666;
	margin-top: 20px;
	clear: both;
}
#accessibility a,
#lastUpdated a {
	color: #666666;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 750px;
	height:18px;
	text-align: center;
	color: #666666;
	background-color:#FFFFFF;
	font-weight: normal;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#printInfo {
	display: none;
}
#printHeader {
	display: none;
}

#menuLevel4 {
	background-color: #fff2c6;
	margin-bottom: 16px;
	padding: 6px;
	padding-bottom: 8px;
}

#councillorSelectBody select {
	margin: 4px 6px 0px 6px;
	width: 138px;
}