/* Everyman's Welfare Service - Default Stylesheet */

body {
	background:url(../images/templates/main_bg.jpg);
	margin:0;
	padding:0;
	padding-bottom:25px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
	
	a {
	outline: none;
}
	
a:link, a:active, a:visited {
	text-decoration: none;
	color: #1958a5;
}

a:hover {
	text-decoration: underline;
}
	
.gradientbg {
	background:url(../images/templates/gradient_bg.jpg) repeat-x;
	}
	
.wreathleft {
	background:url(../images/templates/wreath_bg_left.jpg) no-repeat right top;
	height:275px;
	}
	
.whitebg {
	background:#FFFFFF;
	}
	
#menubg {
	width:165px;
	min-height:320px;
	float:left;
	background:url(../images/templates/menu_bg.jpg) no-repeat;
	padding:0;
	margin-right:-5px;
	}
	
.menu {
	padding-top:150px;
	padding-left:20px;
	}
	
#rightcontent {
	width:535px;
	float:right;
	}
	
#header {
	height:168px;
	width:535px;
	background:url(../images/templates/header01b.jpg) no-repeat;
	}
	
.rightcontentheading {
	height:52px;
	width:535px;
	background:url(../images/templates/rightcontent_heading.jpg) no-repeat;
	font-size:2em;
	font-weight:bold;
	color:#022854;
	/*padding-top:18px;*/
	padding-left:20px;
	margin: 0;
	line-height: 60px;
	}
	
/*.headingtext {
}*/
	
.rightcontentbox {
	width:535px;
	background:url(../images/templates/rightcontent_box_bg.jpg) no-repeat;
	font-size:1.2em;
	line-height:1.3em;
	padding: 20px 0;
	}

.rightcontentbox p {
	
	/*padding-top:8px;*/
	padding: 0 30px 16px 20px;
	margin: 0;
	}

.rightcontentbox h1 {
	
	/*padding-top:8px;*/
	padding: 0 30px 16px 20px;
	margin: 0;
	font-size: 20px;
	}

.rightcontentbox ul {
	
	/*padding-top:8px;*/
	padding: 0 30px 16px 50px;
	margin: 0;
	}

.rightcontentbox .images {
	
	float:right;
	width:150px;
	margin:0 30px 0 10px;
	line-height: 0px;
	}

.rightcontentbox .images img {
	
	padding: 1px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	
	}

.rightcontentbox .input, .rightcontentbox .textarea {
	padding: 5px;
	width: 300px;
	border-top: solid 1px #7c7c7c;
	border-left: solid 1px #c3c3c3;
	border-right: solid 1px #c3c3c3;
	border-bottom: solid 1px #dddddd;
	font-size: 12px;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.rightcontentbox .textarea {
	height: 100px;
}	

.captcha-hints {
	color: #999;
}

.required {
	color: #ff0000;
	font-size: 10px;
	font-weight: bold;
}

.calendarBG td {
	width: 65px;
}

.calendarBG td.calendarCell {
	border: solid 1px #eee;
	text-align: left;
}

.calendarBG td.calendarToday {
	border: solid 1px #eee;
	text-align: left;
	background: #f5f5f5;
}

.calendarBG th {
	font-size: 18px;
	font-weight: bold;
}

.calendarDayHeading {
	background: #eee;
	border: solid 1px #ccc;
	font-weight: bold;
}

.calendarBlank {
	color: #bbb;
}
	
.rightcontentboxgb {
	width:535px;
	background:url(../images/templates/rightcontent_box_bg.jpg) no-repeat;
	}	
	
.wreathright {
	background:url(../images/templates/wreath_bg_right.jpg) no-repeat left top;
	height:275px;
	}
	
.footertext {
	text-align:center;
	color:#999;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	}
	
.sub {
	background: #fff url(../images/templates/sub_bg.jpg) repeat-x;
	padding:5px;
	border-bottom: solid 1px #f2f2f2;
	}
	
.sub2 {
	text-decoration:none;
	color:#666666;
	border-bottom:dotted 1px #999999;
}

.executiveopenlink {
	cursor: pointer;
	color: #1d00fb;
	border-bottom: 1px solid #1d00fb;
}

.executivecloselink {
	cursor: pointer;
	color: #1d00fb;
	border-bottom: 1px solid #1d00fb;
}

ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0 0 0 25px;
}

ul.gallery li {
	float: left;
	line-height: 0px;
}

ul.gallery li img {
	padding: 1px;
	border: solid 1px #eee;
	margin: 0 10px 10px 0;
}

#calendar {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.pageerror {
	display: none;
}