/* ......page wrapper ...... */
#outer{
	width:944px;
	margin:auto;
	text-align:left;
	padding:28px 0 0;
	background:#fff url(/images/page-top.gif) no-repeat 0 0;
}
#header{
	width:890px;
	margin:0 0 0 27px;
	border-bottom:1px solid #ececec;
	position:relative;
	padding:0 0 9px;
}
/* image replacement*/
h1#logo, h1#logo a, h1#logo em, p#logo, p#logo a, p#logo em {
	width:288px;
	height:55px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	margin:0;
	z-index:2;
	position:relative;
}
h1#logo, p#logo{
	float:left;
	margin:0 55px 0 0;
}
h1#logo a, p#logo a, h1#logo em, p#logo em {
	top:0;
	left:0;
	position:absolute;
}
h1#logo em, p#logo em {
	background:url(/images/logo2.png) no-repeat 0 0;
}
/* navigation */
#nav{
	float:left;
	padding:9px 0 0;
}
#nav li,#nav a,#nav span{
	float:left;
	color:#555;
	text-transform:uppercase;
	font-size:14px;
}
#nav a:visited{color:#555}

#nav li{
	background:url(/images/navdiv.gif) no-repeat 100% 0;
	padding:0 14px;
	letter-spacing:-.04em;
	position:relative;
	top:25px;
}
#nav li.last{background:none;}
#nav a,#nav span{
	padding:5px 0 20px;
	line-height:1.0;
	white-space:nowrap;
}
#nav span,#nav li.current a,#nav a:hover{
	color:#9b9b9b;
	border-bottom:3px solid #1998e8;
	text-decoration:none;
}
/* breadcrumb */
ul.bread{
	height:28px;
	line-height:28px;
	font-size:12px;
	padding:0 8px;
	background:#e6e6e6 url(/images/breadbg.gif) repeat-x 0 0;
	clear:both;
	margin:10px 27px 20px 27px;
}
ul.bread li{display:inline;font-weight:bold;color:#3a3a3a;}
ul.bread li.searchterms {font-weight: normal;}
/* #main holds left and right floated columns */
#main{
	width:890px;
	margin:0 0 0 27px;
	overflow:hidden;
}
body#home #main {
	margin-top: 30px;
}
h1,body#home h2{
	font-size:30px;
	color:#3a3a3a;
	font-weight:normal;
	margin:0;
}
/* #content is main right column */
#content{
	float:right;
	width:588px;
	margin:0 24px 0 0;
	display:inline;
}
#content img {
	float: left; margin: 0 15px 10px 0;
}
#content p.img img, #content .boxtop img {
	float: none;margin-bottom: 0;
}
#content ul {
	margin-left: 16px;
	margin-bottom: 1.5em;
}
#content ul#directions, #content ul.box1,
#content div.case-studies ul,
#content ul.listing,
#content ul#whatwedo-list,
#content ul#courses-list  {
	margin-left: 0;
}
#content ul li {
	background: url(/images/bullet.gif) 0 5px no-repeat;
	padding-left: 14px;
	padding-bottom: .7em;
}
#content ul#directions li,
#content ul.box1 li,
#content div.case-studies ul li,
#content ul.listing li,
#content ul#whatwedo-list li,
#content ul#courses-list li
 {
	background-image: none;
	padding-left: 0; 
	background-position-y: 0;
}
#content ul.box1 li {
	background: #F4F4F4 url(/images/box-mid.gif) repeat-y scroll 0 0;
	padding-bottom: 0;
}
#content p {
	margin-bottom: 1.5em;
}
#content .boxtop p {
	margin-bottom: 0;
}
#content h2 {
	font-size:18px;
	color:#2a2a2a;
	font-weight:normal;
	margin-bottom:.5em;
}
#content p.intro{
	font-size:22px;
	color:#868686;
	line-height:1.05;
	margin:0 0 19px;
}
p.intro2{
	text-align:justify;
	line-height:1.25;
	margin:0 0 16px;
}
#content p.intro3 {
	margin-top: 19px;
	font-weight: bold;
}
p.readmore{
	width:155px;
	height:39px;
	line-height:39px!important;
	padding:0!important;
	background:url(/images/button155.jpg) no-repeat  0 0;
	text-align:right;
	clear:both;
	float:right;
	margin:0 0 19px;
	display:inline;
}
p.readmore a{
	color:#000;
	font-weight:bold;
	font-size:15px;
	padding:0 27px 0 0;
	display:block;
	position:relative;
}
p.readmore a:visited{color:#000}
p.readmore span{
	vertical-align:middle;
	position:relative;
	top:-1px
}
p.readmore a:hover{
	color:#209ce9;
	text-decoration:none;
}

/* Square blocks with picture, title, text and read more */
ul.box1{
	width:581px;
	border-top:1px solid #ececec;
	padding:26px 1px 17px 6px;
	overflow:hidden;
	clear:both;
}
.box1 li{
	width:278px;
	margin:0 19px 21px 0;
	background:#f4f4f4 url(/images/box-mid.gif) repeat-y 0 0;
	clear:left;
	float:left;
}
.box1 li.right{
	margin:0 0 21px;
	clear:right;
	float:right;
}
.boxtop{
	background:url(/images/box-top.gif) no-repeat 0 0;
	padding:5px 0 0;
}
.boxtop div{
	background:#e4e4e4 url(/images/box-slice.gif) repeat-x 0 0;
	padding:4px 5px 1px 6px;
	margin:0 1px;
}
.boxtop h3{
	color:#3a3a3a;
	font-size:26px;
	padding:1px 0 1px 6px;
	margin:0;
	font-weight:normal;
}
.boxtop p{margin:0;width:264px;}
.boxtop p a{
	border:1px solid #dfdfdf;
	padding:3px;
	background:#fff;
	display:block;
}
.boxtop p a:hover{
	background:#209ce9;
	border:1px solid #000;
	text-decoration:none;
}
.boxbase{
	background:url(/images/box-base.gif) no-repeat 0 100%;
	padding:0 0 7px;
	min-height:85px;
}
.boxbase p{
	color:#000;
	font-size:12px;
	margin:9px 2px 15px 9px;
	padding:0 5px;
	line-height:1.35;
}
.boxbase p.readmore2{
	text-align:right;
	margin:0;
	padding-right:10px;
}
.boxbase p.readmore2 a{
	font-weight:bold;
}
.boxbase p.readmore2 a:hover{color:#3a3a3a;text-decoration:none}
.boxbase p.readmore2 span{position:relative;top:-2px;}

/* case studies */
.case-studies{
	clear:both;
	width:582px;
	border-top:1px solid #ececec;
	padding:15px 0 0 6px;
	overflow:hidden;
	clear:both;
}
.case-studies h2{margin:0 0 4px}
.case-studies h3{
	font-size:18px;
	color:#209ce9;
	padding:0 4px;
	margin:0 0 2px;
}
#content .case-studies p{
	color:#000;
	font-size:12px;
	margin:0;
	padding:0 4px 20px;
	line-height: 1.6em;
}
#content .case-studies p.seeall {
	font-size: 16px;
	padding: 0;
	text-align: right;
	clear: both;
	margin-bottom: 40px;
}
.case-studies ul{
	width:582px;
}
.case-studies li,
.img{
	width:276px;
	float:left;
	margin:0;
	display:inline;
}
.img{padding:0!important;margin:0 0 7px!important}
.case-studies li.right,
.imgr{
	float:right;
	margin:0 0 10px 10px!important;
}
.img a{
	border:1px solid #dfdfdf;
	padding:3px;
	background:#fff;
	display:block;
}
.img a:hover{
	background:#209ce9;
	border:1px solid #000;
	text-decoration:none;
}

