body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  padding:0px;
  margin:0px;
  font-size:small;
  background:#FFF !important;
  color:#000;
}
#wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
}
#content {
	/*padding: 10px;
	margin-left: 20px;*/
	float:left;
	/*background-color:#CCCCCC;*/
	width:600px;
	margin-bottom:20px;
}
#content h1 {
	margin-top:0px;
	padding-top:0px;
	padding-bottom:10px;
	font-size:x-large;
	color:#000066;
	font-weight:lighter;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CEE0D0;
}
#content h2 {
	margin-top:0px;
	padding-top:0px;
	font-size:large;
	color:#000066;
	font-weight:lighter;
}
#content h3 {
	margin-top:0px;
	padding-top:0px;
	font-size:medium;
	color:#000066;
	font-weight:lighter;
}
#content h4 {
	margin-top:0px;
	padding-top:0px;
	font-size:small;
	color:#000066;
	font-weight:lighter;
}
#content h5 {
	margin-top:0px;
	padding-top:0px;
	font-size:x-small;
	color:#000066;
	font-weight:lighter;
}
#content h6 {
	margin-top:0px;
	padding-top:0px;
	font-size:xx-small;
	color:#000066;
	font-weight:lighter;
}
hr {
	color: #CEE0D0;	
	height:2px;
}
#menu {
	width: 140px;
	float: left;
	margin-bottom:15px;
	margin-right:20px;
	margin-top:5px;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#menu ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	margin-bottom:5px;
	width:140px;background-color:#5B9764;
}
.bl1 {background: url("../images/bl1.gif") 0 100% no-repeat}
.br1 {background: url("../images/br1.gif") 100% 100% no-repeat}
.tl1 {background: url("../images/tl1.gif") 0 0 no-repeat}
.tr1 {background: url("../images/tr1.gif") 100% 0 no-repeat;padding:10px;padding-top:5px;padding-bottom:5px;}
#menu ul li ul li a {
	background-color:#CDDFD1;
	color:#333333;
	font-weight:lighter;
}
#menu ul li a:hover,#menu ul li a.selected {
	background-color:#055E30;
}
#menu ul li ul li a:hover,#menu ul li ul li a.selected {
	background-color:#A8C8B0;
}
#heading {
	background-image:url(/assets/images/header.jpg);
	width:600px;
	height:100px;
}
#headerleft {
	width: 140px;
	height:82px;
	float: left;
	display:block;
	margin-right:20px;
}
#headerright {
	margin-bottom:20px;
	float:left;
	width:600px;
	display:block;
}
#topmenu {
	width:600px;
	background-color:#CCCCCC;
	border-top:2px solid #FFFFFF;
	background-color:#5B9764;
	text-align:center;
	height:26px;
}
#topmenu ul {
	display:inline;
	list-style:none;
}
#topmenu li {
	float:left;
}
#topmenu a {
	padding:14px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#5B9764;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#topmenu a#borderme {
	border-right:2px solid #FFFFFF;
}
#topmenu a.selected {
	background-color:#055E30;
}
#topmenu a:hover {
	background-color:#055E30;
}
#footer {
	clear: both;
	width:580px;
	margin-left: 160px;
	background-image:url(/assets/images/footer.jpg);
	background-repeat:no-repeat;
	height:20px;
	text-align:center;
	color:#FFFFFF;
	padding:8px;
}
img {
	border: 0px;
}
.login {
	float:right;
	background-image:url(/assets/images/key.jpg);
	background-position:top right;
	padding-right: 53px;
	background-repeat:no-repeat;
	height:22px;
	display:block;
	padding-top:5px;
}
.miscpages {
	color:#666666;
}
.miscpages ul {
	margin:0px;
	padding:0px;
}
.miscpages ul li {
	display:inline;
	margin:0px;
	padding:0px;
}
.legals {
	float:right;
	color:#999999;
}
.bottomlinks a {
	color:#999999;
}
.bottomlinks a:hover {
	color:#333333;
}
.bottomlinks {
	margin-left:180px;
	padding-right:20px;
	font-size:12px;
	margin-top:10px;
	padding-bottom:10px;
}/* CALENDAR */

/* Sunday, Monday, Tuesday... */
th.dayName {
	font-size: small;
	text-transform: uppercase;
	color: #000000;
	background-color: #D6DFDE;
}
/* the 'day number' band */
td.dayNumber {
	background-color: #EFEFF7;
	font-size: small;
	font-weight: bolder;
	color: #003C50;
}
/* the 'day number' band of current day */
td.todayNumber {
	background-color: #555555;
	font-size: small;
	font-weight: bolder;
	color: #FFFFFF;
}
/* cell for an event */
td.event {
	background-color: #EFEFF7;
}
/* cell for no event */
td.noEvent {
	background-color: #EFEFF7;
}
/* cell for current day */
td.todayEvent {
	background-color: #EEEEEE;
	border: 1px solid #555555;
}
/* formatting for text of an event */
p.event
{
	text-align: center;
}
/* formatting for text of an event on current day */
p.eventToday
{
	text-align: center;
	font-weight: bold;
}

/* JUMP TABLE */

/* normal cell */
td.jumpTableMonth {
	font-size: small;
	background-color: #EFEFF7;
}
/* normal cell hover */
td.jumpTableMonthHover {
	background-color: #BBBBBB;
}
/* current month view */
td.jumpTableThisMonth {
	font-size: small;
	font-weight: bold;
	background-color: #D6DFDE;
	color: #000000;
}.gallery-row-one {
	width:600px;
}
#gallery-item {
	width:168px;
	height:218px;
	margin-right:48px;
	float:left;
}
#gallery-item img {
	vertical-align:middle;
}
#gallery-image {
	width:166px;
	height:118px;
	background-color:#CEE0D0;
	border:1px #5B9764 solid;
	text-align:center;
	margin-bottom:5px;
}
.vertical-align {
	
}
.gallery-title {
	font-size:13px;
	color:#5B9764;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-bottom:3px;
}
.gallery-text a {
	text-decoration:none;
	color:#7A7C7E;
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:normal !important;
}
.last {
	margin-right:0px !important;
}
.gallery-row-two {
	width:600px;
	margin-bottom:15px !important;
}
#pagenumberbox {
	clear:both;
	width:522px;
}
fieldset,legend {
	border:none;
	padding:0px;
	margin:0px;	
}
legend {
	display:none;
}
div.question {
	display:block;
	padding-bottom:20px;
}
.form_have_you_ever_referred_an_older_person_with_depression_to_support_groups_and_activities_within_the_community_-question .label, .form_would_you_like_more_information_about_age_concern_s_depression_in_later_life_project_-question .label {
	display:none;
}
.text-question label {
	width:150px;	
	display:block;
}
.text-question input {
	width:595px;
}
.error {color:red !important;}
