
/* basic LAYOUT stylesheet with navigation on left - use with chosen COLOUR stylesheet*/
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* /////////////// basic elements /////////////// */

body {
   margin:0;
   padding:0;
   font:75%/1.4 verdana,Helvetica,sans-serif;
   text-align:center;
}

strong {
	font-weight: bold;
}

h1 {
	display: none;
}

h2 {
	font-size: 160%;
	padding-top: 8px;
	padding-bottom: 4px
}

h3 {
	font-size: 125%;
	margin:0;
	padding-top: 2px;
	padding-bottom: 4px
}

h4 {
	font-size: 110%;
}

h5 {
font-size: 1.1em;
font-weight: bold;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
}

a {
	text-decoration: underline;
}

/* ////////////// layout ///////////////// */

#page {
	width:760px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	}

#main {
	position: absolute;
	top: 159px;
	width:760px;
	}

.chaliceLogo {
	position: absolute;
	left: 28px;
	top: 25px;
	width: 110px;
	height: 110px;
}

#header {
	position: absolute;
	width:760px;
	height:155px;
	background-repeat: no-repeat;
	background-position: right;
}

.headerTitle {
	position: absolute;
	top:10px;
	right: 30px;
	text-align: right;
	font-size: 2.5em;
}

.headerTitleSml {
	position: relative;
	top: 5px;
	right: 0px;
	font-size: 0.8em;
}

.headerTitle a {
	text-decoration: none;
}

.chaliceLogo {
	position: absolute;
	left: 28px;
	top: 25px;
}

#content {
	width:582px;
	height:610px;
	min-height:610px;
	margin: 20px 0 0 165px;
	padding:0 10px 0 0px;
}

html>body #content{height:auto; min-height:610px;}
	
	
#contentindex {
	width: 440px;
	min-height: 510px;
	margin:0px 120px 2px 165px;
	padding:50px 10px;
}

#rightcol {
	position: absolute;
	top: 0px;
	right: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 20px;
	width: 120px;
	min-height: 500px;
	font-size: 0.8em;
	margin: 10px 5px 10px 0;
	}

#nav {
	float: left;
	padding-top: 38px;
	padding-bottom: 40px;
	width: 155px;
	text-align: center;
	margin: 10px 2px 10px 2px;
}

#nav a {
	display: block;
	margin: 0px 0 0 0;
	padding-top: 0px;	
	padding-left: 10px;
	line-height: 2em;	
	text-decoration: none;
}

#nav ul {
	line-height: 0px;	
	text-align: left;
	text-decoration: none;
	margin: 0px 0 0 0;
	padding-top: 0px;
}

#nav ul.sub {
	font-size: 0.8em;
	margin-left: 20px;
	line-height: 0.3em;
}

#nav li {
	margin: 0;
	padding: 0;
	}

#nav li a {
	text-decoration: none;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	padding: 10px 0 10px 0;
}
	
#footer a {
	text-decoration:none;
}

.clearfix {
	clear: both;
}

.bold {
	font-weight: bold;
}
	
.caption {
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
}

.box {
	margin-right: 4px;
	padding: 3px;
	border: 1px solid #000;
	background-color: #f3f3f3;
	text-align: center;
}	

.small {
	font-size: 0.8em;
}

.bigger {
	font-size: 1.1em;
}
/* /////////////  images ////////////// */

.imageright {
	float: Right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
	
.imageleft {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}