/* left column styles */
#sidebar{
	width:233px;
	float:left;
	margin:0 0 0 11px;
	display:inline;
}
#sidebar ul{
	width:233px;
	float:left;
	clear:left;
	display:inline;
}
#sidebar li,
#sidebar li a{
	width:233px;
	height:33px;
	margin:0;
	float:left;
	clear:left;
	line-height:32px;
	color:#000;
	font-size:16px;
}
#sidebar li a:visited{color:#000}
#sidebar li{margin:0 0 5px}
#sidebar li a{
	background:url(/images/snav.gif) no-repeat 0 0;
	width:193px;
	padding:0 40px 0 0!important;
	text-align:right;
}
#sidebar li a:hover,
#sidebar li.current a {
	color:#3a3a3a;
	text-decoration:none;
	background-position:0 -38px;
}
#sidebar li.current a {
	color: #0071B6;
}

#sidebar li li,
#sidebar li li a{
	width:233px;
	height:25px;
	line-height:25px;
	font-size:15px;
	margin:0;
	background:#2fabec;
	color:#fff!important;
}
#sidebar li li{	margin:0 0 4px;}
#sidebar li li a:visited{color:#fff;}
#sidebar li li a{
	width:193px;
	padding:0 40px 0 0;
	text-align:right;
}
#sidebar li.current,#sidebar li li{height:auto}
#sidebar ul ul{padding:9px 0 5px;overflow:hidden;margin:0;}
#sidebar li li a:hover{text-decoration:underline}

