html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


html{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	text-align:center;
}
body {
	color:#555;
	/*background:#fff url("/images/body-bg.jpg")*/
	center repeat-y;
	height:100%;
	font-size:69%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
ol, ul {
	list-style: circle;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
	}
	.toolbar table{
		border-spacing:3px;
		}

caption, th{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


.background{
	width:100%;
	background:url("/images/top-grad.jpg")
	top center no-repeat;
	float:left;
	text-align:center;
	
}

.main-block {
	width:795px;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
	
}

.header{
	float:left;
	background:#fff url("/images/header.jpg")
	center top no-repeat;
	height:150px;
	width:100%;
	}
	.nonav .header{
		float:left;
		/*background:#fff url("/images/cambridge-header.gif") */
		535px 25px no-repeat;
		height:150px;
		width:100%;
		}
	.backend .header{
		float:left;
		/*background:#fff url("/images/cambridge-header.gif") */
		320px 25px no-repeat;
		height:150px;
		width:100%;
		}

.breadcrumb{
	float:left;
	height:25px;
	line-height:25px;
	background-color:#FFF;
	width:100%;
}

.breadcrumb2{
	float:left;
	height:25px;
	line-height:25px;
	background-color:#FFF;
	width:100%;
}
.content-left{
	float:left;
	width:200px;
}

.content-home-internal,
.content-left-internal{
	float:left;
	width:100%;
}

.content-left-internal{
	margin-bottom:25px;
}

.content-right{
	float:right;
	width:575px;
	margin:0;
}

/*Homepage*/

.content-home-top{
	width:100%;
	float:left;
	/*background:#fff url("/images/cambridge-header.gif") */
	100% 25px no-repeat;
	border-bottom:1px solid #fff;
	min-height:230px;
	padding-top:150px;

}

.content-home-columns{
	float:left;
	width:100%;
	background:#fff url("/images/columns-bg.gif")
	center repeat-y;
	padding-bottom:10px;
}

.content-home-columns .column-left,
.content-home-columns .column-centre,
.content-home-columns .column-right{
	width:191px;
	float:left;
	background:#eee;
	min-height:395px;
}

.content-internal-columns{
	float:left;
	width:100%;
	background:#fff url("/images/columns-bg.gif") 
	center repeat-y;
	padding-bottom:10px;
}

.content-internal-columns .column-left,
.content-internal-columns .column-centre,
.content-internal-columns .column-right{
	width:191px;
	float:left;
	background:#eee;
	min-height:395px;
}



.column-centre{
	margin:0 1px;
}

.content-home-bottom{
	float:left;
	width:100%;
	min-height:150px;
	background:#fff;
}

/*----------One column-----------*/

.content-internal{
	width:100%;
	float:left;
	min-height:400px;
	
}

/*--------Two Column--------*/

.content-internal-left{
	width:410px;
	float:left;
	min-height:400px;
	
}

.content-internal-right{
	width:159px;
	float:right;
	min-height:400px;
	background:#fff url("/images/subnav-top.gif")
	top repeat-x;
	padding-top:35px;
	
}

body.contact .content-internal-right{
	padding-top:0;
	background-image:none;
}

.footer{
	height:30px;
	width:100%;
	float:left;
	background-color:#fff;
	color:#b1b1b1;
}

.footer-left{
	float:left;
	width:40%;
	height:30px;
	line-height:30px;
	margin-left:10px;
}

.footer-right{
	float:right;
	width:40%;
	text-align:right;
	height:30px;
	line-height:30px;
	margin-right:10px;
}

.content1{
	float:left;
	width:555px;
}

.backend .content1 h2{
	font-size:1.4em;
	color:#fff;
	background:url("/images/subnav-top.gif") 
	repeat-x #3C2B3A;
	height:35px;
	line-height:35px;
	padding-left:1em;
	font-weight:bold;
	margin-bottom:10px;
	}

.backend .content1 div{
	background:#f3f3f3;
	color:#555555;
	padding:1.5em;
	border-bottom:2px solid #fff;
	}
	.backend .content1 div h3{
		color:#555;
		font-size:1.1em;
		font-weight:bold;
		}
	.backend .content1 div div{
		padding:0;
		border-width:0px;
		}
		
.doc-detail h2{
	background:#dadada;
	color:#645572;
	font-size:1.4em;
	padding:5px;
	}
	
.doc-detail h3{
	margin-top:1em;
	}
	
.doc-item{
	background:#f3f3f3 url("/images/white-1px.gif")
	60px 0 repeat-y;
	padding:5px;
	border-bottom:1px solid #fff;
	width:545px;
	overflow:auto;
	}
	
.doc-image{
	background:#f3f3f3;
	margin:0 5px 0 0;
	float:left;
	}

.doc-text{
	margin-left:65px;
	}
	
.doc-link{
	margin:2em;
	}
	.doc-link img{
		margin-right:1em;
		vertical-align:middle;
		}
		
.doc-list{
	margin-top:10px;
	}