
/* Pop Up Styling */

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- Green #008394
- Red #89052a89052a
- Light Grey #cfc4c4
- Medium Grey #928b8d
- Dark Grey #606060

Categories

- Staduims #ffc50c
- Church #0089d0
- Convention #9963AA
- Lecture #ce171f
- Cafe #001651
- Retract #008291
- tables #002060
- Reception #39233d
- Multipurpose #ad5207
\**************************************/



html { margin: 0;padding: 0;font-size: 62.5%; font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial,sans-serif; }
body { margin: 0; padding: 0; }
h5 { margin:0; padding: 5px 0 0 10px; font-size: 1.2em; line-height: 1.5em; font-weight: Normal ; padding-bottom: 0px; color: #fff; }
.span-11 ul { margin: 15px 0 ; list-style-type: square; list-style-position: outside; font-size: 1em; }

img {  }
.span-11 li { margin: 5px; line-height: 1.2em; }
.span-11 ul ul{ padding: 0; margin:5px 0 10px 20px; line-height: 1.2em; }

/*Pop Up divs*/
div.span-8, div.span-9, div.span-10, div.span-11, div.popUp-lrgImg, .popUp-smlImg {float:left; }
.span-8 {width:600px;background-color: #fff;}
.span-9 {width:615px; height: 30px; background-color: #928b8d;}
.span-10 {width:219px; height: 100%;}
.span-11 {width:381px; height: 100%;}
.popUp-lrgImg {width:219px; height: 219px;}
.popUp-smlImg {width:109; height: 109; }
.span-8 popUp-smlImg { border: 1px solid black; }
.push-1 { height: 325px; }
.push-2 { height: 219px; }


#popup1,#popup2,#popup3,#popup4,#popup5 { display:none; }

/* Page Banner Colours */

.lecture {  background-color: #ce171f; }
.cafe {  background-color: #001651; }
.church {  background-color: #0089d0; }
.convention {  background-color: #9963AA; }
.stadium {  background-color: #ffc50c; }
.tables {  background-color: #002060; }
.retract {  background-color: #008291; }
.reception {  background-color: #39233d; }
.multipurpose {  background-color: #ad5207; }

p { margin-left: 20px; }