#sidebar li ul{display:none}
#sidebar li.current ul{display:block}
#sidebar li li.current, #sidebar li li.current a {
	background-color: #0071B6;
}
#sidebar li li.current a:hover {
	text-decoration: underline;
}
/* footer styles */
#footer{
	clear:both;
	width:944px;
	height:230px;
	background:url(/images/footer.gif) no-repeat 0 0;
	position:relative;
}
p.enquire{
	margin:0;
	left:83px;
	top:63px;
}
p.enquire,p.enquire a ,p.enquire em{
	position:absolute;
	width:265px;
	height:64px;
	overflow:hidden;
	display:block;
	cursor:pointer;
}
p.enquire a ,p.enquire em{left:0;top:0;}
p.enquire em{background:url(/images/enquire.gif) no-repeat 0 0}

p.enquire a:hover{visibility:visible}
p.enquire a:hover em{background-position:0 -65px;}

p.logo2{
	position:absolute;
	right:47px;
	top:22px;
}
p.deep{
	position:absolute;
	right:49px;
	bottom:28px;
}
p.yh{
	position:absolute;
	right:210px;
	bottom:25px;
}
p.hgfl{
	position:absolute;
	right:370px;
	bottom:33px;
}
p.hcc{
	position:absolute;
	right:465px;
	bottom:33px;
}
.copyright{
	color:#4e4e4e;
	clear:both;
	font-size:12px;
	padding:15px 10px 3px 10px;	
	text-align:right;
	width:924px;
	margin:auto;
}
.copyright p{
	float:left;
	text-align:left;
	margin:0;
}
.copyright p.by{
	float:none;
	text-align:right;
}


/*....... about is page CSS ......... */
.about-us{width:100%;padding:0 0 11px}
.about-us p{font-size:12px;}
.about-us p.aboutp{margin:0 0 12px}
#about p.intro{
	margin:0 0 14px;
}

/*........ loans listing page CSS ...........*/
#loans #content{
	width:608px;
	margin:0 4px 0 0;
}

/*filtering options*/
.filter{
	width:593px;
	height:41px;
	background:url(/images/filter.jpg) no-repeat 0 1px;
	margin:0 0 19px 1px;
	padding:35px 0 0 9px;
	font-size:12px;
	color:#636363;
}
/* filter 2 has no dividing line in middle */
.filter2{	background:url(/images/filter2.jpg) no-repeat 0 1px;}
.filter select{
	width:121px;
	border:1px solid #cdcdcd;
	margin:0 3px 0 0;
	padding:3px 1px 3px 0px;
}
.filter select#alpha{width:130px}
.filter input,.filter select,.filter label{
	vertical-align:middle;
	font-size:12px;
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
}
input#catalogue{
	width:142px;
	border:1px solid #cdcdcd;
	padding:3px 3px 3px 2px;
	margin:0 3px 0 0;
}
.filter label{
	font-weight:bold;
	color:#3a3a3a;
	margin:0 2px 0 10px;
}
input#search{margin:0}

