/* basic stylesheet with navigation on left */


/* 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, 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;
background: #e5e5e5 url(body_bg.jpg) top repeat-y;
text-align:center;
}

h1 {
	display: none;
}

h2 {
font-size: 1.8em;
padding-top: 2px;
padding-bottom: 2px
}

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

h4 {
font-size: 1.15em;
margin:0;
padding-top: 2px;
padding-bottom: 4px
}

h5 {
font-size: 1.1em;
margin:0;
padding-top: 2px;
padding-bottom: 4px
}

.bigger {
	font-size: 1.1em;
}

.small {
	font-size: 0.8em;
}

.strong {
font-weight: bold;
}

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

a {
color:#D9189F;
background-color:#ffffff;
text-decoration:underline;
}

a:hover {
color:#FC7AD5;
background-color:#ffffff;
}


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

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

#main {
position: absolute;
top: 220px;
width:100%;
height:95%;
}

#header {
width:760px;
height:206px;
background:url(top_world.jpg); background-repeat: no-repeat;
}

	.headerTitle {
	position: absolute;
	top: 0px;
	right: 30px;
	font-size: 2.5em;
	color: #fff;
	}

	.headerTitle a {
	text-decoration: none;
	background-color: transparent;
	color:#fff;
	}

	.headerTitle a:hover {
	color:#FC7AD5;
	}
	
	.chaliceLogo {
	position: absolute;
	left: 15px;
	top: 13px;
	background-color: transparent;
	}

	.chaliceLogo a {
	background-color: transparent;
	}
	
	.chaliceLogo a:hover {
	background-color: transparent;
	}
	
#content {
width:534px;
background-color:#ffffff;
background-repeat:repeat-y;
margin:0 0 2px 190px;
color:#454545;
display:block;
padding:0;
}

#contentform {
width:534px;
background-color:#ffffff;
background-repeat:repeat-y;
margin:0 0 2px 30px;
color:#454545;
display:block;
padding:0;
}

#nav {
float: left;
padding-left: 10px;
padding-top:20px;
width:160px;
}

#nav a {
	text-decoration: none;
	color: #505050;
	margin: 10px 0 0 0;
	display: block;
	line-height: normal;
	padding-top: 0px;
}
	
#nav a:hover {
	color: #ee3399;
}

#nav a.on {
	color: #ee0000;
}

#districtlist {
padding-left: 10px;
padding-top:0px;
width:130px;
font: 0.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color: #eee;
}

#districtlist a {
	text-decoration: none;
	color: #505050;
	margin: 10px 0 0 0;
	display: block;
	line-height: 75%;
	padding-top: 0px;
}
	
#districtlist a:hover {
	color: #ee3399;
}

#districtlist a.on {
	color: #ee0000;
}

#nav ul {
	margin: 0;
	padding-left: 20px;
}

#nav li {
margin: 0;
list-style:none;
padding: 0;
}

#nav li a {
padding-left:7px;
background:url(link.gif) left center no-repeat;
text-decoration:none;
}

#nav li a:hover {
text-decoration:underline;
}

#societies {
	position: relative;
}

#societies img {
	position: relative;
	right: -40px;
	text-align: center;
}

#societies li p{
	position: relative;
	width: 400px;
	left: 150px;
	top: -50px;

}
	#footer {
	position: relative;
	top: 100px;
	margin: 5px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
	border-top: 2px solid #eee
	}
	
#footer a{
text-decoration:none;
color:#aaa;
}

#footer a:hover{
color:#333;
}

.clearfix {clear: both}

/* /////////////  images ////////////// */

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

.caption {
	font-size: 90%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center; 
}
.boxlist {
	border: 1px solid #ccc;
	padding: 3px;
	background: #eee;
	text-align: left;
	margin-bottom: 10px;
	width:145px;
}
.boxpink {
	border: 1px solid #960032;
	padding: 3px;
	background: #f1cfdc;
	text-align: left;
	margin-bottom: 10px;
}
.boxpink a {
	text-decoration: none;
	background-color: transparent;
	color: Blue;
}
.boxpink a:hover {
	text-decoration: none;
	background-color: transparent;
	color: Green;
}

a.tooltip span {
	display:none;
	padding:4px 6px;
	margin-left:-400px;
	margin-top:20px;
	width:450px;
}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#cccccc;
	border:1px solid #000;
	color:#000;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	z-index: 100;
}