form#search-form {
	width: 293px;
	float: right;
}
form#filter-form {
	width: 300px;
	float: left;
}
/* what's new box */
.whats-new{
	width:599px;
	background:#f0f0f0 url(/images/wnewbg.jpg) repeat-x 0 0;
	border-left:3px solid #b2b5b4;
	border-right:3px solid #b2b5b4;
	position:relative;
	z-index:1;
	margin:0 0 13px;
}
.wntop,.wnbase{
	height:16px;
	font-size:0;
	background:url(/images/wnewtop.jpg) no-repeat 0 0;
	position:relative;
	margin:0 -3px;
	clear:both;
	z-index:2;
}
.wnbase{background:url(/images/wnewbase.jpg) no-repeat 0 0;}
.whats-new h3{
	font-size:30px;
	color:#3a3a3a;
	margin:0 0 1px 19px;
	letter-spacing: -.04em;
}
.whats-new span{color:#209ce8}
.more{
	float:right;
	width:270px;
	margin:0 17px 0 0;
	display:inline;
}
.whats-new p.img{margin:0 0 8px 20px!important}
.whats-new p{color:#222;line-height:1.4;}
.whats-new p.readmore {
	margin-bottom:0;
	background:url(/images/button155-2.jpg) no-repeat 0 0;
}

/* listing */
.listing{
	width:602px;
	margin:10px 0 20px 1px;
}
.listing li{
	margin:0 0 10px;
	width:600px;
	border:1px solid #d3d3d3;
	background:#f8f8f8;
	padding:16px 0 16px;
	overflow:hidden;
}
.listing p.readmore {
	margin-bottom:0;
	background:url(/images/button155-3.jpg) no-repeat 0 0;
}
.listing p.img{
	width:252px;
	margin:2px 0 0 18px!important
}
.listing p.img a{padding:6px;}
.listing .more{
	width:308px;
	margin:-2px 10px 0 0;
	position:relative;
}
.listing h4, .more h4{
	color:#3a3a3a;
	margin:0 0 3px;
	letter-spacing: -.04em;
	font-size: 25px;
}
.listing p{color:#222;margin:0 0 15px;}
.more h4 a, .more h4 a:visited {color: #3a3a3a;}
/* pagination */
.pagination{
	background:url(/images/pagination.gif) no-repeat 0 0;
	width:602px;
	height:57px;
	margin:0 0 3px 1px;
	font-size:12px;
	color:#2d2d2d;
}
.pagination ul{
	float:right;
	margin:0 10px 0 0;
	padding:17px 0 0;
	display:inline;
}
.pagination li,
.pagination a{
	float:left;
}
#content .pagination ul li{
	color:#2d2d2d;
	margin:0 4px 0 0;
	display:inline;
	background-image: none;
	padding-left: 0;
}
.pagination li a{
	padding:3px 5px 3px;
	border:1px solid #cdcdcd;
	font-weight:bold;
	background:#fff;
}
.pagination li.showing{
	margin:0 12px 0 0;
	position:relative;
	top:5px;
}
.pagination li a,.pagination li a:visited{color:#2d2d2d}
.pagination li a:hover{background:#209ce8;color:#fff;text-decoration:none;}
.pagination li span{color:#209ce8;font-weight:bold}
.pagination li b,
.pagination li strong,
.pagination li.next a,
.pagination li.next a:visited{color:#209ce8;font-weight:bold}
.pagination li b,.pagination li strong{
	font-size:30px;
	position:relative;
	top:-8px;
	font-weight:normal;
}
.pagination li.next a,.pagination li.next a:hover{
	border:none;
	background:transparent;
	color:#209ce8;
	padding:5px 0 1px 4px;
}
.pagination li.next a:hover{color:#000;}
 
/* view all items */
.view{
	float:left;
	margin:22px 0 0 10px;
	display:inline
}
.view img{vertical-align:middle;display:inline}
.view a,.view a:visited{color:#2d2d2d}
.view a:hover{color:#209ce8;text-decoration:none}
p.to-top{margin-left:24px}

/*............ loans detail page css ..............*/
.detail #content{
	width:608px;
	margin:0 4px 0 0;
}

.left-detail{
	float:left;
	width:276px;
	margin:0 0 0 20px;
	display:inline;
}
body#projects .left-detail,
body#summer .left-detail
 {
	width: 560px;
}
.left-detail h2{margin:0}
.left-detail p.intro{
	font-size:20px;
	color:#868686;
	margin:0;
	font-weight:normal;
	line-height:1.0;
}
.left-detail p, .left-detail ul{margin:0 0 15px;color:#222}
#content .left-detail ul {margin-left: 0;}
.left-detail p.img{
	margin:10px 0 10px!important;
	float:none;
	display:block;
}
body#projects .left-detail p.img,
body#summer .left-detail p.img {
	float: left;
	margin: 0 15px 20px 0!important; 
}
ul.square{
	margin:0 0 10px 18px;
	list-style:square;
}
ul.li{
	line-height:1.1;
	font-size:12px;
	color:#000;
}
.enquiry{
	float:right;
	width:272px;
	margin:0 11px 0 0;
	display:inline;
}
.enqtop{
	width:272px;
	background:url(/images/enq-top.jpg) no-repeat 0 0;
	overflow:hidden;
	padding:22px 0 0;
}
.enqform{
	width:272px;
	margin:0 0 10px 0;
	background:url(/images/enq-mid.jpg) repeat-y 0 0;
	padding:0;
}
.enqbase{
	width:272px;
	margin:0;
	background:url(/images/enq-base.jpg) repeat-y 0 0;
	height:14px;
	overflow:hidden;
}
.enquiry h3{
	font-size:24px;
	color:#000;
	margin:0 85px 8px 18px;
	font-weight:normal;
	line-height:1.0;
}
.enquiry h3 span{
	display:block;
	color:#222;
	font-size:14px;
	letter-spacing:-.04em;
	margin: 3px 0 20px;
}
p.readmore input{
	color:#000;
	width:155px;
	height:39px;
	line-height:39px!important;
	font-weight:bold;
	font-size:15px;
	padding:0;
	text-align:center;
	display:block;
	position:relative;
	overflow:visible;
	background:transparent;
	border:none;
}
p.readmore input:hover{color:#209ce8;}
.enquiry p.readmore{
	margin:1px 6px 10px!important;
	text-align:center;
	clear:both;
}
.enquiry input.txt,input.txt2{
	width:222px;
	padding:4px 5px;
	border:1px solid #a3a6a5;
	background:#fff;
	display:block;
	margin:0 0 8px 16px;
	color:#000;
	font-size:12px;
}
.enquiry label{
	display:block;
	font-weight:bold;
	margin:0 0 2px 18px;
	color:#000;
	font-size:12px;
}
#content .enquiry p {font-size: 11px; width: 230px; margin: -2px 0 7px 18px;}
.enquiry textarea{
	width:222px;
	overflow:auto;
	padding:4px 5px;
	border:1px solid #a3a6a5;
	margin:0 0 6px 15px;
	height:105px;
}
/* comment section */
#content h2.seehow{
	padding:0 0 0 3px;
	margin:20px 0 0;
	font-size: 22px;
	letter-spacing: -.04em;
}
.comments dl{
	width:602px;
	font-size:12px;
	color:#000;
}
.comments dt{
	width:105px;
	word-wrap:break-word;
	float:left;
	clear:left;
	margin:0 0 35px;
	text-align:right;
	position:relative;
	top:20px;
	left:-5px;
	color:#155ca5;
	line-height:1.5;
	font-weight:bold;
}
.comments dt span{
	display:block;
	color:#000;
	text-align:right;
}
.comments dd{
	width:457px;
	overflow:hidden;
	background:url(/images/comment.jpg) no-repeat 0 0;
	margin:0 0 0px;
	min-height:110px;
	padding:27px 0 0 40px;
}
.comments dd p{
	text-align:justify;
	color:#000;
	margin:0 0 15px;
}
* html .comments dd{height:110px;}

p.like,p.like a,p.like a:visited{
	color:#209ce8;
	font-size:18px;
}
p.like a{
	display:block;
	padding:0 0 1px 23px;
	background:url(/images/addcomment.gif) no-repeat 0 3px;
}
p.like a:hover{color:#3a3a3a;text-decoration:none;}
#content .comments h2{margin:30px 0 10px;line-height:1.1;padding:3px 0 0; font-size: 22px;}

/* submit comment form */
.subcom{
	width:604px;
	background:#fff url(/images/comment-mid.jpg) repeat-x 0 20px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	position:relative;
	z-index:1;
}
.subtop{
	margin:-1px -1px 0;
	position:relative;
	z-index:2;
	padding:40px 0 0;
	background:url(/images/comment-top.jpg) no-repeat 0 0;
	min-height:44px;
}
.subbase{
	clear:both;
	height:18px;
	background:#fff url(/images/comment-base.jpg) no-repeat 0 0;
	overflow:hidden;
	width:606px;
	margin:0 0 30px;
}
.subcom h3{
	font-size:30px;
	color:#3a3a3a;
	font-weight:normal;
	margin:0 0 16px 19px;
}
.subtop div{
	float:left;
	width:240px;
	margin:0 22px 0 19px;
	display:inline;
}
.subtop div.captcha {
	width: 535px;
}
.subtop div.captcha p {
	color: #000;
}
.subtop div.last{
	width:auto;
	margin:0;
	float:none;
	clear:both;
}
.subtop label{
	display:block;
	font-weight:bold;
	color:#000;
	font-size:12px;
	padding:0 0 3px 1px;
}
.subtop div.last label{margin:0 0 3px 18px;float:none;clear:both}
.subtop input,.subtop textarea{
	font-size:12px;
	color:#000;
}
.subtop textarea {	
	width:550px;
	overflow:auto;
	padding:4px 5px;
	border:1px solid #a3a6a5;
	margin:0 0 21px 18px;
	height:110px;
}
.subtop p.readmore{
	width:180px;
	background:url(/images/button180.jpg) no-repeat 0 0;
	margin-right:27px;
	margin-bottom:10px;
}
.subtop p.readmore input{width:180px;}
input.txt2{
	width:230px;
	margin-left:0;
	margin-bottom:13px;
}
div.captcha input.txt2 {
	width: 5em;
	display: inline;
	margin-left: 20px;
	border: 1px solid #666;
}
body#loans div.captcha input.txt2 {
	margin-left: 0; margin-top: 5px;
}
/* left column related item lists */
p.button122{
	width:122px;
	height:31px;
	line-height:31px!important;
	padding:0!important;
	background:url(/images/button122.jpg) no-repeat  0 0;
	margin:0 18px 7px 0!important;
}
p.button122 a{
	font-size:12px;
	padding:0 14px 0 0;
}
p.button122 a span{position:relative;top:-2px;}
/* have to widen sidebar for this page as related items are wider than menu*/
.detail #sidebar{
	width:244px;
	margin:0;
	display:inline;
}
.detail #sidebar ul{margin:0 0 30px;}
.detail #sidebar ul ul{margin:0;}

.relitem{
	width:244px;
	margin:10px 0 12px;
	background:url(/images/related-mid.jpg) repeat-y  0 0;
	clear:left;
}
.reltop{
	width:244px;
	background:url(/images/related-top.jpg) no-repeat 0 0;
	padding:20px 0 0 0;
}
.recentview .reltop{
	background:url(/images/recent-top.jpg) no-repeat 0 0;
}

.relbase{
	clear:both;
	width:244px;
	background:url(/images/related-base.jpg) no-repeat 0 0;
	height:11px;
	overflow:hidden;
}
.relitem h4,.relitem h5{
	color:#005d95;
	margin:0 11px 0 11px;
	font-size:18px;
	font-weight:normal;
	width: 200px;
}
.relitem h4{letter-spacing:-.04em;margin-bottom:6px}
.relitem h5,.relitem h5 a{
	color:#005d95;
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.relitem h5{margin:0 11px}
.relitem p{
	color:#000;
	font-size:12px;
	margin:0 15px 7px 11px;
}
.img3{
	width:211px;
	float:left;
	margin:0;
	display:inline;
}
.img3 a{
	border:1px solid #dfdfdf;
	padding:2px;
	background:#fff;
	display:block;
}
.img3 a:hover{
	background:#209ce9;
	border:1px solid #333;
	text-decoration:none;
}
.item{
	width:244px;
	padding:1px 0;
	margin:0 0 9px;
	overflow:hidden;
	clear:both;
}
.itemlast{
	margin:0;
}

/* !What We Do page */
ul#whatwedo-list, ul#courses-list {
	margin-top: 2em;
}
ul#whatwedo-list img,
ul#courses-list img {
	float: left;
}
ul#whatwedo-list img {
	float: right;
	margin: 0 0 10px 10px;
}
ul#whatwedo-list li,
ul#courses-list li {
	clear: left;
	float: left;
	width: 588px;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
ul#courses-list li {
	padding-bottom: 0;
}
ul#whatwedo-list li ul, , ul#courses-list li ul {
	margin-bottom: 1.5em;
}
#content ul#whatwedo-list li ul li, #content ul#courses-list li ul li,
#content ul#whatwedo-list li ol li, #content ul#courses-list li ol li
 {
	margin-bottom: 0; padding-bottom: .5em; border-bottom: none; float: none;
	background:transparent url(/images/bullet.gif) no-repeat scroll 0 5px; padding-left: 14px;
}
#content ul#whatwedo-list li ol, #content ul#courses-list li ol {
	list-style-type: decimal; margin-left: 16px; margin-bottom: 1.5em;
}
#content ul#whatwedo-list li ol li, #content ul#courses-list li ol li {
	background: none; padding-left: 0;
}
ul#whatwedo-list li h3,
ul#courses-list li h2,
ul#courses-list li h3 {
	font-size: 15px;
	font-weight: bold;
}
ul#courses-list li h2 {
	text-transform: uppercase;
	font-size: 13px;
}
ul#whatwedo-list li h3 {
	font-weight: normal;
	font-size: 21px;
	color: #0071B6;
}
ul#whatwedo-list li h3 a,
ul#whatwedo-list li h3 a:visited
 {
	color: #0071B6;
}
ul#courses-list li h3 {
	font-size: 13px;
	color: #444;
	margin-top: 2em;
}
#content ul#whatwedo-list li p.moredetails {
	text-align: right;
	font-size: 14px;
	position: relative;
	top: -1em;
	font-weight: bold;
	margin-bottom: 0;
}

/* !How to find us page */
div.themap {
	background:#E5E3DF;
	border:1px solid #000;
	height:302px;
	margin:0 0 2em;
	width:265px;
	/*clear: both;*/
	float: left;
}
div.east {
	float: right;
}
/*div.north {
	float: right;
}*/
li.vcard {
	width: 270px;
}
li.first {
	float: left;
}
li.second {
	float: right;
}
p.geo, span.url {
	display: none;
}
span.tel {
	display: block;
	margin: .5em 0;
}
div.bubble form.directions {
	display: none;
}
span.org, span.tel {
	font-weight: bold;
}
form.directions {
	margin: 1em 0 2em;
	background-color: #FEF8BE;
	padding: 5px 10px 10px;
}
form.directions label {display: block; margin-bottom: .5em; font-size: 12px;}
p#staff-area {
	position: absolute; right: 0; top: -15px;
}

/* Extra styles for Dairy Page added by DR 17/03/10 - Implemented prettyPhoto */

#diary .hide {
	display: none;
	visibility: hidden;
}
#diary p.link {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
#diary p.intro {
	margin-top: 0;
}
#calendarTitle {
	margin-top: -20px;
}
